body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Chivo', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Chivo', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #171717 !important;
}
.bg-success {
  background-color: #f9ceb2 !important;
}
.bg-info {
  background-color: #a76645 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #171717 !important;
  border-color: #171717 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a76645 !important;
  border-color: #a76645 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #71452f !important;
  border-color: #71452f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #71452f !important;
  border-color: #71452f !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9ceb2 !important;
  border-color: #f9ceb2 !important;
  color: #a0460c !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #a0460c !important;
  background-color: #f3a16b !important;
  border-color: #f3a16b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a0460c !important;
  background-color: #f3a16b !important;
  border-color: #f3a16b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #171717;
  border-color: #171717;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #5f3a27;
  color: #5f3a27;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #a76645;
  border-color: #a76645;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a76645 !important;
  border-color: #a76645 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f29253;
  color: #f29253;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a0460c;
  background-color: #f9ceb2;
  border-color: #f9ceb2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a0460c !important;
  background-color: #f9ceb2 !important;
  border-color: #f9ceb2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #171717 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f9ceb2 !important;
}
.text-info {
  color: #a76645 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f29253 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5f3a27 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a76645;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #171717;
  border-color: #171717;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #171717;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cacaca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d4ac97;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #171717;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #171717;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #171717;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #171717;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #171717;
  border-bottom-color: #171717;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #171717 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23171717' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rS4Wblz82W {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rS4Wblz82W {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rS50HeD4k0 {
  background-image: url("../../../assets/images/theater-waffen-nazi-demo-4978-kopie-3-4006x2212-24-2000x1104.jpg");
}
.cid-rS50HeD4k0 P {
  color: #767676;
}
.cid-rS51qX03E0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rS51qX03E0 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS51qX03E0 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS51qX03E0 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS51qX03E0 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS51BWTKnL {
  background: #f9ceb2;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rS51BWTKnL .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS51BWTKnL .video-block {
    width: 100% !important;
  }
}
.cid-rS51BWTKnL .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS51D4mI9R {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rS51D4mI9R .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS51D4mI9R .video-block {
    width: 100% !important;
  }
}
.cid-rS51D4mI9R .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS51MkuK2E {
  background-image: url("../../../assets/images/62-79-zps-dortmund-2099-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS51MkuK2E P {
  color: #767676;
}
.cid-rS51O4azOB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS51O4azOB .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS51O4azOB h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS51O4azOB .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS51O4azOB .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS51Sx591Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS51Sx591Z .images-container.container-fluid {
  padding: 0;
}
.cid-rS51Sx591Z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS51Sx591Z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS51Sx591Z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS51Sx591Z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS51Sx591Z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS51Sx591Z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS51Sx591Z .img-item {
    width: 100% !important;
  }
  .cid-rS51Sx591Z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS51V8RdF9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS51V8RdF9 .images-container.container-fluid {
  padding: 0;
}
.cid-rS51V8RdF9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS51V8RdF9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS51V8RdF9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS51V8RdF9 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS51V8RdF9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS51V8RdF9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS51V8RdF9 .img-item {
    width: 100% !important;
  }
  .cid-rS51V8RdF9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS51WSq5Jt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS51WSq5Jt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS51WSq5Jt p {
  color: #767676;
  text-align: left;
}
.cid-rS51WSq5Jt .card-box {
  padding-top: 2rem;
}
.cid-rS51WSq5Jt .card-wrapper {
  height: 100%;
}
.cid-rS53MmuhyE {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS53MmuhyE .images-container.container-fluid {
  padding: 0;
}
.cid-rS53MmuhyE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS53MmuhyE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS53MmuhyE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS53MmuhyE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS53MmuhyE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS53MmuhyE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS53MmuhyE .img-item {
    width: 100% !important;
  }
  .cid-rS53MmuhyE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS545iWts8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS545iWts8 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS545iWts8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS545iWts8 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS545iWts8 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS54jtee3g {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rS54jtee3g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS54jtee3g p {
  color: #767676;
  text-align: left;
}
.cid-rS54jtee3g .card-box {
  padding-top: 2rem;
}
.cid-rS54jtee3g .card-wrapper {
  height: 100%;
}
.cid-rS54jtee3g P {
  color: #1d1d1b;
}
.cid-rS550ZxXGI {
  background-image: url("../../../assets/images/theater-waffen-nazi-demo-5073-2000x1246.jpg");
}
.cid-rS550ZxXGI P {
  color: #767676;
}
.cid-rS554enAuW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rS554enAuW .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS554enAuW h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS554enAuW .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS554enAuW .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5q3Z8pWi {
  background: #ffffff;
}
.cid-rS5q3Z8pWi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5q3Z8pWi figcaption {
  position: relative;
}
.cid-rS5q3Z8pWi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5q3Z8pWi .image-block {
    width: 100% !important;
  }
}
.cid-rS5nNJmp83 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS5nNJmp83 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5nNJmp83 p {
  color: #767676;
  text-align: left;
}
.cid-rS5nNJmp83 .card-box {
  padding-top: 2rem;
}
.cid-rS5nNJmp83 .card-wrapper {
  height: 100%;
}
.cid-rS5nOuEPYd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS5nOuEPYd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5nOuEPYd p {
  color: #767676;
  text-align: left;
}
.cid-rS5nOuEPYd .card-box {
  padding-top: 2rem;
}
.cid-rS5nOuEPYd .card-wrapper {
  height: 100%;
}
.cid-rS5piYWnHA {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS5piYWnHA .images-container.container-fluid {
  padding: 0;
}
.cid-rS5piYWnHA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5piYWnHA .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5piYWnHA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5piYWnHA .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5piYWnHA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5piYWnHA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5piYWnHA .img-item {
    width: 100% !important;
  }
  .cid-rS5piYWnHA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5pjOS3fb {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS5pjOS3fb .images-container.container-fluid {
  padding: 0;
}
.cid-rS5pjOS3fb .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5pjOS3fb .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5pjOS3fb .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5pjOS3fb .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5pjOS3fb .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5pjOS3fb .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5pjOS3fb .img-item {
    width: 100% !important;
  }
  .cid-rS5pjOS3fb .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5pnI7CkR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS5pnI7CkR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5pnI7CkR p {
  color: #767676;
  text-align: left;
}
.cid-rS5pnI7CkR .card-box {
  padding-top: 2rem;
}
.cid-rS5pnI7CkR .card-wrapper {
  height: 100%;
}
.cid-rS5uJDd6ET {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS5uJDd6ET h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5uJDd6ET p {
  color: #767676;
  text-align: left;
}
.cid-rS5uJDd6ET .card-box {
  padding-top: 2rem;
}
.cid-rS5uJDd6ET .card-wrapper {
  height: 100%;
}
.cid-rS5pqTfCKh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS5pqTfCKh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5pqTfCKh p {
  color: #767676;
  text-align: left;
}
.cid-rS5pqTfCKh .card-box {
  padding-top: 2rem;
}
.cid-rS5pqTfCKh .card-wrapper {
  height: 100%;
}
.cid-rS55sMctKQ {
  background: #f9ceb2;
  padding-top: 45px;
  padding-bottom: 75px;
}
.cid-rS55sMctKQ .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS55sMctKQ .video-block {
    width: 100% !important;
  }
}
.cid-rS55sMctKQ .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-se4eCqbEYv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-17-2000x1330.png");
}
.cid-se4eCqbEYv H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4eCqbEYv .mbr-section-subtitle {
  color: #000000;
}
.cid-se4eCqbEYv span {
  visibility: hidden;
}
.cid-se4eCqbEYv .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4eCqbEYv span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rS5hFVfIMJ {
  background: #ffffff;
}
.cid-rS5hFVfIMJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5hFVfIMJ figcaption {
  position: relative;
}
.cid-rS5hFVfIMJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5hFVfIMJ .image-block {
    width: 300% !important;
  }
}
.cid-rTGZw4q91a {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rTGZw4q91a .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rTGZw4q91a .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rTGZw4q91a .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rTGZw4q91a .mbr-figure,
  .cid-rTGZw4q91a img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rTGZw4q91a .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rTGZw4q91a .mbr-author-desc {
  color: #000000;
}
.cid-rTGZw4q91a h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rTGZw4q91a .text_block {
  margin-top: 0px;
}
.cid-rTGZw4q91a .h2_block {
  margin-bottom: 20px;
}
.cid-rTGZw4q91a .mbr-figure {
  align-self: flex-start;
}
.cid-rTGZw4q91a .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rTGZw4q91a .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rTGZw4q91a .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rTGZw4q91a a:hover {
  Color: #a76645 !important;
}
.cid-rTGZw4q91a a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rTGZw4q91a .btn-black-outline:hover,
.cid-rTGZw4q91a .btn-black-outline:focus,
.cid-rTGZw4q91a .btn-black-outline.focus,
.cid-rTGZw4q91a .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rTGZw4q91a .display-5 {
    line-height: 1;
  }
  .cid-rTGZw4q91a .btn {
    font-size: 1.5rem !important;
  }
  .cid-rTGZw4q91a .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rTGZw4q91a .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rS5hGgpy5R {
  background: #ffffff;
}
.cid-rS5hGgpy5R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5hGgpy5R figcaption {
  position: relative;
}
.cid-rS5hGgpy5R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5hGgpy5R .image-block {
    width: 300% !important;
  }
}
.cid-rS5hVUdQKZ {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rS5hVUdQKZ .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS5hVUdQKZ .video-block {
    width: 100% !important;
  }
}
.cid-rS5hVUdQKZ .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5iDsUzA8 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rS5iDsUzA8 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS5iDsUzA8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5iDsUzA8 p {
  color: #767676;
  text-align: left;
}
.cid-rS5iDsUzA8 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS5iDsUzA8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS5iDsUzA8 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS5iDsUzA8 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS5iDsUzA8 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS5iDsUzA8 .notched-box:before,
.cid-rS5iDsUzA8 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rS5iDsUzA8 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS5iDsUzA8 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS5iDsUzA8 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS5iDsUzA8 .border:before,
.cid-rS5iDsUzA8 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rS5iDsUzA8 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS5iDsUzA8 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS5iDsUzA8 .mbr-author-name {
  padding-left: 40px;
}
.cid-rS5iDsUzA8 P {
  color: #ffffff;
}
.cid-rS5iDsUzA8 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS5iDsUzA8 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rS5iDsUzA8 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5iDsUzA8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5iDsUzA8 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5kzQTXdA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5kzQTXdA .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS5kzQTXdA h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5kzQTXdA .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS5kzQTXdA .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5kUUZX32 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5kUUZX32 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS5kUUZX32 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5kUUZX32 p {
  color: #767676;
  text-align: left;
}
.cid-rS5kUUZX32 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS5kUUZX32 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS5kUUZX32 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS5kUUZX32 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS5kUUZX32 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS5kUUZX32 .notched-box:before,
.cid-rS5kUUZX32 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rS5kUUZX32 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS5kUUZX32 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS5kUUZX32 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS5kUUZX32 .border:before,
.cid-rS5kUUZX32 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rS5kUUZX32 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS5kUUZX32 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS5kUUZX32 .mbr-author-name {
  padding-left: 40px;
}
.cid-rS5kUUZX32 P {
  color: #000000;
}
.cid-rS5kUUZX32 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS5kWCytRK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rS5kWCytRK .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS5kWCytRK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5kWCytRK p {
  color: #767676;
  text-align: left;
}
.cid-rS5kWCytRK .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS5kWCytRK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS5kWCytRK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS5kWCytRK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS5kWCytRK .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS5kWCytRK .notched-box:before,
.cid-rS5kWCytRK .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rS5kWCytRK .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS5kWCytRK .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS5kWCytRK .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS5kWCytRK .border:before,
.cid-rS5kWCytRK .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rS5kWCytRK .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS5kWCytRK .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS5kWCytRK .mbr-author-name {
  padding-left: 40px;
}
.cid-rS5kWCytRK P {
  color: #000000;
}
.cid-rS5kWCytRK .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-txgiFTBuC8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiFTBuC8 .content {
    text-align: center;
  }
  .cid-txgiFTBuC8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiFTBuC8 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiFTBuC8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiFTBuC8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiFTBuC8 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiFTBuC8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiFTBuC8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiFTBuC8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiFTBuC8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiFTBuC8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiFTBuC8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiFTBuC8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiFTBuC8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiFTBuC8 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiFTBuC8 P {
  color: #1d1d1b;
}
.cid-txgiFTBuC8 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiFTBuC8 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiFTBuC8 .logo_footer {
  position: relative;
}
.cid-txgiFTBuC8 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiFTBuC8 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiFTBuC8 .col,
  .cid-txgiFTBuC8 .col-1,
  .cid-txgiFTBuC8 .col-10,
  .cid-txgiFTBuC8 .col-11,
  .cid-txgiFTBuC8 .col-12,
  .cid-txgiFTBuC8 .col-2,
  .cid-txgiFTBuC8 .col-3,
  .cid-txgiFTBuC8 .col-4,
  .cid-txgiFTBuC8 .col-5,
  .cid-txgiFTBuC8 .col-6,
  .cid-txgiFTBuC8 .col-7,
  .cid-txgiFTBuC8 .col-8,
  .cid-txgiFTBuC8 .col-9,
  .cid-txgiFTBuC8 .col-auto,
  .cid-txgiFTBuC8 .col-lg,
  .cid-txgiFTBuC8 .col-lg-1,
  .cid-txgiFTBuC8 .col-lg-10,
  .cid-txgiFTBuC8 .col-lg-11,
  .cid-txgiFTBuC8 .col-lg-12,
  .cid-txgiFTBuC8 .col-lg-2,
  .cid-txgiFTBuC8 .col-lg-3,
  .cid-txgiFTBuC8 .col-lg-4,
  .cid-txgiFTBuC8 .col-lg-5,
  .cid-txgiFTBuC8 .col-lg-6,
  .cid-txgiFTBuC8 .col-lg-7,
  .cid-txgiFTBuC8 .col-lg-8,
  .cid-txgiFTBuC8 .col-lg-9,
  .cid-txgiFTBuC8 .col-lg-auto,
  .cid-txgiFTBuC8 .col-md,
  .cid-txgiFTBuC8 .col-md-1,
  .cid-txgiFTBuC8 .col-md-10,
  .cid-txgiFTBuC8 .col-md-11,
  .cid-txgiFTBuC8 .col-md-12,
  .cid-txgiFTBuC8 .col-md-2,
  .cid-txgiFTBuC8 .col-md-3,
  .cid-txgiFTBuC8 .col-md-4,
  .cid-txgiFTBuC8 .col-md-5,
  .cid-txgiFTBuC8 .col-md-6,
  .cid-txgiFTBuC8 .col-md-7,
  .cid-txgiFTBuC8 .col-md-8,
  .cid-txgiFTBuC8 .col-md-9,
  .cid-txgiFTBuC8 .col-md-auto,
  .cid-txgiFTBuC8 .col-sm,
  .cid-txgiFTBuC8 .col-sm-1,
  .cid-txgiFTBuC8 .col-sm-10,
  .cid-txgiFTBuC8 .col-sm-11,
  .cid-txgiFTBuC8 .col-sm-12,
  .cid-txgiFTBuC8 .col-sm-2,
  .cid-txgiFTBuC8 .col-sm-3,
  .cid-txgiFTBuC8 .col-sm-4,
  .cid-txgiFTBuC8 .col-sm-5,
  .cid-txgiFTBuC8 .col-sm-6,
  .cid-txgiFTBuC8 .col-sm-7,
  .cid-txgiFTBuC8 .col-sm-8,
  .cid-txgiFTBuC8 .col-sm-9,
  .cid-txgiFTBuC8 .col-sm-auto,
  .cid-txgiFTBuC8 .col-xl,
  .cid-txgiFTBuC8 .col-xl-1,
  .cid-txgiFTBuC8 .col-xl-10,
  .cid-txgiFTBuC8 .col-xl-11,
  .cid-txgiFTBuC8 .col-xl-12,
  .cid-txgiFTBuC8 .col-xl-2,
  .cid-txgiFTBuC8 .col-xl-3,
  .cid-txgiFTBuC8 .col-xl-4,
  .cid-txgiFTBuC8 .col-xl-5,
  .cid-txgiFTBuC8 .col-xl-6,
  .cid-txgiFTBuC8 .col-xl-7,
  .cid-txgiFTBuC8 .col-xl-8,
  .cid-txgiFTBuC8 .col-xl-9,
  .cid-txgiFTBuC8 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiFTBuC8 .content {
    text-align: left;
  }
  .cid-txgiFTBuC8 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiFTBuC8 .logo_footer_box {
    position: relative;
  }
  .cid-txgiFTBuC8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiFTBuC8 .logo_footer {
    position: relative;
  }
  .cid-txgiFTBuC8 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rS6Gu520fM {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rS6Gu520fM {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rS6GFiJf0K {
  background-image: url("../../../assets/images/img-5731-2000x1333.jpg");
}
.cid-rS6GFiJf0K P {
  color: #767676;
}
.cid-rS6GSKPVBi {
  background: #ffffff;
}
.cid-rS6GSKPVBi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS6GSKPVBi figcaption {
  position: relative;
}
.cid-rS6GSKPVBi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS6GSKPVBi .image-block {
    width: 100% !important;
  }
}
.cid-rS6HbFIF00 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6HbFIF00 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS6HbFIF00 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6HbFIF00 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS6HbFIF00 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS6HvJG3ky {
  background-image: url("../../../assets/images/img-5809-2000x1333.jpg");
}
.cid-rS6HvJG3ky P {
  color: #767676;
}
.cid-rS6HzpLSLf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6HzpLSLf .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS6HzpLSLf h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6HzpLSLf .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS6HzpLSLf .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS6HBV1uTz {
  background: #ffffff;
}
.cid-rS6HBV1uTz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS6HBV1uTz figcaption {
  position: relative;
}
.cid-rS6HBV1uTz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS6HBV1uTz .image-block {
    width: 100% !important;
  }
}
.cid-rS6HKMl0tn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS6HKMl0tn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS6HKMl0tn p {
  color: #767676;
  text-align: left;
}
.cid-rS6HKMl0tn .card-box {
  padding-top: 2rem;
}
.cid-rS6HKMl0tn .card-wrapper {
  height: 100%;
}
.cid-rS6I1SwLuP {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS6I1SwLuP .images-container.container-fluid {
  padding: 0;
}
.cid-rS6I1SwLuP .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS6I1SwLuP .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS6I1SwLuP .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS6I1SwLuP .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS6I1SwLuP .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS6I1SwLuP .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS6I1SwLuP .img-item {
    width: 100% !important;
  }
  .cid-rS6I1SwLuP .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS6I89xiVN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS6I89xiVN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS6I89xiVN p {
  color: #767676;
  text-align: left;
}
.cid-rS6I89xiVN .card-box {
  padding-top: 2rem;
}
.cid-rS6I89xiVN .card-wrapper {
  height: 100%;
}
.cid-rSnkyFmNJq {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSnkyFmNJq .images-container.container-fluid {
  padding: 0;
}
.cid-rSnkyFmNJq .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSnkyFmNJq .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSnkyFmNJq .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSnkyFmNJq .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSnkyFmNJq .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSnkyFmNJq .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSnkyFmNJq .img-item {
    width: 100% !important;
  }
  .cid-rSnkyFmNJq .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSnispCvTI {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rSnispCvTI .images-container.container-fluid {
  padding: 0;
}
.cid-rSnispCvTI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSnispCvTI .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSnispCvTI .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSnispCvTI .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSnispCvTI .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSnispCvTI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSnispCvTI .img-item {
    width: 100% !important;
  }
  .cid-rSnispCvTI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS6IaIPJ5e {
  background-image: url("../../../assets/images/25000euronacht-0032-v2-2000x3000.jpg");
}
.cid-rS6IaIPJ5e P {
  color: #767676;
}
.cid-rS6JIVz1ww {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rS6JIVz1ww h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS6JIVz1ww p {
  color: #767676;
  text-align: left;
}
.cid-rS6JIVz1ww .card-box {
  padding-top: 2rem;
}
.cid-rS6JIVz1ww .card-wrapper {
  height: 100%;
}
.cid-rS6JIVz1ww P {
  color: #1d1d1b;
}
.cid-se4ha11iB9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-16-2000x1330.png");
}
.cid-se4ha11iB9 H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4ha11iB9 .mbr-section-subtitle {
  color: #000000;
}
.cid-se4ha11iB9 span {
  visibility: hidden;
}
.cid-se4ha11iB9 .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4ha11iB9 span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rS6IbA1xKE {
  background-image: url("../../../assets/images/biennale-21-2000x1333.jpg");
}
.cid-rS6IbA1xKE P {
  color: #767676;
}
.cid-rS6KJmne3Q {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rS6KJmne3Q H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rS6KJmne3Q .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rS6KJmne3Q .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rS6KJmne3Q .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rS6KRHA3u9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS6KRHA3u9 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rS6KRHA3u9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6KRHA3u9 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS6KWaZMQu {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS6KWaZMQu .images-container.container-fluid {
  padding: 0;
}
.cid-rS6KWaZMQu .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS6KWaZMQu .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS6KWaZMQu .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS6KWaZMQu .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS6KWaZMQu .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS6KWaZMQu .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS6KWaZMQu .img-item {
    width: 100% !important;
  }
  .cid-rS6KWaZMQu .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS6L3yoqHZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6L3yoqHZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS6L3yoqHZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6L3yoqHZ .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS6L3yoqHZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS6LfsPGnL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS6LfsPGnL .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rS6LfsPGnL h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6LfsPGnL .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS6LDYDN7o {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rS6LDYDN7o h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS6LDYDN7o p {
  color: #767676;
  text-align: left;
}
.cid-rS6LDYDN7o .card-box {
  padding-top: 2rem;
}
.cid-rS6LDYDN7o .card-wrapper {
  height: 100%;
}
.cid-rS6LDYDN7o P {
  color: #1d1d1b;
}
.cid-rS6M4wK1ZJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rS6M4wK1ZJ H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rS6M4wK1ZJ .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rS6M4wK1ZJ .breites_Zitat,
  .cid-rS6M4wK1ZJ .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rS6M4wK1ZJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rS6MnUg0Yw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6MnUg0Yw .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS6MnUg0Yw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6MnUg0Yw .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS6MnUg0Yw .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS6MslPhMM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS6MslPhMM .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS6MslPhMM .video-block {
    width: 100% !important;
  }
}
.cid-rS6MslPhMM .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS6MTtRPdB {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS6MTtRPdB .images-container.container-fluid {
  padding: 0;
}
.cid-rS6MTtRPdB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS6MTtRPdB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS6MTtRPdB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS6MTtRPdB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS6MTtRPdB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS6MTtRPdB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS6MTtRPdB .img-item {
    width: 100% !important;
  }
  .cid-rS6MTtRPdB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS6MWE0ml4 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6MWE0ml4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS6MWE0ml4 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6MWE0ml4 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS6MWE0ml4 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS6NudhDUR {
  background-image: url("../../../assets/images/25000euronacht-0041-v2-2000x1333.jpg");
}
.cid-rS6NudhDUR P {
  color: #767676;
}
.cid-rSnlsHJG3M {
  background: #ffffff;
}
.cid-rSnlsHJG3M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSnlsHJG3M figcaption {
  position: relative;
}
.cid-rSnlsHJG3M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSnlsHJG3M .image-block {
    width: 300% !important;
  }
}
.cid-rTGWA9ARf5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rTGWA9ARf5 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rTGWA9ARf5 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rTGWA9ARf5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rTGWA9ARf5 .mbr-figure,
  .cid-rTGWA9ARf5 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rTGWA9ARf5 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rTGWA9ARf5 .mbr-author-desc {
  color: #000000;
}
.cid-rTGWA9ARf5 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rTGWA9ARf5 .text_block {
  margin-top: 0px;
}
.cid-rTGWA9ARf5 .h2_block {
  margin-bottom: 20px;
}
.cid-rTGWA9ARf5 .mbr-figure {
  align-self: flex-start;
}
.cid-rTGWA9ARf5 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rTGWA9ARf5 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rTGWA9ARf5 .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rTGWA9ARf5 a:hover {
  Color: #a76645 !important;
}
.cid-rTGWA9ARf5 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rTGWA9ARf5 .btn-black-outline:hover,
.cid-rTGWA9ARf5 .btn-black-outline:focus,
.cid-rTGWA9ARf5 .btn-black-outline.focus,
.cid-rTGWA9ARf5 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rTGWA9ARf5 .display-5 {
    line-height: 1;
  }
  .cid-rTGWA9ARf5 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rTGWA9ARf5 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rTGWA9ARf5 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSnluwAWoO {
  background: #ffffff;
}
.cid-rSnluwAWoO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSnluwAWoO figcaption {
  position: relative;
}
.cid-rSnluwAWoO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSnluwAWoO .image-block {
    width: 300% !important;
  }
}
.cid-rSnlyiS1FR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSnlyiS1FR .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSnlyiS1FR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSnlyiS1FR .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSnlyiS1FR .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSnlLMx0ar {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSnlLMx0ar .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSnlLMx0ar .video-block {
    width: 100% !important;
  }
}
.cid-rSnlLMx0ar .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSnmc2S3YS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rSnmc2S3YS .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rSnmc2S3YS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSnmc2S3YS p {
  color: #767676;
  text-align: left;
}
.cid-rSnmc2S3YS .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rSnmc2S3YS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSnmc2S3YS .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rSnmc2S3YS .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSnmc2S3YS .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rSnmc2S3YS .notched-box:before,
.cid-rSnmc2S3YS .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rSnmc2S3YS .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rSnmc2S3YS .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rSnmc2S3YS .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rSnmc2S3YS .border:before,
.cid-rSnmc2S3YS .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rSnmc2S3YS .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rSnmc2S3YS .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rSnmc2S3YS .mbr-author-name {
  padding-left: 40px;
}
.cid-rSnmc2S3YS P {
  color: #ffffff;
}
.cid-rSnmc2S3YS .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -10px;
}
.cid-rSnmc2S3YS a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rSnmc2S3YS a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSnmrloLMc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSnmrloLMc .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSnmrloLMc h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSnmrloLMc .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSnmrloLMc .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSnn0X2B0p {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSnn0X2B0p .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSnn0X2B0p .video-block {
    width: 100% !important;
  }
}
.cid-rSnn0X2B0p .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSoCMX2c2u {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSoCMX2c2u h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoCMX2c2u p {
  color: #767676;
  text-align: left;
}
.cid-rSoCMX2c2u .card-box {
  padding-top: 2rem;
}
.cid-rSoCMX2c2u .card-wrapper {
  height: 100%;
}
.cid-rSoCMX2c2u P {
  color: #1d1d1b;
  font-weight: 200;
}
.cid-rSoHnJq9Jh {
  background-image: url("../../../assets/images/erinyen-1256x693.jpg");
}
.cid-rSoHnJq9Jh P {
  color: #767676;
}
.cid-rSoEQmhTP1 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoEQmhTP1 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rSoEQmhTP1 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rSoEQmhTP1 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSoEQmhTP1 .mbr-figure,
  .cid-rSoEQmhTP1 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSoEQmhTP1 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSoEQmhTP1 .mbr-author-desc {
  color: #000000;
}
.cid-rSoEQmhTP1 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoEQmhTP1 .text_block {
  margin-top: 0px;
}
.cid-rSoEQmhTP1 .h2_block {
  margin-bottom: 20px;
}
.cid-rSoEQmhTP1 .mbr-figure {
  align-self: flex-start;
}
.cid-rSoEQmhTP1 .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rSoEQmhTP1 .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rSoEQmhTP1 .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rSoEQmhTP1 .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rSoEQmhTP1 .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-su5CtsXbk9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-su5CtsXbk9 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-su5CtsXbk9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-su5CtsXbk9 .space_down_30 {
  margin-bottom: 30px;
}
.cid-su5CtsXbk9 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoGMutFCL {
  background-image: url("../../../assets/images/img-5743-2-2000x1238.jpg");
}
.cid-rSoGMutFCL P {
  color: #767676;
}
.cid-txgiixpj0o {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiixpj0o .content {
    text-align: center;
  }
  .cid-txgiixpj0o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiixpj0o .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiixpj0o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiixpj0o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiixpj0o .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiixpj0o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiixpj0o .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiixpj0o .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiixpj0o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiixpj0o .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiixpj0o .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiixpj0o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiixpj0o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiixpj0o H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiixpj0o P {
  color: #1d1d1b;
}
.cid-txgiixpj0o .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiixpj0o .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiixpj0o .logo_footer {
  position: relative;
}
.cid-txgiixpj0o .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiixpj0o .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiixpj0o .col,
  .cid-txgiixpj0o .col-1,
  .cid-txgiixpj0o .col-10,
  .cid-txgiixpj0o .col-11,
  .cid-txgiixpj0o .col-12,
  .cid-txgiixpj0o .col-2,
  .cid-txgiixpj0o .col-3,
  .cid-txgiixpj0o .col-4,
  .cid-txgiixpj0o .col-5,
  .cid-txgiixpj0o .col-6,
  .cid-txgiixpj0o .col-7,
  .cid-txgiixpj0o .col-8,
  .cid-txgiixpj0o .col-9,
  .cid-txgiixpj0o .col-auto,
  .cid-txgiixpj0o .col-lg,
  .cid-txgiixpj0o .col-lg-1,
  .cid-txgiixpj0o .col-lg-10,
  .cid-txgiixpj0o .col-lg-11,
  .cid-txgiixpj0o .col-lg-12,
  .cid-txgiixpj0o .col-lg-2,
  .cid-txgiixpj0o .col-lg-3,
  .cid-txgiixpj0o .col-lg-4,
  .cid-txgiixpj0o .col-lg-5,
  .cid-txgiixpj0o .col-lg-6,
  .cid-txgiixpj0o .col-lg-7,
  .cid-txgiixpj0o .col-lg-8,
  .cid-txgiixpj0o .col-lg-9,
  .cid-txgiixpj0o .col-lg-auto,
  .cid-txgiixpj0o .col-md,
  .cid-txgiixpj0o .col-md-1,
  .cid-txgiixpj0o .col-md-10,
  .cid-txgiixpj0o .col-md-11,
  .cid-txgiixpj0o .col-md-12,
  .cid-txgiixpj0o .col-md-2,
  .cid-txgiixpj0o .col-md-3,
  .cid-txgiixpj0o .col-md-4,
  .cid-txgiixpj0o .col-md-5,
  .cid-txgiixpj0o .col-md-6,
  .cid-txgiixpj0o .col-md-7,
  .cid-txgiixpj0o .col-md-8,
  .cid-txgiixpj0o .col-md-9,
  .cid-txgiixpj0o .col-md-auto,
  .cid-txgiixpj0o .col-sm,
  .cid-txgiixpj0o .col-sm-1,
  .cid-txgiixpj0o .col-sm-10,
  .cid-txgiixpj0o .col-sm-11,
  .cid-txgiixpj0o .col-sm-12,
  .cid-txgiixpj0o .col-sm-2,
  .cid-txgiixpj0o .col-sm-3,
  .cid-txgiixpj0o .col-sm-4,
  .cid-txgiixpj0o .col-sm-5,
  .cid-txgiixpj0o .col-sm-6,
  .cid-txgiixpj0o .col-sm-7,
  .cid-txgiixpj0o .col-sm-8,
  .cid-txgiixpj0o .col-sm-9,
  .cid-txgiixpj0o .col-sm-auto,
  .cid-txgiixpj0o .col-xl,
  .cid-txgiixpj0o .col-xl-1,
  .cid-txgiixpj0o .col-xl-10,
  .cid-txgiixpj0o .col-xl-11,
  .cid-txgiixpj0o .col-xl-12,
  .cid-txgiixpj0o .col-xl-2,
  .cid-txgiixpj0o .col-xl-3,
  .cid-txgiixpj0o .col-xl-4,
  .cid-txgiixpj0o .col-xl-5,
  .cid-txgiixpj0o .col-xl-6,
  .cid-txgiixpj0o .col-xl-7,
  .cid-txgiixpj0o .col-xl-8,
  .cid-txgiixpj0o .col-xl-9,
  .cid-txgiixpj0o .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiixpj0o .content {
    text-align: left;
  }
  .cid-txgiixpj0o .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiixpj0o .logo_footer_box {
    position: relative;
  }
  .cid-txgiixpj0o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiixpj0o .logo_footer {
    position: relative;
  }
  .cid-txgiixpj0o .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rS6GbSk2uD {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rS6GbSk2uD {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSJ5zpFLK1 {
  background-image: url("../../../assets/images/un-shoes-cam02-beauty-copy-2000x1125.jpg");
}
.cid-rSJ5zpFLK1 P {
  color: #767676;
}
.cid-rSJ5GGdFum {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJ5GGdFum .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJ5GGdFum h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJ5GGdFum .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJ5GGdFum .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJ5MzCGwz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSJ5MzCGwz .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJ5MzCGwz .video-block {
    width: 100% !important;
  }
}
.cid-rSJ5MzCGwz .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-se4hKJ73NH {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-14-2000x1448.png");
}
.cid-se4hKJ73NH H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4hKJ73NH .mbr-section-subtitle {
  color: #000000;
}
.cid-se4hKJ73NH span {
  visibility: hidden;
}
.cid-se4hKJ73NH .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4hKJ73NH span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rSJ6a9Y5tg {
  background: #ffffff;
}
.cid-rSJ6a9Y5tg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJ6a9Y5tg figcaption {
  position: relative;
}
.cid-rSJ6a9Y5tg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJ6a9Y5tg .image-block {
    width: 100% !important;
  }
}
.cid-rSJ6cMWJTF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJ6cMWJTF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSJ6cMWJTF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJ6cMWJTF .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSJ6cMWJTF .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJ6l0uPoU {
  background: #ffffff;
}
.cid-rSJ6l0uPoU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJ6l0uPoU figcaption {
  position: relative;
}
.cid-rSJ6l0uPoU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJ6l0uPoU .image-block {
    width: 100% !important;
  }
}
.cid-rSJ6t5yGNo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJ6t5yGNo .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJ6t5yGNo h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJ6t5yGNo .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSJiRsZGlp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJiRsZGlp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJiRsZGlp p {
  color: #767676;
  text-align: left;
}
.cid-rSJiRsZGlp .card-box {
  padding-top: 2rem;
}
.cid-rSJiRsZGlp .card-wrapper {
  height: 100%;
}
.cid-rSJiRsZGlp P {
  color: #1d1d1b;
}
.cid-rSJj53M80V {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSJj53M80V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJj53M80V p {
  color: #767676;
  text-align: left;
}
.cid-rSJj53M80V .card-box {
  padding-top: 2rem;
}
.cid-rSJj53M80V .card-wrapper {
  height: 100%;
}
.cid-rSJj53M80V P {
  color: #1d1d1b;
}
.cid-rSJ6zssEap {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rSJ6zssEap H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rSJ6zssEap .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rSJ6zssEap .breites_Zitat,
  .cid-rSJ6zssEap .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rSJ6Kwttqf {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJ6Kwttqf .images-container.container-fluid {
  padding: 0;
}
.cid-rSJ6Kwttqf .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJ6Kwttqf .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJ6Kwttqf .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJ6Kwttqf .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJ6Kwttqf .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJ6Kwttqf .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJ6Kwttqf .img-item {
    width: 100% !important;
  }
  .cid-rSJ6Kwttqf .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJ6QDvirc {
  background: #ffffff;
}
.cid-rSJ6QDvirc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJ6QDvirc figcaption {
  position: relative;
}
.cid-rSJ6QDvirc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJ6QDvirc .image-block {
    width: 100% !important;
  }
}
.cid-rSJ70tdFl6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJ70tdFl6 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJ70tdFl6 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJ70tdFl6 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSJ71Q53Jl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJ71Q53Jl .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJ71Q53Jl .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rSJ71Q53Jl .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSJ71Q53Jl a:hover {
  Color: #a76645;
}
.cid-rSJ71Q53Jl a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJ71Q53Jl .btn-black-outline:hover,
.cid-rSJ71Q53Jl .btn-black-outline:focus,
.cid-rSJ71Q53Jl .btn-black-outline.focus,
.cid-rSJ71Q53Jl .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSJ71Q53Jl .display-5 {
    line-height: 1;
  }
  .cid-rSJ71Q53Jl .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSJ71Q53Jl .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSJ72F8TkW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJ72F8TkW .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJ72F8TkW .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rSJ72F8TkW .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSJ72F8TkW a:hover {
  Color: #a76645;
}
.cid-rSJ72F8TkW a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJ72F8TkW .btn-black-outline:hover,
.cid-rSJ72F8TkW .btn-black-outline:focus,
.cid-rSJ72F8TkW .btn-black-outline.focus,
.cid-rSJ72F8TkW .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSJ72F8TkW .display-5 {
    line-height: 1;
  }
  .cid-rSJ72F8TkW .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSJ72F8TkW .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSJ73zBovn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJ73zBovn .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJ73zBovn .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rSJ73zBovn .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSJ73zBovn a:hover {
  Color: #a76645;
}
.cid-rSJ73zBovn a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJ73zBovn .btn-black-outline:hover,
.cid-rSJ73zBovn .btn-black-outline:focus,
.cid-rSJ73zBovn .btn-black-outline.focus,
.cid-rSJ73zBovn .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSJ73zBovn .display-5 {
    line-height: 1;
  }
  .cid-rSJ73zBovn .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSJ73zBovn .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSJhJ0jJw3 {
  background-image: url("../../../assets/images/thumb-1280x720.jpg");
}
.cid-rSJhJ0jJw3 P {
  color: #767676;
}
.cid-rSJ7hiwGW9 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rSJ7hiwGW9 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rSJ7hiwGW9 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rSJ7hiwGW9 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rSJ7hiwGW9 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rSJ7cJdNX7 {
  background-image: url("../../../assets/images/dsc02266-kopie-2-2000x1353.jpg");
}
.cid-rSJ7cJdNX7 P {
  color: #767676;
}
.cid-rSJ7kDWxsw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJ7kDWxsw .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJ7kDWxsw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJ7kDWxsw .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJ7kDWxsw .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJ7nIZKrk {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJ7nIZKrk .images-container.container-fluid {
  padding: 0;
}
.cid-rSJ7nIZKrk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJ7nIZKrk .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJ7nIZKrk .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJ7nIZKrk .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJ7nIZKrk .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJ7nIZKrk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJ7nIZKrk .img-item {
    width: 100% !important;
  }
  .cid-rSJ7nIZKrk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJ84YoCCh {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJ84YoCCh .images-container.container-fluid {
  padding: 0;
}
.cid-rSJ84YoCCh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJ84YoCCh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJ84YoCCh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJ84YoCCh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJ84YoCCh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJ84YoCCh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJ84YoCCh .img-item {
    width: 100% !important;
  }
  .cid-rSJ84YoCCh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJ8GTZ8Fu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJ8GTZ8Fu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJ8GTZ8Fu p {
  color: #767676;
  text-align: left;
}
.cid-rSJ8GTZ8Fu .card-box {
  padding-top: 2rem;
}
.cid-rSJ8GTZ8Fu .card-wrapper {
  height: 100%;
}
.cid-rSJatZmdSi {
  background-image: url("../../../assets/images/dsc02264-2000x1339.jpg");
}
.cid-rSJatZmdSi P {
  color: #767676;
}
.cid-rSJaqmJwTu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSJaqmJwTu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJaqmJwTu p {
  color: #767676;
  text-align: left;
}
.cid-rSJaqmJwTu .card-box {
  padding-top: 2rem;
}
.cid-rSJaqmJwTu .card-wrapper {
  height: 100%;
}
.cid-rSJaqmJwTu P {
  color: #000000;
}
.cid-rSJawxGj4z {
  background: #ffffff;
}
.cid-rSJawxGj4z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJawxGj4z figcaption {
  position: relative;
}
.cid-rSJawxGj4z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJawxGj4z .image-block {
    width: 100% !important;
  }
}
.cid-rSJbpI84wx {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rSJbpI84wx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSJbpI84wx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJbpI84wx .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSJbw4beq6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rSJbw4beq6 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJbw4beq6 .video-block {
    width: 100% !important;
  }
}
.cid-rSJbw4beq6 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJbsPYR5W {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rSJbsPYR5W .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJbsPYR5W .video-block {
    width: 100% !important;
  }
}
.cid-rSJbsPYR5W .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJbtwp8Jz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rSJbtwp8Jz .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJbtwp8Jz .video-block {
    width: 100% !important;
  }
}
.cid-rSJbtwp8Jz .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJbuuDend {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-rSJbuuDend .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJbuuDend .video-block {
    width: 100% !important;
  }
}
.cid-rSJbuuDend .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJbQm8sc1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-10-2000x1405.png");
}
.cid-rSJbQm8sc1 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rSJbQm8sc1 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rSJbQm8sc1 .breites_Zitat,
  .cid-rSJbQm8sc1 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rSJbTGT0T8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJbTGT0T8 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJbTGT0T8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJbTGT0T8 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJbTGT0T8 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJbVod5CX {
  background: #ffffff;
}
.cid-rSJbVod5CX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJbVod5CX figcaption {
  position: relative;
}
.cid-rSJbVod5CX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJbVod5CX .image-block {
    width: 100% !important;
  }
}
.cid-rSJbVTzBU2 {
  background: #ffffff;
}
.cid-rSJbVTzBU2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJbVTzBU2 figcaption {
  position: relative;
}
.cid-rSJbVTzBU2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJbVTzBU2 .image-block {
    width: 100% !important;
  }
}
.cid-rSJc07KHnK {
  background: #ffffff;
}
.cid-rSJc07KHnK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJc07KHnK figcaption {
  position: relative;
}
.cid-rSJc07KHnK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJc07KHnK .image-block {
    width: 100% !important;
  }
}
.cid-rSJc7gY4Oh {
  background: #ffffff;
}
.cid-rSJc7gY4Oh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJc7gY4Oh figcaption {
  position: relative;
}
.cid-rSJc7gY4Oh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJc7gY4Oh .image-block {
    width: 300% !important;
  }
}
.cid-rUbbhfBHgw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUbbhfBHgw .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUbbhfBHgw .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUbbhfBHgw .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUbbhfBHgw .mbr-figure,
  .cid-rUbbhfBHgw img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUbbhfBHgw .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUbbhfBHgw .mbr-author-desc {
  color: #000000;
}
.cid-rUbbhfBHgw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbbhfBHgw .text_block {
  margin-top: 0px;
}
.cid-rUbbhfBHgw .h2_block {
  margin-bottom: 20px;
}
.cid-rUbbhfBHgw .mbr-figure {
  align-self: flex-start;
}
.cid-rUbbhfBHgw .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUbbhfBHgw .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUbbhfBHgw .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUbbhfBHgw a:hover {
  Color: #a76645 !important;
}
.cid-rUbbhfBHgw a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUbbhfBHgw .btn-black-outline:hover,
.cid-rUbbhfBHgw .btn-black-outline:focus,
.cid-rUbbhfBHgw .btn-black-outline.focus,
.cid-rUbbhfBHgw .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUbbhfBHgw .display-5 {
    line-height: 1;
  }
  .cid-rUbbhfBHgw .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUbbhfBHgw .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUbbhfBHgw .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSJc7TEKK3 {
  background: #ffffff;
}
.cid-rSJc7TEKK3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJc7TEKK3 figcaption {
  position: relative;
}
.cid-rSJc7TEKK3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJc7TEKK3 .image-block {
    width: 300% !important;
  }
}
.cid-rSJc24LJpM {
  background: #ffffff;
}
.cid-rSJc24LJpM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJc24LJpM figcaption {
  position: relative;
}
.cid-rSJc24LJpM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJc24LJpM .image-block {
    width: 100% !important;
  }
}
.cid-rSJc532LVn {
  background: #ffffff;
}
.cid-rSJc532LVn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJc532LVn figcaption {
  position: relative;
}
.cid-rSJc532LVn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJc532LVn .image-block {
    width: 100% !important;
  }
}
.cid-rSJcCj8Pmh {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJcCj8Pmh .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rSJcCj8Pmh .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rSJcCj8Pmh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSJcCj8Pmh .mbr-figure,
  .cid-rSJcCj8Pmh img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSJcCj8Pmh .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSJcCj8Pmh h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJcCj8Pmh .h2_block {
  margin-bottom: 20px;
}
.cid-rSJcCj8Pmh .mbr-figure {
  align-self: flex-start;
}
.cid-rSJcNxT0ja {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJcNxT0ja h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJcNxT0ja p {
  color: #767676;
  text-align: left;
}
.cid-rSJcNxT0ja .card-box {
  padding-top: 2rem;
}
.cid-rSJcNxT0ja .card-wrapper {
  height: 100%;
}
.cid-rSJcNxT0ja P {
  color: #000000;
}
.cid-rSJeP44dYx {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJeP44dYx .images-container.container-fluid {
  padding: 0;
}
.cid-rSJeP44dYx .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJeP44dYx .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJeP44dYx .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJeP44dYx .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJeP44dYx .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJeP44dYx .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJeP44dYx .img-item {
    width: 100% !important;
  }
  .cid-rSJeP44dYx .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJd32fYn8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJd32fYn8 .images-container.container-fluid {
  padding: 0;
}
.cid-rSJd32fYn8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJd32fYn8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJd32fYn8 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJd32fYn8 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJd32fYn8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJd32fYn8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJd32fYn8 .img-item {
    width: 100% !important;
  }
  .cid-rSJd32fYn8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJcOIRmwq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJcOIRmwq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJcOIRmwq p {
  color: #767676;
  text-align: left;
}
.cid-rSJcOIRmwq .card-box {
  padding-top: 2rem;
}
.cid-rSJcOIRmwq .card-wrapper {
  height: 100%;
}
.cid-rSJcOIRmwq P {
  color: #000000;
}
.cid-rSJfw9RtAc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJfw9RtAc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJfw9RtAc p {
  color: #767676;
  text-align: left;
}
.cid-rSJfw9RtAc .card-box {
  padding-top: 2rem;
}
.cid-rSJfw9RtAc .card-wrapper {
  height: 100%;
}
.cid-rSJfw9RtAc P {
  color: #000000;
}
.cid-rSJd9am5R9 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rSJd9am5R9 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rSJd9am5R9 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rSJd9am5R9 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rSJd9am5R9 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rSJdvclkwu {
  background-image: url("../../../assets/images/heli-2000x1333.jpg");
}
.cid-rSJdvclkwu P {
  color: #767676;
}
.cid-rSJdrr6l6C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJdrr6l6C .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJdrr6l6C h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJdrr6l6C .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJdrr6l6C .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJdYuhzDL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSJdYuhzDL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJdYuhzDL p {
  color: #767676;
  text-align: left;
}
.cid-rSJdYuhzDL .card-box {
  padding-top: 2rem;
}
.cid-rSJdYuhzDL .card-wrapper {
  height: 100%;
}
.cid-rSJdYuhzDL P {
  color: #000000;
}
.cid-rSJdd1IQkT {
  background: #ffffff;
}
.cid-rSJdd1IQkT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJdd1IQkT figcaption {
  position: relative;
}
.cid-rSJdd1IQkT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJdd1IQkT .image-block {
    width: 100% !important;
  }
}
.cid-txgimkrs2C {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgimkrs2C .content {
    text-align: center;
  }
  .cid-txgimkrs2C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgimkrs2C .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgimkrs2C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgimkrs2C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgimkrs2C .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgimkrs2C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgimkrs2C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgimkrs2C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgimkrs2C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgimkrs2C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgimkrs2C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgimkrs2C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgimkrs2C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgimkrs2C H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgimkrs2C P {
  color: #1d1d1b;
}
.cid-txgimkrs2C .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgimkrs2C .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgimkrs2C .logo_footer {
  position: relative;
}
.cid-txgimkrs2C .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgimkrs2C .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgimkrs2C .col,
  .cid-txgimkrs2C .col-1,
  .cid-txgimkrs2C .col-10,
  .cid-txgimkrs2C .col-11,
  .cid-txgimkrs2C .col-12,
  .cid-txgimkrs2C .col-2,
  .cid-txgimkrs2C .col-3,
  .cid-txgimkrs2C .col-4,
  .cid-txgimkrs2C .col-5,
  .cid-txgimkrs2C .col-6,
  .cid-txgimkrs2C .col-7,
  .cid-txgimkrs2C .col-8,
  .cid-txgimkrs2C .col-9,
  .cid-txgimkrs2C .col-auto,
  .cid-txgimkrs2C .col-lg,
  .cid-txgimkrs2C .col-lg-1,
  .cid-txgimkrs2C .col-lg-10,
  .cid-txgimkrs2C .col-lg-11,
  .cid-txgimkrs2C .col-lg-12,
  .cid-txgimkrs2C .col-lg-2,
  .cid-txgimkrs2C .col-lg-3,
  .cid-txgimkrs2C .col-lg-4,
  .cid-txgimkrs2C .col-lg-5,
  .cid-txgimkrs2C .col-lg-6,
  .cid-txgimkrs2C .col-lg-7,
  .cid-txgimkrs2C .col-lg-8,
  .cid-txgimkrs2C .col-lg-9,
  .cid-txgimkrs2C .col-lg-auto,
  .cid-txgimkrs2C .col-md,
  .cid-txgimkrs2C .col-md-1,
  .cid-txgimkrs2C .col-md-10,
  .cid-txgimkrs2C .col-md-11,
  .cid-txgimkrs2C .col-md-12,
  .cid-txgimkrs2C .col-md-2,
  .cid-txgimkrs2C .col-md-3,
  .cid-txgimkrs2C .col-md-4,
  .cid-txgimkrs2C .col-md-5,
  .cid-txgimkrs2C .col-md-6,
  .cid-txgimkrs2C .col-md-7,
  .cid-txgimkrs2C .col-md-8,
  .cid-txgimkrs2C .col-md-9,
  .cid-txgimkrs2C .col-md-auto,
  .cid-txgimkrs2C .col-sm,
  .cid-txgimkrs2C .col-sm-1,
  .cid-txgimkrs2C .col-sm-10,
  .cid-txgimkrs2C .col-sm-11,
  .cid-txgimkrs2C .col-sm-12,
  .cid-txgimkrs2C .col-sm-2,
  .cid-txgimkrs2C .col-sm-3,
  .cid-txgimkrs2C .col-sm-4,
  .cid-txgimkrs2C .col-sm-5,
  .cid-txgimkrs2C .col-sm-6,
  .cid-txgimkrs2C .col-sm-7,
  .cid-txgimkrs2C .col-sm-8,
  .cid-txgimkrs2C .col-sm-9,
  .cid-txgimkrs2C .col-sm-auto,
  .cid-txgimkrs2C .col-xl,
  .cid-txgimkrs2C .col-xl-1,
  .cid-txgimkrs2C .col-xl-10,
  .cid-txgimkrs2C .col-xl-11,
  .cid-txgimkrs2C .col-xl-12,
  .cid-txgimkrs2C .col-xl-2,
  .cid-txgimkrs2C .col-xl-3,
  .cid-txgimkrs2C .col-xl-4,
  .cid-txgimkrs2C .col-xl-5,
  .cid-txgimkrs2C .col-xl-6,
  .cid-txgimkrs2C .col-xl-7,
  .cid-txgimkrs2C .col-xl-8,
  .cid-txgimkrs2C .col-xl-9,
  .cid-txgimkrs2C .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgimkrs2C .content {
    text-align: left;
  }
  .cid-txgimkrs2C .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgimkrs2C .logo_footer_box {
    position: relative;
  }
  .cid-txgimkrs2C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgimkrs2C .logo_footer {
    position: relative;
  }
  .cid-txgimkrs2C .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rSJTDF2YxS {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rSJTDF2YxS {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSJTGz4cz0 {
  background-image: url("../../../assets/images/pressefoto-sarkophag-2-2000x1250.jpg");
}
.cid-rSJTGz4cz0 P {
  color: #767676;
}
.cid-rSJTRYhZ0K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSJTRYhZ0K .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJTRYhZ0K h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJTRYhZ0K .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJTRYhZ0K .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJTUsLaBm {
  background: #f9ceb2;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rSJTUsLaBm .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJTUsLaBm .video-block {
    width: 100% !important;
  }
}
.cid-rSJTUsLaBm .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-se4gH9hvDF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-5-1500x490.jpg");
}
.cid-se4gH9hvDF H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-se4gH9hvDF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-se4gH9hvDF span {
  visibility: hidden;
}
.cid-se4gH9hvDF .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4gH9hvDF span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rSJTZ0GCwA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f9ceb2;
}
.cid-rSJTZ0GCwA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJTZ0GCwA p {
  color: #767676;
  text-align: left;
}
.cid-rSJTZ0GCwA .card-box {
  padding-top: 2rem;
}
.cid-rSJTZ0GCwA .card-wrapper {
  height: 100%;
}
.cid-rSJTZ0GCwA P {
  color: #1d1d1b;
}
.cid-rSJW1k1gFs {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rSJW1k1gFs H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rSJW1k1gFs .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rSJW1k1gFs .breites_Zitat,
  .cid-rSJW1k1gFs .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rSJW3agtxk {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rSJW3agtxk .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJW3agtxk .video-block {
    width: 100% !important;
  }
}
.cid-rSJW3agtxk .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJW3yALpl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSJW3yALpl .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJW3yALpl .video-block {
    width: 100% !important;
  }
}
.cid-rSJW3yALpl .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJW6bEJSv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJW6bEJSv .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJW6bEJSv h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJW6bEJSv .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJW6bEJSv .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJWPBwuZu {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSJWPBwuZu .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rSJWPBwuZu .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rSJWPBwuZu .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rSJWPBwuZu .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rSJWPBwuZu .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rSJWPBwuZu .mbr-figure,
  .cid-rSJWPBwuZu img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rSJWPBwuZu h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJWPBwuZu .text_block {
  margin-top: 0px;
}
.cid-rSJWPBwuZu .h2_block {
  margin-bottom: 20px;
}
.cid-rSJWPBwuZu .mbr-figure {
  align-self: flex-start;
}
.cid-rSJWPBwuZu .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rSJWPBwuZu .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rSJWPBwuZu a:hover {
  Color: #a76645 !important;
}
.cid-rSJWPBwuZu a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJWPBwuZu .btn-black-outline:hover,
.cid-rSJWPBwuZu .btn-black-outline:focus,
.cid-rSJWPBwuZu .btn-black-outline.focus,
.cid-rSJWPBwuZu .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSJWPBwuZu .display-5 {
    line-height: 1;
  }
  .cid-rSJWPBwuZu .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSJWPBwuZu .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rSJWPBwuZu .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSJWPBwuZu .content {
  padding-left: 3px;
}
.cid-txgiIgHS5x {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiIgHS5x .content {
    text-align: center;
  }
  .cid-txgiIgHS5x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiIgHS5x .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiIgHS5x .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiIgHS5x .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiIgHS5x .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiIgHS5x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiIgHS5x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiIgHS5x .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiIgHS5x .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiIgHS5x .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiIgHS5x .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiIgHS5x .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiIgHS5x .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiIgHS5x H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiIgHS5x P {
  color: #1d1d1b;
}
.cid-txgiIgHS5x .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiIgHS5x .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiIgHS5x .logo_footer {
  position: relative;
}
.cid-txgiIgHS5x .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiIgHS5x .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiIgHS5x .col,
  .cid-txgiIgHS5x .col-1,
  .cid-txgiIgHS5x .col-10,
  .cid-txgiIgHS5x .col-11,
  .cid-txgiIgHS5x .col-12,
  .cid-txgiIgHS5x .col-2,
  .cid-txgiIgHS5x .col-3,
  .cid-txgiIgHS5x .col-4,
  .cid-txgiIgHS5x .col-5,
  .cid-txgiIgHS5x .col-6,
  .cid-txgiIgHS5x .col-7,
  .cid-txgiIgHS5x .col-8,
  .cid-txgiIgHS5x .col-9,
  .cid-txgiIgHS5x .col-auto,
  .cid-txgiIgHS5x .col-lg,
  .cid-txgiIgHS5x .col-lg-1,
  .cid-txgiIgHS5x .col-lg-10,
  .cid-txgiIgHS5x .col-lg-11,
  .cid-txgiIgHS5x .col-lg-12,
  .cid-txgiIgHS5x .col-lg-2,
  .cid-txgiIgHS5x .col-lg-3,
  .cid-txgiIgHS5x .col-lg-4,
  .cid-txgiIgHS5x .col-lg-5,
  .cid-txgiIgHS5x .col-lg-6,
  .cid-txgiIgHS5x .col-lg-7,
  .cid-txgiIgHS5x .col-lg-8,
  .cid-txgiIgHS5x .col-lg-9,
  .cid-txgiIgHS5x .col-lg-auto,
  .cid-txgiIgHS5x .col-md,
  .cid-txgiIgHS5x .col-md-1,
  .cid-txgiIgHS5x .col-md-10,
  .cid-txgiIgHS5x .col-md-11,
  .cid-txgiIgHS5x .col-md-12,
  .cid-txgiIgHS5x .col-md-2,
  .cid-txgiIgHS5x .col-md-3,
  .cid-txgiIgHS5x .col-md-4,
  .cid-txgiIgHS5x .col-md-5,
  .cid-txgiIgHS5x .col-md-6,
  .cid-txgiIgHS5x .col-md-7,
  .cid-txgiIgHS5x .col-md-8,
  .cid-txgiIgHS5x .col-md-9,
  .cid-txgiIgHS5x .col-md-auto,
  .cid-txgiIgHS5x .col-sm,
  .cid-txgiIgHS5x .col-sm-1,
  .cid-txgiIgHS5x .col-sm-10,
  .cid-txgiIgHS5x .col-sm-11,
  .cid-txgiIgHS5x .col-sm-12,
  .cid-txgiIgHS5x .col-sm-2,
  .cid-txgiIgHS5x .col-sm-3,
  .cid-txgiIgHS5x .col-sm-4,
  .cid-txgiIgHS5x .col-sm-5,
  .cid-txgiIgHS5x .col-sm-6,
  .cid-txgiIgHS5x .col-sm-7,
  .cid-txgiIgHS5x .col-sm-8,
  .cid-txgiIgHS5x .col-sm-9,
  .cid-txgiIgHS5x .col-sm-auto,
  .cid-txgiIgHS5x .col-xl,
  .cid-txgiIgHS5x .col-xl-1,
  .cid-txgiIgHS5x .col-xl-10,
  .cid-txgiIgHS5x .col-xl-11,
  .cid-txgiIgHS5x .col-xl-12,
  .cid-txgiIgHS5x .col-xl-2,
  .cid-txgiIgHS5x .col-xl-3,
  .cid-txgiIgHS5x .col-xl-4,
  .cid-txgiIgHS5x .col-xl-5,
  .cid-txgiIgHS5x .col-xl-6,
  .cid-txgiIgHS5x .col-xl-7,
  .cid-txgiIgHS5x .col-xl-8,
  .cid-txgiIgHS5x .col-xl-9,
  .cid-txgiIgHS5x .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiIgHS5x .content {
    text-align: left;
  }
  .cid-txgiIgHS5x .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiIgHS5x .logo_footer_box {
    position: relative;
  }
  .cid-txgiIgHS5x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiIgHS5x .logo_footer {
    position: relative;
  }
  .cid-txgiIgHS5x .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRQmIUGDkb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRQmIUGDkb {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRQncG7F5v {
  background-image: url("../../../assets/images/dsc-0984-kopie-2000x2690.jpg");
}
.cid-rRQncG7F5v P {
  color: #767676;
}
.cid-rRQnqxXLp6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQnqxXLp6 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRQnqxXLp6 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQnqxXLp6 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRQnqxXLp6 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRQnLlIGJn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQnLlIGJn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQnLlIGJn p {
  color: #767676;
  text-align: left;
}
.cid-rRQnLlIGJn .card-box {
  padding-top: 2rem;
}
.cid-rRQnLlIGJn .card-wrapper {
  height: 100%;
}
.cid-se4iXQuy8V {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-5-1500x490.jpg");
}
.cid-se4iXQuy8V H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-se4iXQuy8V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-se4iXQuy8V span {
  visibility: hidden;
}
.cid-se4iXQuy8V .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4iXQuy8V span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRQonH6S4r {
  background-image: url("../../../assets/images/dsc-996-2000x1339.jpg");
}
.cid-rRQonH6S4r P {
  color: #767676;
}
.cid-rRQoCLQUuF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQoCLQUuF .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRQoCLQUuF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQoCLQUuF .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRQoFJBjLo {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQoFJBjLo .images-container.container-fluid {
  padding: 0;
}
.cid-rRQoFJBjLo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQoFJBjLo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQoFJBjLo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQoFJBjLo .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQoFJBjLo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQoFJBjLo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQoFJBjLo .img-item {
    width: 100% !important;
  }
  .cid-rRQoFJBjLo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRQp1swpeH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQp1swpeH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQp1swpeH p {
  color: #767676;
  text-align: left;
}
.cid-rRQp1swpeH .card-box {
  padding-top: 2rem;
}
.cid-rRQp1swpeH .card-wrapper {
  height: 100%;
}
.cid-rRQplw8KvU {
  background-image: url("../../../assets/images/dsc-1019-2-2000x1339.jpg");
}
.cid-rRQplw8KvU P {
  color: #767676;
}
.cid-rUbbQRObnJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUbbQRObnJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rUbbQRObnJ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbbQRObnJ .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUbbQRObnJ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRQpGe41ig {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQpGe41ig .images-container.container-fluid {
  padding: 0;
}
.cid-rRQpGe41ig .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQpGe41ig .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQpGe41ig .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQpGe41ig .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQpGe41ig .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQpGe41ig .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQpGe41ig .img-item {
    width: 100% !important;
  }
  .cid-rRQpGe41ig .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRQpNRA7Ll {
  background: #ffffff;
}
.cid-rRQpNRA7Ll .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRQpNRA7Ll figcaption {
  position: relative;
}
.cid-rRQpNRA7Ll figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRQpNRA7Ll .image-block {
    width: 300% !important;
  }
}
.cid-rUbc2iOGcj {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUbc2iOGcj .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUbc2iOGcj .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUbc2iOGcj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUbc2iOGcj .mbr-figure,
  .cid-rUbc2iOGcj img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUbc2iOGcj .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUbc2iOGcj .mbr-author-desc {
  color: #000000;
}
.cid-rUbc2iOGcj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbc2iOGcj .text_block {
  margin-top: 0px;
}
.cid-rUbc2iOGcj .h2_block {
  margin-bottom: 20px;
}
.cid-rUbc2iOGcj .mbr-figure {
  align-self: flex-start;
}
.cid-rUbc2iOGcj .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUbc2iOGcj .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUbc2iOGcj .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUbc2iOGcj a:hover {
  Color: #a76645 !important;
}
.cid-rUbc2iOGcj a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUbc2iOGcj .btn-black-outline:hover,
.cid-rUbc2iOGcj .btn-black-outline:focus,
.cid-rUbc2iOGcj .btn-black-outline.focus,
.cid-rUbc2iOGcj .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUbc2iOGcj .display-5 {
    line-height: 1;
  }
  .cid-rUbc2iOGcj .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUbc2iOGcj .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUbc2iOGcj .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRQpNl3a4C {
  background: #ffffff;
}
.cid-rRQpNl3a4C .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRQpNl3a4C figcaption {
  position: relative;
}
.cid-rRQpNl3a4C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRQpNl3a4C .image-block {
    width: 300% !important;
  }
}
.cid-rRQpUTLUvl {
  background: #ffffff;
}
.cid-rRQpUTLUvl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRQpUTLUvl figcaption {
  position: relative;
}
.cid-rRQpUTLUvl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRQpUTLUvl .image-block {
    width: 100% !important;
  }
}
.cid-rRQqtkt0Y2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-rRQqtkt0Y2 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRQqtkt0Y2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQqtkt0Y2 p {
  color: #767676;
  text-align: left;
}
.cid-rRQqtkt0Y2 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRQqtkt0Y2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRQqtkt0Y2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRQqtkt0Y2 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRQqtkt0Y2 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRQqtkt0Y2 .notched-box:before,
.cid-rRQqtkt0Y2 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRQqtkt0Y2 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRQqtkt0Y2 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRQqtkt0Y2 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRQqtkt0Y2 .border:before,
.cid-rRQqtkt0Y2 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRQqtkt0Y2 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRQqtkt0Y2 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRQqtkt0Y2 .mbr-author-name {
  padding-left: 40px;
}
.cid-rRQqtkt0Y2 P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRQqtkt0Y2 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRQr9LPTZ0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQr9LPTZ0 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRQr9LPTZ0 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQr9LPTZ0 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRQrj6ck89 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRQrj6ck89 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQrj6ck89 p {
  color: #767676;
  text-align: left;
}
.cid-rRQrj6ck89 .card-box {
  padding-top: 2rem;
}
.cid-rRQrj6ck89 .card-wrapper {
  height: 100%;
}
.cid-rRQrj6ck89 P {
  color: #1d1d1b;
}
.cid-rRQscUpVgd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQscUpVgd .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRQscUpVgd .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRQscUpVgd .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRQscUpVgd .mbr-figure,
  .cid-rRQscUpVgd img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRQscUpVgd .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRQscUpVgd h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQscUpVgd .h2_block {
  margin-bottom: 20px;
}
.cid-rRQscUpVgd .mbr-figure {
  align-self: flex-start;
}
.cid-rRQtl3Cn3t {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRQtl3Cn3t .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRQtl3Cn3t .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRQtl3Cn3t .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRQtl3Cn3t .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRQtl3Cn3t .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRQtl3Cn3t .mbr-figure,
  .cid-rRQtl3Cn3t img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRQtl3Cn3t h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQtl3Cn3t .text_block {
  margin-top: 0px;
}
.cid-rRQtl3Cn3t .h2_block {
  margin-bottom: 20px;
}
.cid-rRQtl3Cn3t .mbr-figure {
  align-self: flex-start;
}
.cid-rRQtl3Cn3t .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRQtl3Cn3t .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRQtl3Cn3t a:hover {
  Color: #a76645 !important;
}
.cid-rRQtl3Cn3t a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRQtl3Cn3t .btn-black-outline:hover,
.cid-rRQtl3Cn3t .btn-black-outline:focus,
.cid-rRQtl3Cn3t .btn-black-outline.focus,
.cid-rRQtl3Cn3t .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRQtl3Cn3t .display-5 {
    line-height: 1;
  }
  .cid-rRQtl3Cn3t .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRQtl3Cn3t .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRQtl3Cn3t .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRQtl3Cn3t .content {
  padding-left: 3px;
}
.cid-rRQtKy8vLK {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQtKy8vLK .images-container.container-fluid {
  padding: 0;
}
.cid-rRQtKy8vLK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQtKy8vLK .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQtKy8vLK .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQtKy8vLK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQtKy8vLK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQtKy8vLK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQtKy8vLK .img-item {
    width: 100% !important;
  }
  .cid-rRQtKy8vLK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-txgiPy1ly4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiPy1ly4 .content {
    text-align: center;
  }
  .cid-txgiPy1ly4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiPy1ly4 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiPy1ly4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiPy1ly4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiPy1ly4 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiPy1ly4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiPy1ly4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiPy1ly4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiPy1ly4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiPy1ly4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiPy1ly4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiPy1ly4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiPy1ly4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiPy1ly4 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiPy1ly4 P {
  color: #1d1d1b;
}
.cid-txgiPy1ly4 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiPy1ly4 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiPy1ly4 .logo_footer {
  position: relative;
}
.cid-txgiPy1ly4 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiPy1ly4 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiPy1ly4 .col,
  .cid-txgiPy1ly4 .col-1,
  .cid-txgiPy1ly4 .col-10,
  .cid-txgiPy1ly4 .col-11,
  .cid-txgiPy1ly4 .col-12,
  .cid-txgiPy1ly4 .col-2,
  .cid-txgiPy1ly4 .col-3,
  .cid-txgiPy1ly4 .col-4,
  .cid-txgiPy1ly4 .col-5,
  .cid-txgiPy1ly4 .col-6,
  .cid-txgiPy1ly4 .col-7,
  .cid-txgiPy1ly4 .col-8,
  .cid-txgiPy1ly4 .col-9,
  .cid-txgiPy1ly4 .col-auto,
  .cid-txgiPy1ly4 .col-lg,
  .cid-txgiPy1ly4 .col-lg-1,
  .cid-txgiPy1ly4 .col-lg-10,
  .cid-txgiPy1ly4 .col-lg-11,
  .cid-txgiPy1ly4 .col-lg-12,
  .cid-txgiPy1ly4 .col-lg-2,
  .cid-txgiPy1ly4 .col-lg-3,
  .cid-txgiPy1ly4 .col-lg-4,
  .cid-txgiPy1ly4 .col-lg-5,
  .cid-txgiPy1ly4 .col-lg-6,
  .cid-txgiPy1ly4 .col-lg-7,
  .cid-txgiPy1ly4 .col-lg-8,
  .cid-txgiPy1ly4 .col-lg-9,
  .cid-txgiPy1ly4 .col-lg-auto,
  .cid-txgiPy1ly4 .col-md,
  .cid-txgiPy1ly4 .col-md-1,
  .cid-txgiPy1ly4 .col-md-10,
  .cid-txgiPy1ly4 .col-md-11,
  .cid-txgiPy1ly4 .col-md-12,
  .cid-txgiPy1ly4 .col-md-2,
  .cid-txgiPy1ly4 .col-md-3,
  .cid-txgiPy1ly4 .col-md-4,
  .cid-txgiPy1ly4 .col-md-5,
  .cid-txgiPy1ly4 .col-md-6,
  .cid-txgiPy1ly4 .col-md-7,
  .cid-txgiPy1ly4 .col-md-8,
  .cid-txgiPy1ly4 .col-md-9,
  .cid-txgiPy1ly4 .col-md-auto,
  .cid-txgiPy1ly4 .col-sm,
  .cid-txgiPy1ly4 .col-sm-1,
  .cid-txgiPy1ly4 .col-sm-10,
  .cid-txgiPy1ly4 .col-sm-11,
  .cid-txgiPy1ly4 .col-sm-12,
  .cid-txgiPy1ly4 .col-sm-2,
  .cid-txgiPy1ly4 .col-sm-3,
  .cid-txgiPy1ly4 .col-sm-4,
  .cid-txgiPy1ly4 .col-sm-5,
  .cid-txgiPy1ly4 .col-sm-6,
  .cid-txgiPy1ly4 .col-sm-7,
  .cid-txgiPy1ly4 .col-sm-8,
  .cid-txgiPy1ly4 .col-sm-9,
  .cid-txgiPy1ly4 .col-sm-auto,
  .cid-txgiPy1ly4 .col-xl,
  .cid-txgiPy1ly4 .col-xl-1,
  .cid-txgiPy1ly4 .col-xl-10,
  .cid-txgiPy1ly4 .col-xl-11,
  .cid-txgiPy1ly4 .col-xl-12,
  .cid-txgiPy1ly4 .col-xl-2,
  .cid-txgiPy1ly4 .col-xl-3,
  .cid-txgiPy1ly4 .col-xl-4,
  .cid-txgiPy1ly4 .col-xl-5,
  .cid-txgiPy1ly4 .col-xl-6,
  .cid-txgiPy1ly4 .col-xl-7,
  .cid-txgiPy1ly4 .col-xl-8,
  .cid-txgiPy1ly4 .col-xl-9,
  .cid-txgiPy1ly4 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiPy1ly4 .content {
    text-align: left;
  }
  .cid-txgiPy1ly4 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiPy1ly4 .logo_footer_box {
    position: relative;
  }
  .cid-txgiPy1ly4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiPy1ly4 .logo_footer {
    position: relative;
  }
  .cid-txgiPy1ly4 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRQaxc171t {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRQaxc171t {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSK02oThvj {
  background-image: url("../../../assets/images/shapeimage-1-688x465-66-688x465.png");
}
.cid-rSK02oThvj P {
  color: #767676;
}
.cid-rSK0CpUa2A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSK0CpUa2A .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSK0CpUa2A h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK0CpUa2A .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSK0CpUa2A .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK2ghdK6k {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSK2ghdK6k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSK2ghdK6k p {
  color: #767676;
  text-align: left;
}
.cid-rSK2ghdK6k .card-box {
  padding-top: 2rem;
}
.cid-rSK2ghdK6k .card-wrapper {
  height: 100%;
}
.cid-rSK2ghdK6k P {
  color: #1d1d1b;
}
.cid-rSK2JuCZqt {
  background: #ffffff;
}
.cid-rSK2JuCZqt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSK2JuCZqt figcaption {
  position: relative;
}
.cid-rSK2JuCZqt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSK2JuCZqt .image-block {
    width: 100% !important;
  }
}
.cid-rSK2Nrs6dn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSK2Nrs6dn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSK2Nrs6dn h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK2Nrs6dn .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK2Nrs6dn .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK2PNDevd {
  background: #f9ceb2;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSK2PNDevd .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSK2PNDevd .video-block {
    width: 100% !important;
  }
}
.cid-rSK2PNDevd .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK2SKRLQD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSK2SKRLQD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSK2SKRLQD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK2SKRLQD .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK2SKRLQD .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK32a4BTu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rSK32a4BTu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSK32a4BTu p {
  color: #767676;
  text-align: left;
}
.cid-rSK32a4BTu .card-box {
  padding-top: 2rem;
}
.cid-rSK32a4BTu .card-wrapper {
  height: 100%;
}
.cid-rSK32a4BTu P {
  color: #ffffff;
}
.cid-rSK36npSb3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-rSK36npSb3 .testimonial-text {
  font-style: italic;
  color: #000000;
  text-align: left;
}
.cid-rSK36npSb3 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rSK36npSb3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSK36npSb3 .mbr-figure,
  .cid-rSK36npSb3 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSK36npSb3 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSK36npSb3 .mbr-author-desc {
  color: #000000;
}
.cid-rSK36npSb3 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK36npSb3 .text_block {
  margin-top: 0px;
}
.cid-rSK36npSb3 .h2_block {
  margin-bottom: 20px;
}
.cid-rSK36npSb3 .mbr-figure {
  align-self: flex-start;
}
.cid-rSK36npSb3 .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rSK36npSb3 .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rSK36npSb3 .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rSK36npSb3 .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rSK36npSb3 .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rSK3FcfmJS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rSK3FcfmJS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSK3FcfmJS p {
  color: #767676;
  text-align: left;
}
.cid-rSK3FcfmJS .card-box {
  padding-top: 2rem;
}
.cid-rSK3FcfmJS .card-wrapper {
  height: 100%;
}
.cid-rSKtyGt42J {
  background-image: url("../../../assets/images/shapeimage-4-688x434-13-688x434.png");
}
.cid-rSKtyGt42J h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKtyGt42J .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK3WkWj1m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSK3WkWj1m .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSK3WkWj1m h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK3WkWj1m .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSK3WkWj1m .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK40QwKcU {
  background: #f9ceb2;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSK40QwKcU .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSK40QwKcU .video-block {
    width: 100% !important;
  }
}
.cid-rSK40QwKcU .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSKcVqkWlu {
  background-image: url("../../../assets/images/dsc00159-2000x1500.jpg");
}
.cid-rSKcVqkWlu h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKcVqkWlu .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeO0Parz1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUeO0Parz1 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeO0Parz1 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeO0Parz1 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKd2P1AS2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSKd2P1AS2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSKd2P1AS2 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKd2P1AS2 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKd2P1AS2 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK42m0JtZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSK42m0JtZ .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSK42m0JtZ .video-block {
    width: 100% !important;
  }
}
.cid-rSK42m0JtZ .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK4gwCb5W {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSK4gwCb5W .testimonial-text {
  color: #1d1d1b;
}
.cid-rSK4gwCb5W .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rSK4gwCb5W .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSK4gwCb5W .mbr-figure,
  .cid-rSK4gwCb5W img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSK4gwCb5W .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSK4gwCb5W h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK4gwCb5W .h2_block {
  margin-bottom: 20px;
}
.cid-rSK4eZaJsX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSK4eZaJsX .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rSK4eZaJsX .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rSK4eZaJsX .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rSK4eZaJsX .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rSK4eZaJsX .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rSK4eZaJsX .mbr-figure,
  .cid-rSK4eZaJsX img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rSK4eZaJsX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK4eZaJsX .text_block {
  margin-top: 0px;
}
.cid-rSK4eZaJsX .h2_block {
  margin-bottom: 20px;
}
.cid-rSK4eZaJsX .mbr-figure {
  align-self: flex-start;
}
.cid-rSK4eZaJsX .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rSK4eZaJsX .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rSK4eZaJsX a:hover {
  Color: #a76645 !important;
}
.cid-rSK4eZaJsX a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK4eZaJsX .btn-black-outline:hover,
.cid-rSK4eZaJsX .btn-black-outline:focus,
.cid-rSK4eZaJsX .btn-black-outline.focus,
.cid-rSK4eZaJsX .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSK4eZaJsX .display-5 {
    line-height: 1;
  }
  .cid-rSK4eZaJsX .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSK4eZaJsX .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rSK4eZaJsX .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSK4eZaJsX .content {
  padding-left: 3px;
}
.cid-rSKdyblyk7 {
  background-image: url("../../../assets/images/richter3-1163x649.jpg");
}
.cid-rSKdyblyk7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKdyblyk7 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKdV3Dy6k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rSKdV3Dy6k .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSKdV3Dy6k h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKdV3Dy6k .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKe1vhbEv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSKe1vhbEv .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSKe1vhbEv .video-block {
    width: 100% !important;
  }
}
.cid-rSKe1vhbEv .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK6n83Bwy {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rSK6n83Bwy .images-container.container-fluid {
  padding: 0;
}
.cid-rSK6n83Bwy .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSK6n83Bwy .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSK6n83Bwy .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSK6n83Bwy .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSK6n83Bwy .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSK6n83Bwy .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSK6n83Bwy .img-item {
    width: 100% !important;
  }
  .cid-rSK6n83Bwy .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSKvR349mH {
  background: #ffffff;
}
.cid-rSKvR349mH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSKvR349mH figcaption {
  position: relative;
}
.cid-rSKvR349mH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSKvR349mH .image-block {
    width: 100% !important;
  }
}
.cid-rSKw8zHPis {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rSKw8zHPis .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSKw8zHPis h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKw8zHPis .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK8od2eja {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSK8od2eja .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSK8od2eja h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK8od2eja .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK8od2eja .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK6CffAUZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSK6CffAUZ .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rSK6CffAUZ .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rSK6CffAUZ .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rSK6CffAUZ .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rSK6CffAUZ .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rSK6CffAUZ .mbr-figure,
  .cid-rSK6CffAUZ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rSK6CffAUZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK6CffAUZ .text_block {
  margin-top: 0px;
}
.cid-rSK6CffAUZ .h2_block {
  margin-bottom: 20px;
}
.cid-rSK6CffAUZ .mbr-figure {
  align-self: flex-start;
}
.cid-rSK6CffAUZ .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rSK6CffAUZ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rSK6CffAUZ a:hover {
  Color: #a76645 !important;
}
.cid-rSK6CffAUZ a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK6CffAUZ .btn-black-outline:hover,
.cid-rSK6CffAUZ .btn-black-outline:focus,
.cid-rSK6CffAUZ .btn-black-outline.focus,
.cid-rSK6CffAUZ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSK6CffAUZ .display-5 {
    line-height: 1;
  }
  .cid-rSK6CffAUZ .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSK6CffAUZ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rSK6CffAUZ .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSK6CffAUZ .content {
  padding-left: 3px;
}
.cid-rSK8DaXRS4 {
  background-image: url("../../../assets/images/img-0153-kopie-2000x1144.jpg");
}
.cid-rSK8DaXRS4 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK8DaXRS4 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK8GRcxUW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSK8GRcxUW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSK8GRcxUW h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK8GRcxUW .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK8GRcxUW .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK8R2JqOo {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSK8R2JqOo .images-container.container-fluid {
  padding: 0;
}
.cid-rSK8R2JqOo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSK8R2JqOo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSK8R2JqOo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSK8R2JqOo .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSK8R2JqOo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSK8R2JqOo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSK8R2JqOo .img-item {
    width: 100% !important;
  }
  .cid-rSK8R2JqOo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSKkgKRggh {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSKkgKRggh .images-container.container-fluid {
  padding: 0;
}
.cid-rSKkgKRggh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSKkgKRggh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSKkgKRggh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSKkgKRggh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSKkgKRggh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSKkgKRggh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSKkgKRggh .img-item {
    width: 100% !important;
  }
  .cid-rSKkgKRggh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSK95qoDAu {
  background: #ffffff;
}
.cid-rSK95qoDAu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSK95qoDAu figcaption {
  position: relative;
}
.cid-rSK95qoDAu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSK95qoDAu .image-block {
    width: 100% !important;
  }
}
.cid-rSK8SFJ5mV {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSK8SFJ5mV .images-container.container-fluid {
  padding: 0;
}
.cid-rSK8SFJ5mV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSK8SFJ5mV .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSK8SFJ5mV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSK8SFJ5mV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSK8SFJ5mV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSK8SFJ5mV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSK8SFJ5mV .img-item {
    width: 100% !important;
  }
  .cid-rSK8SFJ5mV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSK9cNAgee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSK9cNAgee h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSK9cNAgee p {
  color: #767676;
  text-align: left;
}
.cid-rSK9cNAgee .card-box {
  padding-top: 2rem;
}
.cid-rSK9cNAgee .card-wrapper {
  height: 100%;
}
.cid-rSKnt0qHLh {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-9-2000x1402.png");
}
.cid-rSKnt0qHLh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSKnt0qHLh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rSKnt0qHLh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rSKncZYWzb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 75px;
}
.cid-rSKncZYWzb .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSKncZYWzb .video-block {
    width: 100% !important;
  }
}
.cid-rSKncZYWzb .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK9iCdSC7 {
  background-image: url("../../../assets/images/speakerscorner033-1000x666.jpg");
}
.cid-rSK9iCdSC7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK9iCdSC7 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeOFXUGPG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUeOFXUGPG .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeOFXUGPG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeOFXUGPG .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK9nepLB7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSK9nepLB7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSK9nepLB7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK9nepLB7 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK9nepLB7 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK9olc6tX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSK9olc6tX .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSK9olc6tX .video-block {
    width: 100% !important;
  }
}
.cid-rSK9olc6tX .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK9pUzPqn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSK9pUzPqn .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSK9pUzPqn h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK9pUzPqn .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK9waBxGa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSK9waBxGa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSK9waBxGa p {
  color: #767676;
  text-align: left;
}
.cid-rSK9waBxGa .card-box {
  padding-top: 2rem;
}
.cid-rSK9waBxGa .card-wrapper {
  height: 100%;
}
.cid-rSK9waBxGa P {
  color: #1d1d1b;
}
.cid-rSK9zGXr8i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSK9zGXr8i h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSK9zGXr8i p {
  color: #767676;
  text-align: left;
}
.cid-rSK9zGXr8i .card-box {
  padding-top: 2rem;
}
.cid-rSK9zGXr8i .card-wrapper {
  height: 100%;
}
.cid-rSK9DnrxgR {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rSK9DnrxgR .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSK9DnrxgR .video-block {
    width: 100% !important;
  }
}
.cid-rSK9DnrxgR .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK9DPLyiY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSK9DPLyiY .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSK9DPLyiY .video-block {
    width: 100% !important;
  }
}
.cid-rSK9DPLyiY .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSK9G3b4sV {
  background: #ffffff;
}
.cid-rSK9G3b4sV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSK9G3b4sV figcaption {
  position: relative;
}
.cid-rSK9G3b4sV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSK9G3b4sV .image-block {
    width: 100% !important;
  }
}
.cid-rSK9R91Zf5 {
  background-image: url("../../../assets/images/asche-14-2000x1330.png");
}
.cid-rSK9R91Zf5 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK9R91Zf5 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK9TgA28t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSK9TgA28t .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSK9TgA28t h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK9TgA28t .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSK9TgA28t .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSK9VskOC6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSK9VskOC6 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSK9VskOC6 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSK9VskOC6 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKr2SW6b1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSKr2SW6b1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSKr2SW6b1 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rSKr2SW6b1 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rSKa7mlV79 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSKa7mlV79 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSKa7mlV79 p {
  color: #767676;
  text-align: left;
}
.cid-rSKa7mlV79 .card-box {
  padding-top: 2rem;
}
.cid-rSKa7mlV79 .card-wrapper {
  height: 100%;
}
.cid-rSKq5tgorA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSKq5tgorA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSKq5tgorA h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKq5tgorA .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKq5tgorA .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSKaihiMPN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rSKaihiMPN .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSKaihiMPN .video-block {
    width: 100% !important;
  }
}
.cid-rSKaihiMPN .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSKalRM1ap {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rSKalRM1ap .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSKalRM1ap h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKalRM1ap .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKqtJiYtZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rSKqtJiYtZ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSKqtJiYtZ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rSKqtJiYtZ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rSKaoWgy8r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSKaoWgy8r .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSKaoWgy8r h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKaoWgy8r .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSKaoWgy8r .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSKaqWn7Lx {
  background: #ffffff;
}
.cid-rSKaqWn7Lx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSKaqWn7Lx figcaption {
  position: relative;
}
.cid-rSKaqWn7Lx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSKaqWn7Lx .image-block {
    width: 300% !important;
  }
}
.cid-rUePA0R3bC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUePA0R3bC .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUePA0R3bC .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUePA0R3bC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUePA0R3bC .mbr-figure,
  .cid-rUePA0R3bC img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUePA0R3bC .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUePA0R3bC .mbr-author-desc {
  color: #000000;
}
.cid-rUePA0R3bC h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUePA0R3bC .text_block {
  margin-top: 0px;
}
.cid-rUePA0R3bC .h2_block {
  margin-bottom: 20px;
}
.cid-rUePA0R3bC .mbr-figure {
  align-self: flex-start;
}
.cid-rUePA0R3bC .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUePA0R3bC .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUePA0R3bC .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUePA0R3bC a:hover {
  Color: #a76645 !important;
}
.cid-rUePA0R3bC a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUePA0R3bC .btn-black-outline:hover,
.cid-rUePA0R3bC .btn-black-outline:focus,
.cid-rUePA0R3bC .btn-black-outline.focus,
.cid-rUePA0R3bC .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUePA0R3bC .display-5 {
    line-height: 1;
  }
  .cid-rUePA0R3bC .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUePA0R3bC .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUePA0R3bC .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSKarq1tGo {
  background: #ffffff;
}
.cid-rSKarq1tGo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSKarq1tGo figcaption {
  position: relative;
}
.cid-rSKarq1tGo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSKarq1tGo .image-block {
    width: 300% !important;
  }
}
.cid-rSKaxdo2gR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSKaxdo2gR .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSKaxdo2gR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKaxdo2gR .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSKaxdo2gR .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSKrGMzWEt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSKrGMzWEt .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSKrGMzWEt .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rSKrGMzWEt .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rSKaGVJx9G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSKaGVJx9G .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSKaGVJx9G h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKaGVJx9G .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSKaGVJx9G .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSKaKOMz8l {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSKaKOMz8l .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSKaKOMz8l .video-block {
    width: 100% !important;
  }
}
.cid-rSKaKOMz8l .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSKaPr6PoT {
  background-image: url("../../../assets/images/shapeimage-1-688x285-64-688x285.png");
}
.cid-rSKaPr6PoT h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKaPr6PoT .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKaRNKqbN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSKaRNKqbN .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSKaRNKqbN h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSKaRNKqbN .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSKaRNKqbN .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSKaUrFy2r {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSKaUrFy2r .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSKaUrFy2r .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rSKaUrFy2r .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSKaUrFy2r a:hover {
  Color: #a76645;
}
.cid-rSKaUrFy2r a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSKaUrFy2r .btn-black-outline:hover,
.cid-rSKaUrFy2r .btn-black-outline:focus,
.cid-rSKaUrFy2r .btn-black-outline.focus,
.cid-rSKaUrFy2r .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSKaUrFy2r .display-5 {
    line-height: 1;
  }
  .cid-rSKaUrFy2r .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSKaUrFy2r .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSKaZ7J98O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSKaZ7J98O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSKaZ7J98O p {
  color: #767676;
  text-align: left;
}
.cid-rSKaZ7J98O .card-box {
  padding-top: 2rem;
}
.cid-rSKaZ7J98O .card-wrapper {
  height: 100%;
}
.cid-txgiKUpQCl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiKUpQCl .content {
    text-align: center;
  }
  .cid-txgiKUpQCl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiKUpQCl .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiKUpQCl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiKUpQCl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiKUpQCl .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiKUpQCl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiKUpQCl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiKUpQCl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiKUpQCl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiKUpQCl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiKUpQCl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiKUpQCl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiKUpQCl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiKUpQCl H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiKUpQCl P {
  color: #1d1d1b;
}
.cid-txgiKUpQCl .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiKUpQCl .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiKUpQCl .logo_footer {
  position: relative;
}
.cid-txgiKUpQCl .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiKUpQCl .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiKUpQCl .col,
  .cid-txgiKUpQCl .col-1,
  .cid-txgiKUpQCl .col-10,
  .cid-txgiKUpQCl .col-11,
  .cid-txgiKUpQCl .col-12,
  .cid-txgiKUpQCl .col-2,
  .cid-txgiKUpQCl .col-3,
  .cid-txgiKUpQCl .col-4,
  .cid-txgiKUpQCl .col-5,
  .cid-txgiKUpQCl .col-6,
  .cid-txgiKUpQCl .col-7,
  .cid-txgiKUpQCl .col-8,
  .cid-txgiKUpQCl .col-9,
  .cid-txgiKUpQCl .col-auto,
  .cid-txgiKUpQCl .col-lg,
  .cid-txgiKUpQCl .col-lg-1,
  .cid-txgiKUpQCl .col-lg-10,
  .cid-txgiKUpQCl .col-lg-11,
  .cid-txgiKUpQCl .col-lg-12,
  .cid-txgiKUpQCl .col-lg-2,
  .cid-txgiKUpQCl .col-lg-3,
  .cid-txgiKUpQCl .col-lg-4,
  .cid-txgiKUpQCl .col-lg-5,
  .cid-txgiKUpQCl .col-lg-6,
  .cid-txgiKUpQCl .col-lg-7,
  .cid-txgiKUpQCl .col-lg-8,
  .cid-txgiKUpQCl .col-lg-9,
  .cid-txgiKUpQCl .col-lg-auto,
  .cid-txgiKUpQCl .col-md,
  .cid-txgiKUpQCl .col-md-1,
  .cid-txgiKUpQCl .col-md-10,
  .cid-txgiKUpQCl .col-md-11,
  .cid-txgiKUpQCl .col-md-12,
  .cid-txgiKUpQCl .col-md-2,
  .cid-txgiKUpQCl .col-md-3,
  .cid-txgiKUpQCl .col-md-4,
  .cid-txgiKUpQCl .col-md-5,
  .cid-txgiKUpQCl .col-md-6,
  .cid-txgiKUpQCl .col-md-7,
  .cid-txgiKUpQCl .col-md-8,
  .cid-txgiKUpQCl .col-md-9,
  .cid-txgiKUpQCl .col-md-auto,
  .cid-txgiKUpQCl .col-sm,
  .cid-txgiKUpQCl .col-sm-1,
  .cid-txgiKUpQCl .col-sm-10,
  .cid-txgiKUpQCl .col-sm-11,
  .cid-txgiKUpQCl .col-sm-12,
  .cid-txgiKUpQCl .col-sm-2,
  .cid-txgiKUpQCl .col-sm-3,
  .cid-txgiKUpQCl .col-sm-4,
  .cid-txgiKUpQCl .col-sm-5,
  .cid-txgiKUpQCl .col-sm-6,
  .cid-txgiKUpQCl .col-sm-7,
  .cid-txgiKUpQCl .col-sm-8,
  .cid-txgiKUpQCl .col-sm-9,
  .cid-txgiKUpQCl .col-sm-auto,
  .cid-txgiKUpQCl .col-xl,
  .cid-txgiKUpQCl .col-xl-1,
  .cid-txgiKUpQCl .col-xl-10,
  .cid-txgiKUpQCl .col-xl-11,
  .cid-txgiKUpQCl .col-xl-12,
  .cid-txgiKUpQCl .col-xl-2,
  .cid-txgiKUpQCl .col-xl-3,
  .cid-txgiKUpQCl .col-xl-4,
  .cid-txgiKUpQCl .col-xl-5,
  .cid-txgiKUpQCl .col-xl-6,
  .cid-txgiKUpQCl .col-xl-7,
  .cid-txgiKUpQCl .col-xl-8,
  .cid-txgiKUpQCl .col-xl-9,
  .cid-txgiKUpQCl .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiKUpQCl .content {
    text-align: left;
  }
  .cid-txgiKUpQCl .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiKUpQCl .logo_footer_box {
    position: relative;
  }
  .cid-txgiKUpQCl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiKUpQCl .logo_footer {
    position: relative;
  }
  .cid-txgiKUpQCl .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRIX8ubNfG {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRIX8ubNfG {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRIXxiLnvH {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9ceb2;
}
.cid-rRIXxiLnvH .images-container.container-fluid {
  padding: 0;
}
.cid-rRIXxiLnvH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRIXxiLnvH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRIXxiLnvH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRIXxiLnvH .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRIXxiLnvH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRIXxiLnvH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRIXxiLnvH .img-item {
    width: 100% !important;
  }
  .cid-rRIXxiLnvH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRIY4xOnK9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRIY4xOnK9 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRIY4xOnK9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRIY4xOnK9 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRIY4xOnK9 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRIYNCRwV0 {
  background-image: url("../../../assets/images/160228-wahlsonntag-1-2000x1333.jpg");
}
.cid-rRIYNCRwV0 P {
  color: #767676;
}
.cid-rRIYMEJhHm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rRIYMEJhHm .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRIYMEJhHm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRIYMEJhHm p {
  color: #767676;
  text-align: left;
}
.cid-rRIYMEJhHm .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRIYMEJhHm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRIYMEJhHm .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRIYMEJhHm .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRIYMEJhHm .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRIYMEJhHm .notched-box:before,
.cid-rRIYMEJhHm .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRIYMEJhHm .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRIYMEJhHm .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRIYMEJhHm .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRIYMEJhHm .border:before,
.cid-rRIYMEJhHm .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRIYMEJhHm .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRIYMEJhHm .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRIYMEJhHm .mbr-author-name {
  padding-left: 40px;
}
.cid-rRIYMEJhHm P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRIYMEJhHm .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRIYUt0nty {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRIYUt0nty .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRIYUt0nty h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRIYUt0nty .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRIYUt0nty .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRMnHfcgC0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRMnHfcgC0 .images-container.container-fluid {
  padding: 0;
}
.cid-rRMnHfcgC0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRMnHfcgC0 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRMnHfcgC0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRMnHfcgC0 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRMnHfcgC0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRMnHfcgC0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRMnHfcgC0 .img-item {
    width: 100% !important;
  }
  .cid-rRMnHfcgC0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRMnHMzqJW {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRMnHMzqJW .images-container.container-fluid {
  padding: 0;
}
.cid-rRMnHMzqJW .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRMnHMzqJW .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRMnHMzqJW .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRMnHMzqJW .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRMnHMzqJW .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRMnHMzqJW .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRMnHMzqJW .img-item {
    width: 100% !important;
  }
  .cid-rRMnHMzqJW .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRIYZeDYAE {
  background: #ffffff;
}
.cid-rRIYZeDYAE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRIYZeDYAE figcaption {
  position: relative;
}
.cid-rRIYZeDYAE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRIYZeDYAE .image-block {
    width: 300% !important;
  }
}
.cid-rU5lrMciiW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rU5lrMciiW .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rU5lrMciiW .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rU5lrMciiW .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rU5lrMciiW .mbr-figure,
  .cid-rU5lrMciiW img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rU5lrMciiW .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rU5lrMciiW .mbr-author-desc {
  color: #000000;
}
.cid-rU5lrMciiW h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rU5lrMciiW .text_block {
  margin-top: 0px;
}
.cid-rU5lrMciiW .h2_block {
  margin-bottom: 20px;
}
.cid-rU5lrMciiW .mbr-figure {
  align-self: flex-start;
}
.cid-rU5lrMciiW .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rU5lrMciiW .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rU5lrMciiW .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rU5lrMciiW a:hover {
  Color: #a76645 !important;
}
.cid-rU5lrMciiW a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rU5lrMciiW .btn-black-outline:hover,
.cid-rU5lrMciiW .btn-black-outline:focus,
.cid-rU5lrMciiW .btn-black-outline.focus,
.cid-rU5lrMciiW .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rU5lrMciiW .display-5 {
    line-height: 1;
  }
  .cid-rU5lrMciiW .btn {
    font-size: 1.5rem !important;
  }
  .cid-rU5lrMciiW .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rU5lrMciiW .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRIZ2fOzrC {
  background: #ffffff;
}
.cid-rRIZ2fOzrC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRIZ2fOzrC figcaption {
  position: relative;
}
.cid-rRIZ2fOzrC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRIZ2fOzrC .image-block {
    width: 300% !important;
  }
}
.cid-rRIXeGDPLx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRIXeGDPLx .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRIXeGDPLx .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRIXeGDPLx .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRIXeGDPLx .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRIXeGDPLx .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRIXeGDPLx .mbr-figure,
  .cid-rRIXeGDPLx img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRIXeGDPLx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRIXeGDPLx .text_block {
  margin-top: 0px;
}
.cid-rRIXeGDPLx .h2_block {
  margin-bottom: 20px;
}
.cid-rRIXeGDPLx .mbr-figure {
  align-self: flex-start;
}
.cid-rRIXeGDPLx .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRIXeGDPLx .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRIXeGDPLx a:hover {
  Color: #a76645 !important;
}
.cid-rRIXeGDPLx a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIXeGDPLx .btn-black-outline:hover,
.cid-rRIXeGDPLx .btn-black-outline:focus,
.cid-rRIXeGDPLx .btn-black-outline.focus,
.cid-rRIXeGDPLx .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIXeGDPLx .display-5 {
    line-height: 1;
  }
  .cid-rRIXeGDPLx .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIXeGDPLx .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRIXeGDPLx .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRIXeGDPLx .content {
  padding-left: 3px;
}
.cid-rRIZmmbC7i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRIZmmbC7i .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRIZmmbC7i .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRIZmmbC7i .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRIZmmbC7i .mbr-figure,
  .cid-rRIZmmbC7i img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRIZmmbC7i .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRIZmmbC7i .mbr-author-desc {
  color: #000000;
}
.cid-rRIZmmbC7i h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRIZmmbC7i .text_block {
  margin-top: 0px;
}
.cid-rRIZmmbC7i .h2_block {
  margin-bottom: 20px;
}
.cid-rRIZmmbC7i .mbr-figure {
  align-self: flex-start;
}
.cid-rRIZmmbC7i .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRIZmmbC7i .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRIZmmbC7i .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRIZmmbC7i .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRIZmmbC7i .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRIZAoKVR1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRIZAoKVR1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rRIZAoKVR1 h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRIZAoKVR1 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRIZyfKlte {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRIZyfKlte .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRIZyfKlte h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRIZyfKlte p {
  color: #767676;
  text-align: left;
}
.cid-rRIZyfKlte .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRIZyfKlte .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRIZyfKlte .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRIZyfKlte .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRIZyfKlte .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRIZyfKlte .notched-box:before,
.cid-rRIZyfKlte .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRIZyfKlte .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRIZyfKlte .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRIZyfKlte .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRIZyfKlte .border:before,
.cid-rRIZyfKlte .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRIZyfKlte .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRIZyfKlte .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRIZyfKlte .mbr-author-name {
  padding-left: 40px;
}
.cid-rRIZyfKlte P {
  color: #ffffff;
}
.cid-rRIZyfKlte .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRIZJxVvZW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRIZJxVvZW .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRIZJxVvZW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRIZJxVvZW p {
  color: #767676;
  text-align: left;
}
.cid-rRIZJxVvZW .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRIZJxVvZW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRIZJxVvZW .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRIZJxVvZW .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRIZJxVvZW .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRIZJxVvZW .notched-box:before,
.cid-rRIZJxVvZW .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRIZJxVvZW .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRIZJxVvZW .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRIZJxVvZW .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRIZJxVvZW .border:before,
.cid-rRIZJxVvZW .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRIZJxVvZW .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRIZJxVvZW .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRIZJxVvZW .mbr-author-name {
  padding-left: 40px;
}
.cid-rRIZJxVvZW P {
  color: #ffffff;
}
.cid-rRIZJxVvZW .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRIZKIVZBJ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRIZKIVZBJ .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRIZKIVZBJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRIZKIVZBJ p {
  color: #767676;
  text-align: left;
}
.cid-rRIZKIVZBJ .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRIZKIVZBJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRIZKIVZBJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRIZKIVZBJ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRIZKIVZBJ .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRIZKIVZBJ .notched-box:before,
.cid-rRIZKIVZBJ .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRIZKIVZBJ .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRIZKIVZBJ .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRIZKIVZBJ .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRIZKIVZBJ .border:before,
.cid-rRIZKIVZBJ .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRIZKIVZBJ .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRIZKIVZBJ .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRIZKIVZBJ .mbr-author-name {
  padding-left: 40px;
}
.cid-rRIZKIVZBJ P {
  color: #ffffff;
}
.cid-rRIZKIVZBJ .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRJ0cx4vkl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRJ0cx4vkl .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRJ0cx4vkl h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ0cx4vkl .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRIZWwbmLM {
  background: #f9ceb2;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rRIZWwbmLM .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRIZWwbmLM .video-block {
    width: 100% !important;
  }
}
.cid-rRIZWwbmLM .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRJ0kNawhp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRJ0kNawhp .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRJ0kNawhp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ0kNawhp .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRJ0kNawhp .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRJ0Gfjmaa {
  background-image: url("../../../assets/images/theaterneumarkt-8-zentrumfuerpolitischeschoenheit-l1007108-1600x1067.jpg");
}
.cid-rRJ0Gfjmaa P {
  color: #767676;
}
.cid-rRMgSOyQkN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRMgSOyQkN .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRMgSOyQkN h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRMgSOyQkN .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRMgSOyQkN .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-rRJ1M6jNH4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRJ1M6jNH4 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRJ1M6jNH4 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ1M6jNH4 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRJ1M6jNH4 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRJ21ygpJo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRJ21ygpJo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRJ21ygpJo p {
  color: #767676;
  text-align: left;
}
.cid-rRJ21ygpJo .card-box {
  padding-top: 2rem;
}
.cid-rRJ21ygpJo .card-wrapper {
  height: 100%;
}
.cid-rRJ27HDG70 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRJ27HDG70 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRJ27HDG70 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ27HDG70 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRJ28Vn85s {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRJ28Vn85s .images-container.container-fluid {
  padding: 0;
}
.cid-rRJ28Vn85s .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRJ28Vn85s .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRJ28Vn85s .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRJ28Vn85s .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRJ28Vn85s .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRJ28Vn85s .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRJ28Vn85s .img-item {
    width: 100% !important;
  }
  .cid-rRJ28Vn85s .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRJ2qeFMUw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRJ2qeFMUw .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRJ2qeFMUw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ2qeFMUw .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRJ2qeFMUw .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRJ2diJlTi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRJ2diJlTi .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRJ2diJlTi .video-block {
    width: 100% !important;
  }
}
.cid-rRJ2diJlTi .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRJ2tevuLm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRJ2tevuLm .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRJ2tevuLm .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRJ2tevuLm .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRJ2tevuLm .mbr-figure,
  .cid-rRJ2tevuLm img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRJ2tevuLm .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRJ2tevuLm .mbr-author-desc {
  color: #000000;
}
.cid-rRJ2tevuLm h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ2tevuLm .text_block {
  margin-top: 0px;
}
.cid-rRJ2tevuLm .h2_block {
  margin-bottom: 20px;
}
.cid-rRJ2tevuLm .mbr-figure {
  align-self: flex-start;
}
.cid-rRJ2tevuLm .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRJ2tevuLm .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRJ2tevuLm .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRJ2tevuLm .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRJ2tevuLm .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRJ2wZaLMa {
  background-image: url("../../../assets/images/img-2667-2000x1500.jpg");
}
.cid-rRJ2wZaLMa P {
  color: #767676;
}
.cid-rRJ2vIJyET {
  background-image: url("../../../assets/images/theaterneumarkt-8-zentrumfuerpolitischeschoenheit-l1007131-1600x1067.jpg");
}
.cid-rRJ2vIJyET P {
  color: #767676;
}
.cid-rRMaHYHZVj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRMaHYHZVj .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRMaHYHZVj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRMaHYHZVj .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRMaHYHZVj .mbr-section-subtitle P {
  color: #ffffff;
  text-align: left;
}
.cid-rRJ2QJqZak {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRJ2QJqZak h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRJ2QJqZak p {
  color: #767676;
  text-align: left;
}
.cid-rRJ2QJqZak .card-box {
  padding-top: 2rem;
}
.cid-rRJ2QJqZak .card-wrapper {
  height: 100%;
}
.cid-rRJ2SpojsI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRJ2SpojsI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRJ2SpojsI p {
  color: #767676;
  text-align: left;
}
.cid-rRJ2SpojsI .card-box {
  padding-top: 2rem;
}
.cid-rRJ2SpojsI .card-wrapper {
  height: 100%;
}
.cid-rU5m4qCRuH {
  background: #ffffff;
}
.cid-rU5m4qCRuH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rU5m4qCRuH figcaption {
  position: relative;
}
.cid-rU5m4qCRuH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rU5m4qCRuH .image-block {
    width: 100% !important;
  }
}
.cid-rRJ2UQa1Ui {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRJ2UQa1Ui .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRJ2UQa1Ui h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ2UQa1Ui .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRJ2UQa1Ui .testimonial-text {
  text-align: right;
  color: #000000;
}
.cid-rRJ2XfCrQt {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRJ2XfCrQt .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRJ2XfCrQt .video-block {
    width: 100% !important;
  }
}
.cid-rRJ2XfCrQt .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRJ3im4N0s {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRJ3im4N0s .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRJ3im4N0s h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRJ3im4N0s .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRJ3C0kypw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRJ3C0kypw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}
.cid-rRJ3C0kypw p {
  color: #767676;
  text-align: left;
}
.cid-rRJ3C0kypw .card-box {
  padding-top: 2rem;
}
.cid-rRJ3C0kypw .card-wrapper {
  height: 100%;
}
.cid-rRJ3C0kypw P {
  color: #1d1d1b;
}
.cid-txgiAdtcmK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiAdtcmK .content {
    text-align: center;
  }
  .cid-txgiAdtcmK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiAdtcmK .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiAdtcmK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiAdtcmK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiAdtcmK .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiAdtcmK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiAdtcmK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiAdtcmK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiAdtcmK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiAdtcmK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiAdtcmK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiAdtcmK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiAdtcmK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiAdtcmK H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiAdtcmK P {
  color: #1d1d1b;
}
.cid-txgiAdtcmK .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiAdtcmK .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiAdtcmK .logo_footer {
  position: relative;
}
.cid-txgiAdtcmK .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiAdtcmK .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiAdtcmK .col,
  .cid-txgiAdtcmK .col-1,
  .cid-txgiAdtcmK .col-10,
  .cid-txgiAdtcmK .col-11,
  .cid-txgiAdtcmK .col-12,
  .cid-txgiAdtcmK .col-2,
  .cid-txgiAdtcmK .col-3,
  .cid-txgiAdtcmK .col-4,
  .cid-txgiAdtcmK .col-5,
  .cid-txgiAdtcmK .col-6,
  .cid-txgiAdtcmK .col-7,
  .cid-txgiAdtcmK .col-8,
  .cid-txgiAdtcmK .col-9,
  .cid-txgiAdtcmK .col-auto,
  .cid-txgiAdtcmK .col-lg,
  .cid-txgiAdtcmK .col-lg-1,
  .cid-txgiAdtcmK .col-lg-10,
  .cid-txgiAdtcmK .col-lg-11,
  .cid-txgiAdtcmK .col-lg-12,
  .cid-txgiAdtcmK .col-lg-2,
  .cid-txgiAdtcmK .col-lg-3,
  .cid-txgiAdtcmK .col-lg-4,
  .cid-txgiAdtcmK .col-lg-5,
  .cid-txgiAdtcmK .col-lg-6,
  .cid-txgiAdtcmK .col-lg-7,
  .cid-txgiAdtcmK .col-lg-8,
  .cid-txgiAdtcmK .col-lg-9,
  .cid-txgiAdtcmK .col-lg-auto,
  .cid-txgiAdtcmK .col-md,
  .cid-txgiAdtcmK .col-md-1,
  .cid-txgiAdtcmK .col-md-10,
  .cid-txgiAdtcmK .col-md-11,
  .cid-txgiAdtcmK .col-md-12,
  .cid-txgiAdtcmK .col-md-2,
  .cid-txgiAdtcmK .col-md-3,
  .cid-txgiAdtcmK .col-md-4,
  .cid-txgiAdtcmK .col-md-5,
  .cid-txgiAdtcmK .col-md-6,
  .cid-txgiAdtcmK .col-md-7,
  .cid-txgiAdtcmK .col-md-8,
  .cid-txgiAdtcmK .col-md-9,
  .cid-txgiAdtcmK .col-md-auto,
  .cid-txgiAdtcmK .col-sm,
  .cid-txgiAdtcmK .col-sm-1,
  .cid-txgiAdtcmK .col-sm-10,
  .cid-txgiAdtcmK .col-sm-11,
  .cid-txgiAdtcmK .col-sm-12,
  .cid-txgiAdtcmK .col-sm-2,
  .cid-txgiAdtcmK .col-sm-3,
  .cid-txgiAdtcmK .col-sm-4,
  .cid-txgiAdtcmK .col-sm-5,
  .cid-txgiAdtcmK .col-sm-6,
  .cid-txgiAdtcmK .col-sm-7,
  .cid-txgiAdtcmK .col-sm-8,
  .cid-txgiAdtcmK .col-sm-9,
  .cid-txgiAdtcmK .col-sm-auto,
  .cid-txgiAdtcmK .col-xl,
  .cid-txgiAdtcmK .col-xl-1,
  .cid-txgiAdtcmK .col-xl-10,
  .cid-txgiAdtcmK .col-xl-11,
  .cid-txgiAdtcmK .col-xl-12,
  .cid-txgiAdtcmK .col-xl-2,
  .cid-txgiAdtcmK .col-xl-3,
  .cid-txgiAdtcmK .col-xl-4,
  .cid-txgiAdtcmK .col-xl-5,
  .cid-txgiAdtcmK .col-xl-6,
  .cid-txgiAdtcmK .col-xl-7,
  .cid-txgiAdtcmK .col-xl-8,
  .cid-txgiAdtcmK .col-xl-9,
  .cid-txgiAdtcmK .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiAdtcmK .content {
    text-align: left;
  }
  .cid-txgiAdtcmK .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiAdtcmK .logo_footer_box {
    position: relative;
  }
  .cid-txgiAdtcmK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiAdtcmK .logo_footer {
    position: relative;
  }
  .cid-txgiAdtcmK .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-txgiAdtcmK .copyright > p {
  color: #f9ceb2;
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRwwm9vOzL {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRwwm9vOzL {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRwwzqUsG9 {
  background-image: url("../../../assets/images/trammer-zpsmuc-20180718-19-2000x1333.jpg");
}
.cid-rRwwzqUsG9 P {
  color: #767676;
}
.cid-rRwwABiOhB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwwABiOhB .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRwwABiOhB .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRwwABiOhB .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRwwABiOhB .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRwwABiOhB .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRwwABiOhB .mbr-figure,
  .cid-rRwwABiOhB img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRwwABiOhB h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwwABiOhB .text_block {
  margin-top: 0px;
}
.cid-rRwwABiOhB .h2_block {
  margin-bottom: 20px;
}
.cid-rRwwABiOhB .mbr-figure {
  align-self: flex-start;
}
.cid-rRwwABiOhB .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRwwABiOhB .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRwwABiOhB a:hover {
  Color: #a76645 !important;
}
.cid-rRwwABiOhB a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRwwABiOhB .btn-black-outline:hover,
.cid-rRwwABiOhB .btn-black-outline:focus,
.cid-rRwwABiOhB .btn-black-outline.focus,
.cid-rRwwABiOhB .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRwwABiOhB .display-5 {
    line-height: 1;
  }
  .cid-rRwwABiOhB .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRwwABiOhB .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRwwABiOhB .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRwwABiOhB .content {
  padding-left: 3px;
}
.cid-rRwwXqLgEN {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRwwXqLgEN .images-container.container-fluid {
  padding: 0;
}
.cid-rRwwXqLgEN .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwwXqLgEN .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwwXqLgEN .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwwXqLgEN .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwwXqLgEN .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwwXqLgEN .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwwXqLgEN .img-item {
    width: 100% !important;
  }
  .cid-rRwwXqLgEN .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRwwYI3ar3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRwwYI3ar3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwwYI3ar3 p {
  color: #767676;
  text-align: left;
}
.cid-rRwwYI3ar3 .card-box {
  padding-top: 2rem;
}
.cid-rRwwYI3ar3 .card-wrapper {
  height: 100%;
}
.cid-rRwx2qVATV {
  background: #ffffff;
}
.cid-rRwx2qVATV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRwx2qVATV figcaption {
  position: relative;
}
.cid-rRwx2qVATV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRwx2qVATV .image-block {
    width: 300% !important;
  }
}
.cid-rRwx47vdNt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRwx47vdNt .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRwx47vdNt .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRwx47vdNt .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRwx47vdNt .mbr-figure,
  .cid-rRwx47vdNt img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRwx47vdNt .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRwx47vdNt .mbr-author-desc {
  color: #000000;
}
.cid-rRwx47vdNt h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwx47vdNt .text_block {
  margin-top: 0px;
}
.cid-rRwx47vdNt .h2_block {
  margin-bottom: 20px;
}
.cid-rRwx47vdNt .mbr-figure {
  align-self: flex-start;
}
.cid-rRwx47vdNt .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRwx47vdNt .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRwx47vdNt .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRwx47vdNt a:hover {
  Color: #a76645 !important;
}
.cid-rRwx47vdNt a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRwx47vdNt .btn-black-outline:hover,
.cid-rRwx47vdNt .btn-black-outline:focus,
.cid-rRwx47vdNt .btn-black-outline.focus,
.cid-rRwx47vdNt .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRwx47vdNt .display-5 {
    line-height: 1;
  }
  .cid-rRwx47vdNt .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRwx47vdNt .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRwx47vdNt .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRwx6d1e7i {
  background: #ffffff;
}
.cid-rRwx6d1e7i .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRwx6d1e7i figcaption {
  position: relative;
}
.cid-rRwx6d1e7i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRwx6d1e7i .image-block {
    width: 300% !important;
  }
}
.cid-rRwze7R2Pq {
  background-image: url("../../../assets/images/trammer-zpsmuc-20180718-36-2000x1333.jpg");
}
.cid-rRwze7R2Pq P {
  color: #767676;
}
.cid-txgiD1LAzP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiD1LAzP .content {
    text-align: center;
  }
  .cid-txgiD1LAzP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiD1LAzP .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiD1LAzP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiD1LAzP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiD1LAzP .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiD1LAzP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiD1LAzP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiD1LAzP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiD1LAzP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiD1LAzP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiD1LAzP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiD1LAzP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiD1LAzP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiD1LAzP H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiD1LAzP P {
  color: #1d1d1b;
}
.cid-txgiD1LAzP .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiD1LAzP .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiD1LAzP .logo_footer {
  position: relative;
}
.cid-txgiD1LAzP .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiD1LAzP .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiD1LAzP .col,
  .cid-txgiD1LAzP .col-1,
  .cid-txgiD1LAzP .col-10,
  .cid-txgiD1LAzP .col-11,
  .cid-txgiD1LAzP .col-12,
  .cid-txgiD1LAzP .col-2,
  .cid-txgiD1LAzP .col-3,
  .cid-txgiD1LAzP .col-4,
  .cid-txgiD1LAzP .col-5,
  .cid-txgiD1LAzP .col-6,
  .cid-txgiD1LAzP .col-7,
  .cid-txgiD1LAzP .col-8,
  .cid-txgiD1LAzP .col-9,
  .cid-txgiD1LAzP .col-auto,
  .cid-txgiD1LAzP .col-lg,
  .cid-txgiD1LAzP .col-lg-1,
  .cid-txgiD1LAzP .col-lg-10,
  .cid-txgiD1LAzP .col-lg-11,
  .cid-txgiD1LAzP .col-lg-12,
  .cid-txgiD1LAzP .col-lg-2,
  .cid-txgiD1LAzP .col-lg-3,
  .cid-txgiD1LAzP .col-lg-4,
  .cid-txgiD1LAzP .col-lg-5,
  .cid-txgiD1LAzP .col-lg-6,
  .cid-txgiD1LAzP .col-lg-7,
  .cid-txgiD1LAzP .col-lg-8,
  .cid-txgiD1LAzP .col-lg-9,
  .cid-txgiD1LAzP .col-lg-auto,
  .cid-txgiD1LAzP .col-md,
  .cid-txgiD1LAzP .col-md-1,
  .cid-txgiD1LAzP .col-md-10,
  .cid-txgiD1LAzP .col-md-11,
  .cid-txgiD1LAzP .col-md-12,
  .cid-txgiD1LAzP .col-md-2,
  .cid-txgiD1LAzP .col-md-3,
  .cid-txgiD1LAzP .col-md-4,
  .cid-txgiD1LAzP .col-md-5,
  .cid-txgiD1LAzP .col-md-6,
  .cid-txgiD1LAzP .col-md-7,
  .cid-txgiD1LAzP .col-md-8,
  .cid-txgiD1LAzP .col-md-9,
  .cid-txgiD1LAzP .col-md-auto,
  .cid-txgiD1LAzP .col-sm,
  .cid-txgiD1LAzP .col-sm-1,
  .cid-txgiD1LAzP .col-sm-10,
  .cid-txgiD1LAzP .col-sm-11,
  .cid-txgiD1LAzP .col-sm-12,
  .cid-txgiD1LAzP .col-sm-2,
  .cid-txgiD1LAzP .col-sm-3,
  .cid-txgiD1LAzP .col-sm-4,
  .cid-txgiD1LAzP .col-sm-5,
  .cid-txgiD1LAzP .col-sm-6,
  .cid-txgiD1LAzP .col-sm-7,
  .cid-txgiD1LAzP .col-sm-8,
  .cid-txgiD1LAzP .col-sm-9,
  .cid-txgiD1LAzP .col-sm-auto,
  .cid-txgiD1LAzP .col-xl,
  .cid-txgiD1LAzP .col-xl-1,
  .cid-txgiD1LAzP .col-xl-10,
  .cid-txgiD1LAzP .col-xl-11,
  .cid-txgiD1LAzP .col-xl-12,
  .cid-txgiD1LAzP .col-xl-2,
  .cid-txgiD1LAzP .col-xl-3,
  .cid-txgiD1LAzP .col-xl-4,
  .cid-txgiD1LAzP .col-xl-5,
  .cid-txgiD1LAzP .col-xl-6,
  .cid-txgiD1LAzP .col-xl-7,
  .cid-txgiD1LAzP .col-xl-8,
  .cid-txgiD1LAzP .col-xl-9,
  .cid-txgiD1LAzP .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiD1LAzP .content {
    text-align: left;
  }
  .cid-txgiD1LAzP .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiD1LAzP .logo_footer_box {
    position: relative;
  }
  .cid-txgiD1LAzP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiD1LAzP .logo_footer {
    position: relative;
  }
  .cid-txgiD1LAzP .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRahVVjtM5 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRahVVjtM5 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRaiis9E8r {
  background-image: url("../../../assets/images/50-60-zps-bundestag-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rRaiis9E8r h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRaiis9E8r .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRao3ZsugU {
  background: #ffffff;
}
.cid-rRao3ZsugU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRao3ZsugU figcaption {
  position: relative;
}
.cid-rRao3ZsugU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRao3ZsugU .image-block {
    width: 300% !important;
  }
}
.cid-rU5sXzeP4w {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rU5sXzeP4w .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rU5sXzeP4w .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rU5sXzeP4w .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rU5sXzeP4w .mbr-figure,
  .cid-rU5sXzeP4w img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rU5sXzeP4w .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rU5sXzeP4w .mbr-author-desc {
  color: #000000;
}
.cid-rU5sXzeP4w h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rU5sXzeP4w .text_block {
  margin-top: 0px;
}
.cid-rU5sXzeP4w .h2_block {
  margin-bottom: 20px;
}
.cid-rU5sXzeP4w .mbr-figure {
  align-self: flex-start;
}
.cid-rU5sXzeP4w .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rU5sXzeP4w .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rU5sXzeP4w .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rU5sXzeP4w a:hover {
  Color: #a76645 !important;
}
.cid-rU5sXzeP4w a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rU5sXzeP4w .btn-black-outline:hover,
.cid-rU5sXzeP4w .btn-black-outline:focus,
.cid-rU5sXzeP4w .btn-black-outline.focus,
.cid-rU5sXzeP4w .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rU5sXzeP4w .display-5 {
    line-height: 1;
  }
  .cid-rU5sXzeP4w .btn {
    font-size: 1.5rem !important;
  }
  .cid-rU5sXzeP4w .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rU5sXzeP4w .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRao4E35LP {
  background: #ffffff;
}
.cid-rRao4E35LP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRao4E35LP figcaption {
  position: relative;
}
.cid-rRao4E35LP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRao4E35LP .image-block {
    width: 300% !important;
  }
}
.cid-s2UCelkuaG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2UCelkuaG .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-s2UCelkuaG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-s2UCelkuaG .space_down_50 {
  margin-bottom: 50px;
}
#custom-html-1si {
  /* Type valid CSS here */
}
#custom-html-1si .my-image {
  width: 100%;
}
.cid-rU5teYYW9Z {
  background: #ffffff;
}
.cid-rU5teYYW9Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rU5teYYW9Z figcaption {
  position: relative;
}
.cid-rU5teYYW9Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rU5teYYW9Z .image-block {
    width: 100% !important;
  }
}
.cid-txghBwe5Cz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghBwe5Cz .content {
    text-align: center;
  }
  .cid-txghBwe5Cz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghBwe5Cz .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghBwe5Cz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghBwe5Cz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghBwe5Cz .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghBwe5Cz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghBwe5Cz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghBwe5Cz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghBwe5Cz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghBwe5Cz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghBwe5Cz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghBwe5Cz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghBwe5Cz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghBwe5Cz H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghBwe5Cz P {
  color: #1d1d1b;
}
.cid-txghBwe5Cz .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghBwe5Cz .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghBwe5Cz .logo_footer {
  position: relative;
}
.cid-txghBwe5Cz .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghBwe5Cz .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghBwe5Cz .col,
  .cid-txghBwe5Cz .col-1,
  .cid-txghBwe5Cz .col-10,
  .cid-txghBwe5Cz .col-11,
  .cid-txghBwe5Cz .col-12,
  .cid-txghBwe5Cz .col-2,
  .cid-txghBwe5Cz .col-3,
  .cid-txghBwe5Cz .col-4,
  .cid-txghBwe5Cz .col-5,
  .cid-txghBwe5Cz .col-6,
  .cid-txghBwe5Cz .col-7,
  .cid-txghBwe5Cz .col-8,
  .cid-txghBwe5Cz .col-9,
  .cid-txghBwe5Cz .col-auto,
  .cid-txghBwe5Cz .col-lg,
  .cid-txghBwe5Cz .col-lg-1,
  .cid-txghBwe5Cz .col-lg-10,
  .cid-txghBwe5Cz .col-lg-11,
  .cid-txghBwe5Cz .col-lg-12,
  .cid-txghBwe5Cz .col-lg-2,
  .cid-txghBwe5Cz .col-lg-3,
  .cid-txghBwe5Cz .col-lg-4,
  .cid-txghBwe5Cz .col-lg-5,
  .cid-txghBwe5Cz .col-lg-6,
  .cid-txghBwe5Cz .col-lg-7,
  .cid-txghBwe5Cz .col-lg-8,
  .cid-txghBwe5Cz .col-lg-9,
  .cid-txghBwe5Cz .col-lg-auto,
  .cid-txghBwe5Cz .col-md,
  .cid-txghBwe5Cz .col-md-1,
  .cid-txghBwe5Cz .col-md-10,
  .cid-txghBwe5Cz .col-md-11,
  .cid-txghBwe5Cz .col-md-12,
  .cid-txghBwe5Cz .col-md-2,
  .cid-txghBwe5Cz .col-md-3,
  .cid-txghBwe5Cz .col-md-4,
  .cid-txghBwe5Cz .col-md-5,
  .cid-txghBwe5Cz .col-md-6,
  .cid-txghBwe5Cz .col-md-7,
  .cid-txghBwe5Cz .col-md-8,
  .cid-txghBwe5Cz .col-md-9,
  .cid-txghBwe5Cz .col-md-auto,
  .cid-txghBwe5Cz .col-sm,
  .cid-txghBwe5Cz .col-sm-1,
  .cid-txghBwe5Cz .col-sm-10,
  .cid-txghBwe5Cz .col-sm-11,
  .cid-txghBwe5Cz .col-sm-12,
  .cid-txghBwe5Cz .col-sm-2,
  .cid-txghBwe5Cz .col-sm-3,
  .cid-txghBwe5Cz .col-sm-4,
  .cid-txghBwe5Cz .col-sm-5,
  .cid-txghBwe5Cz .col-sm-6,
  .cid-txghBwe5Cz .col-sm-7,
  .cid-txghBwe5Cz .col-sm-8,
  .cid-txghBwe5Cz .col-sm-9,
  .cid-txghBwe5Cz .col-sm-auto,
  .cid-txghBwe5Cz .col-xl,
  .cid-txghBwe5Cz .col-xl-1,
  .cid-txghBwe5Cz .col-xl-10,
  .cid-txghBwe5Cz .col-xl-11,
  .cid-txghBwe5Cz .col-xl-12,
  .cid-txghBwe5Cz .col-xl-2,
  .cid-txghBwe5Cz .col-xl-3,
  .cid-txghBwe5Cz .col-xl-4,
  .cid-txghBwe5Cz .col-xl-5,
  .cid-txghBwe5Cz .col-xl-6,
  .cid-txghBwe5Cz .col-xl-7,
  .cid-txghBwe5Cz .col-xl-8,
  .cid-txghBwe5Cz .col-xl-9,
  .cid-txghBwe5Cz .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghBwe5Cz .content {
    text-align: left;
  }
  .cid-txghBwe5Cz .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghBwe5Cz .logo_footer_box {
    position: relative;
  }
  .cid-txghBwe5Cz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghBwe5Cz .logo_footer {
    position: relative;
  }
  .cid-txghBwe5Cz .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-rQSc4NxbfE :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-rQSc4NxbfE .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rQSc4NxbfE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rQSc4NxbfE a {
  font-style: normal;
}
.cid-rQSc4NxbfE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rQSc4NxbfE .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rQSc4NxbfE .nav-item:focus,
.cid-rQSc4NxbfE .nav-link:focus {
  outline: none;
}
.cid-rQSc4NxbfE .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-rQSc4NxbfE .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-rQSc4NxbfE .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rQSc4NxbfE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rQSc4NxbfE .menu-logo {
  margin-right: auto;
}
.cid-rQSc4NxbfE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-rQSc4NxbfE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rQSc4NxbfE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rQSc4NxbfE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rQSc4NxbfE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rQSc4NxbfE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rQSc4NxbfE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rQSc4NxbfE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rQSc4NxbfE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQSc4NxbfE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rQSc4NxbfE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rQSc4NxbfE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rQSc4NxbfE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQSc4NxbfE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rQSc4NxbfE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQSc4NxbfE .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-rQSc4NxbfE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rQSc4NxbfE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rQSc4NxbfE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rQSc4NxbfE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rQSc4NxbfE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rQSc4NxbfE .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-rQSc4NxbfE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rQSc4NxbfE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rQSc4NxbfE button.navbar-toggler:focus {
  outline: none;
}
.cid-rQSc4NxbfE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rQSc4NxbfE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQSc4NxbfE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQSc4NxbfE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQSc4NxbfE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQSc4NxbfE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQSc4NxbfE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQSc4NxbfE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQSc4NxbfE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQSc4NxbfE .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rQSc4NxbfE .collapsed .btn {
  display: flex;
}
.cid-rQSc4NxbfE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rQSc4NxbfE .collapsed .navbar-collapse.collapsing,
.cid-rQSc4NxbfE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rQSc4NxbfE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rQSc4NxbfE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rQSc4NxbfE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rQSc4NxbfE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rQSc4NxbfE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rQSc4NxbfE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-rQSc4NxbfE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rQSc4NxbfE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rQSc4NxbfE .collapsed button.navbar-toggler {
  display: block;
}
.cid-rQSc4NxbfE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rQSc4NxbfE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rQSc4NxbfE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rQSc4NxbfE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rQSc4NxbfE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rQSc4NxbfE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rQSc4NxbfE .logo_s {
  height: 3rem !important;
}
.cid-rQSc4NxbfE .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-rQSc4NxbfE .navbar-expand {
    flex-direction: column;
  }
  .cid-rQSc4NxbfE img {
    height: 3rem !important;
  }
  .cid-rQSc4NxbfE .logo_s {
    height: 1.5rem !important;
  }
  .cid-rQSc4NxbfE .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-rQSc4NxbfE .btn {
    display: flex;
  }
  .cid-rQSc4NxbfE button.navbar-toggler {
    display: block;
  }
  .cid-rQSc4NxbfE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rQSc4NxbfE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rQSc4NxbfE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rQSc4NxbfE .navbar-collapse.collapsing,
  .cid-rQSc4NxbfE .navbar-collapse.show {
    display: block !important;
  }
  .cid-rQSc4NxbfE .navbar-collapse.collapsing .navbar-nav,
  .cid-rQSc4NxbfE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rQSc4NxbfE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rQSc4NxbfE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rQSc4NxbfE .navbar-collapse.collapsing .navbar-buttons,
  .cid-rQSc4NxbfE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rQSc4NxbfE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rQSc4NxbfE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rQSc4NxbfE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rQSc4NxbfE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rQSc4NxbfE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rQSc4NxbfE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rQSc4NxbfE .menu-logo {
    flex-shrink: 3;
  }
}
.cid-rQSc4NxbfE .navbar-collapse {
  flex-basis: auto;
}
.cid-rQSc4NxbfE .nav-link:hover,
.cid-rQSc4NxbfE .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-rQSc4NxbfE .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-rQSc4NxbfE .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-rQSc4NxbfE .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-rQSc4NxbfE .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-rQSc4NxbfE .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-rQSc4NxbfE a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQSc4NxbfE a:hover svg polygon,
.cid-rQSc4NxbfE a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQSc4NxbfE .hiddden {
  display: none !important;
}
.cid-rQSc4NxbfE .shoow {
  display: block !important;
}
.cid-rQSc4NxbfE .navbar-logo a,
.cid-rQSc4NxbfE .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rQSc4NxbfE .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-rQSc4NxbfE .navbar-logo a img {
    left: 20px;
  }
  .cid-rQSc4NxbfE .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-rQSc4NxbfE .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-rQSc4NxbfE .stoerer_head,
  .cid-rQSc4NxbfE .stoerer_text {
    grid-row: 1;
  }
  .cid-rQSc4NxbfE .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-rQSc4NxbfE a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rR1Fj1YSEm {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rR1Fj1YSEm {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rR1FwYSECI {
  background-image: url("../../../assets/images/08-69-zps-gatow-nick-jaussi-2015-3000x2003-69-2000x1335.jpg");
}
.cid-rR1FwYSECI P {
  color: #767676;
}
.cid-rRq33fG2fY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRq33fG2fY .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRq33fG2fY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRq33fG2fY .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRq33fG2fY .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rR1GjHPqIA {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rR1GjHPqIA .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rR1GjHPqIA .video-block {
    width: 100% !important;
  }
}
.cid-rR1GjHPqIA .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRgrtTrKlJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgrtTrKlJ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgrtTrKlJ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgrtTrKlJ .space_down_30 {
  margin-bottom: 30px;
}
.cid-rR1HEdysoH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rR1HEdysoH .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rR1HEdysoH .video-block {
    width: 100% !important;
  }
}
.cid-rR1HEdysoH .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR1Ifa4wQ0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rR1Ifa4wQ0 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rR1Ifa4wQ0 .video-block {
    width: 100% !important;
  }
}
.cid-rR1Ifa4wQ0 .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR1J5FuHy4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rR1J5FuHy4 .images-container.container-fluid {
  padding: 0;
}
.cid-rR1J5FuHy4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rR1J5FuHy4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rR1J5FuHy4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rR1J5FuHy4 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rR1J5FuHy4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rR1J5FuHy4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rR1J5FuHy4 .img-item {
    width: 100% !important;
  }
  .cid-rR1J5FuHy4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rR1JAk9tqY {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rR1JAk9tqY .images-container.container-fluid {
  padding: 0;
}
.cid-rR1JAk9tqY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rR1JAk9tqY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rR1JAk9tqY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rR1JAk9tqY .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rR1JAk9tqY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rR1JAk9tqY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rR1JAk9tqY .img-item {
    width: 100% !important;
  }
  .cid-rR1JAk9tqY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rR3Vva7VJ5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rR3Vva7VJ5 p {
  color: #767676;
}
.cid-rR3Vva7VJ5 .item:focus,
.cid-rR3Vva7VJ5 span:focus {
  outline: none;
}
.cid-rR3Vva7VJ5 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rR3Vva7VJ5 .item-wrapper {
  position: relative;
}
.cid-rR3Vva7VJ5 .item-btn,
.cid-rR3Vva7VJ5 h4,
.cid-rR3Vva7VJ5 h5 {
  margin: 0;
}
.cid-rR3Vva7VJ5 .item-content {
  padding-top: 2rem;
}
.cid-rR3Vva7VJ5 .abstand {
  margin-top: -10px;
}
.cid-rR3Vva7VJ5 h4 {
  line-height: 1.2;
}
.cid-rR3Vva7VJ5 .item-text h5,
.cid-rR3Vva7VJ5 .item-text h4 {
  color: #1d1d1b;
}
.cid-rR3Vva7VJ5 .item-wrapper:hover .card-img {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Vva7VJ5 .item-wrapper:hover h4 a {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Vva7VJ5 item-text {
  color: #1d1d1b;
}
.cid-rR3Vva7VJ5 .link_no_link {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rR3Vva7VJ5 .display-5,
.cid-rR3Vva7VJ5 .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-rR3Vva7VJ5 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rR3Vva7VJ5 .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-rR3Vva7VJ5 .special_button {
  width: 100%;
}
.cid-rR3Vva7VJ5 .special_button a {
  text-align: left;
}
.cid-rR3Vva7VJ5 .display-5 {
  color: white !important;
}
.cid-rR3Vva7VJ5 svg polygon {
  fill: white ;
}
.cid-rR3Vva7VJ5 a:hover {
  Color: #F9CEB2 !important;
}
.cid-rR3Vva7VJ5 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Vva7VJ5 .btn-black-outline:hover,
.cid-rR3Vva7VJ5 .btn-black-outline:focus,
.cid-rR3Vva7VJ5 .btn-black-outline.focus,
.cid-rR3Vva7VJ5 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rR3Vva7VJ5 .btn-white-outline:hover,
.cid-rR3Vva7VJ5 .btn-white-outline:focus,
.cid-rR3Vva7VJ5 .btn-white-outline.focus,
.cid-rR3Vva7VJ5 .btn-white-outline.active {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
  .cid-rR3Vva7VJ5 .display-5 {
    line-height: 1;
  }
  .cid-rR3Vva7VJ5 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR3Vva7VJ5 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rR2eAhuyYM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rR2eAhuyYM .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rR2eAhuyYM .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rR2eAhuyYM .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rR2eAhuyYM a svg polygon {
  fill: white !important;
}
.cid-rR2eAhuyYM a:hover {
  Color: #F9CEB2!important;
}
.cid-rR2eAhuyYM a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR2eAhuyYM .btn-white-outline:hover,
.cid-rR2eAhuyYM .btn-white-outline:focus,
.cid-rR2eAhuyYM .btn-white-outline.focus,
.cid-rR2eAhuyYM .btn-white-outline.active,
.cid-rR2eAhuyYM .btn-black-outline:hover,
.cid-rR2eAhuyYM .btn-black-outline:focus,
.cid-rR2eAhuyYM .btn-black-outline.focus,
.cid-rR2eAhuyYM .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rR2eAhuyYM .display-5 {
    line-height: 1;
  }
  .cid-rR2eAhuyYM .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR2eAhuyYM .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-txghoUHlU0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghoUHlU0 .content {
    text-align: center;
  }
  .cid-txghoUHlU0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghoUHlU0 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghoUHlU0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghoUHlU0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghoUHlU0 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghoUHlU0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghoUHlU0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghoUHlU0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghoUHlU0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghoUHlU0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghoUHlU0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghoUHlU0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghoUHlU0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghoUHlU0 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghoUHlU0 P {
  color: #1d1d1b;
}
.cid-txghoUHlU0 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghoUHlU0 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghoUHlU0 .logo_footer {
  position: relative;
}
.cid-txghoUHlU0 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghoUHlU0 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghoUHlU0 .col,
  .cid-txghoUHlU0 .col-1,
  .cid-txghoUHlU0 .col-10,
  .cid-txghoUHlU0 .col-11,
  .cid-txghoUHlU0 .col-12,
  .cid-txghoUHlU0 .col-2,
  .cid-txghoUHlU0 .col-3,
  .cid-txghoUHlU0 .col-4,
  .cid-txghoUHlU0 .col-5,
  .cid-txghoUHlU0 .col-6,
  .cid-txghoUHlU0 .col-7,
  .cid-txghoUHlU0 .col-8,
  .cid-txghoUHlU0 .col-9,
  .cid-txghoUHlU0 .col-auto,
  .cid-txghoUHlU0 .col-lg,
  .cid-txghoUHlU0 .col-lg-1,
  .cid-txghoUHlU0 .col-lg-10,
  .cid-txghoUHlU0 .col-lg-11,
  .cid-txghoUHlU0 .col-lg-12,
  .cid-txghoUHlU0 .col-lg-2,
  .cid-txghoUHlU0 .col-lg-3,
  .cid-txghoUHlU0 .col-lg-4,
  .cid-txghoUHlU0 .col-lg-5,
  .cid-txghoUHlU0 .col-lg-6,
  .cid-txghoUHlU0 .col-lg-7,
  .cid-txghoUHlU0 .col-lg-8,
  .cid-txghoUHlU0 .col-lg-9,
  .cid-txghoUHlU0 .col-lg-auto,
  .cid-txghoUHlU0 .col-md,
  .cid-txghoUHlU0 .col-md-1,
  .cid-txghoUHlU0 .col-md-10,
  .cid-txghoUHlU0 .col-md-11,
  .cid-txghoUHlU0 .col-md-12,
  .cid-txghoUHlU0 .col-md-2,
  .cid-txghoUHlU0 .col-md-3,
  .cid-txghoUHlU0 .col-md-4,
  .cid-txghoUHlU0 .col-md-5,
  .cid-txghoUHlU0 .col-md-6,
  .cid-txghoUHlU0 .col-md-7,
  .cid-txghoUHlU0 .col-md-8,
  .cid-txghoUHlU0 .col-md-9,
  .cid-txghoUHlU0 .col-md-auto,
  .cid-txghoUHlU0 .col-sm,
  .cid-txghoUHlU0 .col-sm-1,
  .cid-txghoUHlU0 .col-sm-10,
  .cid-txghoUHlU0 .col-sm-11,
  .cid-txghoUHlU0 .col-sm-12,
  .cid-txghoUHlU0 .col-sm-2,
  .cid-txghoUHlU0 .col-sm-3,
  .cid-txghoUHlU0 .col-sm-4,
  .cid-txghoUHlU0 .col-sm-5,
  .cid-txghoUHlU0 .col-sm-6,
  .cid-txghoUHlU0 .col-sm-7,
  .cid-txghoUHlU0 .col-sm-8,
  .cid-txghoUHlU0 .col-sm-9,
  .cid-txghoUHlU0 .col-sm-auto,
  .cid-txghoUHlU0 .col-xl,
  .cid-txghoUHlU0 .col-xl-1,
  .cid-txghoUHlU0 .col-xl-10,
  .cid-txghoUHlU0 .col-xl-11,
  .cid-txghoUHlU0 .col-xl-12,
  .cid-txghoUHlU0 .col-xl-2,
  .cid-txghoUHlU0 .col-xl-3,
  .cid-txghoUHlU0 .col-xl-4,
  .cid-txghoUHlU0 .col-xl-5,
  .cid-txghoUHlU0 .col-xl-6,
  .cid-txghoUHlU0 .col-xl-7,
  .cid-txghoUHlU0 .col-xl-8,
  .cid-txghoUHlU0 .col-xl-9,
  .cid-txghoUHlU0 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghoUHlU0 .content {
    text-align: left;
  }
  .cid-txghoUHlU0 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghoUHlU0 .logo_footer_box {
    position: relative;
  }
  .cid-txghoUHlU0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghoUHlU0 .logo_footer {
    position: relative;
  }
  .cid-txghoUHlU0 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRwpyNdx9k {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRwpyNdx9k {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRwpAR5Hok {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwpAR5Hok .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwpAR5Hok h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwpAR5Hok .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwpAR5Hok .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwpDSJf8p {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRwpDSJf8p .images-container.container-fluid {
  padding: 0;
}
.cid-rRwpDSJf8p .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwpDSJf8p .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwpDSJf8p .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwpDSJf8p .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwpDSJf8p .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwpDSJf8p .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwpDSJf8p .img-item {
    width: 100% !important;
  }
  .cid-rRwpDSJf8p .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRwpGoFSjD {
  background-image: url("../../../assets/images/ds66928-3-v2.2-2000x1070.jpg");
}
.cid-rRwpGoFSjD P {
  color: #767676;
}
.cid-rRwqcSGMjG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwqcSGMjG .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwqcSGMjG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwqcSGMjG .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwqcSGMjG .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwqgYzehS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRwqgYzehS H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwqgYzehS .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRwqmmrpWK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwqmmrpWK .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwqmmrpWK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwqmmrpWK .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwqmmrpWK .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwqoFsveG {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRwqoFsveG H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwqoFsveG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRwquPkwSj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwquPkwSj .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwquPkwSj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwquPkwSj .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwquPkwSj .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwqyfKJMD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRwqyfKJMD .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRwqyfKJMD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwqyfKJMD .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRwqAQug5O {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRwqAQug5O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwqAQug5O p {
  color: #767676;
  text-align: left;
}
.cid-rRwqAQug5O .card-box {
  padding-top: 2rem;
}
.cid-rRwqAQug5O .card-wrapper {
  height: 100%;
}
.cid-rRwqAQug5O P {
  color: #1d1d1b;
}
.cid-rRwqDzahgG {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwqDzahgG .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwqDzahgG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwqDzahgG .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwqDzahgG .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwqYmE81Z {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rRwqYmE81Z .images-container.container-fluid {
  padding: 0;
}
.cid-rRwqYmE81Z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwqYmE81Z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwqYmE81Z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwqYmE81Z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwqYmE81Z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwqYmE81Z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwqYmE81Z .img-item {
    width: 100% !important;
  }
  .cid-rRwqYmE81Z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRwqVeZaR6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRwqVeZaR6 H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rRwqVeZaR6 .mbr-section-subtitle {
  color: #000000;
}
.cid-rRwqVeZaR6 section {
  background-color: none;
}
.cid-rRwqVeZaR6 .logo_footer {
  position: relative;
  right: 100px;
}
.cid-rRwr1mUYBJ {
  background: #ffffff;
}
.cid-rRwr1mUYBJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRwr1mUYBJ figcaption {
  position: relative;
}
.cid-rRwr1mUYBJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRwr1mUYBJ .image-block {
    width: 300% !important;
  }
}
.cid-rRwr3F4KFn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRwr3F4KFn .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRwr3F4KFn .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRwr3F4KFn .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRwr3F4KFn .mbr-figure,
  .cid-rRwr3F4KFn img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRwr3F4KFn .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRwr3F4KFn .mbr-author-desc {
  color: #000000;
}
.cid-rRwr3F4KFn h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwr3F4KFn .text_block {
  margin-top: 0px;
}
.cid-rRwr3F4KFn .h2_block {
  margin-bottom: 20px;
}
.cid-rRwr3F4KFn .mbr-figure {
  align-self: flex-start;
}
.cid-rRwr3F4KFn .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRwr3F4KFn .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRwr3F4KFn .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRwr3F4KFn a:hover {
  Color: #a76645 !important;
}
.cid-rRwr3F4KFn a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRwr3F4KFn .btn-black-outline:hover,
.cid-rRwr3F4KFn .btn-black-outline:focus,
.cid-rRwr3F4KFn .btn-black-outline.focus,
.cid-rRwr3F4KFn .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRwr3F4KFn .display-5 {
    line-height: 1;
  }
  .cid-rRwr3F4KFn .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRwr3F4KFn .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRwr3F4KFn .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRwr1VNwp4 {
  background: #ffffff;
}
.cid-rRwr1VNwp4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRwr1VNwp4 figcaption {
  position: relative;
}
.cid-rRwr1VNwp4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRwr1VNwp4 .image-block {
    width: 300% !important;
  }
}
.cid-rRwqJnMY0z {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rRwqJnMY0z H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwqJnMY0z .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRwqLtgi9F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwqLtgi9F .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwqLtgi9F h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwqLtgi9F .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwqLtgi9F .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwqMw05QP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwqMw05QP .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwqMw05QP h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwqMw05QP .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwqMw05QP .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgiuZX3sx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiuZX3sx .content {
    text-align: center;
  }
  .cid-txgiuZX3sx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiuZX3sx .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiuZX3sx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiuZX3sx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiuZX3sx .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiuZX3sx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiuZX3sx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiuZX3sx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiuZX3sx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiuZX3sx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiuZX3sx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiuZX3sx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiuZX3sx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiuZX3sx H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiuZX3sx P {
  color: #1d1d1b;
}
.cid-txgiuZX3sx .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiuZX3sx .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiuZX3sx .logo_footer {
  position: relative;
}
.cid-txgiuZX3sx .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiuZX3sx .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiuZX3sx .col,
  .cid-txgiuZX3sx .col-1,
  .cid-txgiuZX3sx .col-10,
  .cid-txgiuZX3sx .col-11,
  .cid-txgiuZX3sx .col-12,
  .cid-txgiuZX3sx .col-2,
  .cid-txgiuZX3sx .col-3,
  .cid-txgiuZX3sx .col-4,
  .cid-txgiuZX3sx .col-5,
  .cid-txgiuZX3sx .col-6,
  .cid-txgiuZX3sx .col-7,
  .cid-txgiuZX3sx .col-8,
  .cid-txgiuZX3sx .col-9,
  .cid-txgiuZX3sx .col-auto,
  .cid-txgiuZX3sx .col-lg,
  .cid-txgiuZX3sx .col-lg-1,
  .cid-txgiuZX3sx .col-lg-10,
  .cid-txgiuZX3sx .col-lg-11,
  .cid-txgiuZX3sx .col-lg-12,
  .cid-txgiuZX3sx .col-lg-2,
  .cid-txgiuZX3sx .col-lg-3,
  .cid-txgiuZX3sx .col-lg-4,
  .cid-txgiuZX3sx .col-lg-5,
  .cid-txgiuZX3sx .col-lg-6,
  .cid-txgiuZX3sx .col-lg-7,
  .cid-txgiuZX3sx .col-lg-8,
  .cid-txgiuZX3sx .col-lg-9,
  .cid-txgiuZX3sx .col-lg-auto,
  .cid-txgiuZX3sx .col-md,
  .cid-txgiuZX3sx .col-md-1,
  .cid-txgiuZX3sx .col-md-10,
  .cid-txgiuZX3sx .col-md-11,
  .cid-txgiuZX3sx .col-md-12,
  .cid-txgiuZX3sx .col-md-2,
  .cid-txgiuZX3sx .col-md-3,
  .cid-txgiuZX3sx .col-md-4,
  .cid-txgiuZX3sx .col-md-5,
  .cid-txgiuZX3sx .col-md-6,
  .cid-txgiuZX3sx .col-md-7,
  .cid-txgiuZX3sx .col-md-8,
  .cid-txgiuZX3sx .col-md-9,
  .cid-txgiuZX3sx .col-md-auto,
  .cid-txgiuZX3sx .col-sm,
  .cid-txgiuZX3sx .col-sm-1,
  .cid-txgiuZX3sx .col-sm-10,
  .cid-txgiuZX3sx .col-sm-11,
  .cid-txgiuZX3sx .col-sm-12,
  .cid-txgiuZX3sx .col-sm-2,
  .cid-txgiuZX3sx .col-sm-3,
  .cid-txgiuZX3sx .col-sm-4,
  .cid-txgiuZX3sx .col-sm-5,
  .cid-txgiuZX3sx .col-sm-6,
  .cid-txgiuZX3sx .col-sm-7,
  .cid-txgiuZX3sx .col-sm-8,
  .cid-txgiuZX3sx .col-sm-9,
  .cid-txgiuZX3sx .col-sm-auto,
  .cid-txgiuZX3sx .col-xl,
  .cid-txgiuZX3sx .col-xl-1,
  .cid-txgiuZX3sx .col-xl-10,
  .cid-txgiuZX3sx .col-xl-11,
  .cid-txgiuZX3sx .col-xl-12,
  .cid-txgiuZX3sx .col-xl-2,
  .cid-txgiuZX3sx .col-xl-3,
  .cid-txgiuZX3sx .col-xl-4,
  .cid-txgiuZX3sx .col-xl-5,
  .cid-txgiuZX3sx .col-xl-6,
  .cid-txgiuZX3sx .col-xl-7,
  .cid-txgiuZX3sx .col-xl-8,
  .cid-txgiuZX3sx .col-xl-9,
  .cid-txgiuZX3sx .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiuZX3sx .content {
    text-align: left;
  }
  .cid-txgiuZX3sx .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiuZX3sx .logo_footer_box {
    position: relative;
  }
  .cid-txgiuZX3sx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiuZX3sx .logo_footer {
    position: relative;
  }
  .cid-txgiuZX3sx .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rSUBP8rdYz {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rSUBP8rdYz {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSUBTvxjbb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSUBTvxjbb .mbr-text {
  color: #1d1d1b;
}
.cid-rSUBTvxjbb h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSUBTvxjbb .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSUBTvxjbb p {
  line-height: 1.4;
}
.cid-rSUCUZW3zJ {
  background: #f9ceb2;
}
.cid-rSUCUZW3zJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSUCUZW3zJ figcaption {
  position: relative;
}
.cid-rSUCUZW3zJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSUCUZW3zJ .image-block {
    width: 300% !important;
  }
}
.cid-rSUCEEEDes {
  background-image: url("../../../assets/images/zps-deinestele-0309-v2-2000x3000.jpg");
}
.cid-rSUCEEEDes h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSUCEEEDes .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeRHyc2VK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeRHyc2VK .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeRHyc2VK .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeRHyc2VK .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeRHyc2VK a svg polygon {
  fill: white !important;
}
.cid-rUeRHyc2VK a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeRHyc2VK a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeRHyc2VK .btn-white-outline:hover,
.cid-rUeRHyc2VK .btn-white-outline:focus,
.cid-rUeRHyc2VK .btn-white-outline.focus,
.cid-rUeRHyc2VK .btn-white-outline.active,
.cid-rUeRHyc2VK .btn-black-outline:hover,
.cid-rUeRHyc2VK .btn-black-outline:focus,
.cid-rUeRHyc2VK .btn-black-outline.focus,
.cid-rUeRHyc2VK .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeRHyc2VK .display-5 {
    line-height: 1;
  }
  .cid-rUeRHyc2VK .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeRHyc2VK .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUfcU4PKJ1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUfcU4PKJ1 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUfcU4PKJ1 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUfcU4PKJ1 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUfcU4PKJ1 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSUEh7V9pB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rSUEh7V9pB .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSUEh7V9pB .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rSUEh7V9pB .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSUEh7V9pB a svg polygon {
  fill: white !important;
}
.cid-rSUEh7V9pB a:hover {
  Color: #F9CEB2!important;
}
.cid-rSUEh7V9pB a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSUEh7V9pB .btn-white-outline:hover,
.cid-rSUEh7V9pB .btn-white-outline:focus,
.cid-rSUEh7V9pB .btn-white-outline.focus,
.cid-rSUEh7V9pB .btn-white-outline.active,
.cid-rSUEh7V9pB .btn-black-outline:hover,
.cid-rSUEh7V9pB .btn-black-outline:focus,
.cid-rSUEh7V9pB .btn-black-outline.focus,
.cid-rSUEh7V9pB .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSUEh7V9pB .display-5 {
    line-height: 1;
  }
  .cid-rSUEh7V9pB .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSUEh7V9pB .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSUEiiudNs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rSUEiiudNs .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSUEiiudNs .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rSUEiiudNs .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSUEiiudNs a svg polygon {
  fill: white !important;
}
.cid-rSUEiiudNs a:hover {
  Color: #F9CEB2!important;
}
.cid-rSUEiiudNs a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSUEiiudNs .btn-white-outline:hover,
.cid-rSUEiiudNs .btn-white-outline:focus,
.cid-rSUEiiudNs .btn-white-outline.focus,
.cid-rSUEiiudNs .btn-white-outline.active,
.cid-rSUEiiudNs .btn-black-outline:hover,
.cid-rSUEiiudNs .btn-black-outline:focus,
.cid-rSUEiiudNs .btn-black-outline.focus,
.cid-rSUEiiudNs .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSUEiiudNs .display-5 {
    line-height: 1;
  }
  .cid-rSUEiiudNs .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSUEiiudNs .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSV1hxVSeo {
  background-image: url("../../../assets/images/zps-scholl2017-2000x1331.jpg");
}
.cid-rSV1hxVSeo h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSV1hxVSeo .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeSwh59X6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeSwh59X6 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeSwh59X6 .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeSwh59X6 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeSwh59X6 a svg polygon {
  fill: white !important;
}
.cid-rUeSwh59X6 a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeSwh59X6 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeSwh59X6 .btn-white-outline:hover,
.cid-rUeSwh59X6 .btn-white-outline:focus,
.cid-rUeSwh59X6 .btn-white-outline.focus,
.cid-rUeSwh59X6 .btn-white-outline.active,
.cid-rUeSwh59X6 .btn-black-outline:hover,
.cid-rUeSwh59X6 .btn-black-outline:focus,
.cid-rUeSwh59X6 .btn-black-outline.focus,
.cid-rUeSwh59X6 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeSwh59X6 .display-5 {
    line-height: 1;
  }
  .cid-rUeSwh59X6 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeSwh59X6 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSUPNbh59a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSUPNbh59a .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSUPNbh59a h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSUPNbh59a .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSUPNbh59a .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUeTucvqnj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeTucvqnj .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeTucvqnj .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeTucvqnj .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeTucvqnj a svg polygon {
  fill: white !important;
}
.cid-rUeTucvqnj a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeTucvqnj a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeTucvqnj .btn-white-outline:hover,
.cid-rUeTucvqnj .btn-white-outline:focus,
.cid-rUeTucvqnj .btn-white-outline.focus,
.cid-rUeTucvqnj .btn-white-outline.active,
.cid-rUeTucvqnj .btn-black-outline:hover,
.cid-rUeTucvqnj .btn-black-outline:focus,
.cid-rUeTucvqnj .btn-black-outline.focus,
.cid-rUeTucvqnj .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeTucvqnj .display-5 {
    line-height: 1;
  }
  .cid-rUeTucvqnj .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeTucvqnj .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeTuAClns {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeTuAClns .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeTuAClns .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeTuAClns .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeTuAClns a svg polygon {
  fill: white !important;
}
.cid-rUeTuAClns a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeTuAClns a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeTuAClns .btn-white-outline:hover,
.cid-rUeTuAClns .btn-white-outline:focus,
.cid-rUeTuAClns .btn-white-outline.focus,
.cid-rUeTuAClns .btn-white-outline.active,
.cid-rUeTuAClns .btn-black-outline:hover,
.cid-rUeTuAClns .btn-black-outline:focus,
.cid-rUeTuAClns .btn-black-outline.focus,
.cid-rUeTuAClns .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeTuAClns .display-5 {
    line-height: 1;
  }
  .cid-rUeTuAClns .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeTuAClns .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeTzDsMo9 {
  background-image: url("../../../assets/images/zentrumfuerpolitischeschoenheit-fluechtlingefressen-0252-1600x1066-30-1600x1066.jpg");
}
.cid-rUeTzDsMo9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeTzDsMo9 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeTByYnFp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeTByYnFp .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeTByYnFp .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeTByYnFp .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeTByYnFp a svg polygon {
  fill: white !important;
}
.cid-rUeTByYnFp a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeTByYnFp a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeTByYnFp .btn-white-outline:hover,
.cid-rUeTByYnFp .btn-white-outline:focus,
.cid-rUeTByYnFp .btn-white-outline.focus,
.cid-rUeTByYnFp .btn-white-outline.active,
.cid-rUeTByYnFp .btn-black-outline:hover,
.cid-rUeTByYnFp .btn-black-outline:focus,
.cid-rUeTByYnFp .btn-black-outline.focus,
.cid-rUeTByYnFp .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeTByYnFp .display-5 {
    line-height: 1;
  }
  .cid-rUeTByYnFp .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeTByYnFp .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeTPILF0i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeTPILF0i .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUeTPILF0i h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeTPILF0i .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUeTPILF0i .mbr-section-subtitle P {
  color: #0f5699;
}
.cid-rUeXNNXMq0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUeXNNXMq0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUeXNNXMq0 p {
  color: #767676;
  text-align: left;
}
.cid-rUeXNNXMq0 .card-box {
  padding-top: 2rem;
}
.cid-rUeXNNXMq0 .card-wrapper {
  height: 100%;
}
.cid-rUeXNNXMq0 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUeXNNXMq0 .video-block {
    width: 100% !important;
  }
}
.cid-rUeXNNXMq0 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUf1kzQsbW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf1kzQsbW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf1kzQsbW p {
  color: #767676;
  text-align: left;
}
.cid-rUf1kzQsbW .card-box {
  padding-top: 2rem;
}
.cid-rUf1kzQsbW .card-wrapper {
  height: 100%;
}
.cid-rUf1kzQsbW .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf1kzQsbW .video-block {
    width: 100% !important;
  }
}
.cid-rUf1kzQsbW .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUf1PQzqWm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf1PQzqWm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf1PQzqWm p {
  color: #767676;
  text-align: left;
}
.cid-rUf1PQzqWm .card-box {
  padding-top: 2rem;
}
.cid-rUf1PQzqWm .card-wrapper {
  height: 100%;
}
.cid-rUf1PQzqWm .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf1PQzqWm .video-block {
    width: 100% !important;
  }
}
.cid-rUf1PQzqWm .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeTVvaQuH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeTVvaQuH .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeTVvaQuH .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeTVvaQuH .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeTVvaQuH a svg polygon {
  fill: white !important;
}
.cid-rUeTVvaQuH a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeTVvaQuH a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeTVvaQuH .btn-white-outline:hover,
.cid-rUeTVvaQuH .btn-white-outline:focus,
.cid-rUeTVvaQuH .btn-white-outline.focus,
.cid-rUeTVvaQuH .btn-white-outline.active,
.cid-rUeTVvaQuH .btn-black-outline:hover,
.cid-rUeTVvaQuH .btn-black-outline:focus,
.cid-rUeTVvaQuH .btn-black-outline.focus,
.cid-rUeTVvaQuH .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeTVvaQuH .display-5 {
    line-height: 1;
  }
  .cid-rUeTVvaQuH .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeTVvaQuH .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeTVVFqWY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeTVVFqWY .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeTVVFqWY .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeTVVFqWY .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeTVVFqWY a svg polygon {
  fill: white !important;
}
.cid-rUeTVVFqWY a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeTVVFqWY a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeTVVFqWY .btn-white-outline:hover,
.cid-rUeTVVFqWY .btn-white-outline:focus,
.cid-rUeTVVFqWY .btn-white-outline.focus,
.cid-rUeTVVFqWY .btn-white-outline.active,
.cid-rUeTVVFqWY .btn-black-outline:hover,
.cid-rUeTVVFqWY .btn-black-outline:focus,
.cid-rUeTVVFqWY .btn-black-outline.focus,
.cid-rUeTVVFqWY .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeTVVFqWY .display-5 {
    line-height: 1;
  }
  .cid-rUeTVVFqWY .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeTVVFqWY .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeTZ46Z6M {
  background-image: url("../../../assets/images/c82a0831-5760x3840-98-2000x1333.jpg");
}
.cid-rUeTZ46Z6M h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeTZ46Z6M .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeU2kHBHt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeU2kHBHt .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeU2kHBHt .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeU2kHBHt .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeU2kHBHt a svg polygon {
  fill: white !important;
}
.cid-rUeU2kHBHt a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeU2kHBHt a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeU2kHBHt .btn-white-outline:hover,
.cid-rUeU2kHBHt .btn-white-outline:focus,
.cid-rUeU2kHBHt .btn-white-outline.focus,
.cid-rUeU2kHBHt .btn-white-outline.active,
.cid-rUeU2kHBHt .btn-black-outline:hover,
.cid-rUeU2kHBHt .btn-black-outline:focus,
.cid-rUeU2kHBHt .btn-black-outline.focus,
.cid-rUeU2kHBHt .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeU2kHBHt .display-5 {
    line-height: 1;
  }
  .cid-rUeU2kHBHt .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeU2kHBHt .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeU0fMgOI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeU0fMgOI .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUeU0fMgOI h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeU0fMgOI .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUeU0fMgOI .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUf3mn5H9K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf3mn5H9K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf3mn5H9K p {
  color: #767676;
  text-align: left;
}
.cid-rUf3mn5H9K .card-box {
  padding-top: 2rem;
}
.cid-rUf3mn5H9K .card-wrapper {
  height: 100%;
}
.cid-rUf3mn5H9K .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf3mn5H9K .video-block {
    width: 100% !important;
  }
}
.cid-rUf3mn5H9K .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeU3Bskw2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeU3Bskw2 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeU3Bskw2 .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeU3Bskw2 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeU3Bskw2 a svg polygon {
  fill: white !important;
}
.cid-rUeU3Bskw2 a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeU3Bskw2 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeU3Bskw2 .btn-white-outline:hover,
.cid-rUeU3Bskw2 .btn-white-outline:focus,
.cid-rUeU3Bskw2 .btn-white-outline.focus,
.cid-rUeU3Bskw2 .btn-white-outline.active,
.cid-rUeU3Bskw2 .btn-black-outline:hover,
.cid-rUeU3Bskw2 .btn-black-outline:focus,
.cid-rUeU3Bskw2 .btn-black-outline.focus,
.cid-rUeU3Bskw2 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeU3Bskw2 .display-5 {
    line-height: 1;
  }
  .cid-rUeU3Bskw2 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeU3Bskw2 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeU3RF670 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeU3RF670 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeU3RF670 .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeU3RF670 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeU3RF670 a svg polygon {
  fill: white !important;
}
.cid-rUeU3RF670 a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeU3RF670 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeU3RF670 .btn-white-outline:hover,
.cid-rUeU3RF670 .btn-white-outline:focus,
.cid-rUeU3RF670 .btn-white-outline.focus,
.cid-rUeU3RF670 .btn-white-outline.active,
.cid-rUeU3RF670 .btn-black-outline:hover,
.cid-rUeU3RF670 .btn-black-outline:focus,
.cid-rUeU3RF670 .btn-black-outline.focus,
.cid-rUeU3RF670 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeU3RF670 .display-5 {
    line-height: 1;
  }
  .cid-rUeU3RF670 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeU3RF670 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUbvzSPT {
  background-image: url("../../../assets/images/schild1-5250x3500-36-2000x1333.jpg");
}
.cid-rUeUbvzSPT h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUbvzSPT .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeUdovWel {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUdovWel .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUdovWel .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUdovWel .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUdovWel a svg polygon {
  fill: white !important;
}
.cid-rUeUdovWel a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUdovWel a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUdovWel .btn-white-outline:hover,
.cid-rUeUdovWel .btn-white-outline:focus,
.cid-rUeUdovWel .btn-white-outline.focus,
.cid-rUeUdovWel .btn-white-outline.active,
.cid-rUeUdovWel .btn-black-outline:hover,
.cid-rUeUdovWel .btn-black-outline:focus,
.cid-rUeUdovWel .btn-black-outline.focus,
.cid-rUeUdovWel .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUdovWel .display-5 {
    line-height: 1;
  }
  .cid-rUeUdovWel .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUdovWel .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUfzKuyw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeUfzKuyw .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUeUfzKuyw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUfzKuyw .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUeUfzKuyw .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUf4EymgpR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf4EymgpR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf4EymgpR p {
  color: #767676;
  text-align: left;
}
.cid-rUf4EymgpR .card-box {
  padding-top: 2rem;
}
.cid-rUf4EymgpR .card-wrapper {
  height: 100%;
}
.cid-rUf4EymgpR .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf4EymgpR .video-block {
    width: 100% !important;
  }
}
.cid-rUf4EymgpR .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUf4FwI8Te {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf4FwI8Te h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf4FwI8Te p {
  color: #767676;
  text-align: left;
}
.cid-rUf4FwI8Te .card-box {
  padding-top: 2rem;
}
.cid-rUf4FwI8Te .card-wrapper {
  height: 100%;
}
.cid-rUf4FwI8Te .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf4FwI8Te .video-block {
    width: 100% !important;
  }
}
.cid-rUf4FwI8Te .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUi0IvAY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUi0IvAY .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUi0IvAY .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUi0IvAY .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUi0IvAY a svg polygon {
  fill: white !important;
}
.cid-rUeUi0IvAY a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUi0IvAY a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUi0IvAY .btn-white-outline:hover,
.cid-rUeUi0IvAY .btn-white-outline:focus,
.cid-rUeUi0IvAY .btn-white-outline.focus,
.cid-rUeUi0IvAY .btn-white-outline.active,
.cid-rUeUi0IvAY .btn-black-outline:hover,
.cid-rUeUi0IvAY .btn-black-outline:focus,
.cid-rUeUi0IvAY .btn-black-outline.focus,
.cid-rUeUi0IvAY .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUi0IvAY .display-5 {
    line-height: 1;
  }
  .cid-rUeUi0IvAY .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUi0IvAY .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUikXGXt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeUikXGXt .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUikXGXt .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUikXGXt .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUikXGXt a svg polygon {
  fill: white !important;
}
.cid-rUeUikXGXt a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUikXGXt a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUikXGXt .btn-white-outline:hover,
.cid-rUeUikXGXt .btn-white-outline:focus,
.cid-rUeUikXGXt .btn-white-outline.focus,
.cid-rUeUikXGXt .btn-white-outline.active,
.cid-rUeUikXGXt .btn-black-outline:hover,
.cid-rUeUikXGXt .btn-black-outline:focus,
.cid-rUeUikXGXt .btn-black-outline.focus,
.cid-rUeUikXGXt .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUikXGXt .display-5 {
    line-height: 1;
  }
  .cid-rUeUikXGXt .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUikXGXt .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUlIYYiG {
  background-image: url("../../../assets/images/zps-familienministerium-neugebauer-14-4070x2708-60-2000x1331.jpg");
}
.cid-rUeUlIYYiG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUlIYYiG .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeUnb0eZp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUnb0eZp .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUnb0eZp .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUnb0eZp .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUnb0eZp a svg polygon {
  fill: white !important;
}
.cid-rUeUnb0eZp a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUnb0eZp a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUnb0eZp .btn-white-outline:hover,
.cid-rUeUnb0eZp .btn-white-outline:focus,
.cid-rUeUnb0eZp .btn-white-outline.focus,
.cid-rUeUnb0eZp .btn-white-outline.active,
.cid-rUeUnb0eZp .btn-black-outline:hover,
.cid-rUeUnb0eZp .btn-black-outline:focus,
.cid-rUeUnb0eZp .btn-black-outline.focus,
.cid-rUeUnb0eZp .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUnb0eZp .display-5 {
    line-height: 1;
  }
  .cid-rUeUnb0eZp .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUnb0eZp .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUoKavZK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeUoKavZK .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUeUoKavZK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUoKavZK .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUeUoKavZK .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUf6KgggeL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf6KgggeL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf6KgggeL p {
  color: #767676;
  text-align: left;
}
.cid-rUf6KgggeL .card-box {
  padding-top: 2rem;
}
.cid-rUf6KgggeL .card-wrapper {
  height: 100%;
}
.cid-rUf6KgggeL .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf6KgggeL .video-block {
    width: 100% !important;
  }
}
.cid-rUf6KgggeL .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUf6LhTs3I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf6LhTs3I h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf6LhTs3I p {
  color: #767676;
  text-align: left;
}
.cid-rUf6LhTs3I .card-box {
  padding-top: 2rem;
}
.cid-rUf6LhTs3I .card-wrapper {
  height: 100%;
}
.cid-rUf6LhTs3I .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf6LhTs3I .video-block {
    width: 100% !important;
  }
}
.cid-rUf6LhTs3I .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUf6Mkk48e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf6Mkk48e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf6Mkk48e p {
  color: #767676;
  text-align: left;
}
.cid-rUf6Mkk48e .card-box {
  padding-top: 2rem;
}
.cid-rUf6Mkk48e .card-wrapper {
  height: 100%;
}
.cid-rUf6Mkk48e .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf6Mkk48e .video-block {
    width: 100% !important;
  }
}
.cid-rUf6Mkk48e .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUf6NmwUBv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf6NmwUBv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf6NmwUBv p {
  color: #767676;
  text-align: left;
}
.cid-rUf6NmwUBv .card-box {
  padding-top: 2rem;
}
.cid-rUf6NmwUBv .card-wrapper {
  height: 100%;
}
.cid-rUf6NmwUBv .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf6NmwUBv .video-block {
    width: 100% !important;
  }
}
.cid-rUf6NmwUBv .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUpR1OaK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUpR1OaK .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUpR1OaK .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUpR1OaK .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUpR1OaK a svg polygon {
  fill: white !important;
}
.cid-rUeUpR1OaK a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUpR1OaK a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUpR1OaK .btn-white-outline:hover,
.cid-rUeUpR1OaK .btn-white-outline:focus,
.cid-rUeUpR1OaK .btn-white-outline.focus,
.cid-rUeUpR1OaK .btn-white-outline.active,
.cid-rUeUpR1OaK .btn-black-outline:hover,
.cid-rUeUpR1OaK .btn-black-outline:focus,
.cid-rUeUpR1OaK .btn-black-outline.focus,
.cid-rUeUpR1OaK .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUpR1OaK .display-5 {
    line-height: 1;
  }
  .cid-rUeUpR1OaK .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUpR1OaK .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUqafHge {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeUqafHge .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUqafHge .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUqafHge .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUqafHge a svg polygon {
  fill: white !important;
}
.cid-rUeUqafHge a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUqafHge a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUqafHge .btn-white-outline:hover,
.cid-rUeUqafHge .btn-white-outline:focus,
.cid-rUeUqafHge .btn-white-outline.focus,
.cid-rUeUqafHge .btn-white-outline.active,
.cid-rUeUqafHge .btn-black-outline:hover,
.cid-rUeUqafHge .btn-black-outline:focus,
.cid-rUeUqafHge .btn-black-outline.focus,
.cid-rUeUqafHge .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUqafHge .display-5 {
    line-height: 1;
  }
  .cid-rUeUqafHge .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUqafHge .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUvzsbUo {
  background-image: url("../../../assets/images/25000euronacht-0041-v2-6144x4096-58-2000x1333.jpg");
}
.cid-rUeUvzsbUo h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUvzsbUo .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeUx1sMXz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUx1sMXz .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUx1sMXz .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUx1sMXz .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUx1sMXz a svg polygon {
  fill: white !important;
}
.cid-rUeUx1sMXz a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUx1sMXz a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUx1sMXz .btn-white-outline:hover,
.cid-rUeUx1sMXz .btn-white-outline:focus,
.cid-rUeUx1sMXz .btn-white-outline.focus,
.cid-rUeUx1sMXz .btn-white-outline.active,
.cid-rUeUx1sMXz .btn-black-outline:hover,
.cid-rUeUx1sMXz .btn-black-outline:focus,
.cid-rUeUx1sMXz .btn-black-outline.focus,
.cid-rUeUx1sMXz .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUx1sMXz .display-5 {
    line-height: 1;
  }
  .cid-rUeUx1sMXz .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUx1sMXz .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUyjEPFu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeUyjEPFu .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUeUyjEPFu h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUyjEPFu .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUeUyjEPFu .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUf8poyqse {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUf8poyqse h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUf8poyqse p {
  color: #767676;
  text-align: left;
}
.cid-rUf8poyqse .card-box {
  padding-top: 2rem;
}
.cid-rUf8poyqse .card-wrapper {
  height: 100%;
}
.cid-rUf8poyqse .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf8poyqse .video-block {
    width: 100% !important;
  }
}
.cid-rUf8poyqse .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUzorZDA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUzorZDA .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUzorZDA .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUzorZDA .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUzorZDA a svg polygon {
  fill: white !important;
}
.cid-rUeUzorZDA a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUzorZDA a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUzorZDA .btn-white-outline:hover,
.cid-rUeUzorZDA .btn-white-outline:focus,
.cid-rUeUzorZDA .btn-white-outline.focus,
.cid-rUeUzorZDA .btn-white-outline.active,
.cid-rUeUzorZDA .btn-black-outline:hover,
.cid-rUeUzorZDA .btn-black-outline:focus,
.cid-rUeUzorZDA .btn-black-outline.focus,
.cid-rUeUzorZDA .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUzorZDA .display-5 {
    line-height: 1;
  }
  .cid-rUeUzorZDA .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUzorZDA .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUzIgXyQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeUzIgXyQ .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUzIgXyQ .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUzIgXyQ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUzIgXyQ a svg polygon {
  fill: white !important;
}
.cid-rUeUzIgXyQ a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUzIgXyQ a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUzIgXyQ .btn-white-outline:hover,
.cid-rUeUzIgXyQ .btn-white-outline:focus,
.cid-rUeUzIgXyQ .btn-white-outline.focus,
.cid-rUeUzIgXyQ .btn-white-outline.active,
.cid-rUeUzIgXyQ .btn-black-outline:hover,
.cid-rUeUzIgXyQ .btn-black-outline:focus,
.cid-rUeUzIgXyQ .btn-black-outline.focus,
.cid-rUeUzIgXyQ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUzIgXyQ .display-5 {
    line-height: 1;
  }
  .cid-rUeUzIgXyQ .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUzIgXyQ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUDF1yJO {
  background-image: url("../../../assets/images/headerpillar-neu-3520x2348-38-2000x1334.jpg");
}
.cid-rUeUDF1yJO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUDF1yJO .space_down_50 {
  margin-bottom: 50px;
}
.cid-rUeUFn0Z5m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeUFn0Z5m .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeUFn0Z5m .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeUFn0Z5m .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeUFn0Z5m a svg polygon {
  fill: white !important;
}
.cid-rUeUFn0Z5m a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeUFn0Z5m a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeUFn0Z5m .btn-white-outline:hover,
.cid-rUeUFn0Z5m .btn-white-outline:focus,
.cid-rUeUFn0Z5m .btn-white-outline.focus,
.cid-rUeUFn0Z5m .btn-white-outline.active,
.cid-rUeUFn0Z5m .btn-black-outline:hover,
.cid-rUeUFn0Z5m .btn-black-outline:focus,
.cid-rUeUFn0Z5m .btn-black-outline.focus,
.cid-rUeUFn0Z5m .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeUFn0Z5m .display-5 {
    line-height: 1;
  }
  .cid-rUeUFn0Z5m .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeUFn0Z5m .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeUKxTOi7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeUKxTOi7 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rUeUKxTOi7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeUKxTOi7 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rUeUKxTOi7 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUf9eQatW2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rUf9eQatW2 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rUf9eQatW2 .video-block {
    width: 100% !important;
  }
}
.cid-rUf9eQatW2 .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeULvAHFI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rUeULvAHFI .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeULvAHFI .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeULvAHFI .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeULvAHFI a svg polygon {
  fill: white !important;
}
.cid-rUeULvAHFI a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeULvAHFI a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeULvAHFI .btn-white-outline:hover,
.cid-rUeULvAHFI .btn-white-outline:focus,
.cid-rUeULvAHFI .btn-white-outline.focus,
.cid-rUeULvAHFI .btn-white-outline.active,
.cid-rUeULvAHFI .btn-black-outline:hover,
.cid-rUeULvAHFI .btn-black-outline:focus,
.cid-rUeULvAHFI .btn-black-outline.focus,
.cid-rUeULvAHFI .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeULvAHFI .display-5 {
    line-height: 1;
  }
  .cid-rUeULvAHFI .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeULvAHFI .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rUeULK9lrU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rUeULK9lrU .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rUeULK9lrU .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rUeULK9lrU .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rUeULK9lrU a svg polygon {
  fill: white !important;
}
.cid-rUeULK9lrU a:hover {
  Color: #F9CEB2!important;
}
.cid-rUeULK9lrU a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUeULK9lrU .btn-white-outline:hover,
.cid-rUeULK9lrU .btn-white-outline:focus,
.cid-rUeULK9lrU .btn-white-outline.focus,
.cid-rUeULK9lrU .btn-white-outline.active,
.cid-rUeULK9lrU .btn-black-outline:hover,
.cid-rUeULK9lrU .btn-black-outline:focus,
.cid-rUeULK9lrU .btn-black-outline.focus,
.cid-rUeULK9lrU .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUeULK9lrU .display-5 {
    line-height: 1;
  }
  .cid-rUeULK9lrU .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUeULK9lrU .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-txgiT0r0EY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiT0r0EY .content {
    text-align: center;
  }
  .cid-txgiT0r0EY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiT0r0EY .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiT0r0EY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiT0r0EY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiT0r0EY .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiT0r0EY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiT0r0EY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiT0r0EY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiT0r0EY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiT0r0EY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiT0r0EY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiT0r0EY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiT0r0EY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiT0r0EY H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiT0r0EY P {
  color: #1d1d1b;
}
.cid-txgiT0r0EY .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiT0r0EY .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiT0r0EY .logo_footer {
  position: relative;
}
.cid-txgiT0r0EY .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiT0r0EY .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiT0r0EY .col,
  .cid-txgiT0r0EY .col-1,
  .cid-txgiT0r0EY .col-10,
  .cid-txgiT0r0EY .col-11,
  .cid-txgiT0r0EY .col-12,
  .cid-txgiT0r0EY .col-2,
  .cid-txgiT0r0EY .col-3,
  .cid-txgiT0r0EY .col-4,
  .cid-txgiT0r0EY .col-5,
  .cid-txgiT0r0EY .col-6,
  .cid-txgiT0r0EY .col-7,
  .cid-txgiT0r0EY .col-8,
  .cid-txgiT0r0EY .col-9,
  .cid-txgiT0r0EY .col-auto,
  .cid-txgiT0r0EY .col-lg,
  .cid-txgiT0r0EY .col-lg-1,
  .cid-txgiT0r0EY .col-lg-10,
  .cid-txgiT0r0EY .col-lg-11,
  .cid-txgiT0r0EY .col-lg-12,
  .cid-txgiT0r0EY .col-lg-2,
  .cid-txgiT0r0EY .col-lg-3,
  .cid-txgiT0r0EY .col-lg-4,
  .cid-txgiT0r0EY .col-lg-5,
  .cid-txgiT0r0EY .col-lg-6,
  .cid-txgiT0r0EY .col-lg-7,
  .cid-txgiT0r0EY .col-lg-8,
  .cid-txgiT0r0EY .col-lg-9,
  .cid-txgiT0r0EY .col-lg-auto,
  .cid-txgiT0r0EY .col-md,
  .cid-txgiT0r0EY .col-md-1,
  .cid-txgiT0r0EY .col-md-10,
  .cid-txgiT0r0EY .col-md-11,
  .cid-txgiT0r0EY .col-md-12,
  .cid-txgiT0r0EY .col-md-2,
  .cid-txgiT0r0EY .col-md-3,
  .cid-txgiT0r0EY .col-md-4,
  .cid-txgiT0r0EY .col-md-5,
  .cid-txgiT0r0EY .col-md-6,
  .cid-txgiT0r0EY .col-md-7,
  .cid-txgiT0r0EY .col-md-8,
  .cid-txgiT0r0EY .col-md-9,
  .cid-txgiT0r0EY .col-md-auto,
  .cid-txgiT0r0EY .col-sm,
  .cid-txgiT0r0EY .col-sm-1,
  .cid-txgiT0r0EY .col-sm-10,
  .cid-txgiT0r0EY .col-sm-11,
  .cid-txgiT0r0EY .col-sm-12,
  .cid-txgiT0r0EY .col-sm-2,
  .cid-txgiT0r0EY .col-sm-3,
  .cid-txgiT0r0EY .col-sm-4,
  .cid-txgiT0r0EY .col-sm-5,
  .cid-txgiT0r0EY .col-sm-6,
  .cid-txgiT0r0EY .col-sm-7,
  .cid-txgiT0r0EY .col-sm-8,
  .cid-txgiT0r0EY .col-sm-9,
  .cid-txgiT0r0EY .col-sm-auto,
  .cid-txgiT0r0EY .col-xl,
  .cid-txgiT0r0EY .col-xl-1,
  .cid-txgiT0r0EY .col-xl-10,
  .cid-txgiT0r0EY .col-xl-11,
  .cid-txgiT0r0EY .col-xl-12,
  .cid-txgiT0r0EY .col-xl-2,
  .cid-txgiT0r0EY .col-xl-3,
  .cid-txgiT0r0EY .col-xl-4,
  .cid-txgiT0r0EY .col-xl-5,
  .cid-txgiT0r0EY .col-xl-6,
  .cid-txgiT0r0EY .col-xl-7,
  .cid-txgiT0r0EY .col-xl-8,
  .cid-txgiT0r0EY .col-xl-9,
  .cid-txgiT0r0EY .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiT0r0EY .content {
    text-align: left;
  }
  .cid-txgiT0r0EY .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiT0r0EY .logo_footer_box {
    position: relative;
  }
  .cid-txgiT0r0EY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiT0r0EY .logo_footer {
    position: relative;
  }
  .cid-txgiT0r0EY .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rSQnXCGfpJ {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rSQnXCGfpJ {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSQopXumJg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9ceb2;
}
.cid-rSQopXumJg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSQopXumJg .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rSQopXumJg .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rSQoHQiVAK {
  padding-top: 45px;
  padding-bottom: 135px;
  background-color: #f9ceb2;
}
.cid-rSQoHQiVAK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSQoHQiVAK .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSQytxkerO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rSQytxkerO .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSQytxkerO .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rSQytxkerO .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSQytxkerO a:hover {
  Color: #a76645;
}
.cid-rSQytxkerO a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSQytxkerO .btn-black-outline:hover,
.cid-rSQytxkerO .btn-black-outline:focus,
.cid-rSQytxkerO .btn-black-outline.focus,
.cid-rSQytxkerO .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSQytxkerO .display-5 {
    line-height: 1;
  }
  .cid-rSQytxkerO .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSQytxkerO .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-txghJ51zbz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghJ51zbz .content {
    text-align: center;
  }
  .cid-txghJ51zbz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghJ51zbz .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghJ51zbz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghJ51zbz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghJ51zbz .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghJ51zbz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghJ51zbz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghJ51zbz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghJ51zbz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghJ51zbz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghJ51zbz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghJ51zbz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghJ51zbz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghJ51zbz H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghJ51zbz P {
  color: #1d1d1b;
}
.cid-txghJ51zbz .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghJ51zbz .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghJ51zbz .logo_footer {
  position: relative;
}
.cid-txghJ51zbz .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghJ51zbz .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghJ51zbz .col,
  .cid-txghJ51zbz .col-1,
  .cid-txghJ51zbz .col-10,
  .cid-txghJ51zbz .col-11,
  .cid-txghJ51zbz .col-12,
  .cid-txghJ51zbz .col-2,
  .cid-txghJ51zbz .col-3,
  .cid-txghJ51zbz .col-4,
  .cid-txghJ51zbz .col-5,
  .cid-txghJ51zbz .col-6,
  .cid-txghJ51zbz .col-7,
  .cid-txghJ51zbz .col-8,
  .cid-txghJ51zbz .col-9,
  .cid-txghJ51zbz .col-auto,
  .cid-txghJ51zbz .col-lg,
  .cid-txghJ51zbz .col-lg-1,
  .cid-txghJ51zbz .col-lg-10,
  .cid-txghJ51zbz .col-lg-11,
  .cid-txghJ51zbz .col-lg-12,
  .cid-txghJ51zbz .col-lg-2,
  .cid-txghJ51zbz .col-lg-3,
  .cid-txghJ51zbz .col-lg-4,
  .cid-txghJ51zbz .col-lg-5,
  .cid-txghJ51zbz .col-lg-6,
  .cid-txghJ51zbz .col-lg-7,
  .cid-txghJ51zbz .col-lg-8,
  .cid-txghJ51zbz .col-lg-9,
  .cid-txghJ51zbz .col-lg-auto,
  .cid-txghJ51zbz .col-md,
  .cid-txghJ51zbz .col-md-1,
  .cid-txghJ51zbz .col-md-10,
  .cid-txghJ51zbz .col-md-11,
  .cid-txghJ51zbz .col-md-12,
  .cid-txghJ51zbz .col-md-2,
  .cid-txghJ51zbz .col-md-3,
  .cid-txghJ51zbz .col-md-4,
  .cid-txghJ51zbz .col-md-5,
  .cid-txghJ51zbz .col-md-6,
  .cid-txghJ51zbz .col-md-7,
  .cid-txghJ51zbz .col-md-8,
  .cid-txghJ51zbz .col-md-9,
  .cid-txghJ51zbz .col-md-auto,
  .cid-txghJ51zbz .col-sm,
  .cid-txghJ51zbz .col-sm-1,
  .cid-txghJ51zbz .col-sm-10,
  .cid-txghJ51zbz .col-sm-11,
  .cid-txghJ51zbz .col-sm-12,
  .cid-txghJ51zbz .col-sm-2,
  .cid-txghJ51zbz .col-sm-3,
  .cid-txghJ51zbz .col-sm-4,
  .cid-txghJ51zbz .col-sm-5,
  .cid-txghJ51zbz .col-sm-6,
  .cid-txghJ51zbz .col-sm-7,
  .cid-txghJ51zbz .col-sm-8,
  .cid-txghJ51zbz .col-sm-9,
  .cid-txghJ51zbz .col-sm-auto,
  .cid-txghJ51zbz .col-xl,
  .cid-txghJ51zbz .col-xl-1,
  .cid-txghJ51zbz .col-xl-10,
  .cid-txghJ51zbz .col-xl-11,
  .cid-txghJ51zbz .col-xl-12,
  .cid-txghJ51zbz .col-xl-2,
  .cid-txghJ51zbz .col-xl-3,
  .cid-txghJ51zbz .col-xl-4,
  .cid-txghJ51zbz .col-xl-5,
  .cid-txghJ51zbz .col-xl-6,
  .cid-txghJ51zbz .col-xl-7,
  .cid-txghJ51zbz .col-xl-8,
  .cid-txghJ51zbz .col-xl-9,
  .cid-txghJ51zbz .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghJ51zbz .content {
    text-align: left;
  }
  .cid-txghJ51zbz .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghJ51zbz .logo_footer_box {
    position: relative;
  }
  .cid-txghJ51zbz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghJ51zbz .logo_footer {
    position: relative;
  }
  .cid-txghJ51zbz .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rSJmvNkGHX {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rSJmvNkGHX {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSJmSq19Gm {
  background-image: url("../../../assets/images/schuld2-copy-2000x1123.jpg");
}
.cid-rSJmSq19Gm P {
  color: #767676;
}
.cid-rSJmTtlnBk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJmTtlnBk .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJmTtlnBk h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJmTtlnBk .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJmTtlnBk .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJmUQYZ9G {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSJmUQYZ9G .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJmUQYZ9G .video-block {
    width: 100% !important;
  }
}
.cid-rSJmUQYZ9G .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJmWDqER3 {
  background: #ffffff;
}
.cid-rSJmWDqER3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJmWDqER3 figcaption {
  position: relative;
}
.cid-rSJmWDqER3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJmWDqER3 .image-block {
    width: 100% !important;
  }
}
.cid-rSJmZhV65R {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJmZhV65R .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJmZhV65R h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJmZhV65R .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSJn26aS31 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJn26aS31 .images-container.container-fluid {
  padding: 0;
}
.cid-rSJn26aS31 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJn26aS31 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJn26aS31 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJn26aS31 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJn26aS31 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJn26aS31 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJn26aS31 .img-item {
    width: 100% !important;
  }
  .cid-rSJn26aS31 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJn4wc75e {
  background-image: url("../../../assets/images/schuld3-2000x1250.jpg");
}
.cid-rSJn4wc75e P {
  color: #767676;
}
.cid-rSJn7Afsbf {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJn7Afsbf .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rSJn7Afsbf .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rSJn7Afsbf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSJn7Afsbf .mbr-figure,
  .cid-rSJn7Afsbf img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSJn7Afsbf .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSJn7Afsbf h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJn7Afsbf .h2_block {
  margin-bottom: 20px;
}
.cid-rSJn7Afsbf .mbr-figure {
  align-self: flex-start;
}
.cid-rSJni3hlID {
  background: #ffffff;
}
.cid-rSJni3hlID .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJni3hlID figcaption {
  position: relative;
}
.cid-rSJni3hlID figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJni3hlID .image-block {
    width: 300% !important;
  }
}
.cid-rUbhvGLX3H {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUbhvGLX3H .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUbhvGLX3H .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUbhvGLX3H .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUbhvGLX3H .mbr-figure,
  .cid-rUbhvGLX3H img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUbhvGLX3H .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUbhvGLX3H .mbr-author-desc {
  color: #000000;
}
.cid-rUbhvGLX3H h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbhvGLX3H .text_block {
  margin-top: 0px;
}
.cid-rUbhvGLX3H .h2_block {
  margin-bottom: 20px;
}
.cid-rUbhvGLX3H .mbr-figure {
  align-self: flex-start;
}
.cid-rUbhvGLX3H .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUbhvGLX3H .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUbhvGLX3H .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUbhvGLX3H a:hover {
  Color: #a76645 !important;
}
.cid-rUbhvGLX3H a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUbhvGLX3H .btn-black-outline:hover,
.cid-rUbhvGLX3H .btn-black-outline:focus,
.cid-rUbhvGLX3H .btn-black-outline.focus,
.cid-rUbhvGLX3H .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUbhvGLX3H .display-5 {
    line-height: 1;
  }
  .cid-rUbhvGLX3H .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUbhvGLX3H .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUbhvGLX3H .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSJniujmV9 {
  background: #ffffff;
}
.cid-rSJniujmV9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJniujmV9 figcaption {
  position: relative;
}
.cid-rSJniujmV9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJniujmV9 .image-block {
    width: 300% !important;
  }
}
.cid-rSJnc9F5I5 {
  background: #ffffff;
}
.cid-rSJnc9F5I5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJnc9F5I5 figcaption {
  position: relative;
}
.cid-rSJnc9F5I5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJnc9F5I5 .image-block {
    width: 100% !important;
  }
}
.cid-rSJnemvi5L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJnemvi5L .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJnemvi5L h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJnemvi5L .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJnemvi5L .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgixGMrkt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgixGMrkt .content {
    text-align: center;
  }
  .cid-txgixGMrkt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgixGMrkt .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgixGMrkt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgixGMrkt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgixGMrkt .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgixGMrkt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgixGMrkt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgixGMrkt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgixGMrkt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgixGMrkt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgixGMrkt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgixGMrkt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgixGMrkt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgixGMrkt H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgixGMrkt P {
  color: #1d1d1b;
}
.cid-txgixGMrkt .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgixGMrkt .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgixGMrkt .logo_footer {
  position: relative;
}
.cid-txgixGMrkt .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgixGMrkt .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgixGMrkt .col,
  .cid-txgixGMrkt .col-1,
  .cid-txgixGMrkt .col-10,
  .cid-txgixGMrkt .col-11,
  .cid-txgixGMrkt .col-12,
  .cid-txgixGMrkt .col-2,
  .cid-txgixGMrkt .col-3,
  .cid-txgixGMrkt .col-4,
  .cid-txgixGMrkt .col-5,
  .cid-txgixGMrkt .col-6,
  .cid-txgixGMrkt .col-7,
  .cid-txgixGMrkt .col-8,
  .cid-txgixGMrkt .col-9,
  .cid-txgixGMrkt .col-auto,
  .cid-txgixGMrkt .col-lg,
  .cid-txgixGMrkt .col-lg-1,
  .cid-txgixGMrkt .col-lg-10,
  .cid-txgixGMrkt .col-lg-11,
  .cid-txgixGMrkt .col-lg-12,
  .cid-txgixGMrkt .col-lg-2,
  .cid-txgixGMrkt .col-lg-3,
  .cid-txgixGMrkt .col-lg-4,
  .cid-txgixGMrkt .col-lg-5,
  .cid-txgixGMrkt .col-lg-6,
  .cid-txgixGMrkt .col-lg-7,
  .cid-txgixGMrkt .col-lg-8,
  .cid-txgixGMrkt .col-lg-9,
  .cid-txgixGMrkt .col-lg-auto,
  .cid-txgixGMrkt .col-md,
  .cid-txgixGMrkt .col-md-1,
  .cid-txgixGMrkt .col-md-10,
  .cid-txgixGMrkt .col-md-11,
  .cid-txgixGMrkt .col-md-12,
  .cid-txgixGMrkt .col-md-2,
  .cid-txgixGMrkt .col-md-3,
  .cid-txgixGMrkt .col-md-4,
  .cid-txgixGMrkt .col-md-5,
  .cid-txgixGMrkt .col-md-6,
  .cid-txgixGMrkt .col-md-7,
  .cid-txgixGMrkt .col-md-8,
  .cid-txgixGMrkt .col-md-9,
  .cid-txgixGMrkt .col-md-auto,
  .cid-txgixGMrkt .col-sm,
  .cid-txgixGMrkt .col-sm-1,
  .cid-txgixGMrkt .col-sm-10,
  .cid-txgixGMrkt .col-sm-11,
  .cid-txgixGMrkt .col-sm-12,
  .cid-txgixGMrkt .col-sm-2,
  .cid-txgixGMrkt .col-sm-3,
  .cid-txgixGMrkt .col-sm-4,
  .cid-txgixGMrkt .col-sm-5,
  .cid-txgixGMrkt .col-sm-6,
  .cid-txgixGMrkt .col-sm-7,
  .cid-txgixGMrkt .col-sm-8,
  .cid-txgixGMrkt .col-sm-9,
  .cid-txgixGMrkt .col-sm-auto,
  .cid-txgixGMrkt .col-xl,
  .cid-txgixGMrkt .col-xl-1,
  .cid-txgixGMrkt .col-xl-10,
  .cid-txgixGMrkt .col-xl-11,
  .cid-txgixGMrkt .col-xl-12,
  .cid-txgixGMrkt .col-xl-2,
  .cid-txgixGMrkt .col-xl-3,
  .cid-txgixGMrkt .col-xl-4,
  .cid-txgixGMrkt .col-xl-5,
  .cid-txgixGMrkt .col-xl-6,
  .cid-txgixGMrkt .col-xl-7,
  .cid-txgixGMrkt .col-xl-8,
  .cid-txgixGMrkt .col-xl-9,
  .cid-txgixGMrkt .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgixGMrkt .content {
    text-align: left;
  }
  .cid-txgixGMrkt .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgixGMrkt .logo_footer_box {
    position: relative;
  }
  .cid-txgixGMrkt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgixGMrkt .logo_footer {
    position: relative;
  }
  .cid-txgixGMrkt .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRQbyEey7f {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRQbyEey7f {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRQbC9LCEi {
  background-image: url("../../../assets/images/img-0005-1-2000x1333.jpg");
}
.cid-rRQbC9LCEi P {
  color: #767676;
}
.cid-rRQcbf9HYr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQcbf9HYr .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRQcbf9HYr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQcbf9HYr .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRQcbf9HYr .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRQcCXJX5T {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rRQcCXJX5T .images-container.container-fluid {
  padding: 0;
}
.cid-rRQcCXJX5T .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQcCXJX5T .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQcCXJX5T .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQcCXJX5T .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQcCXJX5T .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQcCXJX5T .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQcCXJX5T .img-item {
    width: 100% !important;
  }
  .cid-rRQcCXJX5T .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRQd6gMSW3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQd6gMSW3 .images-container.container-fluid {
  padding: 0;
}
.cid-rRQd6gMSW3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQd6gMSW3 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQd6gMSW3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQd6gMSW3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQd6gMSW3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQd6gMSW3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQd6gMSW3 .img-item {
    width: 100% !important;
  }
  .cid-rRQd6gMSW3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRQdfgIsio {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQdfgIsio .images-container.container-fluid {
  padding: 0;
}
.cid-rRQdfgIsio .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQdfgIsio .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQdfgIsio .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQdfgIsio .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQdfgIsio .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQdfgIsio .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQdfgIsio .img-item {
    width: 100% !important;
  }
  .cid-rRQdfgIsio .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRQk7pxItK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRQk7pxItK .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRQk7pxItK .video-block {
    width: 100% !important;
  }
}
.cid-rRQk7pxItK .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRQdZwuDev {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #f9ceb2;
}
.cid-rRQdZwuDev P {
  color: #767676;
}
.cid-rRQdZwuDev .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-rRQdZwuDev .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-rRQdZwuDev .mbr-text,
.cid-rRQdZwuDev .mbr-section-btn {
  color: #1d1d1b;
}
.cid-rRQega45Fa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQega45Fa .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRQega45Fa h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQega45Fa .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRQepSUqt9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRQepSUqt9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQepSUqt9 p {
  color: #767676;
  text-align: left;
}
.cid-rRQepSUqt9 .card-box {
  padding-top: 2rem;
}
.cid-rRQepSUqt9 .card-wrapper {
  height: 100%;
}
.cid-rRQepSUqt9 P {
  color: #1d1d1b;
}
.cid-rRQeNoIHEF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQeNoIHEF .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRQeNoIHEF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQeNoIHEF .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRQeNoIHEF .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRQf9Yq1Vx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRQf9Yq1Vx .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRQf9Yq1Vx .video-block {
    width: 100% !important;
  }
}
.cid-rRQf9Yq1Vx .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRQfyka2fJ {
  background-image: url("../../../assets/images/dsc-5059-cut-1998x1368-22-copy-1998x1368.jpg");
}
.cid-rRQfyka2fJ P {
  color: #767676;
}
.cid-rRQfGAl8nL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQfGAl8nL .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRQfGAl8nL h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQfGAl8nL .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRQfGAl8nL .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRQg7gyh7H {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQg7gyh7H .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRQg7gyh7H .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRQg7gyh7H .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRQg7gyh7H .mbr-figure,
  .cid-rRQg7gyh7H img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRQg7gyh7H .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRQg7gyh7H .mbr-author-desc {
  color: #000000;
}
.cid-rRQg7gyh7H h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQg7gyh7H .text_block {
  margin-top: 0px;
}
.cid-rRQg7gyh7H .h2_block {
  margin-bottom: 20px;
}
.cid-rRQg7gyh7H .mbr-figure {
  align-self: flex-start;
}
.cid-rRQg7gyh7H .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRQg7gyh7H .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRQg7gyh7H .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRQg7gyh7H .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRQg7gyh7H .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRQgmiT1ez {
  background-image: url("../../../assets/images/img-1309ab-900x600.jpg");
}
.cid-rRQgmiT1ez P {
  color: #767676;
}
.cid-rRQgpZqILb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQgpZqILb .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRQgpZqILb .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRQgpZqILb .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRQgpZqILb .mbr-figure,
  .cid-rRQgpZqILb img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRQgpZqILb .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRQgpZqILb .mbr-author-desc {
  color: #000000;
}
.cid-rRQgpZqILb h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQgpZqILb .text_block {
  margin-top: 0px;
}
.cid-rRQgpZqILb .h2_block {
  margin-bottom: 20px;
}
.cid-rRQgpZqILb .mbr-figure {
  align-self: flex-start;
}
.cid-rRQgpZqILb .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRQgpZqILb .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRQgpZqILb .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRQgpZqILb .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRQgpZqILb .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRQgwxcGjT {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQgwxcGjT .images-container.container-fluid {
  padding: 0;
}
.cid-rRQgwxcGjT .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQgwxcGjT .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQgwxcGjT .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQgwxcGjT .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQgwxcGjT .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQgwxcGjT .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQgwxcGjT .img-item {
    width: 100% !important;
  }
  .cid-rRQgwxcGjT .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rUeN4l61vf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUeN4l61vf .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUeN4l61vf .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUeN4l61vf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUeN4l61vf .mbr-figure,
  .cid-rUeN4l61vf img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUeN4l61vf .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUeN4l61vf .mbr-author-desc {
  color: #000000;
}
.cid-rUeN4l61vf h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUeN4l61vf .text_block {
  margin-top: 0px;
}
.cid-rUeN4l61vf .h2_block {
  margin-bottom: 20px;
}
.cid-rUeN4l61vf .mbr-figure {
  align-self: flex-start;
}
.cid-rUeN4l61vf .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rUeN4l61vf .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rUeN4l61vf .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rUeN4l61vf .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rUeN4l61vf .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRQh88Yn4o {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRQh88Yn4o .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRQh88Yn4o .video-block {
    width: 100% !important;
  }
}
.cid-rRQh88Yn4o .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRQhi7hsng {
  background-image: url("../../../assets/images/img-6466-800x533.jpg");
}
.cid-rRQhi7hsng P {
  color: #767676;
}
.cid-rRQhs0aaVs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQhs0aaVs .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRQhs0aaVs h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQhs0aaVs .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRQhs0aaVs .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRQhMTiQoZ {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rRQhMTiQoZ .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRQhMTiQoZ .video-block {
    width: 100% !important;
  }
}
.cid-rRQhMTiQoZ .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRQmg51D3k {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRQmg51D3k .images-container.container-fluid {
  padding: 0;
}
.cid-rRQmg51D3k .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRQmg51D3k .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRQmg51D3k .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRQmg51D3k .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRQmg51D3k .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRQmg51D3k .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRQmg51D3k .img-item {
    width: 100% !important;
  }
  .cid-rRQmg51D3k .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRQiJaF0YU {
  background-image: url("../../../assets/images/img-6459-433x650.jpg");
}
.cid-rRQiJaF0YU P {
  color: #767676;
}
.cid-rRQi3i3p75 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQi3i3p75 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQi3i3p75 p {
  color: #767676;
  text-align: left;
}
.cid-rRQi3i3p75 .card-box {
  padding-top: 2rem;
}
.cid-rRQi3i3p75 .card-wrapper {
  height: 100%;
}
.cid-rRQi6iQSjl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRQi6iQSjl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRQi6iQSjl p {
  color: #767676;
  text-align: left;
}
.cid-rRQi6iQSjl .card-box {
  padding-top: 2rem;
}
.cid-rRQi6iQSjl .card-wrapper {
  height: 100%;
}
.cid-rRQjdGHcKX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRQjdGHcKX .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRQjdGHcKX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRQjdGHcKX .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRQjdGHcKX .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgiNi4nsb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiNi4nsb .content {
    text-align: center;
  }
  .cid-txgiNi4nsb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiNi4nsb .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiNi4nsb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiNi4nsb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiNi4nsb .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiNi4nsb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiNi4nsb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiNi4nsb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiNi4nsb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiNi4nsb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiNi4nsb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiNi4nsb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiNi4nsb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiNi4nsb H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiNi4nsb P {
  color: #1d1d1b;
}
.cid-txgiNi4nsb .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiNi4nsb .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiNi4nsb .logo_footer {
  position: relative;
}
.cid-txgiNi4nsb .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiNi4nsb .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiNi4nsb .col,
  .cid-txgiNi4nsb .col-1,
  .cid-txgiNi4nsb .col-10,
  .cid-txgiNi4nsb .col-11,
  .cid-txgiNi4nsb .col-12,
  .cid-txgiNi4nsb .col-2,
  .cid-txgiNi4nsb .col-3,
  .cid-txgiNi4nsb .col-4,
  .cid-txgiNi4nsb .col-5,
  .cid-txgiNi4nsb .col-6,
  .cid-txgiNi4nsb .col-7,
  .cid-txgiNi4nsb .col-8,
  .cid-txgiNi4nsb .col-9,
  .cid-txgiNi4nsb .col-auto,
  .cid-txgiNi4nsb .col-lg,
  .cid-txgiNi4nsb .col-lg-1,
  .cid-txgiNi4nsb .col-lg-10,
  .cid-txgiNi4nsb .col-lg-11,
  .cid-txgiNi4nsb .col-lg-12,
  .cid-txgiNi4nsb .col-lg-2,
  .cid-txgiNi4nsb .col-lg-3,
  .cid-txgiNi4nsb .col-lg-4,
  .cid-txgiNi4nsb .col-lg-5,
  .cid-txgiNi4nsb .col-lg-6,
  .cid-txgiNi4nsb .col-lg-7,
  .cid-txgiNi4nsb .col-lg-8,
  .cid-txgiNi4nsb .col-lg-9,
  .cid-txgiNi4nsb .col-lg-auto,
  .cid-txgiNi4nsb .col-md,
  .cid-txgiNi4nsb .col-md-1,
  .cid-txgiNi4nsb .col-md-10,
  .cid-txgiNi4nsb .col-md-11,
  .cid-txgiNi4nsb .col-md-12,
  .cid-txgiNi4nsb .col-md-2,
  .cid-txgiNi4nsb .col-md-3,
  .cid-txgiNi4nsb .col-md-4,
  .cid-txgiNi4nsb .col-md-5,
  .cid-txgiNi4nsb .col-md-6,
  .cid-txgiNi4nsb .col-md-7,
  .cid-txgiNi4nsb .col-md-8,
  .cid-txgiNi4nsb .col-md-9,
  .cid-txgiNi4nsb .col-md-auto,
  .cid-txgiNi4nsb .col-sm,
  .cid-txgiNi4nsb .col-sm-1,
  .cid-txgiNi4nsb .col-sm-10,
  .cid-txgiNi4nsb .col-sm-11,
  .cid-txgiNi4nsb .col-sm-12,
  .cid-txgiNi4nsb .col-sm-2,
  .cid-txgiNi4nsb .col-sm-3,
  .cid-txgiNi4nsb .col-sm-4,
  .cid-txgiNi4nsb .col-sm-5,
  .cid-txgiNi4nsb .col-sm-6,
  .cid-txgiNi4nsb .col-sm-7,
  .cid-txgiNi4nsb .col-sm-8,
  .cid-txgiNi4nsb .col-sm-9,
  .cid-txgiNi4nsb .col-sm-auto,
  .cid-txgiNi4nsb .col-xl,
  .cid-txgiNi4nsb .col-xl-1,
  .cid-txgiNi4nsb .col-xl-10,
  .cid-txgiNi4nsb .col-xl-11,
  .cid-txgiNi4nsb .col-xl-12,
  .cid-txgiNi4nsb .col-xl-2,
  .cid-txgiNi4nsb .col-xl-3,
  .cid-txgiNi4nsb .col-xl-4,
  .cid-txgiNi4nsb .col-xl-5,
  .cid-txgiNi4nsb .col-xl-6,
  .cid-txgiNi4nsb .col-xl-7,
  .cid-txgiNi4nsb .col-xl-8,
  .cid-txgiNi4nsb .col-xl-9,
  .cid-txgiNi4nsb .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiNi4nsb .content {
    text-align: left;
  }
  .cid-txgiNi4nsb .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiNi4nsb .logo_footer_box {
    position: relative;
  }
  .cid-txgiNi4nsb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiNi4nsb .logo_footer {
    position: relative;
  }
  .cid-txgiNi4nsb .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rR3XppI9Ex {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rR3XppI9Ex {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-uAO6hmD7X4 {
  background: #ffffff;
}
.cid-uAO6hmD7X4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uAO6hmD7X4 figcaption {
  position: relative;
}
.cid-uAO6hmD7X4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uAO6hmD7X4 .image-block {
    width: 100% !important;
  }
}
.cid-sgN2ujZ9Lr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sgN2ujZ9Lr .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sgN2ujZ9Lr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sgN2ujZ9Lr .space_down_50 {
  margin-bottom: 50px;
}
.cid-rROGYcBIHo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rROGYcBIHo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rROGYcBIHo h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rROGYcBIHo .space_down_50 {
  margin-bottom: 50px;
}
.cid-rROGYcBIHo .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-uAO6RtnejO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uAO6RtnejO .aktions_section {
  z-index: 99999;
}
.cid-uAO6RtnejO .item:focus,
.cid-uAO6RtnejO span:focus {
  outline: none;
}
.cid-uAO6RtnejO .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uAO6RtnejO .item-wrapper {
  position: relative;
  display: block;
  width: 20vw;
}
.cid-uAO6RtnejO .item-btn,
.cid-uAO6RtnejO h4,
.cid-uAO6RtnejO h5 {
  margin: 0;
}
.cid-uAO6RtnejO .item-content {
  padding-top: 1rem;
}
.cid-uAO6RtnejO .item-title {
  color: #ffffff;
}
.cid-uAO6RtnejO .abstand {
  margin-top: -10px;
}
.cid-uAO6RtnejO h5 {
  color: #a76645 !important;
}
.cid-uAO6RtnejO h4 a {
  color: #fff;
  line-height: 1.2;
}
.cid-uAO6RtnejO .item-wrapper:hover .card-img {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAO6RtnejO .item-wrapper:hover h4 {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAO6RtnejO .item-subtitle {
  color: #1d1d1b;
}
.cid-uAO6RtnejO .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-uAO6RtnejO .doppeltes_jahr {
  color: #F9CEB2 ;
}
.cid-uAO6RtnejO .item-text {
  color: #1d1d1b;
}
.cid-uAO6RtnejO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAO6RtnejO .space_down_50 {
  margin-bottom: 50px;
}
.cid-uAO6RtnejO item-text {
  color: #1d1d1b;
}
.cid-uAO6RtnejO .hiddden {
  display: none !important;
}
.cid-uAO6RtnejO .shoow {
  display: block !important;
}
.cid-uAO6RtnejO a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uAO6RtnejO a:hover {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAO6RtnejO .img-container {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 150%;
  height: 0;
}
.cid-uAO6RtnejO .gradient {
  position: absolute;
  background-image: linear-gradient(to top, white 0%, black 100%);
  width: 100%;
  height: 50%;
  z-index: 2;
  mix-blend-mode: multiply;
}
.cid-uAO6RtnejO .img-container .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center;
}
.cid-uAO6RtnejO .aktions_logo {
  position: absolute;
  margin: 15px auto;
  width: 90%;
  height: auto;
  z-index: 3;
  padding: 0px 5%;
  left: 5%;
  max-height: 170px;
  min-height: 80px;
}
.cid-uAO6RtnejO .embla {
  overflow: hidden;
}
.cid-uAO6RtnejO .embla__container {
  display: flex;
  will-change: transform;
}
.cid-uAO6RtnejO .embla__slide {
  position: relative;
  flex: 0 0 auto;
  margin: 10px;
  padding: 10px;
}
.cid-uAO6RtnejO .embla__slide:first-of-type .item-wrapper {
  margin-left: 30px;
}
.cid-uAO6RtnejO .embla__slide:last-of-type .item-wrapper {
  margin-right: 30px;
}
.cid-uAO6RtnejO .container {
  max-width: 100vw !important;
  padding: 0px;
}
.cid-uAO6RtnejO .h2_block {
  padding-left: 38px;
  padding-right: 38px;
}
.cid-uAO6RtnejO .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uAO6RtnejO .embla__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  width: auto;
  padding: 20px 15px 15px 15px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 1rem;
}
.cid-uAO6RtnejO .embla__button--prev {
  left: 30px;
  padding-left: 7px;
}
.cid-uAO6RtnejO .embla__button--prev svg {
  transform: rotate(180deg);
}
.cid-uAO6RtnejO .embla__button--next {
  right: 30px;
  padding-right: 7px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .cid-uAO6RtnejO .item-content {
    margin-top: 1rem;
  }
  .cid-uAO6RtnejO .item {
    padding-bottom: 1rem;
  }
  .cid-uAO6RtnejO .aktions_logo {
    max-height: 70px;
    min-height: 40px;
  }
  .cid-uAO6RtnejO h4 {
    font-size: 1rem;
    line-height: 1.2;
  }
  .cid-uAO6RtnejO .item-wrapper {
    width: 35vw;
  }
  .cid-uAO6RtnejO .embla__slide {
    padding: 0px;
  }
  .cid-uAO6RtnejO .embla__button--prev {
    left: 0px;
    padding-left: 7px;
  }
  .cid-uAO6RtnejO .embla__button--next {
    right: 0px;
    padding-right: 17px;
  }
  .cid-uAO6RtnejO .embla__slide:first-of-type {
    padding-left: 10px;
  }
  .cid-uAO6RtnejO .embla__button {
    bottom: -0.5rem;
  }
}
.cid-rR4T3qD70H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rR4T3qD70H .mbr-text {
  color: #1d1d1b;
}
.cid-rR4T3qD70H .mbr-text p {
  background: #f9ceb2;
  padding: 1rem 0px !important;
}
.cid-rR4T3qD70H h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rR4T3qD70H .space_down_50 {
  margin-bottom: 50px;
}
.cid-rR4T3qD70H p {
  line-height: 1.2;
}
.cid-rR4VHvEBuc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rR4VHvEBuc .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rR4VHvEBuc .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rR4VHvEBuc .mbr-author-desc {
  color: #232;
}
.cid-rR4VHvEBuc .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rR4VHvEBuc .col-md-8 {
  max-width: 100%;
}
.cid-rR4VHvEBuc p {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .cid-rR4VHvEBuc .mbr-figure,
  .cid-rR4VHvEBuc img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rR4VHvEBuc h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rR4VHvEBuc .text_block {
  margin-top: 70px;
}
.cid-rR4VHvEBuc .h2_block {
  margin-bottom: 20px;
}
.cid-rR4VHvEBuc .mbr-figure {
  align-self: flex-start;
}
.cid-rR4VHvEBuc .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rR4VHvEBuc a:hover {
  Color: #a76645 !important;
}
.cid-rR4VHvEBuc a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR4VHvEBuc .btn-black-outline:hover,
.cid-rR4VHvEBuc .btn-black-outline:focus,
.cid-rR4VHvEBuc .btn-black-outline.focus,
.cid-rR4VHvEBuc .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rR4VHvEBuc .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR4VHvEBuc .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rR4gfcfkWB {
  background: #ffffff;
}
.cid-rR4gfcfkWB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rR4gfcfkWB figcaption {
  position: relative;
}
.cid-rR4gfcfkWB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rR4gfcfkWB .image-block {
    width: 300% !important;
  }
}
.cid-rTHAJkJ2H5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rTHAJkJ2H5 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rTHAJkJ2H5 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rTHAJkJ2H5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rTHAJkJ2H5 .mbr-figure,
  .cid-rTHAJkJ2H5 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rTHAJkJ2H5 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rTHAJkJ2H5 .mbr-author-desc {
  color: #000000;
}
.cid-rTHAJkJ2H5 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rTHAJkJ2H5 .text_block {
  margin-top: 0px;
}
.cid-rTHAJkJ2H5 .h2_block {
  margin-bottom: 20px;
}
.cid-rTHAJkJ2H5 .mbr-figure {
  align-self: flex-start;
}
.cid-rTHAJkJ2H5 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rTHAJkJ2H5 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rTHAJkJ2H5 .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rTHAJkJ2H5 a:hover {
  Color: #a76645 !important;
}
.cid-rTHAJkJ2H5 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rTHAJkJ2H5 .btn-black-outline:hover,
.cid-rTHAJkJ2H5 .btn-black-outline:focus,
.cid-rTHAJkJ2H5 .btn-black-outline.focus,
.cid-rTHAJkJ2H5 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rTHAJkJ2H5 .display-5 {
    line-height: 1;
  }
  .cid-rTHAJkJ2H5 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rTHAJkJ2H5 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rTHAJkJ2H5 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rR4ggsZTC9 {
  background: #ffffff;
}
.cid-rR4ggsZTC9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rR4ggsZTC9 figcaption {
  position: relative;
}
.cid-rR4ggsZTC9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rR4ggsZTC9 .image-block {
    width: 300% !important;
  }
}
.cid-rR4hiKyi2Z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rR4hiKyi2Z .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rR4hiKyi2Z .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rR4hiKyi2Z .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rR4hiKyi2Z .mbr-figure,
  .cid-rR4hiKyi2Z img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rR4hiKyi2Z .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rR4hiKyi2Z h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rR4hiKyi2Z .h2_block {
  margin-bottom: 20px;
}
.cid-rR4hiKyi2Z .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-uAO7OMqPBn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-uAO7OMqPBn H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-uAO7OMqPBn .mbr-section-subtitle {
  color: #000000;
}
.cid-uAO7OMqPBn span {
  visibility: hidden;
}
.cid-uAO7OMqPBn .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uAO7OMqPBn span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-uAO7YCgDzv {
  background: #ffffff;
}
.cid-uAO7YCgDzv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uAO7YCgDzv figcaption {
  position: relative;
}
.cid-uAO7YCgDzv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uAO7YCgDzv .image-block {
    width: 100% !important;
  }
}
.cid-uAO8MqYhYJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-12-1500x622.jpg");
}
.cid-uAO8MqYhYJ P {
  color: #767676;
}
.cid-uAO8MqYhYJ .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
.cid-uAO8MqYhYJ h2 {
  font-size: 6vw !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 0.9em;
  color: white;
}
.cid-uAO8MqYhYJ .animation_center {
  padding: 5vh 0px;
}
.cid-uAO8MqYhYJ .banner {
  width: 100%;
  height: auto;
}
.cid-uAO8MqYhYJ .black {
  background-color: #fff !important;
}
.cid-uAO8MqYhYJ .AniContainer {
  padding: 5em 0em;
}
.cid-uAO8MqYhYJ span {
  visibility: hidden;
}
.cid-uAO8MqYhYJ span.blick {
  visibility: visible;
}
@media (max-width: 768px) {
  .cid-uAO8MqYhYJ .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-uAO8MqYhYJ .mbr-text,
.cid-uAO8MqYhYJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uAO9cwsWOV {
  background: #ffffff;
}
.cid-uAO9cwsWOV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uAO9cwsWOV figcaption {
  position: relative;
}
.cid-uAO9cwsWOV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uAO9cwsWOV .image-block {
    width: 100% !important;
  }
}
.cid-uAO9pPV8lx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uAO9pPV8lx .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-uAO9pPV8lx h1 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAO9pPV8lx .space_down_50 {
  margin-bottom: 50px;
}
.cid-uAOa4c8oDW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uAOa4c8oDW .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uAOa4c8oDW .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uAOa4c8oDW .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uAOa4UP3GY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-uAOa4UP3GY .mbr-text {
  color: #1d1d1b;
}
.cid-uAOa4UP3GY .mbr-text p {
  background: #f9ceb2;
  padding: 1rem 0px !important;
}
.cid-uAOa4UP3GY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOa4UP3GY .space_down_50 {
  margin-bottom: 50px;
}
.cid-uAOa4UP3GY p {
  line-height: 1.2;
}
.cid-uAOa5zY97r {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-uAOa5zY97r .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-uAOa5zY97r h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOa5zY97r .space_down_50 {
  margin-bottom: 50px;
}
.cid-uAOa6j9jaR {
  background: #f9ceb2;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uAOa6j9jaR .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-uAOa6j9jaR .video-block {
    width: 100% !important;
  }
}
.cid-uAOa6j9jaR .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAOa713V2C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-uAOa713V2C .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-uAOa713V2C h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOa713V2C .space_down_30 {
  margin-bottom: 30px;
}
.cid-uAOa7C4gRo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-12-1500x622.jpg");
}
.cid-uAOa7C4gRo .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-uAOa7C4gRo .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-uAOa7C4gRo .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uAOa7C4gRo .mbr-figure,
  .cid-uAOa7C4gRo img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uAOa7C4gRo .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uAOa7C4gRo .mbr-author-desc {
  color: #000000;
}
.cid-uAOa7C4gRo h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #ffffff;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOa7C4gRo .text_block {
  margin-top: 0px;
}
.cid-uAOa7C4gRo .h2_block {
  margin-bottom: 20px;
}
.cid-uAOa7C4gRo .mbr-figure {
  align-self: flex-start;
}
.cid-uAOa7C4gRo .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-uAOa7C4gRo .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-uAOa7C4gRo .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAOa7C4gRo .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-uAOa7C4gRo .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-uAOa8cfzLr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uAOa8cfzLr .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-uAOa8cfzLr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOa8cfzLr .space_down_50 {
  margin-bottom: 50px;
}
.cid-uAOa8OJx26 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uAOa8OJx26 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-uAOa8OJx26 .video-block {
    width: 100% !important;
  }
}
.cid-uAOa8OJx26 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAOa9vaZht {
  background: #ffffff;
}
.cid-uAOa9vaZht .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uAOa9vaZht figcaption {
  position: relative;
}
.cid-uAOa9vaZht figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uAOa9vaZht .image-block {
    width: 100% !important;
  }
}
.cid-uAOa9VBpPe {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uAOa9VBpPe .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-uAOa9VBpPe .video-block {
    width: 100% !important;
  }
}
.cid-uAOa9VBpPe .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAOaawjtRc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uAOaawjtRc .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-uAOaawjtRc .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-uAOaawjtRc .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-uAOaawjtRc a svg polygon {
  fill: white !important;
}
.cid-uAOaawjtRc a:hover {
  Color: #F9CEB2!important;
}
.cid-uAOaawjtRc a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAOaawjtRc .btn-white-outline:hover,
.cid-uAOaawjtRc .btn-white-outline:focus,
.cid-uAOaawjtRc .btn-white-outline.focus,
.cid-uAOaawjtRc .btn-white-outline.active,
.cid-uAOaawjtRc .btn-black-outline:hover,
.cid-uAOaawjtRc .btn-black-outline:focus,
.cid-uAOaawjtRc .btn-black-outline.focus,
.cid-uAOaawjtRc .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-uAOaawjtRc .display-5 {
    line-height: 1;
  }
  .cid-uAOaawjtRc .btn {
    font-size: 1.5rem !important;
  }
  .cid-uAOaawjtRc .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRq8xyxzlS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-rRq8xyxzlS H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rRq8xyxzlS .mbr-section-subtitle {
  color: #000000;
}
.cid-rRq8xyxzlS section {
  background-color: none;
}
.cid-rRq8xyxzlS .logo_footer {
  position: relative;
  right: 100px;
}
.cid-uAOcyYWANG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uAOcyYWANG .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-uAOcyYWANG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOcyYWANG .space_down_30 {
  margin-bottom: 30px;
}
.cid-uAOcyYWANG .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgh9rPsUY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgh9rPsUY .content {
    text-align: center;
  }
  .cid-txgh9rPsUY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgh9rPsUY .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgh9rPsUY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgh9rPsUY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgh9rPsUY .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgh9rPsUY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgh9rPsUY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgh9rPsUY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgh9rPsUY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgh9rPsUY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgh9rPsUY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgh9rPsUY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgh9rPsUY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgh9rPsUY H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgh9rPsUY P {
  color: #1d1d1b;
}
.cid-txgh9rPsUY .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgh9rPsUY .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgh9rPsUY .logo_footer {
  position: relative;
}
.cid-txgh9rPsUY .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgh9rPsUY .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgh9rPsUY .col,
  .cid-txgh9rPsUY .col-1,
  .cid-txgh9rPsUY .col-10,
  .cid-txgh9rPsUY .col-11,
  .cid-txgh9rPsUY .col-12,
  .cid-txgh9rPsUY .col-2,
  .cid-txgh9rPsUY .col-3,
  .cid-txgh9rPsUY .col-4,
  .cid-txgh9rPsUY .col-5,
  .cid-txgh9rPsUY .col-6,
  .cid-txgh9rPsUY .col-7,
  .cid-txgh9rPsUY .col-8,
  .cid-txgh9rPsUY .col-9,
  .cid-txgh9rPsUY .col-auto,
  .cid-txgh9rPsUY .col-lg,
  .cid-txgh9rPsUY .col-lg-1,
  .cid-txgh9rPsUY .col-lg-10,
  .cid-txgh9rPsUY .col-lg-11,
  .cid-txgh9rPsUY .col-lg-12,
  .cid-txgh9rPsUY .col-lg-2,
  .cid-txgh9rPsUY .col-lg-3,
  .cid-txgh9rPsUY .col-lg-4,
  .cid-txgh9rPsUY .col-lg-5,
  .cid-txgh9rPsUY .col-lg-6,
  .cid-txgh9rPsUY .col-lg-7,
  .cid-txgh9rPsUY .col-lg-8,
  .cid-txgh9rPsUY .col-lg-9,
  .cid-txgh9rPsUY .col-lg-auto,
  .cid-txgh9rPsUY .col-md,
  .cid-txgh9rPsUY .col-md-1,
  .cid-txgh9rPsUY .col-md-10,
  .cid-txgh9rPsUY .col-md-11,
  .cid-txgh9rPsUY .col-md-12,
  .cid-txgh9rPsUY .col-md-2,
  .cid-txgh9rPsUY .col-md-3,
  .cid-txgh9rPsUY .col-md-4,
  .cid-txgh9rPsUY .col-md-5,
  .cid-txgh9rPsUY .col-md-6,
  .cid-txgh9rPsUY .col-md-7,
  .cid-txgh9rPsUY .col-md-8,
  .cid-txgh9rPsUY .col-md-9,
  .cid-txgh9rPsUY .col-md-auto,
  .cid-txgh9rPsUY .col-sm,
  .cid-txgh9rPsUY .col-sm-1,
  .cid-txgh9rPsUY .col-sm-10,
  .cid-txgh9rPsUY .col-sm-11,
  .cid-txgh9rPsUY .col-sm-12,
  .cid-txgh9rPsUY .col-sm-2,
  .cid-txgh9rPsUY .col-sm-3,
  .cid-txgh9rPsUY .col-sm-4,
  .cid-txgh9rPsUY .col-sm-5,
  .cid-txgh9rPsUY .col-sm-6,
  .cid-txgh9rPsUY .col-sm-7,
  .cid-txgh9rPsUY .col-sm-8,
  .cid-txgh9rPsUY .col-sm-9,
  .cid-txgh9rPsUY .col-sm-auto,
  .cid-txgh9rPsUY .col-xl,
  .cid-txgh9rPsUY .col-xl-1,
  .cid-txgh9rPsUY .col-xl-10,
  .cid-txgh9rPsUY .col-xl-11,
  .cid-txgh9rPsUY .col-xl-12,
  .cid-txgh9rPsUY .col-xl-2,
  .cid-txgh9rPsUY .col-xl-3,
  .cid-txgh9rPsUY .col-xl-4,
  .cid-txgh9rPsUY .col-xl-5,
  .cid-txgh9rPsUY .col-xl-6,
  .cid-txgh9rPsUY .col-xl-7,
  .cid-txgh9rPsUY .col-xl-8,
  .cid-txgh9rPsUY .col-xl-9,
  .cid-txgh9rPsUY .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgh9rPsUY .content {
    text-align: left;
  }
  .cid-txgh9rPsUY .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgh9rPsUY .logo_footer_box {
    position: relative;
  }
  .cid-txgh9rPsUY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgh9rPsUY .logo_footer {
    position: relative;
  }
  .cid-txgh9rPsUY .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRgIkVU5Kt {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRgIkVU5Kt {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRgIThh7AB {
  background-image: url("../../../assets/images/181204-zps-aris-header3-03-1600-1600x768.jpg");
}
.cid-rRgIThh7AB P {
  color: #767676;
}
.cid-rRgJ9a2a4f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRgJ9a2a4f .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgJ9a2a4f h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgJ9a2a4f .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRgJ9a2a4f .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-rRgJ9a2a4f a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  color: #fff;
  padding-bottom: 3px;
}
.cid-rRgJ9a2a4f a:hover {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
}
.cid-rRgJDAZ1xz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRgJDAZ1xz .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRgJDAZ1xz .video-block {
    width: 100% !important;
  }
}
.cid-rRgJDAZ1xz .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRgMFfPiSf {
  background-image: url("../../../assets/images/nazis-raus-1920x1440.jpg");
}
.cid-rRgMFfPiSf P {
  color: #767676;
}
.cid-rRgN56KCBx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rRgN56KCBx .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRgN56KCBx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRgN56KCBx p {
  color: #767676;
  text-align: left;
}
.cid-rRgN56KCBx .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRgN56KCBx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRgN56KCBx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRgN56KCBx .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRgN56KCBx .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRgN56KCBx .notched-box:before,
.cid-rRgN56KCBx .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRgN56KCBx .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRgN56KCBx .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRgN56KCBx .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRgN56KCBx .border:before,
.cid-rRgN56KCBx .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRgN56KCBx .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRgN56KCBx .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRgN56KCBx .mbr-author-name {
  padding-left: 40px;
}
.cid-rRgN56KCBx P {
  color: #000000;
}
.cid-rRgN56KCBx .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRgOiE9FLj {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRgOiE9FLj .images-container.container-fluid {
  padding: 0;
}
.cid-rRgOiE9FLj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-rRgOiE9FLj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRgOiE9FLj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRgOiE9FLj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRgOiE9FLj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRgOiE9FLj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-rRgOiE9FLj .media-container-row .img-item.item1 {
  padding: 0 11rem 0 0;
}
.cid-rRgOiE9FLj .empty {
  min-width: 100px;
  min-height: 50px;
}
@media (max-width: 992px) {
  .cid-rRgOiE9FLj .img-item {
    width: 100% !important;
  }
  .cid-rRgOiE9FLj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRgOCZRgh2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRgOCZRgh2 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgOCZRgh2 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgOCZRgh2 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRgOWA0XF4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRgOWA0XF4 .images-container.container-fluid {
  padding: 0;
}
.cid-rRgOWA0XF4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRgOWA0XF4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRgOWA0XF4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRgOWA0XF4 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRgOWA0XF4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRgOWA0XF4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRgOWA0XF4 .img-item {
    width: 100% !important;
  }
  .cid-rRgOWA0XF4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRgPhugsKd {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgPhugsKd .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRgPhugsKd .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRgPhugsKd .mbr-author-desc {
  color: #232;
}
.cid-rRgPhugsKd .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRgPhugsKd .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRgPhugsKd .mbr-figure,
  .cid-rRgPhugsKd img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRgPhugsKd h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgPhugsKd .text_block {
  margin-top: 70px;
}
.cid-rRgPhugsKd .h2_block {
  margin-bottom: 20px;
}
.cid-rRgPhugsKd .mbr-figure {
  align-self: flex-start;
}
.cid-rRgPhugsKd .display-5 {
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}
.cid-rRgPhugsKd .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRgPhugsKd a:hover {
  Color: #a76645 !important;
}
.cid-rRgPhugsKd a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRgPhugsKd .btn-black-outline:hover,
.cid-rRgPhugsKd .btn-black-outline:focus,
.cid-rRgPhugsKd .btn-black-outline.focus,
.cid-rRgPhugsKd .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRgPhugsKd .display-5 {
    line-height: 1;
  }
  .cid-rRgPhugsKd .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRgPhugsKd .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRgQyU6oqk {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRgQyU6oqk .images-container.container-fluid {
  padding: 0;
}
.cid-rRgQyU6oqk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRgQyU6oqk .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRgQyU6oqk .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRgQyU6oqk .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRgQyU6oqk .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRgQyU6oqk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRgQyU6oqk .img-item {
    width: 100% !important;
  }
  .cid-rRgQyU6oqk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRgQzJXatj {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRgQzJXatj .images-container.container-fluid {
  padding: 0;
}
.cid-rRgQzJXatj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRgQzJXatj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRgQzJXatj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRgQzJXatj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRgQzJXatj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRgQzJXatj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRgQzJXatj .img-item {
    width: 100% !important;
  }
  .cid-rRgQzJXatj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRgQDa1wEH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgQDa1wEH .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRgQDa1wEH .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRgQDa1wEH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRgQDa1wEH .mbr-figure,
  .cid-rRgQDa1wEH img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRgQDa1wEH .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRgQDa1wEH h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgQDa1wEH .h2_block {
  margin-bottom: 20px;
}
.cid-rRgQDa1wEH .display-5 {
  line-height: 1.2;
}
.cid-rRgQHf5DbF {
  background-image: url("../../../assets/images/181203-heuteplus-8-1280x800.png");
}
.cid-rRgQHf5DbF P {
  color: #767676;
}
.cid-se4aXqFTM4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-11-1500x622.jpg");
}
.cid-se4aXqFTM4 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-se4aXqFTM4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-se4aXqFTM4 span {
  visibility: hidden;
}
.cid-se4aXqFTM4 .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4aXqFTM4 span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rUbibCzDFI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUbibCzDFI .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUbibCzDFI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUbibCzDFI p {
  color: #767676;
  text-align: left;
}
.cid-rUbibCzDFI .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUbibCzDFI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUbibCzDFI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUbibCzDFI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUbibCzDFI .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUbibCzDFI .notched-box:before,
.cid-rUbibCzDFI .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rUbibCzDFI .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUbibCzDFI .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUbibCzDFI .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUbibCzDFI .border:before,
.cid-rUbibCzDFI .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rUbibCzDFI .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUbibCzDFI .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUbibCzDFI .mbr-author-name {
  padding-left: 40px;
}
.cid-rUbibCzDFI P {
  color: #000000;
  line-height: 1.3;
}
.cid-rUbibCzDFI .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRqjfdussv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqjfdussv H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqjfdussv .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqjfdussv .breites_Zitat,
  .cid-rRqjfdussv .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRgVNqKTMj {
  background-image: url("../../../assets/images/181201-zps-aris-header3-01-1600-1600x768.jpg");
}
.cid-rRgVNqKTMj P {
  color: #767676;
}
.cid-rRgW0jjFre {
  background: #ffffff;
}
.cid-rRgW0jjFre .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRgW0jjFre figcaption {
  position: relative;
}
.cid-rRgW0jjFre figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRgW0jjFre .image-block {
    width: 300% !important;
  }
}
.cid-rRgW1NWcI4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgW1NWcI4 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgW1NWcI4 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgW1NWcI4 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRgW1NWcI4 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRgXQN5T2o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRgXQN5T2o h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRgXQN5T2o p {
  color: #767676;
  text-align: left;
}
.cid-rRgXQN5T2o .card-box {
  padding-top: 2rem;
}
.cid-rRgXQN5T2o .card-wrapper {
  height: 100%;
}
.cid-rRgZ1z9Hzr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRgZ1z9Hzr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRgZ1z9Hzr p {
  color: #767676;
  text-align: left;
}
.cid-rRgZ1z9Hzr .card-box {
  padding-top: 2rem;
}
.cid-rRgZ1z9Hzr .card-wrapper {
  height: 100%;
}
.cid-rRqjzlLUhA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqjzlLUhA H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqjzlLUhA .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqjzlLUhA .breites_Zitat,
  .cid-rRqjzlLUhA .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRh0g6GN2X {
  background: #f9ceb2;
}
.cid-rRh0g6GN2X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRh0g6GN2X figcaption {
  position: relative;
}
.cid-rRh0g6GN2X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRh0g6GN2X .image-block {
    width: 300% !important;
  }
}
.cid-rRqjHi04FV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRqjHi04FV H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqjHi04FV .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqjHi04FV .breites_Zitat,
  .cid-rRqjHi04FV .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRh0pL6Ntv {
  background: #ffffff;
}
.cid-rRh0pL6Ntv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRh0pL6Ntv figcaption {
  position: relative;
}
.cid-rRh0pL6Ntv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRh0pL6Ntv .image-block {
    width: 100% !important;
  }
}
.cid-rRqjS9YbRg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqjS9YbRg .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqjS9YbRg h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqjS9YbRg .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqjS9YbRg .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqnaXcZMP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRqnaXcZMP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqnaXcZMP p {
  color: #767676;
  text-align: left;
}
.cid-rRqnaXcZMP .card-box {
  padding-top: 2rem;
}
.cid-rRqnaXcZMP .card-wrapper {
  height: 100%;
}
.cid-rRqnaXcZMP P {
  color: #1d1d1b;
}
.cid-rRqokKaedC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRqokKaedC .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqokKaedC h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqokKaedC .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqokKaedC .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqoyPHnIP {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqoyPHnIP .images-container.container-fluid {
  padding: 0;
}
.cid-rRqoyPHnIP .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqoyPHnIP .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqoyPHnIP .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqoyPHnIP .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqoyPHnIP .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqoyPHnIP .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqoyPHnIP .img-item {
    width: 100% !important;
  }
  .cid-rRqoyPHnIP .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqpTN49p8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqpTN49p8 .mbr-text {
  color: #1d1d1b;
}
.cid-rRqpTN49p8 .mbr-text p {
  background: #ffffff;
  padding: 1rem 0px !important;
}
.cid-rRqpTN49p8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqpTN49p8 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRqpTN49p8 p {
  line-height: 1.4;
}
.cid-rRqr3gGZL5 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRqr3gGZL5 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqr3gGZL5 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqr3gGZL5 .breites_Zitat,
  .cid-rRqr3gGZL5 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqroqkUe9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqroqkUe9 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqroqkUe9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqroqkUe9 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqroqkUe9 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqrM1L5bB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRqrM1L5bB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqrM1L5bB p {
  color: #767676;
  text-align: left;
}
.cid-rRqrM1L5bB .card-box {
  padding-top: 2rem;
}
.cid-rRqrM1L5bB .card-wrapper {
  height: 100%;
}
.cid-rRqrM1L5bB P {
  color: #1d1d1b;
}
.cid-rRqylTqUWi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRqylTqUWi H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqylTqUWi .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqylTqUWi .breites_Zitat,
  .cid-rRqylTqUWi .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqysBrPia {
  background: #ffffff;
}
.cid-rRqysBrPia .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqysBrPia figcaption {
  position: relative;
}
.cid-rRqysBrPia figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqysBrPia .image-block {
    width: 300% !important;
  }
}
.cid-rRqywOQW4C {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRqywOQW4C H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqywOQW4C .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqywOQW4C .breites_Zitat,
  .cid-rRqywOQW4C .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqyFRhnSX {
  background-image: url("../../../assets/images/181201-zps-aris-header3-05-1600-1600x768.jpg");
}
.cid-rRqyFRhnSX P {
  color: #767676;
}
.cid-rRqyLFjEZd {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRqyLFjEZd H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRqyLFjEZd .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRqyLFjEZd .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRqyLFjEZd .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRqyPb5ebc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqyPb5ebc .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqyPb5ebc h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqyPb5ebc .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqyPb5ebc .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqySqWsae {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqySqWsae .images-container.container-fluid {
  padding: 0;
}
.cid-rRqySqWsae .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqySqWsae .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqySqWsae .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqySqWsae .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqySqWsae .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqySqWsae .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqySqWsae .img-item {
    width: 100% !important;
  }
  .cid-rRqySqWsae .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqzki2FYo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRqzki2FYo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqzki2FYo p {
  color: #767676;
  text-align: left;
}
.cid-rRqzki2FYo .card-box {
  padding-top: 2rem;
}
.cid-rRqzki2FYo .card-wrapper {
  height: 100%;
}
.cid-rRqzwXeWcg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rRqzwXeWcg .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRqzwXeWcg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqzwXeWcg p {
  color: #767676;
  text-align: left;
}
.cid-rRqzwXeWcg .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRqzwXeWcg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRqzwXeWcg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRqzwXeWcg .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRqzwXeWcg .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRqzwXeWcg .notched-box:before,
.cid-rRqzwXeWcg .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRqzwXeWcg .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRqzwXeWcg .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRqzwXeWcg .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRqzwXeWcg .border:before,
.cid-rRqzwXeWcg .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRqzwXeWcg .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRqzwXeWcg .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRqzwXeWcg .mbr-author-name {
  padding-left: 40px;
}
.cid-rRqzwXeWcg P {
  color: #ffffff;
}
.cid-rRqzwXeWcg .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRqzBDUk9r {
  background-image: url("../../../assets/images/mdr-2-1279x716.png");
}
.cid-rRqzBDUk9r P {
  color: #767676;
}
.cid-rRqzE7JEhs {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqzE7JEhs H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqzE7JEhs .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRqzSzBWzW {
  background: #ffffff;
}
.cid-rRqzSzBWzW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqzSzBWzW figcaption {
  position: relative;
}
.cid-rRqzSzBWzW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqzSzBWzW .image-block {
    width: 300% !important;
  }
}
.cid-rRqzVfUY12 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRqzVfUY12 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqzVfUY12 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqzVfUY12 .breites_Zitat,
  .cid-rRqzVfUY12 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqzYJ3gll {
  background-image: url("../../../assets/images/ndn-youtube-1280x800.png");
}
.cid-rRqzYJ3gll P {
  color: #767676;
}
.cid-rRqA1l0Hty {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRqA1l0Hty .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRqA1l0Hty .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRqA1l0Hty .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRqA1l0Hty .mbr-figure,
  .cid-rRqA1l0Hty img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRqA1l0Hty .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRqA1l0Hty h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqA1l0Hty .h2_block {
  margin-bottom: 20px;
}
.cid-rRqA7ebIGq {
  background: #ffffff;
}
.cid-rRqA7ebIGq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqA7ebIGq figcaption {
  position: relative;
}
.cid-rRqA7ebIGq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqA7ebIGq .image-block {
    width: 100% !important;
  }
}
.cid-rRqAwDb0tT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqAwDb0tT .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqAwDb0tT h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqAwDb0tT .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqAwDb0tT .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqAzFaedE {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqAzFaedE .images-container.container-fluid {
  padding: 0;
}
.cid-rRqAzFaedE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqAzFaedE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqAzFaedE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqAzFaedE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqAzFaedE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqAzFaedE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqAzFaedE .img-item {
    width: 100% !important;
  }
  .cid-rRqAzFaedE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqAKOKr3N {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqAKOKr3N .images-container.container-fluid {
  padding: 0;
}
.cid-rRqAKOKr3N .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqAKOKr3N .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqAKOKr3N .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqAKOKr3N .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqAKOKr3N .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqAKOKr3N .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqAKOKr3N .img-item {
    width: 100% !important;
  }
  .cid-rRqAKOKr3N .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqAZeXnd5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRqAZeXnd5 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRqAZeXnd5 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRqAZeXnd5 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRqAZeXnd5 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRqB2iCfTv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRqB2iCfTv H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRqB2iCfTv .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRqB2iCfTv .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRqB2iCfTv .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-s8Xny4MSLt {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-s8Xny4MSLt H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-s8Xny4MSLt .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-s8Xny4MSLt .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-s8Xny4MSLt .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRqB6SbR4l {
  background-image: url("../../../assets/images/181203-heuteplus-1280x800.png");
}
.cid-rRqB6SbR4l P {
  color: #767676;
}
.cid-rRqB9QW97Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqB9QW97Q .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqB9QW97Q h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqB9QW97Q .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqB9QW97Q .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqBfYLVgg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRqBfYLVgg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqBfYLVgg p {
  color: #767676;
  text-align: left;
}
.cid-rRqBfYLVgg .card-box {
  padding-top: 2rem;
}
.cid-rRqBfYLVgg .card-wrapper {
  height: 100%;
}
.cid-rRqBvCEc4C {
  background: #ffffff;
}
.cid-rRqBvCEc4C .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqBvCEc4C figcaption {
  position: relative;
}
.cid-rRqBvCEc4C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqBvCEc4C .image-block {
    width: 100% !important;
  }
}
.cid-rRqBym9dHa {
  background-image: url("../../../assets/images/wefo-2000x1170.jpg");
}
.cid-rRqBym9dHa P {
  color: #767676;
}
.cid-rRqBEAXAAj {
  background: #ffffff;
}
.cid-rRqBEAXAAj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqBEAXAAj figcaption {
  position: relative;
}
.cid-rRqBEAXAAj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqBEAXAAj .image-block {
    width: 300% !important;
  }
}
.cid-rRqBBn4mCq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rRqBBn4mCq H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqBBn4mCq .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRqBJun65D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRqBJun65D .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqBJun65D h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqBJun65D .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqBJun65D .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-rRqBJun65D a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  color: #fff;
  padding-bottom: 3px;
}
.cid-rRqBJun65D a:hover {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
}
.cid-rRqCnAzGDr {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rRqCnAzGDr .images-container.container-fluid {
  padding: 0;
}
.cid-rRqCnAzGDr .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqCnAzGDr .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqCnAzGDr .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqCnAzGDr .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqCnAzGDr .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqCnAzGDr .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqCnAzGDr .img-item {
    width: 100% !important;
  }
  .cid-rRqCnAzGDr .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqCobGMV2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rRqCobGMV2 .images-container.container-fluid {
  padding: 0;
}
.cid-rRqCobGMV2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqCobGMV2 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqCobGMV2 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqCobGMV2 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqCobGMV2 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqCobGMV2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqCobGMV2 .img-item {
    width: 100% !important;
  }
  .cid-rRqCobGMV2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqCoQCR4x {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rRqCoQCR4x .images-container.container-fluid {
  padding: 0;
}
.cid-rRqCoQCR4x .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqCoQCR4x .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqCoQCR4x .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqCoQCR4x .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqCoQCR4x .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqCoQCR4x .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqCoQCR4x .img-item {
    width: 100% !important;
  }
  .cid-rRqCoQCR4x .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqD4LNWGA {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rRqD4LNWGA .images-container.container-fluid {
  padding: 0;
}
.cid-rRqD4LNWGA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqD4LNWGA .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqD4LNWGA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqD4LNWGA .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqD4LNWGA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqD4LNWGA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqD4LNWGA .img-item {
    width: 100% !important;
  }
  .cid-rRqD4LNWGA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqD6Jcs2X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqD6Jcs2X .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqD6Jcs2X h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqD6Jcs2X .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqD6Jcs2X .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqDeCTgWL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqDeCTgWL .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRqDeCTgWL .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRqDeCTgWL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRqDeCTgWL .mbr-figure,
  .cid-rRqDeCTgWL img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRqDeCTgWL .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRqDeCTgWL h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqDeCTgWL .h2_block {
  margin-bottom: 20px;
}
.cid-rRqDiUo546 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqDiUo546 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqDiUo546 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqDiUo546 .breites_Zitat,
  .cid-rRqDiUo546 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqDpN9bXR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqDpN9bXR .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqDpN9bXR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqDpN9bXR .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqDpN9bXR .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqDv6CBGU {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqDv6CBGU .images-container.container-fluid {
  padding: 0;
}
.cid-rRqDv6CBGU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqDv6CBGU .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqDv6CBGU .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqDv6CBGU .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqDv6CBGU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqDv6CBGU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqDv6CBGU .img-item {
    width: 100% !important;
  }
  .cid-rRqDv6CBGU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqDBglqC1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqDBglqC1 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqDBglqC1 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqDBglqC1 .breites_Zitat,
  .cid-rRqDBglqC1 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqDIbHgQG {
  background: #ffffff;
}
.cid-rRqDIbHgQG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqDIbHgQG figcaption {
  position: relative;
}
.cid-rRqDIbHgQG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqDIbHgQG .image-block {
    width: 300% !important;
  }
}
.cid-rRqDKVr6MC {
  background-image: url("../../../assets/images/bildschirmfoto-2019-03-21-um-15.29.03-2000x1384.png");
}
.cid-rRqDKVr6MC P {
  color: #767676;
}
.cid-rRqDVuKGSp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqDVuKGSp .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqDVuKGSp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqDVuKGSp .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqDVuKGSp .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqE2hauTz {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqE2hauTz .images-container.container-fluid {
  padding: 0;
}
.cid-rRqE2hauTz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqE2hauTz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqE2hauTz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqE2hauTz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqE2hauTz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqE2hauTz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqE2hauTz .img-item {
    width: 100% !important;
  }
  .cid-rRqE2hauTz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqE1HsMiC {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rRqE1HsMiC .images-container.container-fluid {
  padding: 0;
}
.cid-rRqE1HsMiC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqE1HsMiC .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqE1HsMiC .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqE1HsMiC .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqE1HsMiC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqE1HsMiC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqE1HsMiC .img-item {
    width: 100% !important;
  }
  .cid-rRqE1HsMiC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqE7SjBko {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqE7SjBko .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqE7SjBko h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqE7SjBko .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqE7SjBko .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqEfDaZXj {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqEfDaZXj .images-container.container-fluid {
  padding: 0;
}
.cid-rRqEfDaZXj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqEfDaZXj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqEfDaZXj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqEfDaZXj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqEfDaZXj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqEfDaZXj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqEfDaZXj .img-item {
    width: 100% !important;
  }
  .cid-rRqEfDaZXj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqEmRog0A {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRqEmRog0A H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqEmRog0A .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqEmRog0A .breites_Zitat,
  .cid-rRqEmRog0A .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqEpEhdeC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqEpEhdeC H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqEpEhdeC .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRqEpEhdeC .breites_Zitat,
  .cid-rRqEpEhdeC .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRqEChVkQM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqEChVkQM .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqEChVkQM h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqEChVkQM .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqEChVkQM .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqEzGxZtK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRqEzGxZtK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqEzGxZtK p {
  color: #767676;
  text-align: left;
}
.cid-rRqEzGxZtK .card-box {
  padding-top: 2rem;
}
.cid-rRqEzGxZtK .card-wrapper {
  height: 100%;
}
.cid-rRqEE3voAo {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqEE3voAo .images-container.container-fluid {
  padding: 0;
}
.cid-rRqEE3voAo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqEE3voAo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqEE3voAo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqEE3voAo .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqEE3voAo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqEE3voAo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqEE3voAo .img-item {
    width: 100% !important;
  }
  .cid-rRqEE3voAo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqEKAtfP6 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRqEKAtfP6 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRqEKAtfP6 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRqEKAtfP6 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRqEKAtfP6 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRqELj1UsQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRqELj1UsQ H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRqELj1UsQ .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRqELj1UsQ .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRqELj1UsQ .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRqEsl2ggj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqEsl2ggj .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqEsl2ggj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqEsl2ggj .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqEsl2ggj .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqEO3YoYZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqEO3YoYZ .images-container.container-fluid {
  padding: 0;
}
.cid-rRqEO3YoYZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqEO3YoYZ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqEO3YoYZ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqEO3YoYZ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqEO3YoYZ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqEO3YoYZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqEO3YoYZ .img-item {
    width: 100% !important;
  }
  .cid-rRqEO3YoYZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRqF01ik51 {
  background: #ffffff;
}
.cid-rRqF01ik51 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqF01ik51 figcaption {
  position: relative;
}
.cid-rRqF01ik51 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqF01ik51 .image-block {
    width: 100% !important;
  }
}
.cid-rRqFmfjhNb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRqFmfjhNb H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRqFmfjhNb .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRqFudWRf7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqFudWRf7 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqFudWRf7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqFudWRf7 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqFudWRf7 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqFx1Yq3f {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRqFx1Yq3f .images-container.container-fluid {
  padding: 0;
}
.cid-rRqFx1Yq3f .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRqFx1Yq3f .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRqFx1Yq3f .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRqFx1Yq3f .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRqFx1Yq3f .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRqFx1Yq3f .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRqFx1Yq3f .img-item {
    width: 100% !important;
  }
  .cid-rRqFx1Yq3f .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRr43xzGzC {
  background: #ffffff;
}
.cid-rRr43xzGzC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRr43xzGzC figcaption {
  position: relative;
}
.cid-rRr43xzGzC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRr43xzGzC .image-block {
    width: 300% !important;
  }
}
.cid-rRqFDIUvnh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRqFDIUvnh .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRqFDIUvnh h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqFDIUvnh .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRqFU1wapG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRqFU1wapG .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRqFU1wapG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqFU1wapG p {
  color: #767676;
  text-align: left;
}
.cid-rRqFU1wapG .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRqFU1wapG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRqFU1wapG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRqFU1wapG .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRqFU1wapG .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRqFU1wapG .notched-box:before,
.cid-rRqFU1wapG .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRqFU1wapG .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRqFU1wapG .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRqFU1wapG .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRqFU1wapG .border:before,
.cid-rRqFU1wapG .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRqFU1wapG .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRqFU1wapG .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRqFU1wapG .mbr-author-name {
  padding-left: 40px;
}
.cid-rRqFU1wapG P {
  color: #ffffff;
}
.cid-rRqFU1wapG .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRr681mGKd {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rRr681mGKd .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRr681mGKd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRr681mGKd p {
  color: #767676;
  text-align: left;
}
.cid-rRr681mGKd .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRr681mGKd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRr681mGKd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRr681mGKd .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRr681mGKd .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRr681mGKd .notched-box:before,
.cid-rRr681mGKd .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRr681mGKd .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRr681mGKd .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRr681mGKd .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRr681mGKd .border:before,
.cid-rRr681mGKd .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRr681mGKd .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRr681mGKd .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRr681mGKd .mbr-author-name {
  padding-left: 40px;
}
.cid-rRr681mGKd P {
  color: #ffffff;
}
.cid-rRr681mGKd .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRqGecN6JW {
  background: #ffffff;
}
.cid-rRqGecN6JW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqGecN6JW figcaption {
  position: relative;
}
.cid-rRqGecN6JW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqGecN6JW .image-block {
    width: 300% !important;
  }
}
.cid-rUbmpd48HK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUbmpd48HK .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUbmpd48HK .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUbmpd48HK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUbmpd48HK .mbr-figure,
  .cid-rUbmpd48HK img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUbmpd48HK .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUbmpd48HK .mbr-author-desc {
  color: #000000;
}
.cid-rUbmpd48HK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbmpd48HK .text_block {
  margin-top: 0px;
}
.cid-rUbmpd48HK .h2_block {
  margin-bottom: 20px;
}
.cid-rUbmpd48HK .mbr-figure {
  align-self: flex-start;
}
.cid-rUbmpd48HK .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUbmpd48HK .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUbmpd48HK .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUbmpd48HK a:hover {
  Color: #a76645 !important;
}
.cid-rUbmpd48HK a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUbmpd48HK .btn-black-outline:hover,
.cid-rUbmpd48HK .btn-black-outline:focus,
.cid-rUbmpd48HK .btn-black-outline.focus,
.cid-rUbmpd48HK .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUbmpd48HK .display-5 {
    line-height: 1;
  }
  .cid-rUbmpd48HK .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUbmpd48HK .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUbmpd48HK .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRqGeOYyAs {
  background: #ffffff;
}
.cid-rRqGeOYyAs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqGeOYyAs figcaption {
  position: relative;
}
.cid-rRqGeOYyAs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqGeOYyAs .image-block {
    width: 300% !important;
  }
}
.cid-rRqGjadtwT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRqGjadtwT .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRqGjadtwT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqGjadtwT p {
  color: #767676;
  text-align: left;
}
.cid-rRqGjadtwT .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRqGjadtwT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRqGjadtwT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRqGjadtwT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRqGjadtwT .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRqGjadtwT .notched-box:before,
.cid-rRqGjadtwT .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRqGjadtwT .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRqGjadtwT .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRqGjadtwT .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRqGjadtwT .border:before,
.cid-rRqGjadtwT .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRqGjadtwT .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRqGjadtwT .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRqGjadtwT .mbr-author-name {
  padding-left: 40px;
}
.cid-rRqGjadtwT P {
  color: #ffffff;
}
.cid-rRqGjadtwT .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRr93Qo5ZX {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rRr93Qo5ZX .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRr93Qo5ZX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRr93Qo5ZX p {
  color: #767676;
  text-align: left;
}
.cid-rRr93Qo5ZX .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRr93Qo5ZX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRr93Qo5ZX .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRr93Qo5ZX .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRr93Qo5ZX .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRr93Qo5ZX .notched-box:before,
.cid-rRr93Qo5ZX .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRr93Qo5ZX .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRr93Qo5ZX .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRr93Qo5ZX .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRr93Qo5ZX .border:before,
.cid-rRr93Qo5ZX .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRr93Qo5ZX .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRr93Qo5ZX .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRr93Qo5ZX .mbr-author-name {
  padding-left: 40px;
}
.cid-rRr93Qo5ZX P {
  color: #ffffff;
}
.cid-rRr93Qo5ZX .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRqGmTOjjn {
  background-image: url("../../../assets/images/zps-presse-3-2000x1333.jpg");
}
.cid-rRqGmTOjjn P {
  color: #767676;
}
.cid-rRqGwP0Ezu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRqGwP0Ezu .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRqGwP0Ezu h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqGwP0Ezu .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRqGyp10x2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRqGyp10x2 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRqGyp10x2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqGyp10x2 p {
  color: #767676;
  text-align: left;
}
.cid-rRqGyp10x2 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRqGyp10x2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRqGyp10x2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRqGyp10x2 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRqGyp10x2 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRqGyp10x2 .notched-box:before,
.cid-rRqGyp10x2 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRqGyp10x2 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRqGyp10x2 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRqGyp10x2 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRqGyp10x2 .border:before,
.cid-rRqGyp10x2 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRqGyp10x2 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRqGyp10x2 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRqGyp10x2 .mbr-author-name {
  padding-left: 40px;
}
.cid-rRqGyp10x2 P {
  color: #000000;
}
.cid-rRqGyp10x2 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRrdvj85yL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rRrdvj85yL .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRrdvj85yL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrdvj85yL p {
  color: #767676;
  text-align: left;
}
.cid-rRrdvj85yL .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRrdvj85yL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRrdvj85yL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRrdvj85yL .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRrdvj85yL .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRrdvj85yL .notched-box:before,
.cid-rRrdvj85yL .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRrdvj85yL .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRrdvj85yL .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRrdvj85yL .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRrdvj85yL .border:before,
.cid-rRrdvj85yL .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRrdvj85yL .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRrdvj85yL .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRrdvj85yL .mbr-author-name {
  padding-left: 40px;
}
.cid-rRrdvj85yL P {
  color: #000000;
}
.cid-rRrdvj85yL .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRqGBs4ACx {
  background: #ffffff;
}
.cid-rRqGBs4ACx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRqGBs4ACx figcaption {
  position: relative;
}
.cid-rRqGBs4ACx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRqGBs4ACx .image-block {
    width: 300% !important;
  }
}
.cid-rRqGE0kiDF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRqGE0kiDF .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRqGE0kiDF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRqGE0kiDF .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRqGE0kiDF .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRqGK8I2uQ {
  background-image: url("../../../assets/images/zps-presse-10-2000x1333.jpg");
}
.cid-rRqGK8I2uQ P {
  color: #767676;
}
.cid-rRqGOG3s1e {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f9ceb2;
}
.cid-rRqGOG3s1e .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRqGOG3s1e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqGOG3s1e p {
  color: #767676;
  text-align: left;
}
.cid-rRqGOG3s1e .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRqGOG3s1e .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRqGOG3s1e .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRqGOG3s1e .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRqGOG3s1e .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRqGOG3s1e .notched-box:before,
.cid-rRqGOG3s1e .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRqGOG3s1e .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRqGOG3s1e .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRqGOG3s1e .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRqGOG3s1e .border:before,
.cid-rRqGOG3s1e .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRqGOG3s1e .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRqGOG3s1e .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRqGOG3s1e .mbr-author-name {
  padding-left: 40px;
}
.cid-rRqGOG3s1e P {
  color: #000000;
}
.cid-rRqGOG3s1e .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRrggEAETT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rRrggEAETT .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRrggEAETT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrggEAETT p {
  color: #767676;
  text-align: left;
}
.cid-rRrggEAETT .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRrggEAETT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRrggEAETT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRrggEAETT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRrggEAETT .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRrggEAETT .notched-box:before,
.cid-rRrggEAETT .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRrggEAETT .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRrggEAETT .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRrggEAETT .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRrggEAETT .border:before,
.cid-rRrggEAETT .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRrggEAETT .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRrggEAETT .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRrggEAETT .mbr-author-name {
  padding-left: 40px;
}
.cid-rRrggEAETT P {
  color: #000000;
}
.cid-rRrggEAETT .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRqGRG5yTH {
  background-image: url("../../../assets/images/zps-presse-11-2000x1333.jpg");
}
.cid-rRqGRG5yTH P {
  color: #767676;
}
.cid-rRqGVy5Yuc {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rRqGVy5Yuc .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRqGVy5Yuc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRqGVy5Yuc p {
  color: #767676;
  text-align: left;
}
.cid-rRqGVy5Yuc .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRqGVy5Yuc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRqGVy5Yuc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRqGVy5Yuc .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRqGVy5Yuc .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRqGVy5Yuc .notched-box:before,
.cid-rRqGVy5Yuc .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRqGVy5Yuc .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRqGVy5Yuc .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRqGVy5Yuc .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRqGVy5Yuc .border:before,
.cid-rRqGVy5Yuc .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRqGVy5Yuc .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRqGVy5Yuc .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRqGVy5Yuc .mbr-author-name {
  padding-left: 40px;
}
.cid-rRqGVy5Yuc P {
  color: #ffffff;
}
.cid-rRqGVy5Yuc .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-txghXn4eXd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghXn4eXd .content {
    text-align: center;
  }
  .cid-txghXn4eXd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghXn4eXd .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghXn4eXd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghXn4eXd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghXn4eXd .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghXn4eXd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghXn4eXd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghXn4eXd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghXn4eXd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghXn4eXd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghXn4eXd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghXn4eXd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghXn4eXd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghXn4eXd H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghXn4eXd P {
  color: #1d1d1b;
}
.cid-txghXn4eXd .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghXn4eXd .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghXn4eXd .logo_footer {
  position: relative;
}
.cid-txghXn4eXd .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghXn4eXd .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghXn4eXd .col,
  .cid-txghXn4eXd .col-1,
  .cid-txghXn4eXd .col-10,
  .cid-txghXn4eXd .col-11,
  .cid-txghXn4eXd .col-12,
  .cid-txghXn4eXd .col-2,
  .cid-txghXn4eXd .col-3,
  .cid-txghXn4eXd .col-4,
  .cid-txghXn4eXd .col-5,
  .cid-txghXn4eXd .col-6,
  .cid-txghXn4eXd .col-7,
  .cid-txghXn4eXd .col-8,
  .cid-txghXn4eXd .col-9,
  .cid-txghXn4eXd .col-auto,
  .cid-txghXn4eXd .col-lg,
  .cid-txghXn4eXd .col-lg-1,
  .cid-txghXn4eXd .col-lg-10,
  .cid-txghXn4eXd .col-lg-11,
  .cid-txghXn4eXd .col-lg-12,
  .cid-txghXn4eXd .col-lg-2,
  .cid-txghXn4eXd .col-lg-3,
  .cid-txghXn4eXd .col-lg-4,
  .cid-txghXn4eXd .col-lg-5,
  .cid-txghXn4eXd .col-lg-6,
  .cid-txghXn4eXd .col-lg-7,
  .cid-txghXn4eXd .col-lg-8,
  .cid-txghXn4eXd .col-lg-9,
  .cid-txghXn4eXd .col-lg-auto,
  .cid-txghXn4eXd .col-md,
  .cid-txghXn4eXd .col-md-1,
  .cid-txghXn4eXd .col-md-10,
  .cid-txghXn4eXd .col-md-11,
  .cid-txghXn4eXd .col-md-12,
  .cid-txghXn4eXd .col-md-2,
  .cid-txghXn4eXd .col-md-3,
  .cid-txghXn4eXd .col-md-4,
  .cid-txghXn4eXd .col-md-5,
  .cid-txghXn4eXd .col-md-6,
  .cid-txghXn4eXd .col-md-7,
  .cid-txghXn4eXd .col-md-8,
  .cid-txghXn4eXd .col-md-9,
  .cid-txghXn4eXd .col-md-auto,
  .cid-txghXn4eXd .col-sm,
  .cid-txghXn4eXd .col-sm-1,
  .cid-txghXn4eXd .col-sm-10,
  .cid-txghXn4eXd .col-sm-11,
  .cid-txghXn4eXd .col-sm-12,
  .cid-txghXn4eXd .col-sm-2,
  .cid-txghXn4eXd .col-sm-3,
  .cid-txghXn4eXd .col-sm-4,
  .cid-txghXn4eXd .col-sm-5,
  .cid-txghXn4eXd .col-sm-6,
  .cid-txghXn4eXd .col-sm-7,
  .cid-txghXn4eXd .col-sm-8,
  .cid-txghXn4eXd .col-sm-9,
  .cid-txghXn4eXd .col-sm-auto,
  .cid-txghXn4eXd .col-xl,
  .cid-txghXn4eXd .col-xl-1,
  .cid-txghXn4eXd .col-xl-10,
  .cid-txghXn4eXd .col-xl-11,
  .cid-txghXn4eXd .col-xl-12,
  .cid-txghXn4eXd .col-xl-2,
  .cid-txghXn4eXd .col-xl-3,
  .cid-txghXn4eXd .col-xl-4,
  .cid-txghXn4eXd .col-xl-5,
  .cid-txghXn4eXd .col-xl-6,
  .cid-txghXn4eXd .col-xl-7,
  .cid-txghXn4eXd .col-xl-8,
  .cid-txghXn4eXd .col-xl-9,
  .cid-txghXn4eXd .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghXn4eXd .content {
    text-align: left;
  }
  .cid-txghXn4eXd .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghXn4eXd .logo_footer_box {
    position: relative;
  }
  .cid-txghXn4eXd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghXn4eXd .logo_footer {
    position: relative;
  }
  .cid-txghXn4eXd .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rQQN7oJHRK {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rQQN7oJHRK {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-uAOdWzyqip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uAOdWzyqip .mbr-text {
  color: #1d1d1b;
}
.cid-uAOdWzyqip .mbr-text p {
  background: #ffffff;
  padding: 1rem 0px !important;
}
.cid-uAOdWzyqip h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOdWzyqip .space_down_50 {
  margin-bottom: 50px;
}
.cid-uAOdWzyqip p {
  line-height: 1.2;
}
.cid-uAOdWzyqip img {
  max-width: 100%;
  height: auto;
}
.cid-uAOdWzyqip .blackRowHeadline {
  margin: 0;
  padding: 0;
  height: 5px;
  border-bottom: 140px solid black;
  color: black;
}
.cid-uAOdWzyqip h1 {
  font-weight: 700;
  font-size: 300%;
  line-height: 1.2;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
}
.cid-uAOdWzyqip .noHover {
  background-color: unset !important;
  color: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.cid-uAOdWzyqip .coltxt {
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  font-size: 0.7rem;
  width: 100%;
  height: auto;
}
.cid-uAOdWzyqip .box {
  float: left;
  width: 100%;
  height: auto;
  margin-right: 2%;
  padding: 0px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
}
.cid-uAOdWzyqip .box:last-child {
  margin-right: 0;
}
.cid-uAOdWzyqip .boxtxt {
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background: #fff;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .cid-uAOdWzyqip h1 {
    font-size: 4.8rem;
  }
}
.cid-rQRtGzbECG {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9ceb2;
}
.cid-rQRtGzbECG .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rQRtGzbECG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rQRtGzbECG .space_down_50 {
  margin-bottom: 50px;
}
.cid-rQRCz84hxi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rQRCz84hxi .card-img {
  background-color: #fff;
}
.cid-rQRCz84hxi .card-box {
  padding: 1rem 0rem 0rem 0rem;
}
.cid-rQRCz84hxi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQRCz84hxi p {
  text-align: left;
}
.cid-rQRCz84hxi .mbr-text {
  color: #1d1d1b;
}
.cid-rQRCz84hxi .display-5,
.cid-rQRCz84hxi .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-rQRCz84hxi .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rQRCz84hxi .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-rQRCz84hxi .special_button {
  width: 100%;
}
.cid-rQRCz84hxi .special_button a {
  text-align: left;
}
.cid-rQRCz84hxi a:hover {
  Color: #a76645 !important;
}
.cid-rQRCz84hxi .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-rQRCz84hxi .stoerer_text {
  color: #1d1d1b;
  text-transform: uppercase !important;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  text-align: left;
  padding: 15px !important;
  letter-spacing: 1px;
}
.cid-rQRCz84hxi p:hover a {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQRCz84hxi p:hover svg polygon,
.cid-rQRCz84hxi p:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQRCz84hxi .card-img:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQRCz84hxi a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 768px) {
  .cid-rQRCz84hxi .display-5 {
    line-height: 1;
  }
  .cid-rQRCz84hxi .btn {
    font-size: 1.5rem !important;
  }
  .cid-rQRCz84hxi .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rQRCz84hxi .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rQRCz84hxi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rQRCz84hxi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uXTEBEHBXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/asche-9-web-2000x1402.jpg");
}
.cid-uXTEBEHBXR .contact-section {
  padding: 5rem 0;
  background-color: transparent;
}
.cid-uXTEBEHBXR .form-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.cid-uXTEBEHBXR .contact-form {
  width: 100%;
}
.cid-uXTEBEHBXR .input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
.cid-uXTEBEHBXR .form-input,
.cid-uXTEBEHBXR .form-select,
.cid-uXTEBEHBXR .form-textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 5px solid #000;
  background: white;
}
.cid-uXTEBEHBXR .form-input:focus,
.cid-uXTEBEHBXR .form-select:focus,
.cid-uXTEBEHBXR .form-textarea:focus {
  outline: none;
  background-color: #fac8ad;
  border-color: #666;
}
.cid-uXTEBEHBXR .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 16px;
}
.cid-uXTEBEHBXR .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.cid-uXTEBEHBXR .submit-button {
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  font-style: italic;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  color: #000;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
}
.cid-uXTEBEHBXR .submit-button svg {
  height: 1rem;
}
.cid-uXTEBEHBXR .button-text {
  margin-right: 0.5rem;
}
.cid-uXTEBEHBXR .button-icon {
  display: inline-flex;
  align-items: center;
}
.cid-uXTEBEHBXR .button-icon img {
  height: 1rem;
  width: auto;
}
.cid-uXTEBEHBXR .grid {
  display: grid;
}
.cid-uXTEBEHBXR .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cid-uXTEBEHBXR .grid-gap-1rem {
  gap: 1rem;
}
.cid-uXTEBEHBXR .response {
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .cid-uXTEBEHBXR .display-5 {
    line-height: 1;
  }
  .cid-uXTEBEHBXR .grid-cols-2 {
    grid-template-columns: 1fr;
  }
  .cid-uXTEBEHBXR .grid-gap-1rem {
    gap: 0px;
  }
  .cid-uXTEBEHBXR .submit-butto {
    font-size: 1.5rem !important;
  }
  .cid-uXTEBEHBXR .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-uXTEBEHBXR .item:focus,
.cid-uXTEBEHBXR span:focus {
  outline: none;
}
.cid-uXTEBEHBXR .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uXTEBEHBXR .item-wrapper {
  position: relative;
}
.cid-uXTEBEHBXR .item-btn,
.cid-uXTEBEHBXR h4,
.cid-uXTEBEHBXR h5 {
  margin: 0;
}
.cid-uXTEBEHBXR .item-content {
  padding-top: 2rem;
}
.cid-uXTEBEHBXR .card-img {
  height: 166px;
}
.cid-uXTEBEHBXR .display-5 {
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 1.2;
}
.cid-uXTEBEHBXR h4 {
  line-height: 1.2;
}
.cid-uXTEBEHBXR .item-wrapper:hover svg polygon,
.cid-uXTEBEHBXR .item-wrapper:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTEBEHBXR .item-wrapper:hover a {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTEBEHBXR .item-subtitle {
  color: #1d1d1b;
}
.cid-uXTEBEHBXR .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-uXTEBEHBXR .item-text h5 h4 {
  color: #1d1d1b;
}
.cid-uXTEBEHBXR h1 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTEBEHBXR .space_down_50 {
  margin-bottom: 50px;
}
.cid-uXTEBEHBXR .item-title {
  text-align: center;
  color: #1d1d1b;
}
.cid-uXTEBEHBXR .item_kontakt a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uXTEBEHBXR .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uXTEBEHBXR a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTEBEHBXR .a_btn {
  text-transform: uppercase ;
  font-style: italic !important;
}
.cid-rQS659CH5q {
  background: #ffffff;
}
.cid-rQS659CH5q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rQS659CH5q figcaption {
  position: relative;
}
.cid-rQS659CH5q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rQS659CH5q .image-block {
    width: 300% !important;
  }
}
.cid-rU5sMs829l {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rU5sMs829l .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rU5sMs829l .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rU5sMs829l .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rU5sMs829l .mbr-figure,
  .cid-rU5sMs829l img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rU5sMs829l .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rU5sMs829l .mbr-author-desc {
  color: #000000;
}
.cid-rU5sMs829l h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rU5sMs829l .text_block {
  margin-top: 0px;
}
.cid-rU5sMs829l .h2_block {
  margin-bottom: 20px;
}
.cid-rU5sMs829l .mbr-figure {
  align-self: flex-start;
}
.cid-rU5sMs829l .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rU5sMs829l .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rU5sMs829l .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rU5sMs829l a:hover {
  Color: #a76645 !important;
}
.cid-rU5sMs829l a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rU5sMs829l .btn-black-outline:hover,
.cid-rU5sMs829l .btn-black-outline:focus,
.cid-rU5sMs829l .btn-black-outline.focus,
.cid-rU5sMs829l .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rU5sMs829l .display-5 {
    line-height: 1;
  }
  .cid-rU5sMs829l .btn {
    font-size: 1.5rem !important;
  }
  .cid-rU5sMs829l .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rU5sMs829l .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rQS65H63Yf {
  background: #ffffff;
}
.cid-rQS65H63Yf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rQS65H63Yf figcaption {
  position: relative;
}
.cid-rQS65H63Yf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rQS65H63Yf .image-block {
    width: 300% !important;
  }
}
.cid-rWZe6ht9TM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-rWZe6ht9TM h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rWZe6ht9TM .space_down_30 {
  margin-bottom: 30px;
}
.cid-rWZe6ht9TM input,
.cid-rWZe6ht9TM button,
.cid-rWZe6ht9TM select,
.cid-rWZe6ht9TM textarea {
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: inherit;
}
.cid-rWZe6ht9TM .form-textbox,
.cid-rWZe6ht9TM #directmail-ae61bc4f-subscriber_email {
  padding: 12px 10px 13px 10px;
  border: 3px solid #1d1d1b;
  min-width: 10vw;
  color: #1d1d1b;
}
.cid-rWZe6ht9TM ::-webkit-input-placeholder {
  color: #1d1d1b;
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
}
.cid-rWZe6ht9TM :-ms-input-placeholder {
  color: #1d1d1b;
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
}
.cid-rWZe6ht9TM ::placeholder {
  color: #1d1d1b;
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
}
.cid-rWZe6ht9TM .submit_button {
  padding-top: 15px;
}
.cid-rWZe6ht9TM .send {
  margin-left: 20px;
}
.cid-rWZe6ht9TM .button {
  font-size: 2rem ;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
  color: #1d1d1b !important;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  background-image: none;
}
.cid-rWZe6ht9TM .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -10px;
  margin-left: 8px;
}
.cid-rWZe6ht9TM .send_button {
  width: auto;
}
.cid-rWZe6ht9TM svg polygon {
  fill: #1d1d1b ;
}
.cid-rWZe6ht9TM .button:hover {
  Color: #a76645 !important;
}
.cid-rWZe6ht9TM .button:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rWZe6ht9TM a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rWZe6ht9TM a:hover {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .cid-rWZe6ht9TM .button {
    line-height: 1;
    font-size: 1.5rem !important;
  }
  .cid-rWZe6ht9TM .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-uAOe2HhaRi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAOe2HhaRi .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-uAOe2HhaRi .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-uAOe2HhaRi .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uAOe2HhaRi .mbr-figure,
  .cid-uAOe2HhaRi img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uAOe2HhaRi .h2_block {
    padding-top: 5rem;
    margin-bottom: 20px;
  }
  .cid-uAOe2HhaRi .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uAOe2HhaRi .mbr-author-desc {
  color: #000000;
}
.cid-uAOe2HhaRi h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOe2HhaRi .text_block {
  margin-top: 0px;
}
.cid-uAOe2HhaRi .h2_block {
  margin-bottom: 20px;
}
.cid-uAOe2HhaRi .mbr-figure {
  align-self: flex-start;
}
.cid-uAOe2HhaRi .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-uAOe2HhaRi .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-uAOe2HhaRi .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uAOe2HhaRi .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-uAOe2HhaRi .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRODBtnWd3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-rRODBtnWd3 H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rRODBtnWd3 .mbr-section-subtitle {
  color: #000000;
}
.cid-rRODBtnWd3 section {
  background-color: none;
}
.cid-rRODBtnWd3 .logo_footer {
  position: relative;
  right: 100px;
}
.cid-txghcnZn0y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghcnZn0y .content {
    text-align: center;
  }
  .cid-txghcnZn0y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghcnZn0y .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghcnZn0y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghcnZn0y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghcnZn0y .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghcnZn0y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghcnZn0y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghcnZn0y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghcnZn0y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghcnZn0y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghcnZn0y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghcnZn0y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghcnZn0y .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghcnZn0y H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghcnZn0y P {
  color: #1d1d1b;
}
.cid-txghcnZn0y .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghcnZn0y .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghcnZn0y .logo_footer {
  position: relative;
}
.cid-txghcnZn0y .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghcnZn0y .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghcnZn0y .col,
  .cid-txghcnZn0y .col-1,
  .cid-txghcnZn0y .col-10,
  .cid-txghcnZn0y .col-11,
  .cid-txghcnZn0y .col-12,
  .cid-txghcnZn0y .col-2,
  .cid-txghcnZn0y .col-3,
  .cid-txghcnZn0y .col-4,
  .cid-txghcnZn0y .col-5,
  .cid-txghcnZn0y .col-6,
  .cid-txghcnZn0y .col-7,
  .cid-txghcnZn0y .col-8,
  .cid-txghcnZn0y .col-9,
  .cid-txghcnZn0y .col-auto,
  .cid-txghcnZn0y .col-lg,
  .cid-txghcnZn0y .col-lg-1,
  .cid-txghcnZn0y .col-lg-10,
  .cid-txghcnZn0y .col-lg-11,
  .cid-txghcnZn0y .col-lg-12,
  .cid-txghcnZn0y .col-lg-2,
  .cid-txghcnZn0y .col-lg-3,
  .cid-txghcnZn0y .col-lg-4,
  .cid-txghcnZn0y .col-lg-5,
  .cid-txghcnZn0y .col-lg-6,
  .cid-txghcnZn0y .col-lg-7,
  .cid-txghcnZn0y .col-lg-8,
  .cid-txghcnZn0y .col-lg-9,
  .cid-txghcnZn0y .col-lg-auto,
  .cid-txghcnZn0y .col-md,
  .cid-txghcnZn0y .col-md-1,
  .cid-txghcnZn0y .col-md-10,
  .cid-txghcnZn0y .col-md-11,
  .cid-txghcnZn0y .col-md-12,
  .cid-txghcnZn0y .col-md-2,
  .cid-txghcnZn0y .col-md-3,
  .cid-txghcnZn0y .col-md-4,
  .cid-txghcnZn0y .col-md-5,
  .cid-txghcnZn0y .col-md-6,
  .cid-txghcnZn0y .col-md-7,
  .cid-txghcnZn0y .col-md-8,
  .cid-txghcnZn0y .col-md-9,
  .cid-txghcnZn0y .col-md-auto,
  .cid-txghcnZn0y .col-sm,
  .cid-txghcnZn0y .col-sm-1,
  .cid-txghcnZn0y .col-sm-10,
  .cid-txghcnZn0y .col-sm-11,
  .cid-txghcnZn0y .col-sm-12,
  .cid-txghcnZn0y .col-sm-2,
  .cid-txghcnZn0y .col-sm-3,
  .cid-txghcnZn0y .col-sm-4,
  .cid-txghcnZn0y .col-sm-5,
  .cid-txghcnZn0y .col-sm-6,
  .cid-txghcnZn0y .col-sm-7,
  .cid-txghcnZn0y .col-sm-8,
  .cid-txghcnZn0y .col-sm-9,
  .cid-txghcnZn0y .col-sm-auto,
  .cid-txghcnZn0y .col-xl,
  .cid-txghcnZn0y .col-xl-1,
  .cid-txghcnZn0y .col-xl-10,
  .cid-txghcnZn0y .col-xl-11,
  .cid-txghcnZn0y .col-xl-12,
  .cid-txghcnZn0y .col-xl-2,
  .cid-txghcnZn0y .col-xl-3,
  .cid-txghcnZn0y .col-xl-4,
  .cid-txghcnZn0y .col-xl-5,
  .cid-txghcnZn0y .col-xl-6,
  .cid-txghcnZn0y .col-xl-7,
  .cid-txghcnZn0y .col-xl-8,
  .cid-txghcnZn0y .col-xl-9,
  .cid-txghcnZn0y .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghcnZn0y .content {
    text-align: left;
  }
  .cid-txghcnZn0y .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghcnZn0y .logo_footer_box {
    position: relative;
  }
  .cid-txghcnZn0y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghcnZn0y .logo_footer {
    position: relative;
  }
  .cid-txghcnZn0y .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rQHqKAYm3Y {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rQHqKAYm3Y {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRb4WXjGUS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRb4WXjGUS .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRb4WXjGUS .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRb4WXjGUS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRb4WXjGUS .mbr-figure,
  .cid-rRb4WXjGUS img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRb4WXjGUS .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRb4WXjGUS .mbr-author-desc {
  color: #000000;
}
.cid-rRb4WXjGUS .display-2 {
  font-family: 'Chivo', sans-serif;
  font-size: 3rem;
}
.cid-rRb4WXjGUS .display-5 {
  line-height: 1.3;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cid-rRb4WXjGUS .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .cid-rRb4WXjGUS .display-5 {
    line-height: 1;
  }
  .cid-rRb4WXjGUS .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRb4WXjGUS .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRb4WXjGUS .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRb4WXjGUS h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRb4WXjGUS .text_block {
  margin-top: 0px;
}
.cid-rRb4WXjGUS .h2_block {
  margin-bottom: 20px;
}
.cid-rRb4WXjGUS .mbr-figure {
  align-self: flex-start;
}
.cid-rRb4WXjGUS .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRb4WXjGUS .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRb4WXjGUS a svg polygon {
  fill: #1d1d1b;
}
.cid-rRb4WXjGUS a:hover {
  Color: #a76645 !important;
}
.cid-rRb4WXjGUS a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRb4WXjGUS .btn-black-outline:hover,
.cid-rRb4WXjGUS .btn-black-outline:focus,
.cid-rRb4WXjGUS .btn-black-outline.focus,
.cid-rRb4WXjGUS .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-suzCQeDAjR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suzCQeDAjR .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-suzCQeDAjR .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-suzCQeDAjR .mbr-author-desc {
  color: #1d1d1b;
}
.cid-suzCQeDAjR .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0.1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-suzCQeDAjR .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-suzCQeDAjR .mbr-figure,
  .cid-suzCQeDAjR img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-suzCQeDAjR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suzCQeDAjR .text_block {
  margin-top: 0px;
}
.cid-suzCQeDAjR .h2_block {
  margin-bottom: 20px;
}
.cid-suzCQeDAjR .mbr-figure {
  align-self: flex-start;
}
.cid-suzCQeDAjR .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-suzCQeDAjR .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-suzCQeDAjR a:hover {
  Color: #a76645 !important;
}
.cid-suzCQeDAjR a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-suzCQeDAjR .btn-black-outline:hover,
.cid-suzCQeDAjR .btn-black-outline:focus,
.cid-suzCQeDAjR .btn-black-outline.focus,
.cid-suzCQeDAjR .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-suzCQeDAjR .display-5 {
    line-height: 1;
  }
  .cid-suzCQeDAjR .btn {
    font-size: 1.5rem !important;
  }
  .cid-suzCQeDAjR .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-suzCQeDAjR .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-suzCQeDAjR .content {
  padding-left: 3px;
}
.cid-suzCQN9Y7t {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suzCQN9Y7t .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-suzCQN9Y7t .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-suzCQN9Y7t .mbr-author-desc {
  color: #1d1d1b;
}
.cid-suzCQN9Y7t .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0.1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-suzCQN9Y7t .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-suzCQN9Y7t .mbr-figure,
  .cid-suzCQN9Y7t img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-suzCQN9Y7t h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suzCQN9Y7t .text_block {
  margin-top: 0px;
}
.cid-suzCQN9Y7t .h2_block {
  margin-bottom: 20px;
}
.cid-suzCQN9Y7t .mbr-figure {
  align-self: flex-start;
}
.cid-suzCQN9Y7t .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-suzCQN9Y7t .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-suzCQN9Y7t a:hover {
  Color: #a76645 !important;
}
.cid-suzCQN9Y7t a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-suzCQN9Y7t .btn-black-outline:hover,
.cid-suzCQN9Y7t .btn-black-outline:focus,
.cid-suzCQN9Y7t .btn-black-outline.focus,
.cid-suzCQN9Y7t .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-suzCQN9Y7t .display-5 {
    line-height: 1;
  }
  .cid-suzCQN9Y7t .btn {
    font-size: 1.5rem !important;
  }
  .cid-suzCQN9Y7t .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-suzCQN9Y7t .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-suzCQN9Y7t .content {
  padding-left: 3px;
}
.cid-rRb9UVXV4g {
  background: #ffffff;
}
.cid-rRb9UVXV4g .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRb9UVXV4g figcaption {
  position: relative;
}
.cid-rRb9UVXV4g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRb9UVXV4g .image-block {
    width: 300% !important;
  }
}
.cid-rRb9LYFXq8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRb9LYFXq8 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRb9LYFXq8 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRb9LYFXq8 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRb9LYFXq8 .mbr-figure,
  .cid-rRb9LYFXq8 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRb9LYFXq8 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRb9LYFXq8 .mbr-author-desc {
  color: #000000;
}
.cid-rRb9LYFXq8 h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRb9LYFXq8 .text_block {
  margin-top: 0px;
}
.cid-rRb9LYFXq8 .h2_block {
  margin-bottom: 20px;
}
.cid-rRb9LYFXq8 .mbr-figure {
  align-self: flex-start;
}
.cid-rRb9LYFXq8 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRb9LYFXq8 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRb9LYFXq8 .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRb9LYFXq8 a:hover {
  Color: #a76645 !important;
}
.cid-rRb9LYFXq8 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRb9LYFXq8 .btn-black-outline:hover,
.cid-rRb9LYFXq8 .btn-black-outline:focus,
.cid-rRb9LYFXq8 .btn-black-outline.focus,
.cid-rRb9LYFXq8 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRb9LYFXq8 .display-5 {
    line-height: 1;
  }
  .cid-rRb9LYFXq8 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRb9LYFXq8 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRb9LYFXq8 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRb9TyBvDW {
  background: #ffffff;
}
.cid-rRb9TyBvDW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRb9TyBvDW figcaption {
  position: relative;
}
.cid-rRb9TyBvDW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRb9TyBvDW .image-block {
    width: 300% !important;
  }
}
.cid-sjy29fpGM8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-14-2000x1333.png");
}
.cid-sjy29fpGM8 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-sjy29fpGM8 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-sjy29fpGM8 .breites_Zitat,
  .cid-sjy29fpGM8 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRb8LDQEYX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-5-1500x490.jpg");
}
.cid-rRb8LDQEYX H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRb8LDQEYX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRb8LDQEYX span {
  visibility: hidden;
}
.cid-rRb8LDQEYX .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-rRb8LDQEYX span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-txghk3P8o3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghk3P8o3 .content {
    text-align: center;
  }
  .cid-txghk3P8o3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghk3P8o3 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghk3P8o3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghk3P8o3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghk3P8o3 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghk3P8o3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghk3P8o3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghk3P8o3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghk3P8o3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghk3P8o3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghk3P8o3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghk3P8o3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghk3P8o3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghk3P8o3 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghk3P8o3 P {
  color: #1d1d1b;
}
.cid-txghk3P8o3 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghk3P8o3 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghk3P8o3 .logo_footer {
  position: relative;
}
.cid-txghk3P8o3 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghk3P8o3 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghk3P8o3 .col,
  .cid-txghk3P8o3 .col-1,
  .cid-txghk3P8o3 .col-10,
  .cid-txghk3P8o3 .col-11,
  .cid-txghk3P8o3 .col-12,
  .cid-txghk3P8o3 .col-2,
  .cid-txghk3P8o3 .col-3,
  .cid-txghk3P8o3 .col-4,
  .cid-txghk3P8o3 .col-5,
  .cid-txghk3P8o3 .col-6,
  .cid-txghk3P8o3 .col-7,
  .cid-txghk3P8o3 .col-8,
  .cid-txghk3P8o3 .col-9,
  .cid-txghk3P8o3 .col-auto,
  .cid-txghk3P8o3 .col-lg,
  .cid-txghk3P8o3 .col-lg-1,
  .cid-txghk3P8o3 .col-lg-10,
  .cid-txghk3P8o3 .col-lg-11,
  .cid-txghk3P8o3 .col-lg-12,
  .cid-txghk3P8o3 .col-lg-2,
  .cid-txghk3P8o3 .col-lg-3,
  .cid-txghk3P8o3 .col-lg-4,
  .cid-txghk3P8o3 .col-lg-5,
  .cid-txghk3P8o3 .col-lg-6,
  .cid-txghk3P8o3 .col-lg-7,
  .cid-txghk3P8o3 .col-lg-8,
  .cid-txghk3P8o3 .col-lg-9,
  .cid-txghk3P8o3 .col-lg-auto,
  .cid-txghk3P8o3 .col-md,
  .cid-txghk3P8o3 .col-md-1,
  .cid-txghk3P8o3 .col-md-10,
  .cid-txghk3P8o3 .col-md-11,
  .cid-txghk3P8o3 .col-md-12,
  .cid-txghk3P8o3 .col-md-2,
  .cid-txghk3P8o3 .col-md-3,
  .cid-txghk3P8o3 .col-md-4,
  .cid-txghk3P8o3 .col-md-5,
  .cid-txghk3P8o3 .col-md-6,
  .cid-txghk3P8o3 .col-md-7,
  .cid-txghk3P8o3 .col-md-8,
  .cid-txghk3P8o3 .col-md-9,
  .cid-txghk3P8o3 .col-md-auto,
  .cid-txghk3P8o3 .col-sm,
  .cid-txghk3P8o3 .col-sm-1,
  .cid-txghk3P8o3 .col-sm-10,
  .cid-txghk3P8o3 .col-sm-11,
  .cid-txghk3P8o3 .col-sm-12,
  .cid-txghk3P8o3 .col-sm-2,
  .cid-txghk3P8o3 .col-sm-3,
  .cid-txghk3P8o3 .col-sm-4,
  .cid-txghk3P8o3 .col-sm-5,
  .cid-txghk3P8o3 .col-sm-6,
  .cid-txghk3P8o3 .col-sm-7,
  .cid-txghk3P8o3 .col-sm-8,
  .cid-txghk3P8o3 .col-sm-9,
  .cid-txghk3P8o3 .col-sm-auto,
  .cid-txghk3P8o3 .col-xl,
  .cid-txghk3P8o3 .col-xl-1,
  .cid-txghk3P8o3 .col-xl-10,
  .cid-txghk3P8o3 .col-xl-11,
  .cid-txghk3P8o3 .col-xl-12,
  .cid-txghk3P8o3 .col-xl-2,
  .cid-txghk3P8o3 .col-xl-3,
  .cid-txghk3P8o3 .col-xl-4,
  .cid-txghk3P8o3 .col-xl-5,
  .cid-txghk3P8o3 .col-xl-6,
  .cid-txghk3P8o3 .col-xl-7,
  .cid-txghk3P8o3 .col-xl-8,
  .cid-txghk3P8o3 .col-xl-9,
  .cid-txghk3P8o3 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghk3P8o3 .content {
    text-align: left;
  }
  .cid-txghk3P8o3 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghk3P8o3 .logo_footer_box {
    position: relative;
  }
  .cid-txghk3P8o3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghk3P8o3 .logo_footer {
    position: relative;
  }
  .cid-txghk3P8o3 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRat8XdZ8W {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRat8XdZ8W {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRaR8WFiqB {
  background: #ffffff;
}
.cid-rRaR8WFiqB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRaR8WFiqB figcaption {
  position: relative;
}
.cid-rRaR8WFiqB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRaR8WFiqB .image-block {
    width: 300% !important;
  }
}
.cid-rRaUwMiVaO {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRaUwMiVaO .testimonial-text {
  font-weight: 200;
  color: #000000;
  text-align: left;
}
.cid-rRaUwMiVaO .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRaUwMiVaO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRaUwMiVaO .mbr-figure,
  .cid-rRaUwMiVaO img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRaUwMiVaO .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRaUwMiVaO .mbr-author-desc {
  color: #000000;
}
.cid-rRaUwMiVaO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRaUwMiVaO .text_block {
  margin-top: 0px;
}
.cid-rRaUwMiVaO .h2_block {
  margin-bottom: 20px;
}
.cid-rRaUwMiVaO .mbr-figure {
  align-self: flex-start;
}
.cid-rRaUwMiVaO .display-5 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}
.cid-rRaUwMiVaO .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRaUwMiVaO .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRaUwMiVaO a:hover {
  Color: #a76645 !important;
}
.cid-rRaUwMiVaO a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRaUwMiVaO .btn-black-outline:hover,
.cid-rRaUwMiVaO .btn-black-outline:focus,
.cid-rRaUwMiVaO .btn-black-outline.focus,
.cid-rRaUwMiVaO .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRaUwMiVaO .display-5 {
    line-height: 1;
    font-size: 1.3rem;
  }
  .cid-rRaUwMiVaO .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRaUwMiVaO .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRaUwMiVaO .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-tplb1soMU1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tplb1soMU1 .mbr-text,
.cid-tplb1soMU1 blockquote {
  color: #767676;
}
.cid-tplb1soMU1 .fundraisingbox {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #fff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #fff;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #fff;
}
.cid-rRaRlbAZRf {
  background: #ffffff;
}
.cid-rRaRlbAZRf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRaRlbAZRf figcaption {
  position: relative;
}
.cid-rRaRlbAZRf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRaRlbAZRf .image-block {
    width: 300% !important;
  }
}
.cid-sjeCuu2rZO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjeCuu2rZO .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sjeCuu2rZO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sjeCuu2rZO .space_down_50 {
  margin-bottom: 50px;
}
.cid-sjeCuu2rZO .testimonial-text {
  text-align: left;
}
.cid-rUge62gWWa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUge62gWWa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUge62gWWa p {
  color: #767676;
  text-align: left;
}
.cid-rUge62gWWa .card-box {
  padding-top: 2rem;
}
.cid-rUge62gWWa .card-wrapper {
  height: 100%;
}
.cid-rUge62gWWa P {
  color: #1d1d1b;
}
.cid-uAOgdOYiUS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-uAOgdOYiUS .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-uAOgdOYiUS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uAOgdOYiUS p {
  color: #767676;
  text-align: left;
}
.cid-uAOgdOYiUS .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-uAOgdOYiUS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uAOgdOYiUS .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uAOgdOYiUS .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAOgdOYiUS .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uAOgdOYiUS .notched-box:before,
.cid-uAOgdOYiUS .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-uAOgdOYiUS .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-uAOgdOYiUS .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-uAOgdOYiUS .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-uAOgdOYiUS .border:before,
.cid-uAOgdOYiUS .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-uAOgdOYiUS .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-uAOgdOYiUS .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-uAOgdOYiUS .mbr-author-name {
  padding-left: 40px;
}
.cid-uAOgdOYiUS P {
  color: #ffffff;
}
.cid-uAOgdOYiUS .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-uAOgg5CXr9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-18-2000x1330.png");
}
.cid-uAOgg5CXr9 H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-uAOgg5CXr9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOgg5CXr9 span {
  visibility: hidden;
}
.cid-uAOgg5CXr9 .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uAOgg5CXr9 span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-uAOghD2jt9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uAOghD2jt9 .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  text-align: right;
}
.cid-uAOghD2jt9 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-uAOghD2jt9 .mbr-author-desc {
  color: #1d1d1b;
  text-align: right;
}
.cid-uAOghD2jt9 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-uAOghD2jt9 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uAOghD2jt9 .mbr-figure,
  .cid-uAOghD2jt9 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-uAOghD2jt9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uAOghD2jt9 .text_block {
  margin-top: 0px;
}
.cid-uAOghD2jt9 .h2_block {
  margin-bottom: 20px;
  text-align: right;
}
.cid-uAOghD2jt9 .mbr-figure {
  align-self: flex-start;
}
.cid-uAOghD2jt9 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-uAOghD2jt9 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uAOghD2jt9 a:hover {
  Color: #a76645 !important;
}
.cid-uAOghD2jt9 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uAOghD2jt9 .btn-black-outline:hover,
.cid-uAOghD2jt9 .btn-black-outline:focus,
.cid-uAOghD2jt9 .btn-black-outline.focus,
.cid-uAOghD2jt9 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-uAOghD2jt9 .display-5 {
    line-height: 1;
  }
  .cid-uAOghD2jt9 .btn {
    font-size: 1.5rem !important;
  }
  .cid-uAOghD2jt9 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-uAOghD2jt9 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-uAOghD2jt9 .content {
  padding-left: 3px;
}
.cid-uAOgjtODXR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-10-1500x622.jpg");
}
.cid-uAOgjtODXR H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-uAOgjtODXR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAOgjtODXR span {
  visibility: hidden;
}
.cid-uAOgjtODXR .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uAOgjtODXR span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-uAOgnUqO7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uAOgnUqO7C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uAOgnUqO7C p {
  color: #767676;
  text-align: left;
}
.cid-uAOgnUqO7C .card-box {
  padding-top: 2rem;
}
.cid-uAOgnUqO7C .card-wrapper {
  height: 100%;
}
.cid-txghhquMAu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghhquMAu .content {
    text-align: center;
  }
  .cid-txghhquMAu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghhquMAu .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghhquMAu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghhquMAu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghhquMAu .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghhquMAu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghhquMAu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghhquMAu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghhquMAu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghhquMAu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghhquMAu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghhquMAu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghhquMAu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghhquMAu H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghhquMAu P {
  color: #1d1d1b;
}
.cid-txghhquMAu .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghhquMAu .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghhquMAu .logo_footer {
  position: relative;
}
.cid-txghhquMAu .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghhquMAu .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghhquMAu .col,
  .cid-txghhquMAu .col-1,
  .cid-txghhquMAu .col-10,
  .cid-txghhquMAu .col-11,
  .cid-txghhquMAu .col-12,
  .cid-txghhquMAu .col-2,
  .cid-txghhquMAu .col-3,
  .cid-txghhquMAu .col-4,
  .cid-txghhquMAu .col-5,
  .cid-txghhquMAu .col-6,
  .cid-txghhquMAu .col-7,
  .cid-txghhquMAu .col-8,
  .cid-txghhquMAu .col-9,
  .cid-txghhquMAu .col-auto,
  .cid-txghhquMAu .col-lg,
  .cid-txghhquMAu .col-lg-1,
  .cid-txghhquMAu .col-lg-10,
  .cid-txghhquMAu .col-lg-11,
  .cid-txghhquMAu .col-lg-12,
  .cid-txghhquMAu .col-lg-2,
  .cid-txghhquMAu .col-lg-3,
  .cid-txghhquMAu .col-lg-4,
  .cid-txghhquMAu .col-lg-5,
  .cid-txghhquMAu .col-lg-6,
  .cid-txghhquMAu .col-lg-7,
  .cid-txghhquMAu .col-lg-8,
  .cid-txghhquMAu .col-lg-9,
  .cid-txghhquMAu .col-lg-auto,
  .cid-txghhquMAu .col-md,
  .cid-txghhquMAu .col-md-1,
  .cid-txghhquMAu .col-md-10,
  .cid-txghhquMAu .col-md-11,
  .cid-txghhquMAu .col-md-12,
  .cid-txghhquMAu .col-md-2,
  .cid-txghhquMAu .col-md-3,
  .cid-txghhquMAu .col-md-4,
  .cid-txghhquMAu .col-md-5,
  .cid-txghhquMAu .col-md-6,
  .cid-txghhquMAu .col-md-7,
  .cid-txghhquMAu .col-md-8,
  .cid-txghhquMAu .col-md-9,
  .cid-txghhquMAu .col-md-auto,
  .cid-txghhquMAu .col-sm,
  .cid-txghhquMAu .col-sm-1,
  .cid-txghhquMAu .col-sm-10,
  .cid-txghhquMAu .col-sm-11,
  .cid-txghhquMAu .col-sm-12,
  .cid-txghhquMAu .col-sm-2,
  .cid-txghhquMAu .col-sm-3,
  .cid-txghhquMAu .col-sm-4,
  .cid-txghhquMAu .col-sm-5,
  .cid-txghhquMAu .col-sm-6,
  .cid-txghhquMAu .col-sm-7,
  .cid-txghhquMAu .col-sm-8,
  .cid-txghhquMAu .col-sm-9,
  .cid-txghhquMAu .col-sm-auto,
  .cid-txghhquMAu .col-xl,
  .cid-txghhquMAu .col-xl-1,
  .cid-txghhquMAu .col-xl-10,
  .cid-txghhquMAu .col-xl-11,
  .cid-txghhquMAu .col-xl-12,
  .cid-txghhquMAu .col-xl-2,
  .cid-txghhquMAu .col-xl-3,
  .cid-txghhquMAu .col-xl-4,
  .cid-txghhquMAu .col-xl-5,
  .cid-txghhquMAu .col-xl-6,
  .cid-txghhquMAu .col-xl-7,
  .cid-txghhquMAu .col-xl-8,
  .cid-txghhquMAu .col-xl-9,
  .cid-txghhquMAu .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghhquMAu .content {
    text-align: left;
  }
  .cid-txghhquMAu .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghhquMAu .logo_footer_box {
    position: relative;
  }
  .cid-txghhquMAu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghhquMAu .logo_footer {
    position: relative;
  }
  .cid-txghhquMAu .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRrlzuNLrV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRrlzuNLrV {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRrmpJ6dgH {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rRrmpJ6dgH .images-container.container-fluid {
  padding: 0;
}
.cid-rRrmpJ6dgH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRrmpJ6dgH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRrmpJ6dgH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRrmpJ6dgH .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRrmpJ6dgH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRrmpJ6dgH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRrmpJ6dgH .img-item {
    width: 100% !important;
  }
  .cid-rRrmpJ6dgH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRrmGVVxWz {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rRrmGVVxWz .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRrmGVVxWz .video-block {
    width: 100% !important;
  }
}
.cid-rRrmGVVxWz .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRrmRVYupP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrmRVYupP .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrmRVYupP h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrmRVYupP .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrmRVYupP .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rUTQoO94rT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-10-1500x622.jpg");
}
.cid-rUTQoO94rT H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rUTQoO94rT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUTQoO94rT span {
  visibility: hidden;
}
.cid-rUTQoO94rT .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-rUTQoO94rT span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRrna5OO9K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luftbild-complex-vin-2000x778.jpg");
}
.cid-rRrna5OO9K p {
  color: #767676;
}
.cid-rRrna5OO9K .mbr-section-subtitle {
  color: #767676;
}
.cid-rRrna5OO9K .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rRrna5OO9K .panel-group {
  width: 100%;
}
.cid-rRrna5OO9K .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRrna5OO9K .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rRrna5OO9K .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rRrna5OO9K .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRrna5OO9K .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rRrna5OO9K .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rRrna5OO9K .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-rRrna5OO9K .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rRroHqJdSZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRroHqJdSZ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRroHqJdSZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRroHqJdSZ .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRroHqJdSZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrpnt65T0 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/partikel-haut-2000x1333.jpg");
}
.cid-rRrpnt65T0 .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRrpnt65T0 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRrpnt65T0 .mbr-author-desc {
  color: #ffffff;
}
.cid-rRrpnt65T0 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRrpnt65T0 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRrpnt65T0 .mbr-figure,
  .cid-rRrpnt65T0 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRrpnt65T0 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrpnt65T0 .text_block {
  margin-top: 0px;
}
.cid-rRrpnt65T0 .h2_block {
  margin-bottom: 20px;
}
.cid-rRrpnt65T0 .mbr-figure {
  align-self: flex-start;
}
.cid-rRrpnt65T0 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: white !important;
}
.cid-rRrpnt65T0 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRrpnt65T0 svg polygon {
  fill: white ;
}
.cid-rRrpnt65T0 a:hover {
  Color: #F9CEB2 !important;
}
.cid-rRrpnt65T0 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRrpnt65T0 .btn-black-outline:hover,
.cid-rRrpnt65T0 .btn-black-outline:focus,
.cid-rRrpnt65T0 .btn-black-outline.focus,
.cid-rRrpnt65T0 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rRrpnt65T0 .btn-white-outline:hover,
.cid-rRrpnt65T0 .btn-white-outline:focus,
.cid-rRrpnt65T0 .btn-white-outline.focus,
.cid-rRrpnt65T0 .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRrpnt65T0 .display-5 {
    line-height: 1;
  }
  .cid-rRrpnt65T0 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRrpnt65T0 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRrpnt65T0 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRrpnt65T0 .content {
  padding-left: 3px;
}
.cid-rRrusLBjKY {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRrusLBjKY H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRrusLBjKY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRrrXZHzps {
  background-image: url("../../../assets/images/the-new-nazi-government-in-1933-1024x1001.jpg");
}
.cid-rRrrXZHzps P {
  color: #767676;
}
.cid-rRrs7PTsGi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRrs7PTsGi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrs7PTsGi p {
  color: #767676;
  text-align: left;
}
.cid-rRrs7PTsGi .card-box {
  padding-top: 2rem;
}
.cid-rRrs7PTsGi .card-wrapper {
  height: 100%;
}
.cid-rRrt3KAczY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrt3KAczY .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrt3KAczY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrt3KAczY .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrt3KAczY .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrtdLqgKD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rRrtdLqgKD .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRrtdLqgKD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrtdLqgKD p {
  color: #767676;
  text-align: left;
}
.cid-rRrtdLqgKD .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRrtdLqgKD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRrtdLqgKD .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRrtdLqgKD .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRrtdLqgKD .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRrtdLqgKD .notched-box:before,
.cid-rRrtdLqgKD .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRrtdLqgKD .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRrtdLqgKD .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRrtdLqgKD .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRrtdLqgKD .border:before,
.cid-rRrtdLqgKD .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRrtdLqgKD .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRrtdLqgKD .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRrtdLqgKD .mbr-author-name {
  padding-left: 40px;
}
.cid-rRrtdLqgKD P {
  color: #000000;
}
.cid-rRrtdLqgKD .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRrtg1OWzZ {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-0015-v2-1-2000x1334.jpg");
}
.cid-rRrtg1OWzZ P {
  color: #767676;
}
.cid-rRrtiuJ9dP {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRrtiuJ9dP H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRrtiuJ9dP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRrtiuJ9dP a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 white;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 white;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 white;
  cursor: pointer;
  padding-bottom: 3px;
  color: white !important;
}
.cid-rRrtiuJ9dP a:hover {
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  color: #F9CEB2 !important;
}
.cid-rRrtkMuZsW {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRrtkMuZsW .images-container.container-fluid {
  padding: 0;
}
.cid-rRrtkMuZsW .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRrtkMuZsW .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRrtkMuZsW .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRrtkMuZsW .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRrtkMuZsW .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRrtkMuZsW .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRrtkMuZsW .img-item {
    width: 100% !important;
  }
  .cid-rRrtkMuZsW .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRrtmWVsdJ {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-0014-v2-2000x1334.jpg");
}
.cid-rRrtmWVsdJ P {
  color: #767676;
}
.cid-rRrtrfSSap {
  background-image: url("../../../assets/images/img-8001-2000x1333.jpg");
}
.cid-rRrtrfSSap P {
  color: #767676;
}
.cid-rRrtulcneK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrtulcneK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrtulcneK p {
  color: #767676;
  text-align: left;
}
.cid-rRrtulcneK .card-box {
  padding-top: 2rem;
}
.cid-rRrtulcneK .card-wrapper {
  height: 100%;
}
.cid-rRrtpntjr6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-9-2000x1402.png");
}
.cid-rRrtpntjr6 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRrtpntjr6 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRrtpntjr6 .breites_Zitat,
  .cid-rRrtpntjr6 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRrtAvlsh8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrtAvlsh8 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrtAvlsh8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrtAvlsh8 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrtAvlsh8 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrtydwwtC {
  background: #ffffff;
}
.cid-rRrtydwwtC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRrtydwwtC figcaption {
  position: relative;
}
.cid-rRrtydwwtC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRrtydwwtC .image-block {
    width: 100% !important;
  }
}
.cid-rRrtw7rtHu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrtw7rtHu .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrtw7rtHu h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrtw7rtHu .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrtw7rtHu .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrtER1SvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrtER1SvM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrtER1SvM p {
  color: #767676;
  text-align: left;
}
.cid-rRrtER1SvM .card-box {
  padding-top: 2rem;
}
.cid-rRrtER1SvM .card-wrapper {
  height: 100%;
}
.cid-rRrtT8iJS6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrtT8iJS6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrtT8iJS6 p {
  color: #767676;
  text-align: left;
}
.cid-rRrtT8iJS6 .card-box {
  padding-top: 2rem;
}
.cid-rRrtT8iJS6 .card-wrapper {
  height: 100%;
}
.cid-sa6yD5S7em {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-12-2000x1448.png");
}
.cid-sa6yD5S7em .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sa6yD5S7em h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sa6yD5S7em p {
  color: #767676;
  text-align: left;
}
.cid-sa6yD5S7em .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sa6yD5S7em .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sa6yD5S7em .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sa6yD5S7em .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sa6yD5S7em .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sa6yD5S7em .notched-box:before,
.cid-sa6yD5S7em .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sa6yD5S7em .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sa6yD5S7em .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sa6yD5S7em .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sa6yD5S7em .border:before,
.cid-sa6yD5S7em .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sa6yD5S7em .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sa6yD5S7em .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sa6yD5S7em .mbr-author-name {
  padding-left: 40px;
}
.cid-sa6yD5S7em P {
  color: #000000;
}
.cid-sa6yD5S7em .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sdcvkaFgJn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-sdcvkaFgJn .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sdcvkaFgJn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sdcvkaFgJn p {
  color: #767676;
  text-align: left;
}
.cid-sdcvkaFgJn .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sdcvkaFgJn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sdcvkaFgJn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sdcvkaFgJn .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdcvkaFgJn .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sdcvkaFgJn .notched-box:before,
.cid-sdcvkaFgJn .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sdcvkaFgJn .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sdcvkaFgJn .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sdcvkaFgJn .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sdcvkaFgJn .border:before,
.cid-sdcvkaFgJn .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sdcvkaFgJn .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sdcvkaFgJn .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sdcvkaFgJn .mbr-author-name {
  padding-left: 40px;
}
.cid-sdcvkaFgJn P {
  color: #000000;
}
.cid-sdcvkaFgJn .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rUUaIi2Zzj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-12-2000x1448.png");
}
.cid-rUUaIi2Zzj .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUUaIi2Zzj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUUaIi2Zzj p {
  color: #767676;
  text-align: left;
}
.cid-rUUaIi2Zzj .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUUaIi2Zzj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUUaIi2Zzj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUUaIi2Zzj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUUaIi2Zzj .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUUaIi2Zzj .notched-box:before,
.cid-rUUaIi2Zzj .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rUUaIi2Zzj .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUUaIi2Zzj .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUUaIi2Zzj .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUUaIi2Zzj .border:before,
.cid-rUUaIi2Zzj .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rUUaIi2Zzj .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUUaIi2Zzj .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUUaIi2Zzj .mbr-author-name {
  padding-left: 40px;
}
.cid-rUUaIi2Zzj P {
  color: #000000;
}
.cid-rUUaIi2Zzj .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rUUaIi2Zzj a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rUUaIi2Zzj a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRrtW1zZHG {
  background-image: url("../../../assets/images/bundestag-kopie-2000x861.jpg");
}
.cid-rRrtW1zZHG P {
  color: #767676;
}
.cid-rRru3oc6Yx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRru3oc6Yx .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRru3oc6Yx .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRru3oc6Yx .mbr-author-desc {
  color: #232;
}
.cid-rRru3oc6Yx .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRru3oc6Yx .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRru3oc6Yx .mbr-figure,
  .cid-rRru3oc6Yx img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRru3oc6Yx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRru3oc6Yx .text_block {
  margin-top: 0px;
}
.cid-rRru3oc6Yx .h2_block {
  margin-bottom: 20px;
}
.cid-rRru3oc6Yx .mbr-figure {
  align-self: flex-start;
}
.cid-rRru3oc6Yx .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRru3oc6Yx .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRru3oc6Yx a:hover {
  Color: #a76645 !important;
}
.cid-rRru3oc6Yx a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRru3oc6Yx .btn-black-outline:hover,
.cid-rRru3oc6Yx .btn-black-outline:focus,
.cid-rRru3oc6Yx .btn-black-outline.focus,
.cid-rRru3oc6Yx .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRru3oc6Yx .display-5 {
    line-height: 1;
  }
  .cid-rRru3oc6Yx .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRru3oc6Yx .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRru3oc6Yx .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRru3oc6Yx .content {
  padding-left: 3px;
}
.cid-rRru6H1jWo {
  background-image: url("../../../assets/images/nie-wieder-auschwitz-am-bundestag-1280x853.jpg");
}
.cid-rRru6H1jWo P {
  color: #767676;
}
.cid-sdcym4KATS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-7-1784x2561.png");
}
.cid-sdcym4KATS .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sdcym4KATS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sdcym4KATS p {
  color: #767676;
  text-align: left;
}
.cid-sdcym4KATS .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sdcym4KATS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sdcym4KATS .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sdcym4KATS .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdcym4KATS .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sdcym4KATS .notched-box:before,
.cid-sdcym4KATS .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sdcym4KATS .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sdcym4KATS .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sdcym4KATS .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sdcym4KATS .border:before,
.cid-sdcym4KATS .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sdcym4KATS .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sdcym4KATS .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sdcym4KATS .mbr-author-name {
  padding-left: 40px;
}
.cid-sdcym4KATS P {
  color: #000000;
  line-height: 1.3;
}
.cid-sdcym4KATS .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRruajlVgt {
  background-image: url("../../../assets/images/045-2000x1125.jpg");
}
.cid-rRruajlVgt P {
  color: #767676;
}
.cid-rRrup152YD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRrup152YD .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRrup152YD .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRrup152YD .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRrup152YD .mbr-figure,
  .cid-rRrup152YD img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRrup152YD .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRrup152YD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrup152YD .h2_block {
  margin-bottom: 20px;
}
.cid-saLoeiOePd {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-9-1500x622.jpg");
}
.cid-saLoeiOePd H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-saLoeiOePd .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-saLoeiOePd .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-saLoeiOePd .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRrur2Dwvi {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-0351-v2-2000x1333.jpg");
}
.cid-rRrur2Dwvi P {
  color: #767676;
}
.cid-saLp3L155x {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saLp3L155x .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLp3L155x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLp3L155x p {
  color: #767676;
  text-align: left;
}
.cid-saLp3L155x .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLp3L155x .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLp3L155x .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLp3L155x .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLp3L155x .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLp3L155x .notched-box:before,
.cid-saLp3L155x .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-saLp3L155x .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLp3L155x .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLp3L155x .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLp3L155x .border:before,
.cid-saLp3L155x .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-saLp3L155x .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLp3L155x .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLp3L155x .mbr-author-name {
  padding-left: 40px;
}
.cid-saLp3L155x P {
  color: #ffffff;
}
.cid-saLp3L155x .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-saLp3L155x a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-saLp3L155x a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-saLtPh4BA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saLtPh4BA4 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLtPh4BA4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLtPh4BA4 p {
  color: #767676;
  text-align: left;
}
.cid-saLtPh4BA4 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLtPh4BA4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLtPh4BA4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLtPh4BA4 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLtPh4BA4 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLtPh4BA4 .notched-box:before,
.cid-saLtPh4BA4 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-saLtPh4BA4 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLtPh4BA4 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLtPh4BA4 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLtPh4BA4 .border:before,
.cid-saLtPh4BA4 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-saLtPh4BA4 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLtPh4BA4 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLtPh4BA4 .mbr-author-name {
  padding-left: 40px;
}
.cid-saLtPh4BA4 P {
  color: #ffffff;
}
.cid-saLtPh4BA4 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-saLtPh4BA4 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-saLtPh4BA4 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-se4vZi2Mk0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-se4vZi2Mk0 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-se4vZi2Mk0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-se4vZi2Mk0 p {
  color: #767676;
  text-align: left;
}
.cid-se4vZi2Mk0 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-se4vZi2Mk0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-se4vZi2Mk0 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-se4vZi2Mk0 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-se4vZi2Mk0 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-se4vZi2Mk0 .notched-box:before,
.cid-se4vZi2Mk0 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-se4vZi2Mk0 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-se4vZi2Mk0 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-se4vZi2Mk0 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-se4vZi2Mk0 .border:before,
.cid-se4vZi2Mk0 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-se4vZi2Mk0 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-se4vZi2Mk0 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-se4vZi2Mk0 .mbr-author-name {
  padding-left: 40px;
}
.cid-se4vZi2Mk0 P {
  color: #ffffff;
}
.cid-se4vZi2Mk0 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-se4vZi2Mk0 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-se4vZi2Mk0 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sa6wcD6ZVR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-sa6wcD6ZVR H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-sa6wcD6ZVR .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-sa6wcD6ZVR .breites_Zitat,
  .cid-sa6wcD6ZVR .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRruxpuzX2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRruxpuzX2 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRruxpuzX2 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRruxpuzX2 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRruxpuzX2 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrujFpY59 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRrujFpY59 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRrujFpY59 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrujFpY59 p {
  color: #767676;
  text-align: left;
}
.cid-rRrujFpY59 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRrujFpY59 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRrujFpY59 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRrujFpY59 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRrujFpY59 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRrujFpY59 .notched-box:before,
.cid-rRrujFpY59 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRrujFpY59 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRrujFpY59 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRrujFpY59 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRrujFpY59 .border:before,
.cid-rRrujFpY59 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRrujFpY59 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRrujFpY59 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRrujFpY59 .mbr-author-name {
  padding-left: 40px;
}
.cid-rRrujFpY59 P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRrujFpY59 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rUU1gWIMWA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rUU1gWIMWA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUU1gWIMWA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUU1gWIMWA p {
  color: #767676;
  text-align: left;
}
.cid-rUU1gWIMWA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUU1gWIMWA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUU1gWIMWA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUU1gWIMWA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUU1gWIMWA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUU1gWIMWA .notched-box:before,
.cid-rUU1gWIMWA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rUU1gWIMWA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUU1gWIMWA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUU1gWIMWA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUU1gWIMWA .border:before,
.cid-rUU1gWIMWA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rUU1gWIMWA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUU1gWIMWA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUU1gWIMWA .mbr-author-name {
  padding-left: 40px;
}
.cid-rUU1gWIMWA P {
  color: #000000;
  line-height: 1.3;
}
.cid-rUU1gWIMWA .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rUU2DYTuax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rUU2DYTuax .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUU2DYTuax h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUU2DYTuax p {
  color: #767676;
  text-align: left;
}
.cid-rUU2DYTuax .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUU2DYTuax .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUU2DYTuax .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUU2DYTuax .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUU2DYTuax .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUU2DYTuax .notched-box:before,
.cid-rUU2DYTuax .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rUU2DYTuax .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUU2DYTuax .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUU2DYTuax .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUU2DYTuax .border:before,
.cid-rUU2DYTuax .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rUU2DYTuax .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUU2DYTuax .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUU2DYTuax .mbr-author-name {
  padding-left: 40px;
}
.cid-rUU2DYTuax P {
  color: #000000;
  line-height: 1.3;
}
.cid-rUU2DYTuax .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rUU5w6t5WL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rUU5w6t5WL .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUU5w6t5WL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUU5w6t5WL p {
  color: #767676;
  text-align: left;
}
.cid-rUU5w6t5WL .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUU5w6t5WL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUU5w6t5WL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUU5w6t5WL .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUU5w6t5WL .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUU5w6t5WL .notched-box:before,
.cid-rUU5w6t5WL .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rUU5w6t5WL .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUU5w6t5WL .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUU5w6t5WL .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUU5w6t5WL .border:before,
.cid-rUU5w6t5WL .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rUU5w6t5WL .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUU5w6t5WL .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUU5w6t5WL .mbr-author-name {
  padding-left: 40px;
}
.cid-rUU5w6t5WL P {
  color: #000000;
  line-height: 1.3;
}
.cid-rUU5w6t5WL .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-saLIUVONBi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-saLIUVONBi .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLIUVONBi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLIUVONBi p {
  color: #767676;
  text-align: left;
}
.cid-saLIUVONBi .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLIUVONBi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLIUVONBi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLIUVONBi .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLIUVONBi .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLIUVONBi .notched-box:before,
.cid-saLIUVONBi .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-saLIUVONBi .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLIUVONBi .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLIUVONBi .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLIUVONBi .border:before,
.cid-saLIUVONBi .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-saLIUVONBi .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLIUVONBi .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLIUVONBi .mbr-author-name {
  padding-left: 40px;
}
.cid-saLIUVONBi P {
  color: #000000;
  line-height: 1.3;
}
.cid-saLIUVONBi .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-saLJpAzJl5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-saLJpAzJl5 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLJpAzJl5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLJpAzJl5 p {
  color: #767676;
  text-align: left;
}
.cid-saLJpAzJl5 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLJpAzJl5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLJpAzJl5 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLJpAzJl5 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLJpAzJl5 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLJpAzJl5 .notched-box:before,
.cid-saLJpAzJl5 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-saLJpAzJl5 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLJpAzJl5 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLJpAzJl5 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLJpAzJl5 .border:before,
.cid-saLJpAzJl5 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-saLJpAzJl5 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLJpAzJl5 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLJpAzJl5 .mbr-author-name {
  padding-left: 40px;
}
.cid-saLJpAzJl5 P {
  color: #000000;
  line-height: 1.3;
}
.cid-saLJpAzJl5 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sdcoFwVlhd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-7-1500x622.jpg");
}
.cid-sdcoFwVlhd P {
  color: #767676;
}
.cid-sdcoFwVlhd .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
.cid-sdcoFwVlhd h1 {
  font-size: 6vw !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 0.9em;
  color: white;
}
.cid-sdcoFwVlhd .animation_center {
  padding: 5vh 0px;
}
.cid-sdcoFwVlhd .banner {
  width: 100%;
  height: auto;
}
.cid-sdcoFwVlhd .black {
  background-color: #fff !important;
}
.cid-sdcoFwVlhd .AniContainer {
  padding: 5em 0em;
}
.cid-sdcoFwVlhd span {
  visibility: hidden;
}
.cid-sdcoFwVlhd span.blick {
  visibility: visible;
}
@media (max-width: 768px) {
  .cid-sdcoFwVlhd .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-sdcoFwVlhd .mbr-text,
.cid-sdcoFwVlhd .mbr-section-btn {
  color: #ffffff;
}
.cid-rRruAK8GF2 {
  background-image: url("../../../assets/images/eimasacw4aaexus-800x548.jpg");
}
.cid-rRruAK8GF2 P {
  color: #767676;
}
.cid-rRrv0xt791 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrv0xt791 .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRrv0xt791 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRrv0xt791 .mbr-author-desc {
  color: #232;
}
.cid-rRrv0xt791 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRrv0xt791 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRrv0xt791 .mbr-figure,
  .cid-rRrv0xt791 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRrv0xt791 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrv0xt791 .text_block {
  margin-top: 0px;
}
.cid-rRrv0xt791 .h2_block {
  margin-bottom: 20px;
}
.cid-rRrv0xt791 .mbr-figure {
  align-self: flex-start;
}
.cid-rRrv0xt791 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRrv0xt791 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRrv0xt791 a:hover {
  Color: #a76645 !important;
}
.cid-rRrv0xt791 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRrv0xt791 .btn-black-outline:hover,
.cid-rRrv0xt791 .btn-black-outline:focus,
.cid-rRrv0xt791 .btn-black-outline.focus,
.cid-rRrv0xt791 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRrv0xt791 .display-5 {
    line-height: 1;
  }
  .cid-rRrv0xt791 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRrv0xt791 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRrv0xt791 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRrv0xt791 .content {
  padding-left: 3px;
}
.cid-rRrv2vEsLm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRrv2vEsLm H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRrv2vEsLm .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRrv2vEsLm .breites_Zitat,
  .cid-rRrv2vEsLm .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRrv56xbXy {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRrv56xbXy .images-container.container-fluid {
  padding: 0;
}
.cid-rRrv56xbXy .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRrv56xbXy .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRrv56xbXy .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRrv56xbXy .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRrv56xbXy .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRrv56xbXy .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRrv56xbXy .img-item {
    width: 100% !important;
  }
  .cid-rRrv56xbXy .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saLxVjokw9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-15-2000x1330.png");
}
.cid-saLxVjokw9 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLxVjokw9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLxVjokw9 p {
  color: #767676;
  text-align: left;
}
.cid-saLxVjokw9 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLxVjokw9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLxVjokw9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLxVjokw9 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLxVjokw9 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLxVjokw9 .notched-box:before,
.cid-saLxVjokw9 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-saLxVjokw9 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLxVjokw9 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLxVjokw9 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLxVjokw9 .border:before,
.cid-saLxVjokw9 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-saLxVjokw9 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLxVjokw9 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLxVjokw9 .mbr-author-name {
  padding-left: 40px;
}
.cid-saLxVjokw9 P {
  color: #000000;
  line-height: 1.3;
}
.cid-saLxVjokw9 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRrv6p0PKI {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-402-2000x1333.jpg");
}
.cid-rRrv6p0PKI P {
  color: #767676;
}
.cid-rRrv9igpZv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrv9igpZv .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrv9igpZv h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrv9igpZv .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrv9igpZv .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrvb31moP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrvb31moP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrvb31moP p {
  color: #767676;
  text-align: left;
}
.cid-rRrvb31moP .card-box {
  padding-top: 2rem;
}
.cid-rRrvb31moP .card-wrapper {
  height: 100%;
}
.cid-rRrvdlrA64 {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-516-1333x2000.jpg");
}
.cid-rRrvdlrA64 P {
  color: #767676;
}
.cid-rRrveG7kZe {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-512-2000x1333.jpg");
}
.cid-rRrveG7kZe P {
  color: #767676;
}
.cid-rRrviWmd0Y {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRrviWmd0Y H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRrviWmd0Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRrvkFSROn {
  background-image: url("../../../assets/images/zps-gedenkenheisstkaempfen-411-2000x1333.jpg");
}
.cid-rRrvkFSROn P {
  color: #767676;
}
.cid-rRrvlFvIZj {
  background-image: url("../../../assets/images/zps-chemnitz-12-2000x1333.jpg");
}
.cid-rRrvlFvIZj P {
  color: #767676;
}
.cid-rRrvnGZTeh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-rRrvnGZTeh H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rRrvnGZTeh .mbr-section-subtitle {
  color: #000000;
}
.cid-rRrvnGZTeh section {
  background-color: none;
}
.cid-rRrvnGZTeh .logo_footer {
  position: relative;
  right: 100px;
}
.cid-rRrvpYwpgQ {
  background-image: url("../../../assets/images/042-2000x1125.jpg");
}
.cid-rRrvpYwpgQ P {
  color: #767676;
}
.cid-rRrvSzXhVV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrvSzXhVV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrvSzXhVV p {
  color: #767676;
  text-align: left;
}
.cid-rRrvSzXhVV .card-box {
  padding-top: 2rem;
}
.cid-rRrvSzXhVV .card-wrapper {
  height: 100%;
}
.cid-rRrwlHV69t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrwlHV69t .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrwlHV69t h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrwlHV69t .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrwlHV69t .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrwnw91M2 {
  background-image: url("../../../assets/images/bildschirmfoto-2019-12-01-um-12.43.25-1864x1292.png");
}
.cid-rRrwnw91M2 P {
  color: #767676;
}
.cid-saLsCNE9FC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-saLsCNE9FC .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLsCNE9FC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLsCNE9FC p {
  color: #767676;
  text-align: left;
}
.cid-saLsCNE9FC .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLsCNE9FC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLsCNE9FC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLsCNE9FC .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLsCNE9FC .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLsCNE9FC .notched-box:before,
.cid-saLsCNE9FC .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-saLsCNE9FC .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLsCNE9FC .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLsCNE9FC .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLsCNE9FC .border:before,
.cid-saLsCNE9FC .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-saLsCNE9FC .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLsCNE9FC .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLsCNE9FC .mbr-author-name {
  padding-left: 40px;
}
.cid-saLsCNE9FC P {
  color: #ffffff;
}
.cid-saLsCNE9FC .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-saLsCNE9FC a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-saLsCNE9FC a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRrwy4UjI3 {
  background-image: url("../../../assets/images/damm-6-2000x1125.jpg");
}
.cid-rRrwy4UjI3 P {
  color: #767676;
}
.cid-rRrwpQ5dcf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrwpQ5dcf .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRrwpQ5dcf h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrwpQ5dcf .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRrwpQ5dcf .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRrwrt1S8S {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRrwrt1S8S .images-container.container-fluid {
  padding: 0;
}
.cid-rRrwrt1S8S .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRrwrt1S8S .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRrwrt1S8S .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRrwrt1S8S .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRrwrt1S8S .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRrwrt1S8S .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRrwrt1S8S .img-item {
    width: 100% !important;
  }
  .cid-rRrwrt1S8S .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRrwvOZcmT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damm-ubersicht-quer-web-2000x1527.jpg");
}
.cid-rRrwvOZcmT p {
  color: #767676;
}
.cid-rRrwvOZcmT .mbr-section-subtitle {
  color: #767676;
}
.cid-rRrwvOZcmT .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rRrwvOZcmT .panel-group {
  width: 100%;
}
.cid-rRrwvOZcmT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRrwvOZcmT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rRrwvOZcmT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rRrwvOZcmT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRrwvOZcmT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rRrwvOZcmT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rRrwvOZcmT .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-rRrwvOZcmT .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rRrwudgO9D {
  background-image: url("../../../assets/images/dji-0597-1-2000x1125.jpg");
}
.cid-rRrwudgO9D P {
  color: #767676;
}
.cid-rUTSbp0cIZ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-7-1500x622.jpg");
}
.cid-rUTSbp0cIZ H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rUTSbp0cIZ .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rUTSbp0cIZ .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rUTSbp0cIZ .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRrwyCiIu8 {
  background-image: url("../../../assets/images/img-8795-2-2000x1333.jpg");
}
.cid-rRrwyCiIu8 P {
  color: #767676;
}
.cid-rRrwzJbaHr {
  background-image: url("../../../assets/images/img-8896-2000x1333.jpg");
}
.cid-rRrwzJbaHr P {
  color: #767676;
}
.cid-rRrwABe0oq {
  background-image: url("../../../assets/images/img-8905-2000x1333.jpg");
}
.cid-rRrwABe0oq P {
  color: #767676;
}
.cid-rRrwENU2WJ {
  background: #ffffff;
}
.cid-rRrwENU2WJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRrwENU2WJ figcaption {
  position: relative;
}
.cid-rRrwENU2WJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRrwENU2WJ .image-block {
    width: 300% !important;
  }
}
.cid-rRwjRQqHYj {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rRwjRQqHYj .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRwjRQqHYj .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRwjRQqHYj .mbr-author-desc {
  color: #ffffff;
}
.cid-rRwjRQqHYj .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRwjRQqHYj .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRwjRQqHYj .mbr-figure,
  .cid-rRwjRQqHYj img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRwjRQqHYj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwjRQqHYj .text_block {
  margin-top: 0px;
}
.cid-rRwjRQqHYj .h2_block {
  margin-bottom: 20px;
}
.cid-rRwjRQqHYj .mbr-figure {
  align-self: flex-start;
}
.cid-rRwjRQqHYj .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: white !important;
}
.cid-rRwjRQqHYj .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRwjRQqHYj svg polygon {
  fill: white ;
}
.cid-rRwjRQqHYj a:hover {
  Color: #F9CEB2 !important;
}
.cid-rRwjRQqHYj a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRwjRQqHYj .btn-black-outline:hover,
.cid-rRwjRQqHYj .btn-black-outline:focus,
.cid-rRwjRQqHYj .btn-black-outline.focus,
.cid-rRwjRQqHYj .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rRwjRQqHYj .btn-white-outline:hover,
.cid-rRwjRQqHYj .btn-white-outline:focus,
.cid-rRwjRQqHYj .btn-white-outline.focus,
.cid-rRwjRQqHYj .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRwjRQqHYj .display-5 {
    line-height: 1;
  }
  .cid-rRwjRQqHYj .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRwjRQqHYj .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRwjRQqHYj .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRwjRQqHYj .content {
  padding-left: 3px;
}
.cid-rUTSZdmXGl {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-7-1500x622.jpg");
}
.cid-rUTSZdmXGl H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rUTSZdmXGl .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rUTSZdmXGl .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rUTSZdmXGl .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRrwNank1N {
  background-image: url("../../../assets/images/krematoriumdji-0640-1-2000x1125.jpg");
}
.cid-rRrwNank1N P {
  color: #767676;
}
.cid-rSQH9lhDT3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSQH9lhDT3 .mbr-text {
  color: #1d1d1b;
}
.cid-rSQH9lhDT3 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSQH9lhDT3 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSQH9lhDT3 p {
  line-height: 1.4;
  font-weight: 200;
}
.cid-rRrwTEYyOZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRrwTEYyOZ .images-container.container-fluid {
  padding: 0;
}
.cid-rRrwTEYyOZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRrwTEYyOZ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRrwTEYyOZ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRrwTEYyOZ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRrwTEYyOZ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRrwTEYyOZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRrwTEYyOZ .img-item {
    width: 100% !important;
  }
  .cid-rRrwTEYyOZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRrwVSz1Xt {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRrwVSz1Xt .images-container.container-fluid {
  padding: 0;
}
.cid-rRrwVSz1Xt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRrwVSz1Xt .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRrwVSz1Xt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRrwVSz1Xt .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRrwVSz1Xt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRrwVSz1Xt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRrwVSz1Xt .img-item {
    width: 100% !important;
  }
  .cid-rRrwVSz1Xt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-saLKBoevBd {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-4-1500x490.jpg");
}
.cid-saLKBoevBd H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-saLKBoevBd .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-saLKBoevBd .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-saLKBoevBd .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRrx3tZXFa {
  background-image: url("../../../assets/images/dji-0589-2-2000x1125.jpg");
}
.cid-rRrx3tZXFa h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrx3tZXFa .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRrxbdDn7v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/karte-web-2000x1391.jpg");
}
.cid-rRrxbdDn7v p {
  color: #767676;
}
.cid-rRrxbdDn7v .mbr-section-subtitle {
  color: #767676;
}
.cid-rRrxbdDn7v .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rRrxbdDn7v .panel-group {
  width: 100%;
}
.cid-rRrxbdDn7v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRrxbdDn7v .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rRrxbdDn7v .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rRrxbdDn7v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRrxbdDn7v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rRrxbdDn7v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rRrxbdDn7v .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-rRrxbdDn7v .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-rRrxbdDn7v .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rRrxbdDn7v .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-rRrxgLEQZD {
  background-image: url("../../../assets/images/012-2000x1127.jpg");
}
.cid-rRrxgLEQZD P {
  color: #767676;
}
.cid-rUUUdynEMl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rUUUdynEMl .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUUUdynEMl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUUUdynEMl p {
  color: #767676;
  text-align: left;
}
.cid-rUUUdynEMl .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUUUdynEMl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUUUdynEMl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUUUdynEMl .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUUUdynEMl .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUUUdynEMl .notched-box:before,
.cid-rUUUdynEMl .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rUUUdynEMl .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUUUdynEMl .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUUUdynEMl .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUUUdynEMl .border:before,
.cid-rUUUdynEMl .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rUUUdynEMl .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUUUdynEMl .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUUUdynEMl .mbr-author-name {
  padding-left: 40px;
}
.cid-rUUUdynEMl P {
  color: #000000;
  line-height: 1.3;
}
.cid-rUUUdynEMl .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rUUWAzUhjg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rUUWAzUhjg .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rUUWAzUhjg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rUUWAzUhjg p {
  color: #767676;
  text-align: left;
}
.cid-rUUWAzUhjg .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rUUWAzUhjg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rUUWAzUhjg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rUUWAzUhjg .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUUWAzUhjg .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rUUWAzUhjg .notched-box:before,
.cid-rUUWAzUhjg .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rUUWAzUhjg .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rUUWAzUhjg .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rUUWAzUhjg .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rUUWAzUhjg .border:before,
.cid-rUUWAzUhjg .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rUUWAzUhjg .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rUUWAzUhjg .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rUUWAzUhjg .mbr-author-name {
  padding-left: 40px;
}
.cid-rUUWAzUhjg P {
  color: #000000;
  line-height: 1.3;
}
.cid-rUUWAzUhjg .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-saLRrcby1G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-saLRrcby1G .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-saLRrcby1G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-saLRrcby1G p {
  color: #767676;
  text-align: left;
}
.cid-saLRrcby1G .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-saLRrcby1G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saLRrcby1G .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-saLRrcby1G .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLRrcby1G .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-saLRrcby1G .notched-box:before,
.cid-saLRrcby1G .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-saLRrcby1G .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-saLRrcby1G .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-saLRrcby1G .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-saLRrcby1G .border:before,
.cid-saLRrcby1G .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-saLRrcby1G .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-saLRrcby1G .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-saLRrcby1G .mbr-author-name {
  padding-left: 40px;
}
.cid-saLRrcby1G P {
  color: #000000;
  line-height: 1.3;
}
.cid-saLRrcby1G .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRrxiwKg3m {
  background: #ffffff;
}
.cid-rRrxiwKg3m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRrxiwKg3m figcaption {
  position: relative;
}
.cid-rRrxiwKg3m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRrxiwKg3m .image-block {
    width: 100% !important;
  }
}
.cid-rRrxlgQ4hy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrxlgQ4hy .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRrxlgQ4hy .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRrxlgQ4hy .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRrxlgQ4hy .mbr-figure,
  .cid-rRrxlgQ4hy img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRrxlgQ4hy .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRrxlgQ4hy h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRrxlgQ4hy .h2_block {
  margin-bottom: 20px;
}
.cid-rRrxo7a88d {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rRrxo7a88d .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRrxo7a88d .video-block {
    width: 100% !important;
  }
}
.cid-rRrxo7a88d .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRrxq4vwKG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrxq4vwKG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRrxq4vwKG p {
  color: #767676;
  text-align: left;
}
.cid-rRrxq4vwKG .card-box {
  padding-top: 2rem;
}
.cid-rRrxq4vwKG .card-wrapper {
  height: 100%;
}
.cid-rRwohE9bPI {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRwohE9bPI H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwohE9bPI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRrm59Yj64 {
  background-image: url("../../../assets/images/016-2000x1131.jpg");
}
.cid-rRrm59Yj64 P {
  color: #767676;
}
.cid-txghU1y3w5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghU1y3w5 .content {
    text-align: center;
  }
  .cid-txghU1y3w5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghU1y3w5 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghU1y3w5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghU1y3w5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghU1y3w5 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghU1y3w5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghU1y3w5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghU1y3w5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghU1y3w5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghU1y3w5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghU1y3w5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghU1y3w5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghU1y3w5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghU1y3w5 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghU1y3w5 P {
  color: #1d1d1b;
}
.cid-txghU1y3w5 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghU1y3w5 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghU1y3w5 .logo_footer {
  position: relative;
}
.cid-txghU1y3w5 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghU1y3w5 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghU1y3w5 .col,
  .cid-txghU1y3w5 .col-1,
  .cid-txghU1y3w5 .col-10,
  .cid-txghU1y3w5 .col-11,
  .cid-txghU1y3w5 .col-12,
  .cid-txghU1y3w5 .col-2,
  .cid-txghU1y3w5 .col-3,
  .cid-txghU1y3w5 .col-4,
  .cid-txghU1y3w5 .col-5,
  .cid-txghU1y3w5 .col-6,
  .cid-txghU1y3w5 .col-7,
  .cid-txghU1y3w5 .col-8,
  .cid-txghU1y3w5 .col-9,
  .cid-txghU1y3w5 .col-auto,
  .cid-txghU1y3w5 .col-lg,
  .cid-txghU1y3w5 .col-lg-1,
  .cid-txghU1y3w5 .col-lg-10,
  .cid-txghU1y3w5 .col-lg-11,
  .cid-txghU1y3w5 .col-lg-12,
  .cid-txghU1y3w5 .col-lg-2,
  .cid-txghU1y3w5 .col-lg-3,
  .cid-txghU1y3w5 .col-lg-4,
  .cid-txghU1y3w5 .col-lg-5,
  .cid-txghU1y3w5 .col-lg-6,
  .cid-txghU1y3w5 .col-lg-7,
  .cid-txghU1y3w5 .col-lg-8,
  .cid-txghU1y3w5 .col-lg-9,
  .cid-txghU1y3w5 .col-lg-auto,
  .cid-txghU1y3w5 .col-md,
  .cid-txghU1y3w5 .col-md-1,
  .cid-txghU1y3w5 .col-md-10,
  .cid-txghU1y3w5 .col-md-11,
  .cid-txghU1y3w5 .col-md-12,
  .cid-txghU1y3w5 .col-md-2,
  .cid-txghU1y3w5 .col-md-3,
  .cid-txghU1y3w5 .col-md-4,
  .cid-txghU1y3w5 .col-md-5,
  .cid-txghU1y3w5 .col-md-6,
  .cid-txghU1y3w5 .col-md-7,
  .cid-txghU1y3w5 .col-md-8,
  .cid-txghU1y3w5 .col-md-9,
  .cid-txghU1y3w5 .col-md-auto,
  .cid-txghU1y3w5 .col-sm,
  .cid-txghU1y3w5 .col-sm-1,
  .cid-txghU1y3w5 .col-sm-10,
  .cid-txghU1y3w5 .col-sm-11,
  .cid-txghU1y3w5 .col-sm-12,
  .cid-txghU1y3w5 .col-sm-2,
  .cid-txghU1y3w5 .col-sm-3,
  .cid-txghU1y3w5 .col-sm-4,
  .cid-txghU1y3w5 .col-sm-5,
  .cid-txghU1y3w5 .col-sm-6,
  .cid-txghU1y3w5 .col-sm-7,
  .cid-txghU1y3w5 .col-sm-8,
  .cid-txghU1y3w5 .col-sm-9,
  .cid-txghU1y3w5 .col-sm-auto,
  .cid-txghU1y3w5 .col-xl,
  .cid-txghU1y3w5 .col-xl-1,
  .cid-txghU1y3w5 .col-xl-10,
  .cid-txghU1y3w5 .col-xl-11,
  .cid-txghU1y3w5 .col-xl-12,
  .cid-txghU1y3w5 .col-xl-2,
  .cid-txghU1y3w5 .col-xl-3,
  .cid-txghU1y3w5 .col-xl-4,
  .cid-txghU1y3w5 .col-xl-5,
  .cid-txghU1y3w5 .col-xl-6,
  .cid-txghU1y3w5 .col-xl-7,
  .cid-txghU1y3w5 .col-xl-8,
  .cid-txghU1y3w5 .col-xl-9,
  .cid-txghU1y3w5 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghU1y3w5 .content {
    text-align: left;
  }
  .cid-txghU1y3w5 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghU1y3w5 .logo_footer_box {
    position: relative;
  }
  .cid-txghU1y3w5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghU1y3w5 .logo_footer {
    position: relative;
  }
  .cid-txghU1y3w5 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rQZg3k7Ton {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rQZg3k7Ton {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-siFtKwTlWj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-siFtKwTlWj H2 {
  color: #000000;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 300;
}
.cid-siFtKwTlWj .mbr-section-subtitle {
  color: #000000;
}
.cid-siFtKwTlWj span {
  visibility: hidden;
}
.cid-siFtKwTlWj .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-siFtKwTlWj span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rQZlYYZdVj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rQZlYYZdVj .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rQZlYYZdVj .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rQZlYYZdVj .mbr-author-desc {
  color: #ffffff;
}
.cid-rQZlYYZdVj .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rQZlYYZdVj .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rQZlYYZdVj .mbr-figure,
  .cid-rQZlYYZdVj img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rQZlYYZdVj h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #ffffff;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rQZlYYZdVj .text_block {
  margin-top: 70px;
}
.cid-rQZlYYZdVj .h2_block {
  margin-bottom: 20px;
}
.cid-rQZlYYZdVj .mbr-figure {
  align-self: flex-start;
}
.cid-rQZlYYZdVj .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}
.cid-rQZlYYZdVj .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rQZlYYZdVj a:hover {
  Color: #a76645 !important;
}
.cid-rQZlYYZdVj a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQZlYYZdVj .btn-black-outline:hover,
.cid-rQZlYYZdVj .btn-black-outline:focus,
.cid-rQZlYYZdVj .btn-black-outline.focus,
.cid-rQZlYYZdVj .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rQZlYYZdVj .display-5 {
    line-height: 1;
  }
  .cid-rQZlYYZdVj .btn {
    font-size: 1.5rem !important;
  }
  .cid-rQZlYYZdVj .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rQZnkdtKA9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rQZnkdtKA9 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rQZnkdtKA9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQZnkdtKA9 p {
  color: #767676;
  text-align: left;
}
.cid-rQZnkdtKA9 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rQZnkdtKA9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rQZnkdtKA9 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rQZnkdtKA9 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQZnkdtKA9 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rQZnkdtKA9 .notched-box:before,
.cid-rQZnkdtKA9 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rQZnkdtKA9 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rQZnkdtKA9 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rQZnkdtKA9 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rQZnkdtKA9 .border:before,
.cid-rQZnkdtKA9 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rQZnkdtKA9 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rQZnkdtKA9 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rQZnkdtKA9 .mbr-author-name {
  padding-left: 40px;
}
.cid-rQZnkdtKA9 P {
  color: #000000;
}
.cid-rQZnkdtKA9 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rQZrIACIQ8 {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rQZrIACIQ8 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rQZrIACIQ8 .video-block {
    width: 100% !important;
  }
}
.cid-rQZrIACIQ8 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQZvK6HgLK {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rQZvK6HgLK .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rQZvK6HgLK .video-block {
    width: 100% !important;
  }
}
.cid-rQZvK6HgLK .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQZvLiFPJo {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rQZvLiFPJo .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rQZvLiFPJo .video-block {
    width: 100% !important;
  }
}
.cid-rQZvLiFPJo .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRpKwiSgKm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRpKwiSgKm .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRpKwiSgKm h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRpKwiSgKm .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRpKwiSgKm .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-se4jqHB9jz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x352.jpg");
}
.cid-se4jqHB9jz H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4jqHB9jz .mbr-section-subtitle {
  color: #000000;
}
.cid-se4jqHB9jz span {
  visibility: hidden;
}
.cid-se4jqHB9jz .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4jqHB9jz span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rQZAVn4YYG {
  background-image: url("../../../assets/images/glover-philipp-ruch-691-1497x1473.jpg");
}
.cid-rQZAVn4YYG P {
  color: #767676;
}
.cid-rRpMKEVJnn {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRpMKEVJnn H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRpMKEVJnn .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRpMKEVJnn .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRpMKEVJnn .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRpMZssM4D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRpMZssM4D .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRpMZssM4D h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRpMZssM4D .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRpMZssM4D .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rR3UtuQPRR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-rR3UtuQPRR p {
  color: #767676;
}
.cid-rR3UtuQPRR .item:focus,
.cid-rR3UtuQPRR span:focus {
  outline: none;
}
.cid-rR3UtuQPRR .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rR3UtuQPRR .item-wrapper {
  position: relative;
}
.cid-rR3UtuQPRR .item-btn,
.cid-rR3UtuQPRR h4,
.cid-rR3UtuQPRR h5 {
  margin: 0;
}
.cid-rR3UtuQPRR .item-content {
  padding-top: 2rem;
}
.cid-rR3UtuQPRR .abstand {
  margin-top: -10px;
}
.cid-rR3UtuQPRR h4 {
  line-height: 1.2;
}
.cid-rR3UtuQPRR .item-text h5,
.cid-rR3UtuQPRR .item-text h4 {
  color: #1d1d1b;
}
.cid-rR3UtuQPRR .item-wrapper:hover .card-img {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3UtuQPRR .item-wrapper:hover h4 a {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3UtuQPRR item-text {
  color: #1d1d1b;
}
.cid-rR3UtuQPRR .link_no_link {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rR3UtuQPRR .display-5,
.cid-rR3UtuQPRR .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-rR3UtuQPRR .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rR3UtuQPRR .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-rR3UtuQPRR .special_button {
  width: 100%;
}
.cid-rR3UtuQPRR .special_button a {
  text-align: left;
}
.cid-rR3UtuQPRR .display-5 {
  color: white !important;
}
.cid-rR3UtuQPRR svg polygon {
  fill: white ;
}
.cid-rR3UtuQPRR a:hover {
  Color: #F9CEB2 !important;
}
.cid-rR3UtuQPRR a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3UtuQPRR .btn-black-outline:hover,
.cid-rR3UtuQPRR .btn-black-outline:focus,
.cid-rR3UtuQPRR .btn-black-outline.focus,
.cid-rR3UtuQPRR .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rR3UtuQPRR .btn-white-outline:hover,
.cid-rR3UtuQPRR .btn-white-outline:focus,
.cid-rR3UtuQPRR .btn-white-outline.focus,
.cid-rR3UtuQPRR .btn-white-outline.active {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
  .cid-rR3UtuQPRR .display-5 {
    line-height: 1;
  }
  .cid-rR3UtuQPRR .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR3UtuQPRR .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rQZE1BldmP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rQZE1BldmP .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rQZE1BldmP .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rQZE1BldmP .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rQZE1BldmP a svg polygon {
  fill: white !important;
}
.cid-rQZE1BldmP a:hover {
  Color: #F9CEB2!important;
}
.cid-rQZE1BldmP a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQZE1BldmP .btn-white-outline:hover,
.cid-rQZE1BldmP .btn-white-outline:focus,
.cid-rQZE1BldmP .btn-white-outline.focus,
.cid-rQZE1BldmP .btn-white-outline.active,
.cid-rQZE1BldmP .btn-black-outline:hover,
.cid-rQZE1BldmP .btn-black-outline:focus,
.cid-rQZE1BldmP .btn-black-outline.focus,
.cid-rQZE1BldmP .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rQZE1BldmP .display-5 {
    line-height: 1;
  }
  .cid-rQZE1BldmP .btn {
    font-size: 1.5rem !important;
  }
  .cid-rQZE1BldmP .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-txghmBb0Y2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghmBb0Y2 .content {
    text-align: center;
  }
  .cid-txghmBb0Y2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghmBb0Y2 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghmBb0Y2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghmBb0Y2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghmBb0Y2 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghmBb0Y2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghmBb0Y2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghmBb0Y2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghmBb0Y2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghmBb0Y2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghmBb0Y2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghmBb0Y2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghmBb0Y2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghmBb0Y2 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghmBb0Y2 P {
  color: #1d1d1b;
}
.cid-txghmBb0Y2 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghmBb0Y2 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghmBb0Y2 .logo_footer {
  position: relative;
}
.cid-txghmBb0Y2 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghmBb0Y2 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghmBb0Y2 .col,
  .cid-txghmBb0Y2 .col-1,
  .cid-txghmBb0Y2 .col-10,
  .cid-txghmBb0Y2 .col-11,
  .cid-txghmBb0Y2 .col-12,
  .cid-txghmBb0Y2 .col-2,
  .cid-txghmBb0Y2 .col-3,
  .cid-txghmBb0Y2 .col-4,
  .cid-txghmBb0Y2 .col-5,
  .cid-txghmBb0Y2 .col-6,
  .cid-txghmBb0Y2 .col-7,
  .cid-txghmBb0Y2 .col-8,
  .cid-txghmBb0Y2 .col-9,
  .cid-txghmBb0Y2 .col-auto,
  .cid-txghmBb0Y2 .col-lg,
  .cid-txghmBb0Y2 .col-lg-1,
  .cid-txghmBb0Y2 .col-lg-10,
  .cid-txghmBb0Y2 .col-lg-11,
  .cid-txghmBb0Y2 .col-lg-12,
  .cid-txghmBb0Y2 .col-lg-2,
  .cid-txghmBb0Y2 .col-lg-3,
  .cid-txghmBb0Y2 .col-lg-4,
  .cid-txghmBb0Y2 .col-lg-5,
  .cid-txghmBb0Y2 .col-lg-6,
  .cid-txghmBb0Y2 .col-lg-7,
  .cid-txghmBb0Y2 .col-lg-8,
  .cid-txghmBb0Y2 .col-lg-9,
  .cid-txghmBb0Y2 .col-lg-auto,
  .cid-txghmBb0Y2 .col-md,
  .cid-txghmBb0Y2 .col-md-1,
  .cid-txghmBb0Y2 .col-md-10,
  .cid-txghmBb0Y2 .col-md-11,
  .cid-txghmBb0Y2 .col-md-12,
  .cid-txghmBb0Y2 .col-md-2,
  .cid-txghmBb0Y2 .col-md-3,
  .cid-txghmBb0Y2 .col-md-4,
  .cid-txghmBb0Y2 .col-md-5,
  .cid-txghmBb0Y2 .col-md-6,
  .cid-txghmBb0Y2 .col-md-7,
  .cid-txghmBb0Y2 .col-md-8,
  .cid-txghmBb0Y2 .col-md-9,
  .cid-txghmBb0Y2 .col-md-auto,
  .cid-txghmBb0Y2 .col-sm,
  .cid-txghmBb0Y2 .col-sm-1,
  .cid-txghmBb0Y2 .col-sm-10,
  .cid-txghmBb0Y2 .col-sm-11,
  .cid-txghmBb0Y2 .col-sm-12,
  .cid-txghmBb0Y2 .col-sm-2,
  .cid-txghmBb0Y2 .col-sm-3,
  .cid-txghmBb0Y2 .col-sm-4,
  .cid-txghmBb0Y2 .col-sm-5,
  .cid-txghmBb0Y2 .col-sm-6,
  .cid-txghmBb0Y2 .col-sm-7,
  .cid-txghmBb0Y2 .col-sm-8,
  .cid-txghmBb0Y2 .col-sm-9,
  .cid-txghmBb0Y2 .col-sm-auto,
  .cid-txghmBb0Y2 .col-xl,
  .cid-txghmBb0Y2 .col-xl-1,
  .cid-txghmBb0Y2 .col-xl-10,
  .cid-txghmBb0Y2 .col-xl-11,
  .cid-txghmBb0Y2 .col-xl-12,
  .cid-txghmBb0Y2 .col-xl-2,
  .cid-txghmBb0Y2 .col-xl-3,
  .cid-txghmBb0Y2 .col-xl-4,
  .cid-txghmBb0Y2 .col-xl-5,
  .cid-txghmBb0Y2 .col-xl-6,
  .cid-txghmBb0Y2 .col-xl-7,
  .cid-txghmBb0Y2 .col-xl-8,
  .cid-txghmBb0Y2 .col-xl-9,
  .cid-txghmBb0Y2 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghmBb0Y2 .content {
    text-align: left;
  }
  .cid-txghmBb0Y2 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghmBb0Y2 .logo_footer_box {
    position: relative;
  }
  .cid-txghmBb0Y2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghmBb0Y2 .logo_footer {
    position: relative;
  }
  .cid-txghmBb0Y2 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-rQSbQaWTrL :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-rQSbQaWTrL .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rQSbQaWTrL .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rQSbQaWTrL a {
  font-style: normal;
}
.cid-rQSbQaWTrL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rQSbQaWTrL .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rQSbQaWTrL .nav-item:focus,
.cid-rQSbQaWTrL .nav-link:focus {
  outline: none;
}
.cid-rQSbQaWTrL .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-rQSbQaWTrL .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-rQSbQaWTrL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rQSbQaWTrL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rQSbQaWTrL .menu-logo {
  margin-right: auto;
}
.cid-rQSbQaWTrL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-rQSbQaWTrL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rQSbQaWTrL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rQSbQaWTrL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rQSbQaWTrL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rQSbQaWTrL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rQSbQaWTrL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rQSbQaWTrL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rQSbQaWTrL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQSbQaWTrL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rQSbQaWTrL .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rQSbQaWTrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rQSbQaWTrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQSbQaWTrL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rQSbQaWTrL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQSbQaWTrL .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-rQSbQaWTrL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rQSbQaWTrL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rQSbQaWTrL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rQSbQaWTrL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rQSbQaWTrL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rQSbQaWTrL .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-rQSbQaWTrL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rQSbQaWTrL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rQSbQaWTrL button.navbar-toggler:focus {
  outline: none;
}
.cid-rQSbQaWTrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rQSbQaWTrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQSbQaWTrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQSbQaWTrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQSbQaWTrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQSbQaWTrL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQSbQaWTrL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQSbQaWTrL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQSbQaWTrL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQSbQaWTrL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rQSbQaWTrL .collapsed .btn {
  display: flex;
}
.cid-rQSbQaWTrL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rQSbQaWTrL .collapsed .navbar-collapse.collapsing,
.cid-rQSbQaWTrL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rQSbQaWTrL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rQSbQaWTrL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rQSbQaWTrL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rQSbQaWTrL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rQSbQaWTrL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rQSbQaWTrL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-rQSbQaWTrL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rQSbQaWTrL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rQSbQaWTrL .collapsed button.navbar-toggler {
  display: block;
}
.cid-rQSbQaWTrL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rQSbQaWTrL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rQSbQaWTrL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rQSbQaWTrL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rQSbQaWTrL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rQSbQaWTrL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rQSbQaWTrL .logo_s {
  height: 3rem !important;
}
.cid-rQSbQaWTrL .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-rQSbQaWTrL .navbar-expand {
    flex-direction: column;
  }
  .cid-rQSbQaWTrL img {
    height: 3rem !important;
  }
  .cid-rQSbQaWTrL .logo_s {
    height: 1.5rem !important;
  }
  .cid-rQSbQaWTrL .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-rQSbQaWTrL .btn {
    display: flex;
  }
  .cid-rQSbQaWTrL button.navbar-toggler {
    display: block;
  }
  .cid-rQSbQaWTrL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rQSbQaWTrL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rQSbQaWTrL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rQSbQaWTrL .navbar-collapse.collapsing,
  .cid-rQSbQaWTrL .navbar-collapse.show {
    display: block !important;
  }
  .cid-rQSbQaWTrL .navbar-collapse.collapsing .navbar-nav,
  .cid-rQSbQaWTrL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rQSbQaWTrL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rQSbQaWTrL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rQSbQaWTrL .navbar-collapse.collapsing .navbar-buttons,
  .cid-rQSbQaWTrL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rQSbQaWTrL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rQSbQaWTrL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rQSbQaWTrL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rQSbQaWTrL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rQSbQaWTrL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rQSbQaWTrL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rQSbQaWTrL .menu-logo {
    flex-shrink: 3;
  }
}
.cid-rQSbQaWTrL .navbar-collapse {
  flex-basis: auto;
}
.cid-rQSbQaWTrL .nav-link:hover,
.cid-rQSbQaWTrL .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-rQSbQaWTrL .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-rQSbQaWTrL .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-rQSbQaWTrL .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-rQSbQaWTrL .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-rQSbQaWTrL .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-rQSbQaWTrL a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQSbQaWTrL a:hover svg polygon,
.cid-rQSbQaWTrL a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQSbQaWTrL .hiddden {
  display: none !important;
}
.cid-rQSbQaWTrL .shoow {
  display: block !important;
}
.cid-rQSbQaWTrL .navbar-logo a,
.cid-rQSbQaWTrL .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rQSbQaWTrL .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-rQSbQaWTrL .navbar-logo a img {
    left: 20px;
  }
  .cid-rQSbQaWTrL .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-rQSbQaWTrL .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-rQSbQaWTrL .stoerer_head,
  .cid-rQSbQaWTrL .stoerer_text {
    grid-row: 1;
  }
  .cid-rQSbQaWTrL .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-rQSbQaWTrL a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rR1xAapQBQ {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rR1xAapQBQ {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rR1AFLszO5 {
  background-image: url("../../../assets/images/zentrumfuerpolitischeschoenheit-zps-465-2000xca2000-2000x1986.jpg");
}
.cid-rR1AFLszO5 P {
  color: #767676;
}
.cid-rRguXzpeng {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRguXzpeng .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRguXzpeng h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRguXzpeng .space_down_30 {
  margin-bottom: 30px;
}
.cid-rR1CyQfzCw {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rR1CyQfzCw .images-container.container-fluid {
  padding: 0;
}
.cid-rR1CyQfzCw .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rR1CyQfzCw .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rR1CyQfzCw .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rR1CyQfzCw .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rR1CyQfzCw .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rR1CyQfzCw .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rR1CyQfzCw .img-item {
    width: 100% !important;
  }
  .cid-rR1CyQfzCw .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRgvYGOOtw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgvYGOOtw .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgvYGOOtw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgvYGOOtw .space_down_30 {
  margin-bottom: 30px;
}
.cid-rR3Va2YEQA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-rR3Va2YEQA p {
  color: #767676;
}
.cid-rR3Va2YEQA .item:focus,
.cid-rR3Va2YEQA span:focus {
  outline: none;
}
.cid-rR3Va2YEQA .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rR3Va2YEQA .item-wrapper {
  position: relative;
}
.cid-rR3Va2YEQA .item-btn,
.cid-rR3Va2YEQA h4,
.cid-rR3Va2YEQA h5 {
  margin: 0;
}
.cid-rR3Va2YEQA .item-content {
  padding-top: 2rem;
}
.cid-rR3Va2YEQA .abstand {
  margin-top: -10px;
}
.cid-rR3Va2YEQA h4 {
  line-height: 1.2;
}
.cid-rR3Va2YEQA .item-text h5,
.cid-rR3Va2YEQA .item-text h4 {
  color: #1d1d1b;
}
.cid-rR3Va2YEQA .item-wrapper:hover .card-img {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Va2YEQA .item-wrapper:hover h4 a {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Va2YEQA item-text {
  color: #1d1d1b;
}
.cid-rR3Va2YEQA .link_no_link {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rR3Va2YEQA .display-5,
.cid-rR3Va2YEQA .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-rR3Va2YEQA .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rR3Va2YEQA .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-rR3Va2YEQA .special_button {
  width: 100%;
}
.cid-rR3Va2YEQA .special_button a {
  text-align: left;
}
.cid-rR3Va2YEQA .display-5 {
  color: white !important;
}
.cid-rR3Va2YEQA svg polygon {
  fill: white ;
}
.cid-rR3Va2YEQA a:hover {
  Color: #F9CEB2 !important;
}
.cid-rR3Va2YEQA a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Va2YEQA .btn-black-outline:hover,
.cid-rR3Va2YEQA .btn-black-outline:focus,
.cid-rR3Va2YEQA .btn-black-outline.focus,
.cid-rR3Va2YEQA .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rR3Va2YEQA .btn-white-outline:hover,
.cid-rR3Va2YEQA .btn-white-outline:focus,
.cid-rR3Va2YEQA .btn-white-outline.focus,
.cid-rR3Va2YEQA .btn-white-outline.active {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
  .cid-rR3Va2YEQA .display-5 {
    line-height: 1;
  }
  .cid-rR3Va2YEQA .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR3Va2YEQA .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rR1EQMhFab {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rR1EQMhFab .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rR1EQMhFab .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rR1EQMhFab .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rR1EQMhFab a svg polygon {
  fill: white !important;
}
.cid-rR1EQMhFab a:hover {
  Color: #F9CEB2!important;
}
.cid-rR1EQMhFab a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR1EQMhFab .btn-white-outline:hover,
.cid-rR1EQMhFab .btn-white-outline:focus,
.cid-rR1EQMhFab .btn-white-outline.focus,
.cid-rR1EQMhFab .btn-white-outline.active,
.cid-rR1EQMhFab .btn-black-outline:hover,
.cid-rR1EQMhFab .btn-black-outline:focus,
.cid-rR1EQMhFab .btn-black-outline.focus,
.cid-rR1EQMhFab .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rR1EQMhFab .display-5 {
    line-height: 1;
  }
  .cid-rR1EQMhFab .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR1EQMhFab .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-txghrs5QFu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghrs5QFu .content {
    text-align: center;
  }
  .cid-txghrs5QFu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghrs5QFu .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghrs5QFu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghrs5QFu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghrs5QFu .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghrs5QFu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghrs5QFu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghrs5QFu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghrs5QFu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghrs5QFu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghrs5QFu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghrs5QFu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghrs5QFu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghrs5QFu H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghrs5QFu P {
  color: #1d1d1b;
}
.cid-txghrs5QFu .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghrs5QFu .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghrs5QFu .logo_footer {
  position: relative;
}
.cid-txghrs5QFu .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghrs5QFu .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghrs5QFu .col,
  .cid-txghrs5QFu .col-1,
  .cid-txghrs5QFu .col-10,
  .cid-txghrs5QFu .col-11,
  .cid-txghrs5QFu .col-12,
  .cid-txghrs5QFu .col-2,
  .cid-txghrs5QFu .col-3,
  .cid-txghrs5QFu .col-4,
  .cid-txghrs5QFu .col-5,
  .cid-txghrs5QFu .col-6,
  .cid-txghrs5QFu .col-7,
  .cid-txghrs5QFu .col-8,
  .cid-txghrs5QFu .col-9,
  .cid-txghrs5QFu .col-auto,
  .cid-txghrs5QFu .col-lg,
  .cid-txghrs5QFu .col-lg-1,
  .cid-txghrs5QFu .col-lg-10,
  .cid-txghrs5QFu .col-lg-11,
  .cid-txghrs5QFu .col-lg-12,
  .cid-txghrs5QFu .col-lg-2,
  .cid-txghrs5QFu .col-lg-3,
  .cid-txghrs5QFu .col-lg-4,
  .cid-txghrs5QFu .col-lg-5,
  .cid-txghrs5QFu .col-lg-6,
  .cid-txghrs5QFu .col-lg-7,
  .cid-txghrs5QFu .col-lg-8,
  .cid-txghrs5QFu .col-lg-9,
  .cid-txghrs5QFu .col-lg-auto,
  .cid-txghrs5QFu .col-md,
  .cid-txghrs5QFu .col-md-1,
  .cid-txghrs5QFu .col-md-10,
  .cid-txghrs5QFu .col-md-11,
  .cid-txghrs5QFu .col-md-12,
  .cid-txghrs5QFu .col-md-2,
  .cid-txghrs5QFu .col-md-3,
  .cid-txghrs5QFu .col-md-4,
  .cid-txghrs5QFu .col-md-5,
  .cid-txghrs5QFu .col-md-6,
  .cid-txghrs5QFu .col-md-7,
  .cid-txghrs5QFu .col-md-8,
  .cid-txghrs5QFu .col-md-9,
  .cid-txghrs5QFu .col-md-auto,
  .cid-txghrs5QFu .col-sm,
  .cid-txghrs5QFu .col-sm-1,
  .cid-txghrs5QFu .col-sm-10,
  .cid-txghrs5QFu .col-sm-11,
  .cid-txghrs5QFu .col-sm-12,
  .cid-txghrs5QFu .col-sm-2,
  .cid-txghrs5QFu .col-sm-3,
  .cid-txghrs5QFu .col-sm-4,
  .cid-txghrs5QFu .col-sm-5,
  .cid-txghrs5QFu .col-sm-6,
  .cid-txghrs5QFu .col-sm-7,
  .cid-txghrs5QFu .col-sm-8,
  .cid-txghrs5QFu .col-sm-9,
  .cid-txghrs5QFu .col-sm-auto,
  .cid-txghrs5QFu .col-xl,
  .cid-txghrs5QFu .col-xl-1,
  .cid-txghrs5QFu .col-xl-10,
  .cid-txghrs5QFu .col-xl-11,
  .cid-txghrs5QFu .col-xl-12,
  .cid-txghrs5QFu .col-xl-2,
  .cid-txghrs5QFu .col-xl-3,
  .cid-txghrs5QFu .col-xl-4,
  .cid-txghrs5QFu .col-xl-5,
  .cid-txghrs5QFu .col-xl-6,
  .cid-txghrs5QFu .col-xl-7,
  .cid-txghrs5QFu .col-xl-8,
  .cid-txghrs5QFu .col-xl-9,
  .cid-txghrs5QFu .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghrs5QFu .content {
    text-align: left;
  }
  .cid-txghrs5QFu .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghrs5QFu .logo_footer_box {
    position: relative;
  }
  .cid-txghrs5QFu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghrs5QFu .logo_footer {
    position: relative;
  }
  .cid-txghrs5QFu .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rQZFlmYxON {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rQZFlmYxON {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rQZFyJccbJ {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 60px;
}
.cid-rQZFyJccbJ .image-block {
  margin: auto;
}
.cid-rQZFyJccbJ figcaption {
  position: relative;
}
.cid-rQZFyJccbJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rQZFyJccbJ .image-block {
    width: 100% !important;
  }
}
.cid-rRgAzoL8NL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgAzoL8NL .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgAzoL8NL h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgAzoL8NL .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRgAzoL8NL .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRgB5IMbTr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgB5IMbTr .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRgB5IMbTr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRgB5IMbTr .space_down_30 {
  margin-bottom: 30px;
}
.cid-txghwT92Fs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghwT92Fs .content {
    text-align: center;
  }
  .cid-txghwT92Fs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghwT92Fs .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghwT92Fs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghwT92Fs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghwT92Fs .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghwT92Fs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghwT92Fs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghwT92Fs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghwT92Fs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghwT92Fs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghwT92Fs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghwT92Fs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghwT92Fs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghwT92Fs H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghwT92Fs P {
  color: #1d1d1b;
}
.cid-txghwT92Fs .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghwT92Fs .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghwT92Fs .logo_footer {
  position: relative;
}
.cid-txghwT92Fs .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghwT92Fs .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghwT92Fs .col,
  .cid-txghwT92Fs .col-1,
  .cid-txghwT92Fs .col-10,
  .cid-txghwT92Fs .col-11,
  .cid-txghwT92Fs .col-12,
  .cid-txghwT92Fs .col-2,
  .cid-txghwT92Fs .col-3,
  .cid-txghwT92Fs .col-4,
  .cid-txghwT92Fs .col-5,
  .cid-txghwT92Fs .col-6,
  .cid-txghwT92Fs .col-7,
  .cid-txghwT92Fs .col-8,
  .cid-txghwT92Fs .col-9,
  .cid-txghwT92Fs .col-auto,
  .cid-txghwT92Fs .col-lg,
  .cid-txghwT92Fs .col-lg-1,
  .cid-txghwT92Fs .col-lg-10,
  .cid-txghwT92Fs .col-lg-11,
  .cid-txghwT92Fs .col-lg-12,
  .cid-txghwT92Fs .col-lg-2,
  .cid-txghwT92Fs .col-lg-3,
  .cid-txghwT92Fs .col-lg-4,
  .cid-txghwT92Fs .col-lg-5,
  .cid-txghwT92Fs .col-lg-6,
  .cid-txghwT92Fs .col-lg-7,
  .cid-txghwT92Fs .col-lg-8,
  .cid-txghwT92Fs .col-lg-9,
  .cid-txghwT92Fs .col-lg-auto,
  .cid-txghwT92Fs .col-md,
  .cid-txghwT92Fs .col-md-1,
  .cid-txghwT92Fs .col-md-10,
  .cid-txghwT92Fs .col-md-11,
  .cid-txghwT92Fs .col-md-12,
  .cid-txghwT92Fs .col-md-2,
  .cid-txghwT92Fs .col-md-3,
  .cid-txghwT92Fs .col-md-4,
  .cid-txghwT92Fs .col-md-5,
  .cid-txghwT92Fs .col-md-6,
  .cid-txghwT92Fs .col-md-7,
  .cid-txghwT92Fs .col-md-8,
  .cid-txghwT92Fs .col-md-9,
  .cid-txghwT92Fs .col-md-auto,
  .cid-txghwT92Fs .col-sm,
  .cid-txghwT92Fs .col-sm-1,
  .cid-txghwT92Fs .col-sm-10,
  .cid-txghwT92Fs .col-sm-11,
  .cid-txghwT92Fs .col-sm-12,
  .cid-txghwT92Fs .col-sm-2,
  .cid-txghwT92Fs .col-sm-3,
  .cid-txghwT92Fs .col-sm-4,
  .cid-txghwT92Fs .col-sm-5,
  .cid-txghwT92Fs .col-sm-6,
  .cid-txghwT92Fs .col-sm-7,
  .cid-txghwT92Fs .col-sm-8,
  .cid-txghwT92Fs .col-sm-9,
  .cid-txghwT92Fs .col-sm-auto,
  .cid-txghwT92Fs .col-xl,
  .cid-txghwT92Fs .col-xl-1,
  .cid-txghwT92Fs .col-xl-10,
  .cid-txghwT92Fs .col-xl-11,
  .cid-txghwT92Fs .col-xl-12,
  .cid-txghwT92Fs .col-xl-2,
  .cid-txghwT92Fs .col-xl-3,
  .cid-txghwT92Fs .col-xl-4,
  .cid-txghwT92Fs .col-xl-5,
  .cid-txghwT92Fs .col-xl-6,
  .cid-txghwT92Fs .col-xl-7,
  .cid-txghwT92Fs .col-xl-8,
  .cid-txghwT92Fs .col-xl-9,
  .cid-txghwT92Fs .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghwT92Fs .content {
    text-align: left;
  }
  .cid-txghwT92Fs .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghwT92Fs .logo_footer_box {
    position: relative;
  }
  .cid-txghwT92Fs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghwT92Fs .logo_footer {
    position: relative;
  }
  .cid-txghwT92Fs .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rR5qt7qnbR {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rR5qt7qnbR {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rR5qKPE1GV {
  background-image: url("../../../assets/images/01-29-die-bruecke-zps-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rR5qKPE1GV h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rR5qKPE1GV .space_down_50 {
  margin-bottom: 50px;
}
#custom-html-1xa {
  /* Type valid CSS here */
}
#custom-html-1xa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1xa p {
  font-size: 60px;
  color: #777;
}
.cid-rRagmcxlOc {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rRagmcxlOc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rRagmcxlOc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rRagmcxlOc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rROE0MBLBo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-rROE0MBLBo H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rROE0MBLBo .mbr-section-subtitle {
  color: #000000;
}
.cid-rROE0MBLBo section {
  background-color: none;
}
.cid-rROE0MBLBo .logo_footer {
  position: relative;
  right: 100px;
}
.cid-txghzkT50Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghzkT50Q .content {
    text-align: center;
  }
  .cid-txghzkT50Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghzkT50Q .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghzkT50Q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghzkT50Q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghzkT50Q .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghzkT50Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghzkT50Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghzkT50Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghzkT50Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghzkT50Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghzkT50Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghzkT50Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghzkT50Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghzkT50Q H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghzkT50Q P {
  color: #1d1d1b;
}
.cid-txghzkT50Q .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghzkT50Q .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghzkT50Q .logo_footer {
  position: relative;
}
.cid-txghzkT50Q .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghzkT50Q .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghzkT50Q .col,
  .cid-txghzkT50Q .col-1,
  .cid-txghzkT50Q .col-10,
  .cid-txghzkT50Q .col-11,
  .cid-txghzkT50Q .col-12,
  .cid-txghzkT50Q .col-2,
  .cid-txghzkT50Q .col-3,
  .cid-txghzkT50Q .col-4,
  .cid-txghzkT50Q .col-5,
  .cid-txghzkT50Q .col-6,
  .cid-txghzkT50Q .col-7,
  .cid-txghzkT50Q .col-8,
  .cid-txghzkT50Q .col-9,
  .cid-txghzkT50Q .col-auto,
  .cid-txghzkT50Q .col-lg,
  .cid-txghzkT50Q .col-lg-1,
  .cid-txghzkT50Q .col-lg-10,
  .cid-txghzkT50Q .col-lg-11,
  .cid-txghzkT50Q .col-lg-12,
  .cid-txghzkT50Q .col-lg-2,
  .cid-txghzkT50Q .col-lg-3,
  .cid-txghzkT50Q .col-lg-4,
  .cid-txghzkT50Q .col-lg-5,
  .cid-txghzkT50Q .col-lg-6,
  .cid-txghzkT50Q .col-lg-7,
  .cid-txghzkT50Q .col-lg-8,
  .cid-txghzkT50Q .col-lg-9,
  .cid-txghzkT50Q .col-lg-auto,
  .cid-txghzkT50Q .col-md,
  .cid-txghzkT50Q .col-md-1,
  .cid-txghzkT50Q .col-md-10,
  .cid-txghzkT50Q .col-md-11,
  .cid-txghzkT50Q .col-md-12,
  .cid-txghzkT50Q .col-md-2,
  .cid-txghzkT50Q .col-md-3,
  .cid-txghzkT50Q .col-md-4,
  .cid-txghzkT50Q .col-md-5,
  .cid-txghzkT50Q .col-md-6,
  .cid-txghzkT50Q .col-md-7,
  .cid-txghzkT50Q .col-md-8,
  .cid-txghzkT50Q .col-md-9,
  .cid-txghzkT50Q .col-md-auto,
  .cid-txghzkT50Q .col-sm,
  .cid-txghzkT50Q .col-sm-1,
  .cid-txghzkT50Q .col-sm-10,
  .cid-txghzkT50Q .col-sm-11,
  .cid-txghzkT50Q .col-sm-12,
  .cid-txghzkT50Q .col-sm-2,
  .cid-txghzkT50Q .col-sm-3,
  .cid-txghzkT50Q .col-sm-4,
  .cid-txghzkT50Q .col-sm-5,
  .cid-txghzkT50Q .col-sm-6,
  .cid-txghzkT50Q .col-sm-7,
  .cid-txghzkT50Q .col-sm-8,
  .cid-txghzkT50Q .col-sm-9,
  .cid-txghzkT50Q .col-sm-auto,
  .cid-txghzkT50Q .col-xl,
  .cid-txghzkT50Q .col-xl-1,
  .cid-txghzkT50Q .col-xl-10,
  .cid-txghzkT50Q .col-xl-11,
  .cid-txghzkT50Q .col-xl-12,
  .cid-txghzkT50Q .col-xl-2,
  .cid-txghzkT50Q .col-xl-3,
  .cid-txghzkT50Q .col-xl-4,
  .cid-txghzkT50Q .col-xl-5,
  .cid-txghzkT50Q .col-xl-6,
  .cid-txghzkT50Q .col-xl-7,
  .cid-txghzkT50Q .col-xl-8,
  .cid-txghzkT50Q .col-xl-9,
  .cid-txghzkT50Q .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghzkT50Q .content {
    text-align: left;
  }
  .cid-txghzkT50Q .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghzkT50Q .logo_footer_box {
    position: relative;
  }
  .cid-txghzkT50Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghzkT50Q .logo_footer {
    position: relative;
  }
  .cid-txghzkT50Q .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-ser4rNr0dz :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-ser4rNr0dz .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-ser4rNr0dz .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ser4rNr0dz a {
  font-style: normal;
}
.cid-ser4rNr0dz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ser4rNr0dz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ser4rNr0dz .nav-item:focus,
.cid-ser4rNr0dz .nav-link:focus {
  outline: none;
}
.cid-ser4rNr0dz .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-ser4rNr0dz .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-ser4rNr0dz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ser4rNr0dz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ser4rNr0dz .menu-logo {
  margin-right: auto;
}
.cid-ser4rNr0dz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-ser4rNr0dz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ser4rNr0dz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ser4rNr0dz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ser4rNr0dz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ser4rNr0dz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ser4rNr0dz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ser4rNr0dz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ser4rNr0dz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ser4rNr0dz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ser4rNr0dz .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ser4rNr0dz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ser4rNr0dz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ser4rNr0dz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ser4rNr0dz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ser4rNr0dz .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-ser4rNr0dz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ser4rNr0dz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ser4rNr0dz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ser4rNr0dz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ser4rNr0dz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ser4rNr0dz .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-ser4rNr0dz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ser4rNr0dz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ser4rNr0dz button.navbar-toggler:focus {
  outline: none;
}
.cid-ser4rNr0dz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ser4rNr0dz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ser4rNr0dz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ser4rNr0dz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ser4rNr0dz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ser4rNr0dz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ser4rNr0dz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ser4rNr0dz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ser4rNr0dz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ser4rNr0dz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ser4rNr0dz .collapsed .btn {
  display: flex;
}
.cid-ser4rNr0dz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ser4rNr0dz .collapsed .navbar-collapse.collapsing,
.cid-ser4rNr0dz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ser4rNr0dz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ser4rNr0dz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ser4rNr0dz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ser4rNr0dz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ser4rNr0dz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ser4rNr0dz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-ser4rNr0dz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ser4rNr0dz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ser4rNr0dz .collapsed button.navbar-toggler {
  display: block;
}
.cid-ser4rNr0dz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ser4rNr0dz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ser4rNr0dz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ser4rNr0dz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ser4rNr0dz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ser4rNr0dz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-ser4rNr0dz .logo_s {
  height: 3rem !important;
}
.cid-ser4rNr0dz .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-ser4rNr0dz .navbar-expand {
    flex-direction: column;
  }
  .cid-ser4rNr0dz img {
    height: 3rem !important;
  }
  .cid-ser4rNr0dz .logo_s {
    height: 1.5rem !important;
  }
  .cid-ser4rNr0dz .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-ser4rNr0dz .btn {
    display: flex;
  }
  .cid-ser4rNr0dz button.navbar-toggler {
    display: block;
  }
  .cid-ser4rNr0dz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ser4rNr0dz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ser4rNr0dz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ser4rNr0dz .navbar-collapse.collapsing,
  .cid-ser4rNr0dz .navbar-collapse.show {
    display: block !important;
  }
  .cid-ser4rNr0dz .navbar-collapse.collapsing .navbar-nav,
  .cid-ser4rNr0dz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ser4rNr0dz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ser4rNr0dz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ser4rNr0dz .navbar-collapse.collapsing .navbar-buttons,
  .cid-ser4rNr0dz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ser4rNr0dz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ser4rNr0dz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ser4rNr0dz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ser4rNr0dz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ser4rNr0dz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ser4rNr0dz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ser4rNr0dz .menu-logo {
    flex-shrink: 3;
  }
}
.cid-ser4rNr0dz .navbar-collapse {
  flex-basis: auto;
}
.cid-ser4rNr0dz .nav-link:hover,
.cid-ser4rNr0dz .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-ser4rNr0dz .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-ser4rNr0dz .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-ser4rNr0dz .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-ser4rNr0dz .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-ser4rNr0dz .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-ser4rNr0dz a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-ser4rNr0dz a:hover svg polygon,
.cid-ser4rNr0dz a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-ser4rNr0dz .hiddden {
  display: none !important;
}
.cid-ser4rNr0dz .shoow {
  display: block !important;
}
.cid-ser4rNr0dz .navbar-logo a,
.cid-ser4rNr0dz .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-ser4rNr0dz .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-ser4rNr0dz .navbar-logo a img {
    left: 20px;
  }
  .cid-ser4rNr0dz .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-ser4rNr0dz .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-ser4rNr0dz .stoerer_head,
  .cid-ser4rNr0dz .stoerer_text {
    grid-row: 1;
  }
  .cid-ser4rNr0dz .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-ser4rNr0dz a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-ser4rNZdbY {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-ser4rNZdbY {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-sermRkyFwm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f4c8af;
}
.cid-sermRkyFwm .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-sermRkyFwm .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-sermRkyFwm .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sermRkyFwm .mbr-figure,
  .cid-sermRkyFwm img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sermRkyFwm .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sermRkyFwm h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sermRkyFwm .h2_block {
  margin-bottom: 20px;
}
.cid-sermRkyFwm .mbr-text {
  line-heigt: 1.2 !important;
}
#custom-html-1ve {
  /* Type valid CSS here */
}
#custom-html-1ve div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ve p {
  font-size: 60px;
  color: #777;
}
.cid-ser4rP1Xrl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-ser4rP1Xrl H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-ser4rP1Xrl .mbr-section-subtitle {
  color: #000000;
}
.cid-ser4rP1Xrl section {
  background-color: none;
}
.cid-ser4rP1Xrl .logo_footer {
  position: relative;
  right: 100px;
}
.cid-txghGr5txd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghGr5txd .content {
    text-align: center;
  }
  .cid-txghGr5txd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghGr5txd .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghGr5txd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghGr5txd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghGr5txd .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghGr5txd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghGr5txd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghGr5txd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghGr5txd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghGr5txd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghGr5txd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghGr5txd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghGr5txd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghGr5txd H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghGr5txd P {
  color: #1d1d1b;
}
.cid-txghGr5txd .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghGr5txd .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghGr5txd .logo_footer {
  position: relative;
}
.cid-txghGr5txd .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghGr5txd .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghGr5txd .col,
  .cid-txghGr5txd .col-1,
  .cid-txghGr5txd .col-10,
  .cid-txghGr5txd .col-11,
  .cid-txghGr5txd .col-12,
  .cid-txghGr5txd .col-2,
  .cid-txghGr5txd .col-3,
  .cid-txghGr5txd .col-4,
  .cid-txghGr5txd .col-5,
  .cid-txghGr5txd .col-6,
  .cid-txghGr5txd .col-7,
  .cid-txghGr5txd .col-8,
  .cid-txghGr5txd .col-9,
  .cid-txghGr5txd .col-auto,
  .cid-txghGr5txd .col-lg,
  .cid-txghGr5txd .col-lg-1,
  .cid-txghGr5txd .col-lg-10,
  .cid-txghGr5txd .col-lg-11,
  .cid-txghGr5txd .col-lg-12,
  .cid-txghGr5txd .col-lg-2,
  .cid-txghGr5txd .col-lg-3,
  .cid-txghGr5txd .col-lg-4,
  .cid-txghGr5txd .col-lg-5,
  .cid-txghGr5txd .col-lg-6,
  .cid-txghGr5txd .col-lg-7,
  .cid-txghGr5txd .col-lg-8,
  .cid-txghGr5txd .col-lg-9,
  .cid-txghGr5txd .col-lg-auto,
  .cid-txghGr5txd .col-md,
  .cid-txghGr5txd .col-md-1,
  .cid-txghGr5txd .col-md-10,
  .cid-txghGr5txd .col-md-11,
  .cid-txghGr5txd .col-md-12,
  .cid-txghGr5txd .col-md-2,
  .cid-txghGr5txd .col-md-3,
  .cid-txghGr5txd .col-md-4,
  .cid-txghGr5txd .col-md-5,
  .cid-txghGr5txd .col-md-6,
  .cid-txghGr5txd .col-md-7,
  .cid-txghGr5txd .col-md-8,
  .cid-txghGr5txd .col-md-9,
  .cid-txghGr5txd .col-md-auto,
  .cid-txghGr5txd .col-sm,
  .cid-txghGr5txd .col-sm-1,
  .cid-txghGr5txd .col-sm-10,
  .cid-txghGr5txd .col-sm-11,
  .cid-txghGr5txd .col-sm-12,
  .cid-txghGr5txd .col-sm-2,
  .cid-txghGr5txd .col-sm-3,
  .cid-txghGr5txd .col-sm-4,
  .cid-txghGr5txd .col-sm-5,
  .cid-txghGr5txd .col-sm-6,
  .cid-txghGr5txd .col-sm-7,
  .cid-txghGr5txd .col-sm-8,
  .cid-txghGr5txd .col-sm-9,
  .cid-txghGr5txd .col-sm-auto,
  .cid-txghGr5txd .col-xl,
  .cid-txghGr5txd .col-xl-1,
  .cid-txghGr5txd .col-xl-10,
  .cid-txghGr5txd .col-xl-11,
  .cid-txghGr5txd .col-xl-12,
  .cid-txghGr5txd .col-xl-2,
  .cid-txghGr5txd .col-xl-3,
  .cid-txghGr5txd .col-xl-4,
  .cid-txghGr5txd .col-xl-5,
  .cid-txghGr5txd .col-xl-6,
  .cid-txghGr5txd .col-xl-7,
  .cid-txghGr5txd .col-xl-8,
  .cid-txghGr5txd .col-xl-9,
  .cid-txghGr5txd .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghGr5txd .content {
    text-align: left;
  }
  .cid-txghGr5txd .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghGr5txd .logo_footer_box {
    position: relative;
  }
  .cid-txghGr5txd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghGr5txd .logo_footer {
    position: relative;
  }
  .cid-txghGr5txd .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rQHuXKXaHV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rQHuXKXaHV {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-sa6kxOC7qG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9ceb2;
}
.cid-sa6kxOC7qG p {
  color: #767676;
}
.cid-sa6kxOC7qG .item:focus,
.cid-sa6kxOC7qG span:focus {
  outline: none;
}
.cid-sa6kxOC7qG .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sa6kxOC7qG .item-wrapper {
  position: relative;
}
.cid-sa6kxOC7qG .item-btn,
.cid-sa6kxOC7qG h4,
.cid-sa6kxOC7qG h5 {
  margin: 0;
}
.cid-sa6kxOC7qG .item-content {
  padding-top: 2rem;
}
.cid-sa6kxOC7qG .item-title {
  color: #1d1d1b;
}
.cid-sa6kxOC7qG .abstand {
  margin-top: -10px;
}
.cid-sa6kxOC7qG h4 {
  line-height: 1.2;
}
.cid-sa6kxOC7qG .item-wrapper:hover .card-img {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sa6kxOC7qG .item-wrapper:hover h4 {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sa6kxOC7qG .item-subtitle {
  color: #1d1d1b;
}
.cid-sa6kxOC7qG .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-sa6kxOC7qG .item-text {
  color: #1d1d1b;
}
.cid-sa6kxOC7qG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sa6kxOC7qG .space_down_50 {
  margin-bottom: 50px;
}
.cid-sa6kxOC7qG item-text {
  color: #1d1d1b;
}
.cid-sa6kxOC7qG .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
  color: #1d1d1b !important;
}
.cid-sa6kxOC7qG .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-sa6kxOC7qG .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-sa6kxOC7qG .display-5 {
    line-height: 1;
  }
  .cid-sa6kxOC7qG .btn {
    font-size: 1.5rem !important;
  }
  .cid-sa6kxOC7qG .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-sa6kxOC7qG svg polygon {
  fill: #1d1d1b ;
}
.cid-sa6kxOC7qG a:hover {
  Color: #a76645 !important;
}
.cid-sa6kxOC7qG a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sa6kxOC7qG .btn-black-outline:hover,
.cid-sa6kxOC7qG .btn-black-outline:focus,
.cid-sa6kxOC7qG .btn-black-outline.focus,
.cid-sa6kxOC7qG .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-sa6kxOC7qG .btn-white-outline:hover,
.cid-sa6kxOC7qG .btn-white-outline:focus,
.cid-sa6kxOC7qG .btn-white-outline.focus,
.cid-sa6kxOC7qG .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-sa6kxOC7qG .special_button {
  width: 100%;
}
.cid-sa6kxOC7qG .special_button a {
  text-align: left;
}
.cid-sa6kxOC7qG .card-img {
  margin-bottom: -20px;
}
.cid-rQI7vbSAlU {
  background: #ffffff;
}
.cid-rQI7vbSAlU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rQI7vbSAlU figcaption {
  position: relative;
}
.cid-rQI7vbSAlU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rQI7vbSAlU .image-block {
    width: 300% !important;
  }
}
.cid-rUg9nSNqA9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUg9nSNqA9 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUg9nSNqA9 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUg9nSNqA9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUg9nSNqA9 .mbr-figure,
  .cid-rUg9nSNqA9 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUg9nSNqA9 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUg9nSNqA9 .mbr-author-desc {
  color: #000000;
}
.cid-rUg9nSNqA9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUg9nSNqA9 .text_block {
  margin-top: 0px;
}
.cid-rUg9nSNqA9 .h2_block {
  margin-bottom: 20px;
}
.cid-rUg9nSNqA9 .mbr-figure {
  align-self: flex-start;
}
.cid-rUg9nSNqA9 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUg9nSNqA9 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUg9nSNqA9 .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUg9nSNqA9 a:hover {
  Color: #a76645 !important;
}
.cid-rUg9nSNqA9 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUg9nSNqA9 .btn-black-outline:hover,
.cid-rUg9nSNqA9 .btn-black-outline:focus,
.cid-rUg9nSNqA9 .btn-black-outline.focus,
.cid-rUg9nSNqA9 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUg9nSNqA9 .display-5 {
    line-height: 1;
  }
  .cid-rUg9nSNqA9 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUg9nSNqA9 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUg9nSNqA9 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rQRWVCTXco {
  background: #ffffff;
}
.cid-rQRWVCTXco .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rQRWVCTXco figcaption {
  position: relative;
}
.cid-rQRWVCTXco figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rQRWVCTXco .image-block {
    width: 300% !important;
  }
}
.cid-rR3DKkPKAs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9ceb2;
}
.cid-rR3DKkPKAs p {
  color: #767676;
}
.cid-rR3DKkPKAs .item:focus,
.cid-rR3DKkPKAs span:focus {
  outline: none;
}
.cid-rR3DKkPKAs .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rR3DKkPKAs .item-wrapper {
  position: relative;
}
.cid-rR3DKkPKAs .item-btn,
.cid-rR3DKkPKAs h4,
.cid-rR3DKkPKAs h5 {
  margin: 0;
}
.cid-rR3DKkPKAs .item-content {
  padding-top: 2rem;
}
.cid-rR3DKkPKAs .item-title {
  color: #1d1d1b;
}
.cid-rR3DKkPKAs .abstand {
  margin-top: -10px;
}
.cid-rR3DKkPKAs h4 {
  line-height: 1.2;
}
.cid-rR3DKkPKAs h3 {
  font-style: italic;
}
.cid-rR3DKkPKAs .item-wrapper:hover .card-img {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3DKkPKAs .item-wrapper:hover h4 {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3DKkPKAs .item-subtitle {
  color: #1d1d1b;
}
.cid-rR3DKkPKAs .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-rR3DKkPKAs .item-text {
  color: #1d1d1b;
}
.cid-rR3DKkPKAs h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rR3DKkPKAs .space_down_50 {
  margin-bottom: 50px;
}
.cid-rR3DKkPKAs item-text {
  color: #1d1d1b;
}
.cid-rR3DKkPKAs .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
  color: #1d1d1b !important;
}
.cid-rR3DKkPKAs .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rR3DKkPKAs .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cid-rR3DKkPKAs .display-5 {
    line-height: 1;
  }
  .cid-rR3DKkPKAs .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR3DKkPKAs .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rR3DKkPKAs svg polygon {
  fill: #1d1d1b ;
}
.cid-rR3DKkPKAs a:hover {
  Color: #a76645 !important;
}
.cid-rR3DKkPKAs a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3DKkPKAs .btn-black-outline:hover,
.cid-rR3DKkPKAs .btn-black-outline:focus,
.cid-rR3DKkPKAs .btn-black-outline.focus,
.cid-rR3DKkPKAs .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rR3DKkPKAs .btn-white-outline:hover,
.cid-rR3DKkPKAs .btn-white-outline:focus,
.cid-rR3DKkPKAs .btn-white-outline.focus,
.cid-rR3DKkPKAs .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rR3DKkPKAs .special_button {
  width: 100%;
}
.cid-rR3DKkPKAs .special_button a {
  text-align: left;
}
.cid-rR3DKkPKAs .card-img {
  margin-bottom: -20px;
}
.cid-txghLlwd6J {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghLlwd6J .content {
    text-align: center;
  }
  .cid-txghLlwd6J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghLlwd6J .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghLlwd6J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghLlwd6J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghLlwd6J .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghLlwd6J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghLlwd6J .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghLlwd6J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghLlwd6J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghLlwd6J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghLlwd6J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghLlwd6J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghLlwd6J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghLlwd6J H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghLlwd6J P {
  color: #1d1d1b;
}
.cid-txghLlwd6J .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghLlwd6J .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghLlwd6J .logo_footer {
  position: relative;
}
.cid-txghLlwd6J .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghLlwd6J .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghLlwd6J .col,
  .cid-txghLlwd6J .col-1,
  .cid-txghLlwd6J .col-10,
  .cid-txghLlwd6J .col-11,
  .cid-txghLlwd6J .col-12,
  .cid-txghLlwd6J .col-2,
  .cid-txghLlwd6J .col-3,
  .cid-txghLlwd6J .col-4,
  .cid-txghLlwd6J .col-5,
  .cid-txghLlwd6J .col-6,
  .cid-txghLlwd6J .col-7,
  .cid-txghLlwd6J .col-8,
  .cid-txghLlwd6J .col-9,
  .cid-txghLlwd6J .col-auto,
  .cid-txghLlwd6J .col-lg,
  .cid-txghLlwd6J .col-lg-1,
  .cid-txghLlwd6J .col-lg-10,
  .cid-txghLlwd6J .col-lg-11,
  .cid-txghLlwd6J .col-lg-12,
  .cid-txghLlwd6J .col-lg-2,
  .cid-txghLlwd6J .col-lg-3,
  .cid-txghLlwd6J .col-lg-4,
  .cid-txghLlwd6J .col-lg-5,
  .cid-txghLlwd6J .col-lg-6,
  .cid-txghLlwd6J .col-lg-7,
  .cid-txghLlwd6J .col-lg-8,
  .cid-txghLlwd6J .col-lg-9,
  .cid-txghLlwd6J .col-lg-auto,
  .cid-txghLlwd6J .col-md,
  .cid-txghLlwd6J .col-md-1,
  .cid-txghLlwd6J .col-md-10,
  .cid-txghLlwd6J .col-md-11,
  .cid-txghLlwd6J .col-md-12,
  .cid-txghLlwd6J .col-md-2,
  .cid-txghLlwd6J .col-md-3,
  .cid-txghLlwd6J .col-md-4,
  .cid-txghLlwd6J .col-md-5,
  .cid-txghLlwd6J .col-md-6,
  .cid-txghLlwd6J .col-md-7,
  .cid-txghLlwd6J .col-md-8,
  .cid-txghLlwd6J .col-md-9,
  .cid-txghLlwd6J .col-md-auto,
  .cid-txghLlwd6J .col-sm,
  .cid-txghLlwd6J .col-sm-1,
  .cid-txghLlwd6J .col-sm-10,
  .cid-txghLlwd6J .col-sm-11,
  .cid-txghLlwd6J .col-sm-12,
  .cid-txghLlwd6J .col-sm-2,
  .cid-txghLlwd6J .col-sm-3,
  .cid-txghLlwd6J .col-sm-4,
  .cid-txghLlwd6J .col-sm-5,
  .cid-txghLlwd6J .col-sm-6,
  .cid-txghLlwd6J .col-sm-7,
  .cid-txghLlwd6J .col-sm-8,
  .cid-txghLlwd6J .col-sm-9,
  .cid-txghLlwd6J .col-sm-auto,
  .cid-txghLlwd6J .col-xl,
  .cid-txghLlwd6J .col-xl-1,
  .cid-txghLlwd6J .col-xl-10,
  .cid-txghLlwd6J .col-xl-11,
  .cid-txghLlwd6J .col-xl-12,
  .cid-txghLlwd6J .col-xl-2,
  .cid-txghLlwd6J .col-xl-3,
  .cid-txghLlwd6J .col-xl-4,
  .cid-txghLlwd6J .col-xl-5,
  .cid-txghLlwd6J .col-xl-6,
  .cid-txghLlwd6J .col-xl-7,
  .cid-txghLlwd6J .col-xl-8,
  .cid-txghLlwd6J .col-xl-9,
  .cid-txghLlwd6J .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghLlwd6J .content {
    text-align: left;
  }
  .cid-txghLlwd6J .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghLlwd6J .logo_footer_box {
    position: relative;
  }
  .cid-txghLlwd6J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghLlwd6J .logo_footer {
    position: relative;
  }
  .cid-txghLlwd6J .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRwzsTeb68 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRwzsTeb68 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRwAQbwiSC {
  background-image: url("../../../assets/images/standardwert-2019-04-01-um-10.01.08-1-2000x855.jpg");
}
.cid-rRwAQbwiSC P {
  color: #767676;
}
.cid-rRwAUrWfjb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRwAUrWfjb .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-rRwAUrWfjb .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRwAUrWfjb .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRwAUrWfjb .mbr-figure,
  .cid-rRwAUrWfjb img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRwAUrWfjb .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRwAUrWfjb .mbr-author-desc {
  color: #000000;
}
.cid-rRwAUrWfjb h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #ffffff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwAUrWfjb .text_block {
  margin-top: 0px;
}
.cid-rRwAUrWfjb .h2_block {
  margin-bottom: 20px;
}
.cid-rRwAUrWfjb .mbr-figure {
  align-self: flex-start;
}
.cid-rRwAUrWfjb .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRwAUrWfjb .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRwAUrWfjb .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRwAUrWfjb .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRwAUrWfjb .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRwBZKVCji {
  background: #ffffff;
}
.cid-rRwBZKVCji .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRwBZKVCji figcaption {
  position: relative;
}
.cid-rRwBZKVCji figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRwBZKVCji .image-block {
    width: 100% !important;
  }
}
.cid-rRwC3Rbj6m {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rRwC3Rbj6m .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRwC3Rbj6m .video-block {
    width: 100% !important;
  }
}
.cid-rRwC3Rbj6m .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-se4bC4BSON {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-se4bC4BSON H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4bC4BSON .mbr-section-subtitle {
  color: #000000;
}
.cid-se4bC4BSON span {
  visibility: hidden;
}
.cid-se4bC4BSON .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4bC4BSON span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRwC7XxmR7 {
  background-image: url("../../../assets/images/signal-2017-11-20-95558-2000x837.jpg");
}
.cid-rRwC7XxmR7 P {
  color: #767676;
}
.cid-rRwCa9ZBmQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwCa9ZBmQ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwCa9ZBmQ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwCa9ZBmQ .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwCa9ZBmQ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwCfxDozH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwCfxDozH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwCfxDozH p {
  color: #767676;
  text-align: left;
}
.cid-rRwCfxDozH .card-box {
  padding-top: 2rem;
}
.cid-rRwCfxDozH .card-wrapper {
  height: 100%;
}
.cid-rRwCfxDozH P {
  color: #1d1d1b;
}
.cid-rRwCfxDozH .card-title {
  color: #1d1d1b;
}
.cid-rRwChLnbn2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRwChLnbn2 .images-container.container-fluid {
  padding: 0;
}
.cid-rRwChLnbn2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwChLnbn2 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwChLnbn2 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwChLnbn2 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwChLnbn2 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwChLnbn2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwChLnbn2 .img-item {
    width: 100% !important;
  }
  .cid-rRwChLnbn2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRwCmKOzDm {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rRwCmKOzDm H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwCmKOzDm .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRwCmKOzDm .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRwCmKOzDm .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRwCoitfB6 {
  background-image: url("../../../assets/images/standardwert-2017-11-22-um-12.28.27-1897x819.jpg");
}
.cid-rRwCoitfB6 P {
  color: #767676;
}
.cid-rRwCx2jLL2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRwCx2jLL2 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwCx2jLL2 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwCx2jLL2 .breites_Zitat,
  .cid-rRwCx2jLL2 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwCF1ZaQq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRwCF1ZaQq H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwCF1ZaQq .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwCF1ZaQq .breites_Zitat,
  .cid-rRwCF1ZaQq .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwCIpd9O2 {
  background-image: url("../../../assets/images/zps-deinestele-0226-v2-2000x1333.jpg");
}
.cid-rRwCIpd9O2 P {
  color: #767676;
}
.cid-rRwCKfAYUy {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRwCKfAYUy H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwCKfAYUy .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRwCKfAYUy .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRwCKfAYUy .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRwCPngVfJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRwCPngVfJ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwCPngVfJ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwCPngVfJ .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwCPngVfJ .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-rRwCPngVfJ a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  color: #fff;
  padding-bottom: 3px;
}
.cid-rRwCPngVfJ a:hover {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
}
.cid-rRwCTobvCS {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rRwCTobvCS .images-container.container-fluid {
  padding: 0;
}
.cid-rRwCTobvCS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwCTobvCS .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwCTobvCS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwCTobvCS .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwCTobvCS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwCTobvCS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwCTobvCS .img-item {
    width: 100% !important;
  }
  .cid-rRwCTobvCS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRwCYHu51k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRwCYHu51k h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwCYHu51k p {
  color: #767676;
  text-align: left;
}
.cid-rRwCYHu51k .card-box {
  padding-top: 2rem;
}
.cid-rRwCYHu51k .card-wrapper {
  height: 100%;
}
.cid-rRwD2zRreV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRwD2zRreV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwD2zRreV p {
  color: #767676;
  text-align: left;
}
.cid-rRwD2zRreV .card-box {
  padding-top: 2rem;
}
.cid-rRwD2zRreV .card-wrapper {
  height: 100%;
}
.cid-rRwD5TvKlA {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRwD5TvKlA H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwD5TvKlA .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRwD5TvKlA .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRwD5TvKlA .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRBAdDwfj6 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #f9ceb2;
}
.cid-rRBAdDwfj6 P {
  color: #767676;
}
.cid-rRBAdDwfj6 .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-rRBAdDwfj6 .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-rRBAdDwfj6 .mbr-text,
.cid-rRBAdDwfj6 .mbr-section-btn {
  color: #1d1d1b;
}
.cid-rRwDLnb6FR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRwDLnb6FR .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwDLnb6FR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwDLnb6FR .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwDLnb6FR .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwDMARfON {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRwDMARfON h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwDMARfON p {
  color: #767676;
  text-align: left;
}
.cid-rRwDMARfON .card-box {
  padding-top: 2rem;
}
.cid-rRwDMARfON .card-wrapper {
  height: 100%;
}
.cid-rRwDMARfON P {
  color: #1d1d1b;
}
.cid-rRwDORESp0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRwDORESp0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwDORESp0 p {
  color: #767676;
  text-align: left;
}
.cid-rRwDORESp0 .card-box {
  padding-top: 2rem;
}
.cid-rRwDORESp0 .card-wrapper {
  height: 100%;
}
.cid-rRwDORESp0 P {
  color: #1d1d1b;
}
.cid-rRwDQkVF36 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwDQkVF36 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwDQkVF36 p {
  color: #767676;
  text-align: left;
}
.cid-rRwDQkVF36 .card-box {
  padding-top: 2rem;
}
.cid-rRwDQkVF36 .card-wrapper {
  height: 100%;
}
.cid-rRwDQkVF36 P {
  color: #1d1d1b;
}
.cid-rRwDTa7dO4 {
  background-image: url("../../../assets/images/schnee-bearbeitet-2000x1345.jpg");
}
.cid-rRwDTa7dO4 P {
  color: #767676;
}
.cid-rRwDV6UgAH {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRwDV6UgAH H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwDV6UgAH .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwDV6UgAH .breites_Zitat,
  .cid-rRwDV6UgAH .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwENm16FG {
  background-image: url("../../../assets/images/zps-deinestele-0310-v2-2000x1333.jpg");
}
.cid-rRwENm16FG P {
  color: #767676;
}
.cid-rRwERZm1Xd {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRwERZm1Xd H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwERZm1Xd .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwERZm1Xd .breites_Zitat,
  .cid-rRwERZm1Xd .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwEUWXEKH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRwEUWXEKH .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRwEUWXEKH h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwEUWXEKH .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRwFcQxuSI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRwFcQxuSI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRwFcQxuSI p {
  color: #767676;
  text-align: left;
}
.cid-rRwFcQxuSI .card-box {
  padding-top: 2rem;
}
.cid-rRwFcQxuSI .card-wrapper {
  height: 100%;
}
.cid-rRwFcQxuSI P {
  color: #1d1d1b;
}
.cid-rRwF55PqsY {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRwF55PqsY .images-container.container-fluid {
  padding: 0;
}
.cid-rRwF55PqsY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwF55PqsY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwF55PqsY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwF55PqsY .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwF55PqsY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwF55PqsY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwF55PqsY .img-item {
    width: 100% !important;
  }
  .cid-rRwF55PqsY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRwFjv5xxH {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-14-2000x1330.png");
}
.cid-rRwFjv5xxH H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwFjv5xxH .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwFjv5xxH .breites_Zitat,
  .cid-rRwFjv5xxH .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwFkSADRm {
  background-image: url("../../../assets/images/1280px-bornhagen-friedensstr-nachbildung-holocaust-mahnmal-1-2018-01-1-1280x853.jpg");
}
.cid-rRwFkSADRm P {
  color: #767676;
}
.cid-rRwFtMD6XS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRwFtMD6XS H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwFtMD6XS .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwFtMD6XS .breites_Zitat,
  .cid-rRwFtMD6XS .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwFCtbM8O {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwFCtbM8O .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRwFCtbM8O .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRwFCtbM8O .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRwFCtbM8O .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRwFCtbM8O .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRwFCtbM8O .mbr-figure,
  .cid-rRwFCtbM8O img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRwFCtbM8O h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwFCtbM8O .text_block {
  margin-top: 0px;
}
.cid-rRwFCtbM8O .h2_block {
  margin-bottom: 20px;
}
.cid-rRwFCtbM8O .mbr-figure {
  align-self: flex-start;
}
.cid-rRwFCtbM8O .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRwFCtbM8O .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRwFCtbM8O a:hover {
  Color: #a76645 !important;
}
.cid-rRwFCtbM8O a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRwFCtbM8O .btn-black-outline:hover,
.cid-rRwFCtbM8O .btn-black-outline:focus,
.cid-rRwFCtbM8O .btn-black-outline.focus,
.cid-rRwFCtbM8O .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRwFCtbM8O .display-5 {
    line-height: 1;
  }
  .cid-rRwFCtbM8O .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRwFCtbM8O .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRwFCtbM8O .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRwFCtbM8O .content {
  padding-left: 3px;
}
.cid-rRwFMoAM6o {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-rRwFMoAM6o H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwFMoAM6o .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwFMoAM6o .breites_Zitat,
  .cid-rRwFMoAM6o .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwFPhyBfs {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwFPhyBfs .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRwFPhyBfs .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRwFPhyBfs .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRwFPhyBfs .mbr-figure,
  .cid-rRwFPhyBfs img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRwFPhyBfs .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRwFPhyBfs h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwFPhyBfs .h2_block {
  margin-bottom: 20px;
}
.cid-rRwFPhyBfs .mbr-figure {
  align-self: flex-start;
}
.cid-rRwFTx7z6g {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRwFTx7z6g H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRwFTx7z6g .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRwFTx7z6g .breites_Zitat,
  .cid-rRwFTx7z6g .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRwFWAG0PT {
  background-image: url("../../../assets/images/beobachter-2000x859.jpg");
}
.cid-rRwFWAG0PT P {
  color: #767676;
}
.cid-rRwG0GqcY5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRwG0GqcY5 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwG0GqcY5 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRwG0GqcY5 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRwG0GqcY5 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRwG49AfEo {
  padding-top: 120px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rRwG49AfEo .images-container.container-fluid {
  padding: 0;
}
.cid-rRwG49AfEo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRwG49AfEo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRwG49AfEo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRwG49AfEo .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRwG49AfEo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRwG49AfEo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRwG49AfEo .img-item {
    width: 100% !important;
  }
  .cid-rRwG49AfEo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-suyqnVaR7l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suyqnVaR7l .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-suyqnVaR7l h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suyqnVaR7l .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRwG6MSV4o {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRwG6MSV4o .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRwG6MSV4o h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwG6MSV4o .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRwG6MSV4o .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRwGbb0D3F {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRwGbb0D3F .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRwGbb0D3F .video-block {
    width: 100% !important;
  }
}
.cid-rRwGbb0D3F .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRwGjqpNns {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRwGjqpNns .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.cid-rRwGjqpNns .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRwGjqpNns .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRwGjqpNns .mbr-figure,
  .cid-rRwGjqpNns img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRwGjqpNns .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRwGjqpNns .mbr-author-desc {
  color: #000000;
}
.cid-rRwGjqpNns h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRwGjqpNns .text_block {
  margin-top: 0px;
}
.cid-rRwGjqpNns .h2_block {
  margin-bottom: 20px;
}
.cid-rRwGjqpNns .mbr-figure {
  align-self: flex-start;
}
.cid-rRwGjqpNns .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRwGjqpNns .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRwGjqpNns .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRwGjqpNns .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRwGjqpNns .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRwGrxyemp {
  background: #ffffff;
}
.cid-rRwGrxyemp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRwGrxyemp figcaption {
  position: relative;
}
.cid-rRwGrxyemp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRwGrxyemp .image-block {
    width: 100% !important;
  }
}
.cid-rRwGsUifKV {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRwGsUifKV H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRwGsUifKV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRBnu2wn8j {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRBnu2wn8j H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRBnu2wn8j .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRBnu2wn8j .breites_Zitat,
  .cid-rRBnu2wn8j .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRBnz36kOO {
  background: #ffffff;
}
.cid-rRBnz36kOO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRBnz36kOO figcaption {
  position: relative;
}
.cid-rRBnz36kOO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRBnz36kOO .image-block {
    width: 100% !important;
  }
}
.cid-rRBnJOzHcF {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBnJOzHcF .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
  text-align: center;
}
.cid-rRBnJOzHcF .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRBnJOzHcF .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRBnJOzHcF .mbr-figure,
  .cid-rRBnJOzHcF img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRBnJOzHcF .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRBnJOzHcF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBnJOzHcF .h2_block {
  margin-bottom: 20px;
}
.cid-rRBpkFmfZI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBpkFmfZI .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRBpkFmfZI .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRBpkFmfZI .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRBpkFmfZI .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRBpkFmfZI .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRBpkFmfZI .mbr-figure,
  .cid-rRBpkFmfZI img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRBpkFmfZI h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBpkFmfZI .text_block {
  margin-top: 0px;
}
.cid-rRBpkFmfZI .h2_block {
  margin-bottom: 20px;
}
.cid-rRBpkFmfZI .mbr-figure {
  align-self: flex-start;
}
.cid-rRBpkFmfZI .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRBpkFmfZI .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRBpkFmfZI a:hover {
  Color: #a76645 !important;
}
.cid-rRBpkFmfZI a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRBpkFmfZI .btn-black-outline:hover,
.cid-rRBpkFmfZI .btn-black-outline:focus,
.cid-rRBpkFmfZI .btn-black-outline.focus,
.cid-rRBpkFmfZI .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRBpkFmfZI .display-5 {
    line-height: 1;
  }
  .cid-rRBpkFmfZI .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRBpkFmfZI .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRBpkFmfZI .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRBpkFmfZI .content {
  padding-left: 3px;
}
.cid-rRBpn3CLsw {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-12-2000x1333.png");
}
.cid-rRBpn3CLsw H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRBpn3CLsw .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRBpn3CLsw .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRBpn3CLsw .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRBprxGthF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBprxGthF .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRBprxGthF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBprxGthF .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRBprxGthF .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRBpwdN2ul {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRBpwdN2ul .images-container.container-fluid {
  padding: 0;
}
.cid-rRBpwdN2ul .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRBpwdN2ul .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRBpwdN2ul .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRBpwdN2ul .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRBpwdN2ul .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRBpwdN2ul .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRBpwdN2ul .img-item {
    width: 100% !important;
  }
  .cid-rRBpwdN2ul .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRBpAO3LkG {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-10-2000x1405.png");
}
.cid-rRBpAO3LkG H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRBpAO3LkG .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRCDM1QnBz {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRCDM1QnBz .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRCDM1QnBz .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRCDM1QnBz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRCDM1QnBz .mbr-figure,
  .cid-rRCDM1QnBz img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRCDM1QnBz .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRCDM1QnBz h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRCDM1QnBz .h2_block {
  margin-bottom: 20px;
}
.cid-rRCDM1QnBz .mbr-figure {
  align-self: flex-start;
}
.cid-rRCE9ZdOcg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRCE9ZdOcg H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRCE9ZdOcg .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRCE9ZdOcg .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRCE9ZdOcg .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRBqYAAXVg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-7-1500x622.jpg");
}
.cid-rRBqYAAXVg .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-rRBqYAAXVg .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRBqYAAXVg .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRBqYAAXVg .mbr-figure,
  .cid-rRBqYAAXVg img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRBqYAAXVg .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRBqYAAXVg .mbr-author-desc {
  color: #000000;
}
.cid-rRBqYAAXVg h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #ffffff;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBqYAAXVg .text_block {
  margin-top: 0px;
}
.cid-rRBqYAAXVg .h2_block {
  margin-bottom: 20px;
}
.cid-rRBqYAAXVg .mbr-figure {
  align-self: flex-start;
}
.cid-rRBqYAAXVg .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rRBqYAAXVg .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rRBqYAAXVg .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rRBqYAAXVg .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rRBqYAAXVg .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rRBr1meGaO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-rRBr1meGaO H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRBr1meGaO .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRBr1meGaO .breites_Zitat,
  .cid-rRBr1meGaO .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRBr2zpBtk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRBr2zpBtk .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRBr2zpBtk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRBr2zpBtk p {
  color: #767676;
  text-align: left;
}
.cid-rRBr2zpBtk .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRBr2zpBtk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRBr2zpBtk .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRBr2zpBtk .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBr2zpBtk .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRBr2zpBtk .notched-box:before,
.cid-rRBr2zpBtk .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRBr2zpBtk .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRBr2zpBtk .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRBr2zpBtk .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRBr2zpBtk .border:before,
.cid-rRBr2zpBtk .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRBr2zpBtk .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRBr2zpBtk .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRBr2zpBtk .mbr-author-name {
  padding-left: 40px;
}
.cid-rRBr2zpBtk P {
  color: #000000;
}
.cid-rRBr2zpBtk .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRBr5qyR41 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f9ceb2;
}
.cid-rRBr5qyR41 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRBr5qyR41 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRBr5qyR41 p {
  color: #767676;
  text-align: left;
}
.cid-rRBr5qyR41 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRBr5qyR41 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRBr5qyR41 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRBr5qyR41 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBr5qyR41 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRBr5qyR41 .notched-box:before,
.cid-rRBr5qyR41 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRBr5qyR41 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRBr5qyR41 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRBr5qyR41 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRBr5qyR41 .border:before,
.cid-rRBr5qyR41 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRBr5qyR41 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRBr5qyR41 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRBr5qyR41 .mbr-author-name {
  padding-left: 40px;
}
.cid-rRBr5qyR41 P {
  color: #000000;
}
.cid-rRBr5qyR41 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-uXTHvrBKhW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-uXTHvrBKhW H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-uXTHvrBKhW .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTHvrBKhW span {
  visibility: hidden;
}
.cid-uXTHvrBKhW .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uXTHvrBKhW span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRBrfUyrNr {
  background: #ffffff;
}
.cid-rRBrfUyrNr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRBrfUyrNr figcaption {
  position: relative;
}
.cid-rRBrfUyrNr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRBrfUyrNr .image-block {
    width: 300% !important;
  }
}
.cid-rU5wcHgOwO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rU5wcHgOwO .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rU5wcHgOwO .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rU5wcHgOwO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rU5wcHgOwO .mbr-figure,
  .cid-rU5wcHgOwO img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rU5wcHgOwO .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rU5wcHgOwO .mbr-author-desc {
  color: #000000;
}
.cid-rU5wcHgOwO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rU5wcHgOwO .text_block {
  margin-top: 0px;
}
.cid-rU5wcHgOwO .h2_block {
  margin-bottom: 20px;
}
.cid-rU5wcHgOwO .mbr-figure {
  align-self: flex-start;
}
.cid-rU5wcHgOwO .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rU5wcHgOwO .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rU5wcHgOwO .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rU5wcHgOwO a:hover {
  Color: #a76645 !important;
}
.cid-rU5wcHgOwO a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rU5wcHgOwO .btn-black-outline:hover,
.cid-rU5wcHgOwO .btn-black-outline:focus,
.cid-rU5wcHgOwO .btn-black-outline.focus,
.cid-rU5wcHgOwO .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rU5wcHgOwO .display-5 {
    line-height: 1;
  }
  .cid-rU5wcHgOwO .btn {
    font-size: 1.5rem !important;
  }
  .cid-rU5wcHgOwO .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rU5wcHgOwO .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRBrhkQ6MV {
  background: #ffffff;
}
.cid-rRBrhkQ6MV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRBrhkQ6MV figcaption {
  position: relative;
}
.cid-rRBrhkQ6MV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRBrhkQ6MV .image-block {
    width: 300% !important;
  }
}
.cid-rRCJOTLpdH {
  background: #ffffff;
}
.cid-rRCJOTLpdH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRCJOTLpdH figcaption {
  position: relative;
}
.cid-rRCJOTLpdH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRCJOTLpdH .image-block {
    width: 100% !important;
  }
}
.cid-rRBrpOzWTX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBrpOzWTX .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRBrpOzWTX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBrpOzWTX .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRBrpOzWTX .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRBrYQ7MiL {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBrYQ7MiL .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRBrYQ7MiL .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRBrYQ7MiL .mbr-author-desc {
  color: #232;
}
.cid-rRBrYQ7MiL .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRBrYQ7MiL .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRBrYQ7MiL .mbr-figure,
  .cid-rRBrYQ7MiL img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRBrYQ7MiL h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBrYQ7MiL .text_block {
  margin-top: 0px;
}
.cid-rRBrYQ7MiL .h2_block {
  margin-bottom: 20px;
}
.cid-rRBrYQ7MiL .mbr-figure {
  align-self: flex-start;
}
.cid-rRBrYQ7MiL .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRBrYQ7MiL .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRBrYQ7MiL a:hover {
  Color: #a76645 !important;
}
.cid-rRBrYQ7MiL a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRBrYQ7MiL .btn-black-outline:hover,
.cid-rRBrYQ7MiL .btn-black-outline:focus,
.cid-rRBrYQ7MiL .btn-black-outline.focus,
.cid-rRBrYQ7MiL .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRBrYQ7MiL .display-5 {
    line-height: 1;
  }
  .cid-rRBrYQ7MiL .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRBrYQ7MiL .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRBrYQ7MiL .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRBrYQ7MiL .content {
  padding-left: 3px;
}
.cid-rRCLaFyrkI {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRCLaFyrkI H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRCLaFyrkI .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRCLaFyrkI .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRCLaFyrkI .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRBsavohG5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRBsavohG5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRBsavohG5 p {
  color: #767676;
  text-align: left;
}
.cid-rRBsavohG5 .card-box {
  padding-top: 2rem;
}
.cid-rRBsavohG5 .card-wrapper {
  height: 100%;
}
.cid-rRBst2t4J8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRBst2t4J8 .images-container.container-fluid {
  padding: 0;
}
.cid-rRBst2t4J8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRBst2t4J8 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRBst2t4J8 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRBst2t4J8 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRBst2t4J8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRBst2t4J8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRBst2t4J8 .img-item {
    width: 100% !important;
  }
  .cid-rRBst2t4J8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRCOaTl8BM {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRCOaTl8BM .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRCOaTl8BM .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRCOaTl8BM .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRCOaTl8BM .mbr-figure,
  .cid-rRCOaTl8BM img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRCOaTl8BM .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRCOaTl8BM h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRCOaTl8BM .h2_block {
  margin-bottom: 20px;
}
.cid-rRCOaTl8BM .mbr-figure {
  align-self: flex-start;
}
.cid-rRBsClVMwr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRBsClVMwr .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRBsClVMwr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRBsClVMwr .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRBsClVMwr .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRBsJYMS6H {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRBsJYMS6H .images-container.container-fluid {
  padding: 0;
}
.cid-rRBsJYMS6H .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRBsJYMS6H .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRBsJYMS6H .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRBsJYMS6H .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRBsJYMS6H .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRBsJYMS6H .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRBsJYMS6H .img-item {
    width: 100% !important;
  }
  .cid-rRBsJYMS6H .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRBsMxnPf0 {
  background: #ffffff;
}
.cid-rRBsMxnPf0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRBsMxnPf0 figcaption {
  position: relative;
}
.cid-rRBsMxnPf0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRBsMxnPf0 .image-block {
    width: 100% !important;
  }
}
.cid-txgi0e3ej2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgi0e3ej2 .content {
    text-align: center;
  }
  .cid-txgi0e3ej2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgi0e3ej2 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgi0e3ej2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgi0e3ej2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgi0e3ej2 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgi0e3ej2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgi0e3ej2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgi0e3ej2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgi0e3ej2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgi0e3ej2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgi0e3ej2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgi0e3ej2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgi0e3ej2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgi0e3ej2 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgi0e3ej2 P {
  color: #1d1d1b;
}
.cid-txgi0e3ej2 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgi0e3ej2 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgi0e3ej2 .logo_footer {
  position: relative;
}
.cid-txgi0e3ej2 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgi0e3ej2 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgi0e3ej2 .col,
  .cid-txgi0e3ej2 .col-1,
  .cid-txgi0e3ej2 .col-10,
  .cid-txgi0e3ej2 .col-11,
  .cid-txgi0e3ej2 .col-12,
  .cid-txgi0e3ej2 .col-2,
  .cid-txgi0e3ej2 .col-3,
  .cid-txgi0e3ej2 .col-4,
  .cid-txgi0e3ej2 .col-5,
  .cid-txgi0e3ej2 .col-6,
  .cid-txgi0e3ej2 .col-7,
  .cid-txgi0e3ej2 .col-8,
  .cid-txgi0e3ej2 .col-9,
  .cid-txgi0e3ej2 .col-auto,
  .cid-txgi0e3ej2 .col-lg,
  .cid-txgi0e3ej2 .col-lg-1,
  .cid-txgi0e3ej2 .col-lg-10,
  .cid-txgi0e3ej2 .col-lg-11,
  .cid-txgi0e3ej2 .col-lg-12,
  .cid-txgi0e3ej2 .col-lg-2,
  .cid-txgi0e3ej2 .col-lg-3,
  .cid-txgi0e3ej2 .col-lg-4,
  .cid-txgi0e3ej2 .col-lg-5,
  .cid-txgi0e3ej2 .col-lg-6,
  .cid-txgi0e3ej2 .col-lg-7,
  .cid-txgi0e3ej2 .col-lg-8,
  .cid-txgi0e3ej2 .col-lg-9,
  .cid-txgi0e3ej2 .col-lg-auto,
  .cid-txgi0e3ej2 .col-md,
  .cid-txgi0e3ej2 .col-md-1,
  .cid-txgi0e3ej2 .col-md-10,
  .cid-txgi0e3ej2 .col-md-11,
  .cid-txgi0e3ej2 .col-md-12,
  .cid-txgi0e3ej2 .col-md-2,
  .cid-txgi0e3ej2 .col-md-3,
  .cid-txgi0e3ej2 .col-md-4,
  .cid-txgi0e3ej2 .col-md-5,
  .cid-txgi0e3ej2 .col-md-6,
  .cid-txgi0e3ej2 .col-md-7,
  .cid-txgi0e3ej2 .col-md-8,
  .cid-txgi0e3ej2 .col-md-9,
  .cid-txgi0e3ej2 .col-md-auto,
  .cid-txgi0e3ej2 .col-sm,
  .cid-txgi0e3ej2 .col-sm-1,
  .cid-txgi0e3ej2 .col-sm-10,
  .cid-txgi0e3ej2 .col-sm-11,
  .cid-txgi0e3ej2 .col-sm-12,
  .cid-txgi0e3ej2 .col-sm-2,
  .cid-txgi0e3ej2 .col-sm-3,
  .cid-txgi0e3ej2 .col-sm-4,
  .cid-txgi0e3ej2 .col-sm-5,
  .cid-txgi0e3ej2 .col-sm-6,
  .cid-txgi0e3ej2 .col-sm-7,
  .cid-txgi0e3ej2 .col-sm-8,
  .cid-txgi0e3ej2 .col-sm-9,
  .cid-txgi0e3ej2 .col-sm-auto,
  .cid-txgi0e3ej2 .col-xl,
  .cid-txgi0e3ej2 .col-xl-1,
  .cid-txgi0e3ej2 .col-xl-10,
  .cid-txgi0e3ej2 .col-xl-11,
  .cid-txgi0e3ej2 .col-xl-12,
  .cid-txgi0e3ej2 .col-xl-2,
  .cid-txgi0e3ej2 .col-xl-3,
  .cid-txgi0e3ej2 .col-xl-4,
  .cid-txgi0e3ej2 .col-xl-5,
  .cid-txgi0e3ej2 .col-xl-6,
  .cid-txgi0e3ej2 .col-xl-7,
  .cid-txgi0e3ej2 .col-xl-8,
  .cid-txgi0e3ej2 .col-xl-9,
  .cid-txgi0e3ej2 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgi0e3ej2 .content {
    text-align: left;
  }
  .cid-txgi0e3ej2 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgi0e3ej2 .logo_footer_box {
    position: relative;
  }
  .cid-txgi0e3ej2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgi0e3ej2 .logo_footer {
    position: relative;
  }
  .cid-txgi0e3ej2 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRCW1YnNVz {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRCW1YnNVz {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRCXqSqsED {
  background-image: url("../../../assets/images/flugblttr-header-2-2000x1125.jpg");
}
.cid-rRCXqSqsED P {
  color: #767676;
}
.cid-rRCYcGKJMP {
  background-image: url("../../../assets/images/zps-scholl2017-247-2000x1333.jpg");
}
.cid-rRCYcGKJMP P {
  color: #767676;
}
.cid-rRCYpAAfeS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRCYpAAfeS .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRCYpAAfeS h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRCYpAAfeS .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRCYpAAfeS .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRCYOeR5Ve {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRCYOeR5Ve .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRCYOeR5Ve .video-block {
    width: 100% !important;
  }
}
.cid-rRCYOeR5Ve .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRCZ2RSb57 {
  background: #ffffff;
}
.cid-rRCZ2RSb57 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRCZ2RSb57 figcaption {
  position: relative;
}
.cid-rRCZ2RSb57 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRCZ2RSb57 .image-block {
    width: 100% !important;
  }
}
.cid-rRCZrXfX8f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRCZrXfX8f .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRCZrXfX8f h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRCZrXfX8f .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRCZrXfX8f .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRCZuFf5kV {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRCZuFf5kV .images-container.container-fluid {
  padding: 0;
}
.cid-rRCZuFf5kV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRCZuFf5kV .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRCZuFf5kV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRCZuFf5kV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRCZuFf5kV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRCZuFf5kV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRCZuFf5kV .img-item {
    width: 100% !important;
  }
  .cid-rRCZuFf5kV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-se4cYEtsVj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x352.jpg");
}
.cid-se4cYEtsVj H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4cYEtsVj .mbr-section-subtitle {
  color: #000000;
}
.cid-se4cYEtsVj span {
  visibility: hidden;
}
.cid-se4cYEtsVj .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4cYEtsVj span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRCZyGdDTJ {
  background-image: url("../../../assets/images/zps-scholl2017-86-2000x1333.jpg");
}
.cid-rRCZyGdDTJ P {
  color: #767676;
}
.cid-rRCZCH1Lkt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRCZCH1Lkt .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRCZCH1Lkt .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRCZCH1Lkt .mbr-author-desc {
  color: #232;
}
.cid-rRCZCH1Lkt .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRCZCH1Lkt .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRCZCH1Lkt .mbr-figure,
  .cid-rRCZCH1Lkt img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRCZCH1Lkt h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRCZCH1Lkt .text_block {
  margin-top: 0px;
}
.cid-rRCZCH1Lkt .h2_block {
  margin-bottom: 20px;
}
.cid-rRCZCH1Lkt .mbr-figure {
  align-self: flex-start;
}
.cid-rRCZCH1Lkt .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}
.cid-rRCZCH1Lkt .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRCZCH1Lkt a:hover {
  Color: #a76645 !important;
}
.cid-rRCZCH1Lkt a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRCZCH1Lkt .btn-black-outline:hover,
.cid-rRCZCH1Lkt .btn-black-outline:focus,
.cid-rRCZCH1Lkt .btn-black-outline.focus,
.cid-rRCZCH1Lkt .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRCZCH1Lkt .display-5 {
    line-height: 1;
  }
  .cid-rRCZCH1Lkt .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRCZCH1Lkt .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRCZCH1Lkt .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRCZCH1Lkt .content {
  padding-left: 3px;
}
.cid-rRD00sTQFM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD00sTQFM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD00sTQFM p {
  color: #767676;
  text-align: left;
}
.cid-rRD00sTQFM .card-box {
  padding-top: 2rem;
}
.cid-rRD00sTQFM .card-wrapper {
  height: 100%;
}
.cid-rRCZYXrRqU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRCZYXrRqU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRCZYXrRqU p {
  color: #767676;
  text-align: left;
}
.cid-rRCZYXrRqU .card-box {
  padding-top: 2rem;
}
.cid-rRCZYXrRqU .card-wrapper {
  height: 100%;
}
.cid-rRCZYXrRqU P {
  color: #1d1d1b;
}
.cid-rRIGMyx3lO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rRIGMyx3lO .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRIGMyx3lO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRIGMyx3lO p {
  color: #767676;
  text-align: left;
}
.cid-rRIGMyx3lO .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRIGMyx3lO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRIGMyx3lO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRIGMyx3lO .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRIGMyx3lO .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRIGMyx3lO .notched-box:before,
.cid-rRIGMyx3lO .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRIGMyx3lO .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRIGMyx3lO .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRIGMyx3lO .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRIGMyx3lO .border:before,
.cid-rRIGMyx3lO .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRIGMyx3lO .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRIGMyx3lO .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRIGMyx3lO .mbr-author-name {
  padding-left: 40px;
}
.cid-rRIGMyx3lO P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRIGMyx3lO .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRD0hggbKo {
  background-image: url("../../../assets/images/zps-scholl2017-76-2000x3000.jpg");
}
.cid-rRD0hggbKo h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD0hggbKo .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRIFwGyh6b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRIFwGyh6b .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRIFwGyh6b .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRIFwGyh6b .mbr-author-desc {
  color: #232;
}
.cid-rRIFwGyh6b .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRIFwGyh6b .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRIFwGyh6b .mbr-figure,
  .cid-rRIFwGyh6b img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRIFwGyh6b h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRIFwGyh6b .text_block {
  margin-top: 0px;
}
.cid-rRIFwGyh6b .h2_block {
  margin-bottom: 20px;
}
.cid-rRIFwGyh6b .mbr-figure {
  align-self: flex-start;
}
.cid-rRIFwGyh6b .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRIFwGyh6b .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRIFwGyh6b a:hover {
  Color: #a76645 !important;
}
.cid-rRIFwGyh6b a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIFwGyh6b .btn-black-outline:hover,
.cid-rRIFwGyh6b .btn-black-outline:focus,
.cid-rRIFwGyh6b .btn-black-outline.focus,
.cid-rRIFwGyh6b .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIFwGyh6b .display-5 {
    line-height: 1;
  }
  .cid-rRIFwGyh6b .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIFwGyh6b .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRIFwGyh6b .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRIFwGyh6b .content {
  padding-left: 3px;
}
.cid-rRD0wllgjx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rRD0wllgjx .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRD0wllgjx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD0wllgjx p {
  color: #767676;
  text-align: left;
}
.cid-rRD0wllgjx .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRD0wllgjx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRD0wllgjx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRD0wllgjx .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRD0wllgjx .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRD0wllgjx .notched-box:before,
.cid-rRD0wllgjx .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRD0wllgjx .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRD0wllgjx .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRD0wllgjx .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRD0wllgjx .border:before,
.cid-rRD0wllgjx .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRD0wllgjx .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRD0wllgjx .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRD0wllgjx .mbr-author-name {
  padding-left: 40px;
}
.cid-rRD0wllgjx P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRD0wllgjx .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rT2mR1zOBt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rT2mR1zOBt .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rT2mR1zOBt .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rT2mR1zOBt .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rT2mR1zOBt .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rT2mR1zOBt .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rT2mR1zOBt .mbr-figure,
  .cid-rT2mR1zOBt img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rT2mR1zOBt h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rT2mR1zOBt .text_block {
  margin-top: 0px;
}
.cid-rT2mR1zOBt .h2_block {
  margin-bottom: 20px;
}
.cid-rT2mR1zOBt .mbr-figure {
  align-self: flex-start;
}
.cid-rT2mR1zOBt .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rT2mR1zOBt .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rT2mR1zOBt a:hover {
  Color: #a76645 !important;
}
.cid-rT2mR1zOBt a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rT2mR1zOBt .btn-black-outline:hover,
.cid-rT2mR1zOBt .btn-black-outline:focus,
.cid-rT2mR1zOBt .btn-black-outline.focus,
.cid-rT2mR1zOBt .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rT2mR1zOBt .display-5 {
    line-height: 1;
  }
  .cid-rT2mR1zOBt .btn {
    font-size: 1.5rem !important;
  }
  .cid-rT2mR1zOBt .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rT2mR1zOBt .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rT2mR1zOBt .content {
  padding-left: 3px;
}
.cid-suy3UBAHSK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suy3UBAHSK .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-suy3UBAHSK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suy3UBAHSK .space_down_30 {
  margin-bottom: 30px;
}
.cid-suy3UBAHSK .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRIynh9YVd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIynh9YVd .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIynh9YVd .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIynh9YVd .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIynh9YVd a:hover {
  Color: #a76645;
}
.cid-rRIynh9YVd a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIynh9YVd .btn-black-outline:hover,
.cid-rRIynh9YVd .btn-black-outline:focus,
.cid-rRIynh9YVd .btn-black-outline.focus,
.cid-rRIynh9YVd .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIynh9YVd .display-5 {
    line-height: 1;
  }
  .cid-rRIynh9YVd .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIynh9YVd .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBDyg0zn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBDyg0zn .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBDyg0zn .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBDyg0zn .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBDyg0zn a:hover {
  Color: #a76645;
}
.cid-rRIBDyg0zn a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBDyg0zn .btn-black-outline:hover,
.cid-rRIBDyg0zn .btn-black-outline:focus,
.cid-rRIBDyg0zn .btn-black-outline.focus,
.cid-rRIBDyg0zn .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBDyg0zn .display-5 {
    line-height: 1;
  }
  .cid-rRIBDyg0zn .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBDyg0zn .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBJ9KBM2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBJ9KBM2 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBJ9KBM2 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBJ9KBM2 .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBJ9KBM2 a:hover {
  Color: #a76645;
}
.cid-rRIBJ9KBM2 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBJ9KBM2 .btn-black-outline:hover,
.cid-rRIBJ9KBM2 .btn-black-outline:focus,
.cid-rRIBJ9KBM2 .btn-black-outline.focus,
.cid-rRIBJ9KBM2 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBJ9KBM2 .display-5 {
    line-height: 1;
  }
  .cid-rRIBJ9KBM2 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBJ9KBM2 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBJWT7FO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBJWT7FO .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBJWT7FO .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBJWT7FO .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBJWT7FO a:hover {
  Color: #a76645;
}
.cid-rRIBJWT7FO a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBJWT7FO .btn-black-outline:hover,
.cid-rRIBJWT7FO .btn-black-outline:focus,
.cid-rRIBJWT7FO .btn-black-outline.focus,
.cid-rRIBJWT7FO .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBJWT7FO .display-5 {
    line-height: 1;
  }
  .cid-rRIBJWT7FO .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBJWT7FO .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBLdiHAc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBLdiHAc .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBLdiHAc .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBLdiHAc .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBLdiHAc a:hover {
  Color: #a76645;
}
.cid-rRIBLdiHAc a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBLdiHAc .btn-black-outline:hover,
.cid-rRIBLdiHAc .btn-black-outline:focus,
.cid-rRIBLdiHAc .btn-black-outline.focus,
.cid-rRIBLdiHAc .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBLdiHAc .display-5 {
    line-height: 1;
  }
  .cid-rRIBLdiHAc .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBLdiHAc .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBLL6GB7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBLL6GB7 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBLL6GB7 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBLL6GB7 .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBLL6GB7 a:hover {
  Color: #a76645;
}
.cid-rRIBLL6GB7 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBLL6GB7 .btn-black-outline:hover,
.cid-rRIBLL6GB7 .btn-black-outline:focus,
.cid-rRIBLL6GB7 .btn-black-outline.focus,
.cid-rRIBLL6GB7 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBLL6GB7 .display-5 {
    line-height: 1;
  }
  .cid-rRIBLL6GB7 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBLL6GB7 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBMpL7qg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBMpL7qg .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBMpL7qg .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBMpL7qg .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBMpL7qg a:hover {
  Color: #a76645;
}
.cid-rRIBMpL7qg a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBMpL7qg .btn-black-outline:hover,
.cid-rRIBMpL7qg .btn-black-outline:focus,
.cid-rRIBMpL7qg .btn-black-outline.focus,
.cid-rRIBMpL7qg .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBMpL7qg .display-5 {
    line-height: 1;
  }
  .cid-rRIBMpL7qg .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBMpL7qg .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBNbQtjG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBNbQtjG .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBNbQtjG .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBNbQtjG .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBNbQtjG a:hover {
  Color: #a76645;
}
.cid-rRIBNbQtjG a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBNbQtjG .btn-black-outline:hover,
.cid-rRIBNbQtjG .btn-black-outline:focus,
.cid-rRIBNbQtjG .btn-black-outline.focus,
.cid-rRIBNbQtjG .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBNbQtjG .display-5 {
    line-height: 1;
  }
  .cid-rRIBNbQtjG .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBNbQtjG .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBNTPAiD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBNTPAiD .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBNTPAiD .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBNTPAiD .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBNTPAiD a:hover {
  Color: #a76645;
}
.cid-rRIBNTPAiD a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBNTPAiD .btn-black-outline:hover,
.cid-rRIBNTPAiD .btn-black-outline:focus,
.cid-rRIBNTPAiD .btn-black-outline.focus,
.cid-rRIBNTPAiD .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBNTPAiD .display-5 {
    line-height: 1;
  }
  .cid-rRIBNTPAiD .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBNTPAiD .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIBOFQ9bf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRIBOFQ9bf .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIBOFQ9bf .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIBOFQ9bf .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIBOFQ9bf a:hover {
  Color: #a76645;
}
.cid-rRIBOFQ9bf a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIBOFQ9bf .btn-black-outline:hover,
.cid-rRIBOFQ9bf .btn-black-outline:focus,
.cid-rRIBOFQ9bf .btn-black-outline.focus,
.cid-rRIBOFQ9bf .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIBOFQ9bf .display-5 {
    line-height: 1;
  }
  .cid-rRIBOFQ9bf .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIBOFQ9bf .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRIDc30n5C {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRIDc30n5C .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRIDc30n5C .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRIDc30n5C .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRIDc30n5C a:hover {
  Color: #a76645;
}
.cid-rRIDc30n5C a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRIDc30n5C .btn-black-outline:hover,
.cid-rRIDc30n5C .btn-black-outline:focus,
.cid-rRIDc30n5C .btn-black-outline.focus,
.cid-rRIDc30n5C .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRIDc30n5C .display-5 {
    line-height: 1;
  }
  .cid-rRIDc30n5C .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRIDc30n5C .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRD0QLDawM {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRD0QLDawM H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRD0QLDawM .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRD0QLDawM .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRD0QLDawM .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRD173anvm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRD173anvm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD173anvm p {
  color: #767676;
  text-align: left;
}
.cid-rRD173anvm .card-box {
  padding-top: 2rem;
}
.cid-rRD173anvm .card-wrapper {
  height: 100%;
}
.cid-rRD173anvm P {
  color: #1d1d1b;
}
.cid-rRD1bGzvbF {
  background-image: url("../../../assets/images/politicalbeauty-pressekonferenz-kammerspiele-0087-web-1200x800.jpg");
}
.cid-rRD1bGzvbF P {
  color: #767676;
}
.cid-rRD1fUol72 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRD1fUol72 .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRD1fUol72 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRD1fUol72 .mbr-author-desc {
  color: #232;
}
.cid-rRD1fUol72 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRD1fUol72 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRD1fUol72 .mbr-figure,
  .cid-rRD1fUol72 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRD1fUol72 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD1fUol72 .text_block {
  margin-top: 0px;
}
.cid-rRD1fUol72 .h2_block {
  margin-bottom: 20px;
}
.cid-rRD1fUol72 .mbr-figure {
  align-self: flex-start;
}
.cid-rRD1fUol72 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRD1fUol72 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRD1fUol72 a:hover {
  Color: #a76645 !important;
}
.cid-rRD1fUol72 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD1fUol72 .btn-black-outline:hover,
.cid-rRD1fUol72 .btn-black-outline:focus,
.cid-rRD1fUol72 .btn-black-outline.focus,
.cid-rRD1fUol72 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRD1fUol72 .display-5 {
    line-height: 1;
  }
  .cid-rRD1fUol72 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRD1fUol72 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRD1fUol72 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRD1fUol72 .content {
  padding-left: 3px;
}
.cid-rRD1jlAl6L {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRD1jlAl6L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD1jlAl6L p {
  color: #767676;
  text-align: left;
}
.cid-rRD1jlAl6L .card-box {
  padding-top: 2rem;
}
.cid-rRD1jlAl6L .card-wrapper {
  height: 100%;
}
.cid-rRD1jlAl6L P {
  color: #1d1d1b;
}
.cid-rRD1mhMh7v {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRD1mhMh7v H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRD1mhMh7v .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRD1mhMh7v .breites_Zitat,
  .cid-rRD1mhMh7v .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRD1nXD3AP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRD1nXD3AP .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRD1nXD3AP h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD1nXD3AP .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRD1nXD3AP .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRD1nXD3AP .testimonial-text {
  text-align: left;
}
.cid-rRD1zqJLIH {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRD1zqJLIH .images-container.container-fluid {
  padding: 0;
}
.cid-rRD1zqJLIH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRD1zqJLIH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRD1zqJLIH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRD1zqJLIH .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRD1zqJLIH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRD1zqJLIH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRD1zqJLIH .img-item {
    width: 100% !important;
  }
  .cid-rRD1zqJLIH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRD1FGZMxO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD1FGZMxO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD1FGZMxO p {
  color: #767676;
  text-align: left;
}
.cid-rRD1FGZMxO .card-box {
  padding-top: 2rem;
}
.cid-rRD1FGZMxO .card-wrapper {
  height: 100%;
}
.cid-rRD1A55yn1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRD1A55yn1 .images-container.container-fluid {
  padding: 0;
}
.cid-rRD1A55yn1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRD1A55yn1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRD1A55yn1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRD1A55yn1 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRD1A55yn1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRD1A55yn1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRD1A55yn1 .img-item {
    width: 100% !important;
  }
  .cid-rRD1A55yn1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRD1BS1DxW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD1BS1DxW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD1BS1DxW p {
  color: #767676;
  text-align: left;
}
.cid-rRD1BS1DxW .card-box {
  padding-top: 2rem;
}
.cid-rRD1BS1DxW .card-wrapper {
  height: 100%;
}
.cid-rRD1L8tJzv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-14-2000x1330.png");
}
.cid-rRD1L8tJzv H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRD1L8tJzv .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRD1L8tJzv .breites_Zitat,
  .cid-rRD1L8tJzv .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRD1PNr6gn {
  background: #ffffff;
}
.cid-rRD1PNr6gn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRD1PNr6gn figcaption {
  position: relative;
}
.cid-rRD1PNr6gn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRD1PNr6gn .image-block {
    width: 100% !important;
  }
}
.cid-rRD1W2JNZ6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRD1W2JNZ6 .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRD1W2JNZ6 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRD1W2JNZ6 .mbr-author-desc {
  color: #232;
}
.cid-rRD1W2JNZ6 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRD1W2JNZ6 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRD1W2JNZ6 .mbr-figure,
  .cid-rRD1W2JNZ6 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRD1W2JNZ6 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD1W2JNZ6 .text_block {
  margin-top: 0px;
}
.cid-rRD1W2JNZ6 .h2_block {
  margin-bottom: 20px;
}
.cid-rRD1W2JNZ6 .mbr-figure {
  align-self: flex-start;
}
.cid-rRD1W2JNZ6 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRD1W2JNZ6 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRD1W2JNZ6 a:hover {
  Color: #a76645 !important;
}
.cid-rRD1W2JNZ6 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD1W2JNZ6 .btn-black-outline:hover,
.cid-rRD1W2JNZ6 .btn-black-outline:focus,
.cid-rRD1W2JNZ6 .btn-black-outline.focus,
.cid-rRD1W2JNZ6 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRD1W2JNZ6 .display-5 {
    line-height: 1;
  }
  .cid-rRD1W2JNZ6 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRD1W2JNZ6 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRD1W2JNZ6 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRD1W2JNZ6 .content {
  padding-left: 3px;
}
.cid-rRD1XBuKou {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRD1XBuKou H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRD1XBuKou .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRD1XBuKou .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRD1XBuKou .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRD20lnfxE {
  background-image: url("../../../assets/images/zps-geschichtsunterricht-16-2000x1333.jpg");
}
.cid-rRD20lnfxE P {
  color: #767676;
}
.cid-rRD22BBnrg {
  background: #ffffff;
}
.cid-rRD22BBnrg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRD22BBnrg figcaption {
  position: relative;
}
.cid-rRD22BBnrg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRD22BBnrg .image-block {
    width: 300% !important;
  }
}
.cid-rUbesAbPks {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUbesAbPks .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUbesAbPks .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUbesAbPks .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUbesAbPks .mbr-figure,
  .cid-rUbesAbPks img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUbesAbPks .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUbesAbPks .mbr-author-desc {
  color: #000000;
}
.cid-rUbesAbPks h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbesAbPks .text_block {
  margin-top: 0px;
}
.cid-rUbesAbPks .h2_block {
  margin-bottom: 20px;
}
.cid-rUbesAbPks .mbr-figure {
  align-self: flex-start;
}
.cid-rUbesAbPks .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUbesAbPks .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUbesAbPks .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUbesAbPks a:hover {
  Color: #a76645 !important;
}
.cid-rUbesAbPks a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUbesAbPks .btn-black-outline:hover,
.cid-rUbesAbPks .btn-black-outline:focus,
.cid-rUbesAbPks .btn-black-outline.focus,
.cid-rUbesAbPks .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUbesAbPks .display-5 {
    line-height: 1;
  }
  .cid-rUbesAbPks .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUbesAbPks .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUbesAbPks .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRD23dKE7A {
  background: #ffffff;
}
.cid-rRD23dKE7A .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRD23dKE7A figcaption {
  position: relative;
}
.cid-rRD23dKE7A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRD23dKE7A .image-block {
    width: 300% !important;
  }
}
.cid-rRD28RkYhB {
  background-image: url("../../../assets/images/scholl2017-lmu-87-2000x1333.jpg");
}
.cid-rRD28RkYhB h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD28RkYhB .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRD2fJngXp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRD2fJngXp .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRD2fJngXp .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRD2fJngXp .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRD2fJngXp .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRD2fJngXp .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRD2fJngXp .mbr-figure,
  .cid-rRD2fJngXp img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRD2fJngXp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD2fJngXp .text_block {
  margin-top: 0px;
}
.cid-rRD2fJngXp .h2_block {
  margin-bottom: 20px;
}
.cid-rRD2fJngXp .mbr-figure {
  align-self: flex-start;
}
.cid-rRD2fJngXp .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRD2fJngXp .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRD2fJngXp a:hover {
  Color: #a76645 !important;
}
.cid-rRD2fJngXp a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD2fJngXp .btn-black-outline:hover,
.cid-rRD2fJngXp .btn-black-outline:focus,
.cid-rRD2fJngXp .btn-black-outline.focus,
.cid-rRD2fJngXp .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRD2fJngXp .display-5 {
    line-height: 1;
  }
  .cid-rRD2fJngXp .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRD2fJngXp .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRD2fJngXp .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRD2fJngXp .content {
  padding-left: 3px;
}
.cid-rRD2tiFN6z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD2tiFN6z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD2tiFN6z p {
  color: #767676;
  text-align: left;
}
.cid-rRD2tiFN6z .card-box {
  padding-top: 2rem;
}
.cid-rRD2tiFN6z .card-wrapper {
  height: 100%;
}
.cid-rRD2u7tCJK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD2u7tCJK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD2u7tCJK p {
  color: #767676;
  text-align: left;
}
.cid-rRD2u7tCJK .card-box {
  padding-top: 2rem;
}
.cid-rRD2u7tCJK .card-wrapper {
  height: 100%;
}
.cid-rRD2v6mlC4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD2v6mlC4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD2v6mlC4 p {
  color: #767676;
  text-align: left;
}
.cid-rRD2v6mlC4 .card-box {
  padding-top: 2rem;
}
.cid-rRD2v6mlC4 .card-wrapper {
  height: 100%;
}
.cid-suy6pIHz7c {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suy6pIHz7c .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-suy6pIHz7c .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-suy6pIHz7c .mbr-author-desc {
  color: #1d1d1b;
}
.cid-suy6pIHz7c .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-suy6pIHz7c .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-suy6pIHz7c .mbr-figure,
  .cid-suy6pIHz7c img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-suy6pIHz7c h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suy6pIHz7c .text_block {
  margin-top: 0px;
}
.cid-suy6pIHz7c .h2_block {
  margin-bottom: 20px;
}
.cid-suy6pIHz7c .mbr-figure {
  align-self: flex-start;
}
.cid-suy6pIHz7c .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-suy6pIHz7c .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-suy6pIHz7c a:hover {
  Color: #a76645 !important;
}
.cid-suy6pIHz7c a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-suy6pIHz7c .btn-black-outline:hover,
.cid-suy6pIHz7c .btn-black-outline:focus,
.cid-suy6pIHz7c .btn-black-outline.focus,
.cid-suy6pIHz7c .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-suy6pIHz7c .display-5 {
    line-height: 1;
  }
  .cid-suy6pIHz7c .btn {
    font-size: 1.5rem !important;
  }
  .cid-suy6pIHz7c .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-suy6pIHz7c .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-suy6pIHz7c .content {
  padding-left: 3px;
}
.cid-rRD2Yj91E3 {
  background-image: url("../../../assets/images/flugblatter4-2000x1125.png");
}
.cid-rRD2Yj91E3 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD2Yj91E3 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRD38jhY2w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRD38jhY2w .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRD38jhY2w h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD38jhY2w .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRD38jhY2w .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-rRD38jhY2w a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  color: #fff;
  padding-bottom: 3px;
}
.cid-rRD38jhY2w a:hover {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
}
.cid-rRD3a1MO7l {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRD3a1MO7l .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRD3a1MO7l .video-block {
    width: 100% !important;
  }
}
.cid-rRD3a1MO7l .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD3cQeXxw {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRD3cQeXxw H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRD3cQeXxw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRD4rtkDtA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD4rtkDtA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD4rtkDtA p {
  color: #767676;
  text-align: left;
}
.cid-rRD4rtkDtA .card-box {
  padding-top: 2rem;
}
.cid-rRD4rtkDtA .card-wrapper {
  height: 100%;
}
.cid-rRD4sg5m2A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD4sg5m2A h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD4sg5m2A p {
  color: #767676;
  text-align: left;
}
.cid-rRD4sg5m2A .card-box {
  padding-top: 2rem;
}
.cid-rRD4sg5m2A .card-wrapper {
  height: 100%;
}
.cid-rRD4t3jsYJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD4t3jsYJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD4t3jsYJ p {
  color: #767676;
  text-align: left;
}
.cid-rRD4t3jsYJ .card-box {
  padding-top: 2rem;
}
.cid-rRD4t3jsYJ .card-wrapper {
  height: 100%;
}
.cid-suya7FsXid {
  background: #ffffff;
}
.cid-suya7FsXid .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-suya7FsXid figcaption {
  position: relative;
}
.cid-suya7FsXid figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-suya7FsXid .image-block {
    width: 100% !important;
  }
}
.cid-suyjC6D3HZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suyjC6D3HZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-suyjC6D3HZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suyjC6D3HZ .space_down_50 {
  margin-bottom: 50px;
}
.cid-suyjC6D3HZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRD4zIYPnR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rRD4zIYPnR .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRD4zIYPnR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD4zIYPnR p {
  color: #767676;
  text-align: left;
}
.cid-rRD4zIYPnR .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRD4zIYPnR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRD4zIYPnR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRD4zIYPnR .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRD4zIYPnR .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRD4zIYPnR .notched-box:before,
.cid-rRD4zIYPnR .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRD4zIYPnR .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRD4zIYPnR .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRD4zIYPnR .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRD4zIYPnR .border:before,
.cid-rRD4zIYPnR .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRD4zIYPnR .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRD4zIYPnR .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRD4zIYPnR .mbr-author-name {
  padding-left: 40px;
}
.cid-rRD4zIYPnR P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRD4zIYPnR .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRD4QOHJ7R {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rRD4QOHJ7R .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRD4QOHJ7R .video-block {
    width: 100% !important;
  }
}
.cid-rRD4QOHJ7R .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD4TUaxKf {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRD4TUaxKf .images-container.container-fluid {
  padding: 0;
}
.cid-rRD4TUaxKf .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRD4TUaxKf .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRD4TUaxKf .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRD4TUaxKf .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRD4TUaxKf .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRD4TUaxKf .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRD4TUaxKf .img-item {
    width: 100% !important;
  }
  .cid-rRD4TUaxKf .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-suy7rAS9Of {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suy7rAS9Of .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-suy7rAS9Of h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suy7rAS9Of .space_down_30 {
  margin-bottom: 30px;
}
.cid-suy7rAS9Of .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-s7gCzLxwJY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7gCzLxwJY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7gCzLxwJY p {
  color: #767676;
  text-align: left;
}
.cid-s7gCzLxwJY .card-box {
  padding-top: 2rem;
}
.cid-s7gCzLxwJY .card-wrapper {
  height: 100%;
}
.cid-s7gCAUq9gN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7gCAUq9gN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7gCAUq9gN p {
  color: #767676;
  text-align: left;
}
.cid-s7gCAUq9gN .card-box {
  padding-top: 2rem;
}
.cid-s7gCAUq9gN .card-wrapper {
  height: 100%;
}
.cid-s7gCBXp9P5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s7gCBXp9P5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7gCBXp9P5 p {
  color: #767676;
  text-align: left;
}
.cid-s7gCBXp9P5 .card-box {
  padding-top: 2rem;
}
.cid-s7gCBXp9P5 .card-wrapper {
  height: 100%;
}
.cid-rRD4X6wgqk {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rRD4X6wgqk H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRD4X6wgqk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rRD507dtup {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRD507dtup .images-container.container-fluid {
  padding: 0;
}
.cid-rRD507dtup .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRD507dtup .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRD507dtup .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRD507dtup .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRD507dtup .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRD507dtup .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRD507dtup .img-item {
    width: 100% !important;
  }
  .cid-rRD507dtup .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRD5mURLu0 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRD5mURLu0 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRD5mURLu0 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRD5mURLu0 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRD5mURLu0 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRD5pwgdc9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD5pwgdc9 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRD5pwgdc9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD5pwgdc9 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRD5pwgdc9 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRD5IdyZaX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRD5IdyZaX .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRD5IdyZaX .video-block {
    width: 100% !important;
  }
}
.cid-rRD5IdyZaX .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD5ZaliDn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRD5ZaliDn .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRD5ZaliDn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD5ZaliDn p {
  color: #767676;
  text-align: left;
}
.cid-rRD5ZaliDn .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRD5ZaliDn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRD5ZaliDn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRD5ZaliDn .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRD5ZaliDn .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRD5ZaliDn .notched-box:before,
.cid-rRD5ZaliDn .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRD5ZaliDn .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRD5ZaliDn .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRD5ZaliDn .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRD5ZaliDn .border:before,
.cid-rRD5ZaliDn .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRD5ZaliDn .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRD5ZaliDn .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRD5ZaliDn .mbr-author-name {
  padding-left: 40px;
}
.cid-rRD5ZaliDn P {
  color: #ffffff;
}
.cid-rRD5ZaliDn .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRD62RuxAr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rRD62RuxAr .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRD62RuxAr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD62RuxAr p {
  color: #767676;
  text-align: left;
}
.cid-rRD62RuxAr .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRD62RuxAr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRD62RuxAr .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRD62RuxAr .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRD62RuxAr .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRD62RuxAr .notched-box:before,
.cid-rRD62RuxAr .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRD62RuxAr .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRD62RuxAr .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRD62RuxAr .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRD62RuxAr .border:before,
.cid-rRD62RuxAr .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRD62RuxAr .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRD62RuxAr .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRD62RuxAr .mbr-author-name {
  padding-left: 40px;
}
.cid-rRD62RuxAr P {
  color: #ffffff;
}
.cid-rRD62RuxAr .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-suyiTuZmeG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-suyiTuZmeG .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-suyiTuZmeG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suyiTuZmeG p {
  color: #767676;
  text-align: left;
}
.cid-suyiTuZmeG .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-suyiTuZmeG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-suyiTuZmeG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-suyiTuZmeG .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suyiTuZmeG .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suyiTuZmeG .notched-box:before,
.cid-suyiTuZmeG .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-suyiTuZmeG .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-suyiTuZmeG .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-suyiTuZmeG .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-suyiTuZmeG .border:before,
.cid-suyiTuZmeG .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-suyiTuZmeG .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-suyiTuZmeG .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-suyiTuZmeG .mbr-author-name {
  padding-left: 40px;
}
.cid-suyiTuZmeG P {
  color: #ffffff;
}
.cid-suyiTuZmeG .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-suyiTuZmeG a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-suyiTuZmeG a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD68mQ5WB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-10-2000x1405.png");
}
.cid-rRD68mQ5WB H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRD68mQ5WB .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRD68mQ5WB .breites_Zitat,
  .cid-rRD68mQ5WB .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRD6dk1onb {
  background-image: url("../../../assets/images/zps-kanzleramt-0296-v2-1600x1066.jpg");
}
.cid-rRD6dk1onb P {
  color: #767676;
}
.cid-rRD6iUoClX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRD6iUoClX .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRD6iUoClX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRD6iUoClX .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRD6mEwtOB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRD6mEwtOB .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRD6mEwtOB .video-block {
    width: 100% !important;
  }
}
.cid-rRD6mEwtOB .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRD6saGqxu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-rRD6saGqxu H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRD6saGqxu .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rRD6saGqxu .breites_Zitat,
  .cid-rRD6saGqxu .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rRD9nMhbBS {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRD9nMhbBS .images-container.container-fluid {
  padding: 0;
}
.cid-rRD9nMhbBS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRD9nMhbBS .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRD9nMhbBS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRD9nMhbBS .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRD9nMhbBS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRD9nMhbBS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRD9nMhbBS .img-item {
    width: 100% !important;
  }
  .cid-rRD9nMhbBS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRD6DL1jrf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rRD6DL1jrf .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRD6DL1jrf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRD6DL1jrf p {
  color: #767676;
  text-align: left;
}
.cid-rRD6DL1jrf .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRD6DL1jrf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRD6DL1jrf .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRD6DL1jrf .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRD6DL1jrf .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRD6DL1jrf .notched-box:before,
.cid-rRD6DL1jrf .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRD6DL1jrf .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRD6DL1jrf .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRD6DL1jrf .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRD6DL1jrf .border:before,
.cid-rRD6DL1jrf .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRD6DL1jrf .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRD6DL1jrf .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRD6DL1jrf .mbr-author-name {
  padding-left: 40px;
}
.cid-rRD6DL1jrf P {
  color: #ffffff;
}
.cid-rRD6DL1jrf .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-suyjKnUkvZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suyjKnUkvZ .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-suyjKnUkvZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suyjKnUkvZ .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRD6LwCMCe {
  background: #ffffff;
}
.cid-rRD6LwCMCe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRD6LwCMCe figcaption {
  position: relative;
}
.cid-rRD6LwCMCe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRD6LwCMCe .image-block {
    width: 100% !important;
  }
}
.cid-rRD7mXCn3s {
  background-image: url("../../../assets/images/putin-hangt-2017-09-09-um-12.37.40-2880x1620.jpg");
}
.cid-rRD7mXCn3s P {
  color: #767676;
}
.cid-rRD76xum1T {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rRD76xum1T .images-container.container-fluid {
  padding: 0;
}
.cid-rRD76xum1T .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRD76xum1T .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRD76xum1T .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRD76xum1T .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRD76xum1T .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRD76xum1T .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRD76xum1T .img-item {
    width: 100% !important;
  }
  .cid-rRD76xum1T .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-suykn1cRmU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suykn1cRmU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-suykn1cRmU h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suykn1cRmU .space_down_50 {
  margin-bottom: 50px;
}
.cid-suykn1cRmU .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgi2SEvwk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgi2SEvwk .content {
    text-align: center;
  }
  .cid-txgi2SEvwk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgi2SEvwk .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgi2SEvwk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgi2SEvwk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgi2SEvwk .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgi2SEvwk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgi2SEvwk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgi2SEvwk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgi2SEvwk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgi2SEvwk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgi2SEvwk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgi2SEvwk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgi2SEvwk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgi2SEvwk H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgi2SEvwk P {
  color: #1d1d1b;
}
.cid-txgi2SEvwk .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgi2SEvwk .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgi2SEvwk .logo_footer {
  position: relative;
}
.cid-txgi2SEvwk .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgi2SEvwk .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgi2SEvwk .col,
  .cid-txgi2SEvwk .col-1,
  .cid-txgi2SEvwk .col-10,
  .cid-txgi2SEvwk .col-11,
  .cid-txgi2SEvwk .col-12,
  .cid-txgi2SEvwk .col-2,
  .cid-txgi2SEvwk .col-3,
  .cid-txgi2SEvwk .col-4,
  .cid-txgi2SEvwk .col-5,
  .cid-txgi2SEvwk .col-6,
  .cid-txgi2SEvwk .col-7,
  .cid-txgi2SEvwk .col-8,
  .cid-txgi2SEvwk .col-9,
  .cid-txgi2SEvwk .col-auto,
  .cid-txgi2SEvwk .col-lg,
  .cid-txgi2SEvwk .col-lg-1,
  .cid-txgi2SEvwk .col-lg-10,
  .cid-txgi2SEvwk .col-lg-11,
  .cid-txgi2SEvwk .col-lg-12,
  .cid-txgi2SEvwk .col-lg-2,
  .cid-txgi2SEvwk .col-lg-3,
  .cid-txgi2SEvwk .col-lg-4,
  .cid-txgi2SEvwk .col-lg-5,
  .cid-txgi2SEvwk .col-lg-6,
  .cid-txgi2SEvwk .col-lg-7,
  .cid-txgi2SEvwk .col-lg-8,
  .cid-txgi2SEvwk .col-lg-9,
  .cid-txgi2SEvwk .col-lg-auto,
  .cid-txgi2SEvwk .col-md,
  .cid-txgi2SEvwk .col-md-1,
  .cid-txgi2SEvwk .col-md-10,
  .cid-txgi2SEvwk .col-md-11,
  .cid-txgi2SEvwk .col-md-12,
  .cid-txgi2SEvwk .col-md-2,
  .cid-txgi2SEvwk .col-md-3,
  .cid-txgi2SEvwk .col-md-4,
  .cid-txgi2SEvwk .col-md-5,
  .cid-txgi2SEvwk .col-md-6,
  .cid-txgi2SEvwk .col-md-7,
  .cid-txgi2SEvwk .col-md-8,
  .cid-txgi2SEvwk .col-md-9,
  .cid-txgi2SEvwk .col-md-auto,
  .cid-txgi2SEvwk .col-sm,
  .cid-txgi2SEvwk .col-sm-1,
  .cid-txgi2SEvwk .col-sm-10,
  .cid-txgi2SEvwk .col-sm-11,
  .cid-txgi2SEvwk .col-sm-12,
  .cid-txgi2SEvwk .col-sm-2,
  .cid-txgi2SEvwk .col-sm-3,
  .cid-txgi2SEvwk .col-sm-4,
  .cid-txgi2SEvwk .col-sm-5,
  .cid-txgi2SEvwk .col-sm-6,
  .cid-txgi2SEvwk .col-sm-7,
  .cid-txgi2SEvwk .col-sm-8,
  .cid-txgi2SEvwk .col-sm-9,
  .cid-txgi2SEvwk .col-sm-auto,
  .cid-txgi2SEvwk .col-xl,
  .cid-txgi2SEvwk .col-xl-1,
  .cid-txgi2SEvwk .col-xl-10,
  .cid-txgi2SEvwk .col-xl-11,
  .cid-txgi2SEvwk .col-xl-12,
  .cid-txgi2SEvwk .col-xl-2,
  .cid-txgi2SEvwk .col-xl-3,
  .cid-txgi2SEvwk .col-xl-4,
  .cid-txgi2SEvwk .col-xl-5,
  .cid-txgi2SEvwk .col-xl-6,
  .cid-txgi2SEvwk .col-xl-7,
  .cid-txgi2SEvwk .col-xl-8,
  .cid-txgi2SEvwk .col-xl-9,
  .cid-txgi2SEvwk .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgi2SEvwk .content {
    text-align: left;
  }
  .cid-txgi2SEvwk .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgi2SEvwk .logo_footer_box {
    position: relative;
  }
  .cid-txgi2SEvwk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgi2SEvwk .logo_footer {
    position: relative;
  }
  .cid-txgi2SEvwk .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRMpTz6CM6 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRMpTz6CM6 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRMq4cYMSG {
  background-image: url("../../../assets/images/politicalbeauty2016-fluechtlingefressen-191-2000x3000.jpg");
}
.cid-rRMq4cYMSG P {
  color: #767676;
}
.cid-rRMq7cOdYU {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rRMq7cOdYU .images-container.container-fluid {
  padding: 0;
}
.cid-rRMq7cOdYU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRMq7cOdYU .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRMq7cOdYU .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRMq7cOdYU .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRMq7cOdYU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRMq7cOdYU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRMq7cOdYU .img-item {
    width: 100% !important;
  }
  .cid-rRMq7cOdYU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRMqNJhgnZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRMqNJhgnZ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRMqNJhgnZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRMqNJhgnZ .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRMqNJhgnZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRMqR5biNB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRMqR5biNB .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRMqR5biNB .video-block {
    width: 100% !important;
  }
}
.cid-rRMqR5biNB .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRMrRRTggI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRMrRRTggI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRMrRRTggI p {
  color: #767676;
  text-align: left;
}
.cid-rRMrRRTggI .card-box {
  padding-top: 2rem;
}
.cid-rRMrRRTggI .card-wrapper {
  height: 100%;
}
.cid-rRMsL5PcrM {
  background-image: url("../../../assets/images/fleuchtlingefressen-zps-38-2000x1333.jpg");
}
.cid-rRMsL5PcrM P {
  color: #767676;
}
.cid-rRMsAKPsOu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRMsAKPsOu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRMsAKPsOu p {
  color: #767676;
  text-align: left;
}
.cid-rRMsAKPsOu .card-box {
  padding-top: 2rem;
}
.cid-rRMsAKPsOu .card-wrapper {
  height: 100%;
}
.cid-rRMsBnOU7i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRMsBnOU7i h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRMsBnOU7i p {
  color: #767676;
  text-align: left;
}
.cid-rRMsBnOU7i .card-box {
  padding-top: 2rem;
}
.cid-rRMsBnOU7i .card-wrapper {
  height: 100%;
}
.cid-rRMtJ49qUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRMtJ49qUP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRMtJ49qUP p {
  color: #767676;
  text-align: left;
}
.cid-rRMtJ49qUP .card-box {
  padding-top: 2rem;
}
.cid-rRMtJ49qUP .card-wrapper {
  height: 100%;
}
.cid-rRMufmEQXo {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRMufmEQXo .images-container.container-fluid {
  padding: 0;
}
.cid-rRMufmEQXo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRMufmEQXo .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRMufmEQXo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRMufmEQXo .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRMufmEQXo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRMufmEQXo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRMufmEQXo .img-item {
    width: 100% !important;
  }
  .cid-rRMufmEQXo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-se4dHPf3IC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x352.jpg");
}
.cid-se4dHPf3IC H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4dHPf3IC .mbr-section-subtitle {
  color: #000000;
}
.cid-se4dHPf3IC span {
  visibility: hidden;
}
.cid-se4dHPf3IC .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4dHPf3IC span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRMvPu5q1b {
  background-image: url("../../../assets/images/img-9032-5435x3623-81-2000x1333.jpg");
}
.cid-rRMvPu5q1b P {
  color: #767676;
}
.cid-rRMwrQ7yiJ {
  background-image: url("../../../assets/images/13317026-1097861626954506-8322816080377938260-o-1024x683.jpg");
}
.cid-rRMwrQ7yiJ P {
  color: #767676;
}
.cid-rRMxCSxsrH {
  background-image: url("../../../assets/images/politicalbeauty2016-fluechtlingefressen-158-2000x3000.jpg");
}
.cid-rRMxCSxsrH P {
  color: #767676;
}
.cid-suxRBI7Jmt {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suxRBI7Jmt .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-suxRBI7Jmt h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suxRBI7Jmt .space_down_30 {
  margin-bottom: 30px;
}
.cid-suxRBI7Jmt .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRMybPjqQf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rRMybPjqQf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRMybPjqQf p {
  color: #767676;
  text-align: left;
}
.cid-rRMybPjqQf .card-box {
  padding-top: 2rem;
}
.cid-rRMybPjqQf .card-wrapper {
  height: 100%;
}
.cid-rRMybPjqQf P {
  color: #1d1d1b;
}
.cid-rRMzC8UOMV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRMzC8UOMV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRMzC8UOMV p {
  color: #767676;
  text-align: left;
}
.cid-rRMzC8UOMV .card-box {
  padding-top: 2rem;
}
.cid-rRMzC8UOMV .card-wrapper {
  height: 100%;
}
.cid-rRMzC8UOMV P {
  color: #1d1d1b;
}
.cid-rRMAVOVaOd {
  background: #000000;
  padding-top: 75px;
  padding-bottom: 30px;
}
.cid-rRMAVOVaOd .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRMAVOVaOd .video-block {
    width: 100% !important;
  }
}
.cid-rRMAVOVaOd .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRMAZda2dF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRMAZda2dF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rRMAZda2dF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRMAZda2dF .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRMByFGL8H {
  background: #ffffff;
}
.cid-rRMByFGL8H .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRMByFGL8H figcaption {
  position: relative;
}
.cid-rRMByFGL8H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRMByFGL8H .image-block {
    width: 100% !important;
  }
}
.cid-rRMBJ9SlT9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRMBJ9SlT9 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRMBJ9SlT9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRMBJ9SlT9 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRMBJ9SlT9 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRMC3otKr8 {
  background-image: url("../../../assets/images/h02-2000x1125.jpg");
}
.cid-rRMC3otKr8 P {
  color: #767676;
}
.cid-rRNauNm37I {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRNauNm37I .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRNauNm37I h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNauNm37I .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRNauNm37I .testimonial-text {
  text-align: left;
}
.cid-rRNaG1AMJm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-rRNaG1AMJm .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRNaG1AMJm .video-block {
    width: 100% !important;
  }
}
.cid-rRNaG1AMJm .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNaLpyGXE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRNaLpyGXE .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRNaLpyGXE .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rRNaLpyGXE .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rRNaLpyGXE a:hover {
  Color: #a76645;
}
.cid-rRNaLpyGXE a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNaLpyGXE .btn-black-outline:hover,
.cid-rRNaLpyGXE .btn-black-outline:focus,
.cid-rRNaLpyGXE .btn-black-outline.focus,
.cid-rRNaLpyGXE .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNaLpyGXE .display-5 {
    line-height: 1;
  }
  .cid-rRNaLpyGXE .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNaLpyGXE .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rRNb715kc5 {
  background-image: url("../../../assets/images/03-979-2000x1125.jpg");
}
.cid-rRNb715kc5 P {
  color: #767676;
}
.cid-rRNcjeDe3S {
  background: #ffffff;
}
.cid-rRNcjeDe3S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRNcjeDe3S figcaption {
  position: relative;
}
.cid-rRNcjeDe3S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRNcjeDe3S .image-block {
    width: 100% !important;
  }
}
.cid-rRNd6qNkqV {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRNd6qNkqV .images-container.container-fluid {
  padding: 0;
}
.cid-rRNd6qNkqV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRNd6qNkqV .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRNd6qNkqV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRNd6qNkqV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRNd6qNkqV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRNd6qNkqV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRNd6qNkqV .img-item {
    width: 100% !important;
  }
  .cid-rRNd6qNkqV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRNdppn6Bl {
  padding-top: 45px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rRNdppn6Bl .images-container.container-fluid {
  padding: 0;
}
.cid-rRNdppn6Bl .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRNdppn6Bl .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRNdppn6Bl .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRNdppn6Bl .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRNdppn6Bl .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRNdppn6Bl .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRNdppn6Bl .img-item {
    width: 100% !important;
  }
  .cid-rRNdppn6Bl .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRNdVnfWxl {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-9-2000x1402.png");
}
.cid-rRNdVnfWxl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rRNdVnfWxl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rRNdVnfWxl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rRNeb2fVd7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRNeb2fVd7 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-rRNeb2fVd7 .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRNeb2fVd7 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRNeb2fVd7 .mbr-figure,
  .cid-rRNeb2fVd7 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRNeb2fVd7 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRNeb2fVd7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNeb2fVd7 .h2_block {
  margin-bottom: 20px;
}
.cid-rRNeCjr1HK {
  background: #f9ceb2;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rRNeCjr1HK .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRNeCjr1HK .video-block {
    width: 100% !important;
  }
}
.cid-rRNeCjr1HK .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNfEodzVC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRNfEodzVC .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRNfEodzVC .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRNfEodzVC .mbr-author-desc {
  color: #232;
}
.cid-rRNfEodzVC .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRNfEodzVC .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRNfEodzVC .mbr-figure,
  .cid-rRNfEodzVC img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRNfEodzVC h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNfEodzVC .text_block {
  margin-top: 0px;
}
.cid-rRNfEodzVC .h2_block {
  margin-bottom: 20px;
}
.cid-rRNfEodzVC .mbr-figure {
  align-self: flex-start;
}
.cid-rRNfEodzVC .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRNfEodzVC .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRNfEodzVC a:hover {
  Color: #a76645 !important;
}
.cid-rRNfEodzVC a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNfEodzVC .btn-black-outline:hover,
.cid-rRNfEodzVC .btn-black-outline:focus,
.cid-rRNfEodzVC .btn-black-outline.focus,
.cid-rRNfEodzVC .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNfEodzVC .display-5 {
    line-height: 1;
  }
  .cid-rRNfEodzVC .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNfEodzVC .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRNfEodzVC .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNfEodzVC .content {
  padding-left: 3px;
}
.cid-rRNgCJvDZa {
  background-image: url("../../../assets/images/zps-politicalbeauty-fluechtlingefressen-gorki-67-2000x3000.jpg");
}
.cid-rRNgCJvDZa P {
  color: #767676;
}
.cid-rRNhmVIhrY {
  background: #ffffff;
}
.cid-rRNhmVIhrY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRNhmVIhrY figcaption {
  position: relative;
}
.cid-rRNhmVIhrY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRNhmVIhrY .image-block {
    width: 300% !important;
  }
}
.cid-rTHytLE6vM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rTHytLE6vM .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rTHytLE6vM .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rTHytLE6vM .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rTHytLE6vM .mbr-figure,
  .cid-rTHytLE6vM img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rTHytLE6vM .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rTHytLE6vM .mbr-author-desc {
  color: #000000;
}
.cid-rTHytLE6vM h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rTHytLE6vM .text_block {
  margin-top: 0px;
}
.cid-rTHytLE6vM .h2_block {
  margin-bottom: 20px;
}
.cid-rTHytLE6vM .mbr-figure {
  align-self: flex-start;
}
.cid-rTHytLE6vM .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rTHytLE6vM .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rTHytLE6vM .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rTHytLE6vM a:hover {
  Color: #a76645 !important;
}
.cid-rTHytLE6vM a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rTHytLE6vM .btn-black-outline:hover,
.cid-rTHytLE6vM .btn-black-outline:focus,
.cid-rTHytLE6vM .btn-black-outline.focus,
.cid-rTHytLE6vM .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rTHytLE6vM .display-5 {
    line-height: 1;
  }
  .cid-rTHytLE6vM .btn {
    font-size: 1.5rem !important;
  }
  .cid-rTHytLE6vM .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rTHytLE6vM .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNhnv43CZ {
  background: #ffffff;
}
.cid-rRNhnv43CZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRNhnv43CZ figcaption {
  position: relative;
}
.cid-rRNhnv43CZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRNhnv43CZ .image-block {
    width: 300% !important;
  }
}
.cid-suxYnCCZjz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suxYnCCZjz .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-suxYnCCZjz h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suxYnCCZjz .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRNhMY7Fjr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRNhMY7Fjr .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRNhMY7Fjr .video-block {
    width: 100% !important;
  }
}
.cid-rRNhMY7Fjr .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNidRmocp {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRNidRmocp H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRNidRmocp .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRNidRmocp .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRNidRmocp .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRNidRmocp a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rRNidRmocp a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNmasoVor {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRNmasoVor .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRNmasoVor .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRNmasoVor .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRNmasoVor .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRNmasoVor .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRNmasoVor .mbr-figure,
  .cid-rRNmasoVor img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRNmasoVor h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNmasoVor .text_block {
  margin-top: 0px;
}
.cid-rRNmasoVor .h2_block {
  margin-bottom: 20px;
}
.cid-rRNmasoVor .mbr-figure {
  align-self: flex-start;
}
.cid-rRNmasoVor .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRNmasoVor .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRNmasoVor a:hover {
  Color: #a76645 !important;
}
.cid-rRNmasoVor a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNmasoVor .btn-black-outline:hover,
.cid-rRNmasoVor .btn-black-outline:focus,
.cid-rRNmasoVor .btn-black-outline.focus,
.cid-rRNmasoVor .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNmasoVor .display-5 {
    line-height: 1;
  }
  .cid-rRNmasoVor .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNmasoVor .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRNmasoVor .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNmasoVor .content {
  padding-left: 3px;
}
.cid-rRNnedzeBX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRNnedzeBX .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRNnedzeBX .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRNnedzeBX .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRNnedzeBX .mbr-figure,
  .cid-rRNnedzeBX img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRNnedzeBX .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRNnedzeBX .mbr-author-desc {
  color: #000000;
}
.cid-rRNnedzeBX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNnedzeBX .text_block {
  margin-top: 0px;
}
.cid-rRNnedzeBX .h2_block {
  margin-bottom: 20px;
}
.cid-rRNnedzeBX .mbr-figure {
  align-self: flex-start;
}
.cid-rRNnedzeBX .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRNnedzeBX .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRNnedzeBX .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRNnedzeBX a:hover {
  Color: #a76645 !important;
}
.cid-rRNnedzeBX a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNnedzeBX .btn-black-outline:hover,
.cid-rRNnedzeBX .btn-black-outline:focus,
.cid-rRNnedzeBX .btn-black-outline.focus,
.cid-rRNnedzeBX .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNnedzeBX .display-5 {
    line-height: 1;
  }
  .cid-rRNnedzeBX .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNnedzeBX .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRNnedzeBX .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNocC3sID {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRNocC3sID .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRNocC3sID .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRNocC3sID .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRNocC3sID .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0.1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRNocC3sID .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRNocC3sID .mbr-figure,
  .cid-rRNocC3sID img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRNocC3sID h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNocC3sID .text_block {
  margin-top: 0px;
}
.cid-rRNocC3sID .h2_block {
  margin-bottom: 20px;
}
.cid-rRNocC3sID .mbr-figure {
  align-self: flex-start;
}
.cid-rRNocC3sID .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRNocC3sID .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRNocC3sID a:hover {
  Color: #a76645 !important;
}
.cid-rRNocC3sID a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNocC3sID .btn-black-outline:hover,
.cid-rRNocC3sID .btn-black-outline:focus,
.cid-rRNocC3sID .btn-black-outline.focus,
.cid-rRNocC3sID .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNocC3sID .display-5 {
    line-height: 1;
  }
  .cid-rRNocC3sID .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNocC3sID .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRNocC3sID .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNocC3sID .content {
  padding-left: 3px;
}
.cid-rRNridCXBK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRNridCXBK .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rRNridCXBK .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rRNridCXBK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRNridCXBK .mbr-figure,
  .cid-rRNridCXBK img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRNridCXBK .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRNridCXBK .mbr-author-desc {
  color: #000000;
}
.cid-rRNridCXBK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNridCXBK .text_block {
  margin-top: 0px;
}
.cid-rRNridCXBK .h2_block {
  margin-bottom: 20px;
}
.cid-rRNridCXBK .mbr-figure {
  align-self: flex-start;
}
.cid-rRNridCXBK .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRNridCXBK .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRNridCXBK .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rRNridCXBK a:hover {
  Color: #a76645 !important;
}
.cid-rRNridCXBK a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNridCXBK .btn-black-outline:hover,
.cid-rRNridCXBK .btn-black-outline:focus,
.cid-rRNridCXBK .btn-black-outline.focus,
.cid-rRNridCXBK .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNridCXBK .display-5 {
    line-height: 1;
  }
  .cid-rRNridCXBK .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNridCXBK .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRNridCXBK .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNrja18fp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRNrja18fp .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rRNrja18fp .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rRNrja18fp .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rRNrja18fp .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0.1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rRNrja18fp .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rRNrja18fp .mbr-figure,
  .cid-rRNrja18fp img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rRNrja18fp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNrja18fp .text_block {
  margin-top: 0px;
}
.cid-rRNrja18fp .h2_block {
  margin-bottom: 20px;
}
.cid-rRNrja18fp .mbr-figure {
  align-self: flex-start;
}
.cid-rRNrja18fp .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rRNrja18fp .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rRNrja18fp a:hover {
  Color: #a76645 !important;
}
.cid-rRNrja18fp a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRNrja18fp .btn-black-outline:hover,
.cid-rRNrja18fp .btn-black-outline:focus,
.cid-rRNrja18fp .btn-black-outline.focus,
.cid-rRNrja18fp .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rRNrja18fp .display-5 {
    line-height: 1;
  }
  .cid-rRNrja18fp .btn {
    font-size: 1.5rem !important;
  }
  .cid-rRNrja18fp .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rRNrja18fp .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRNrja18fp .content {
  padding-left: 3px;
}
.cid-rRNt3EMYEX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRNt3EMYEX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRNt3EMYEX p {
  color: #767676;
  text-align: left;
}
.cid-rRNt3EMYEX .card-box {
  padding-top: 2rem;
}
.cid-rRNt3EMYEX .card-wrapper {
  height: 100%;
}
.cid-rRNt3EMYEX P {
  color: #1d1d1b;
}
.cid-rRNuij4nl6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRNuij4nl6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRNuij4nl6 p {
  color: #767676;
  text-align: left;
}
.cid-rRNuij4nl6 .card-box {
  padding-top: 2rem;
}
.cid-rRNuij4nl6 .card-wrapper {
  height: 100%;
}
.cid-rRNuij4nl6 P {
  color: #1d1d1b;
}
.cid-rRNAreioQT {
  background-image: url("../../../assets/images/politicalbeauty2016-fluechtlingefressen-183-2000x3000.jpg");
}
.cid-rRNAreioQT P {
  color: #767676;
}
.cid-rRNBgF9h28 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRNBgF9h28 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRNBgF9h28 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRNBgF9h28 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRNBgF9h28 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRNEgXa03r {
  background-image: url("../../../assets/images/zentrumfuerpolitischeschoenheit-fluechtlingefressen-147-2000x3000.jpg");
}
.cid-rRNEgXa03r P {
  color: #767676;
}
.cid-rRO2IiG2p6 {
  background-image: url("../../../assets/images/politicalbeauty2016-fluechtlingefressen-8-1600x980.jpg");
}
.cid-rRO2IiG2p6 P {
  color: #767676;
}
.cid-txgi5lVh51 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgi5lVh51 .content {
    text-align: center;
  }
  .cid-txgi5lVh51 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgi5lVh51 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgi5lVh51 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgi5lVh51 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgi5lVh51 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgi5lVh51 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgi5lVh51 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgi5lVh51 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgi5lVh51 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgi5lVh51 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgi5lVh51 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgi5lVh51 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgi5lVh51 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgi5lVh51 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgi5lVh51 P {
  color: #1d1d1b;
}
.cid-txgi5lVh51 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgi5lVh51 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgi5lVh51 .logo_footer {
  position: relative;
}
.cid-txgi5lVh51 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgi5lVh51 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgi5lVh51 .col,
  .cid-txgi5lVh51 .col-1,
  .cid-txgi5lVh51 .col-10,
  .cid-txgi5lVh51 .col-11,
  .cid-txgi5lVh51 .col-12,
  .cid-txgi5lVh51 .col-2,
  .cid-txgi5lVh51 .col-3,
  .cid-txgi5lVh51 .col-4,
  .cid-txgi5lVh51 .col-5,
  .cid-txgi5lVh51 .col-6,
  .cid-txgi5lVh51 .col-7,
  .cid-txgi5lVh51 .col-8,
  .cid-txgi5lVh51 .col-9,
  .cid-txgi5lVh51 .col-auto,
  .cid-txgi5lVh51 .col-lg,
  .cid-txgi5lVh51 .col-lg-1,
  .cid-txgi5lVh51 .col-lg-10,
  .cid-txgi5lVh51 .col-lg-11,
  .cid-txgi5lVh51 .col-lg-12,
  .cid-txgi5lVh51 .col-lg-2,
  .cid-txgi5lVh51 .col-lg-3,
  .cid-txgi5lVh51 .col-lg-4,
  .cid-txgi5lVh51 .col-lg-5,
  .cid-txgi5lVh51 .col-lg-6,
  .cid-txgi5lVh51 .col-lg-7,
  .cid-txgi5lVh51 .col-lg-8,
  .cid-txgi5lVh51 .col-lg-9,
  .cid-txgi5lVh51 .col-lg-auto,
  .cid-txgi5lVh51 .col-md,
  .cid-txgi5lVh51 .col-md-1,
  .cid-txgi5lVh51 .col-md-10,
  .cid-txgi5lVh51 .col-md-11,
  .cid-txgi5lVh51 .col-md-12,
  .cid-txgi5lVh51 .col-md-2,
  .cid-txgi5lVh51 .col-md-3,
  .cid-txgi5lVh51 .col-md-4,
  .cid-txgi5lVh51 .col-md-5,
  .cid-txgi5lVh51 .col-md-6,
  .cid-txgi5lVh51 .col-md-7,
  .cid-txgi5lVh51 .col-md-8,
  .cid-txgi5lVh51 .col-md-9,
  .cid-txgi5lVh51 .col-md-auto,
  .cid-txgi5lVh51 .col-sm,
  .cid-txgi5lVh51 .col-sm-1,
  .cid-txgi5lVh51 .col-sm-10,
  .cid-txgi5lVh51 .col-sm-11,
  .cid-txgi5lVh51 .col-sm-12,
  .cid-txgi5lVh51 .col-sm-2,
  .cid-txgi5lVh51 .col-sm-3,
  .cid-txgi5lVh51 .col-sm-4,
  .cid-txgi5lVh51 .col-sm-5,
  .cid-txgi5lVh51 .col-sm-6,
  .cid-txgi5lVh51 .col-sm-7,
  .cid-txgi5lVh51 .col-sm-8,
  .cid-txgi5lVh51 .col-sm-9,
  .cid-txgi5lVh51 .col-sm-auto,
  .cid-txgi5lVh51 .col-xl,
  .cid-txgi5lVh51 .col-xl-1,
  .cid-txgi5lVh51 .col-xl-10,
  .cid-txgi5lVh51 .col-xl-11,
  .cid-txgi5lVh51 .col-xl-12,
  .cid-txgi5lVh51 .col-xl-2,
  .cid-txgi5lVh51 .col-xl-3,
  .cid-txgi5lVh51 .col-xl-4,
  .cid-txgi5lVh51 .col-xl-5,
  .cid-txgi5lVh51 .col-xl-6,
  .cid-txgi5lVh51 .col-xl-7,
  .cid-txgi5lVh51 .col-xl-8,
  .cid-txgi5lVh51 .col-xl-9,
  .cid-txgi5lVh51 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgi5lVh51 .content {
    text-align: left;
  }
  .cid-txgi5lVh51 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgi5lVh51 .logo_footer_box {
    position: relative;
  }
  .cid-txgi5lVh51 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgi5lVh51 .logo_footer {
    position: relative;
  }
  .cid-txgi5lVh51 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rSoI3SkgWL {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rSoI3SkgWL {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSoIpJxnHw {
  background-image: url("../../../assets/images/bruecke2-5-2000x1125.jpg");
}
.cid-rSoIpJxnHw P {
  color: #767676;
}
.cid-rSoIDXfxxa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoIDXfxxa .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSoIDXfxxa h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoIDXfxxa .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSoIDXfxxa .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoITckdLy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSoITckdLy .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSoITckdLy .video-block {
    width: 100% !important;
  }
}
.cid-rSoITckdLy .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSoJ43EbKk {
  background: #ffffff;
}
.cid-rSoJ43EbKk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSoJ43EbKk figcaption {
  position: relative;
}
.cid-rSoJ43EbKk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSoJ43EbKk .image-block {
    width: 100% !important;
  }
}
.cid-rSoJhZUMlB {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoJhZUMlB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSoJhZUMlB h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoJhZUMlB .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSoJhZUMlB .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoJpdTA0z {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSoJpdTA0z .images-container.container-fluid {
  padding: 0;
}
.cid-rSoJpdTA0z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoJpdTA0z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoJpdTA0z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoJpdTA0z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoJpdTA0z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoJpdTA0z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoJpdTA0z .img-item {
    width: 100% !important;
  }
  .cid-rSoJpdTA0z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoJE6Ae32 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoJE6Ae32 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoJE6Ae32 p {
  color: #767676;
  text-align: left;
}
.cid-rSoJE6Ae32 .card-box {
  padding-top: 2rem;
}
.cid-rSoJE6Ae32 .card-wrapper {
  height: 100%;
}
.cid-rSoJGb2GEO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoJGb2GEO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoJGb2GEO p {
  color: #767676;
  text-align: left;
}
.cid-rSoJGb2GEO .card-box {
  padding-top: 2rem;
}
.cid-rSoJGb2GEO .card-wrapper {
  height: 100%;
}
.cid-rSoJNwyPNo {
  background-image: url("../../../assets/images/bruecke-9-2000x1125.jpg");
}
.cid-rSoJNwyPNo P {
  color: #767676;
}
.cid-rSt5jpE74O {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSt5jpE74O .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSt5jpE74O h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSt5jpE74O .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSt5jpE74O .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoK6dH0Lu {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSoK6dH0Lu .images-container.container-fluid {
  padding: 0;
}
.cid-rSoK6dH0Lu .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoK6dH0Lu .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoK6dH0Lu .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoK6dH0Lu .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoK6dH0Lu .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoK6dH0Lu .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoK6dH0Lu .img-item {
    width: 100% !important;
  }
  .cid-rSoK6dH0Lu .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoK20zJgu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoK20zJgu .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSoK20zJgu h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoK20zJgu .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSoK20zJgu .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoKrKIvqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoKrKIvqm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoKrKIvqm p {
  color: #767676;
  text-align: left;
}
.cid-rSoKrKIvqm .card-box {
  padding-top: 2rem;
}
.cid-rSoKrKIvqm .card-wrapper {
  height: 100%;
}
.cid-rSoKrKIvqm P {
  color: #1d1d1b;
  font-weight: 200;
}
.cid-rSoLu4bkHj {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSoLu4bkHj .images-container.container-fluid {
  padding: 0;
}
.cid-rSoLu4bkHj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoLu4bkHj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoLu4bkHj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoLu4bkHj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoLu4bkHj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoLu4bkHj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoLu4bkHj .img-item {
    width: 100% !important;
  }
  .cid-rSoLu4bkHj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoLIjIMfr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoLIjIMfr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoLIjIMfr p {
  color: #767676;
  text-align: left;
}
.cid-rSoLIjIMfr .card-box {
  padding-top: 2rem;
}
.cid-rSoLIjIMfr .card-wrapper {
  height: 100%;
}
.cid-rSoLOTbvu5 {
  background: #ffffff;
}
.cid-rSoLOTbvu5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSoLOTbvu5 figcaption {
  position: relative;
}
.cid-rSoLOTbvu5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSoLOTbvu5 .image-block {
    width: 100% !important;
  }
}
.cid-rSoLY9RpSe {
  background-image: url("../../../assets/images/plattform-18-2000x1038.jpg");
}
.cid-rSoLY9RpSe P {
  color: #767676;
}
.cid-rSoLUYHHtr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoLUYHHtr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoLUYHHtr p {
  color: #767676;
  text-align: left;
}
.cid-rSoLUYHHtr .card-box {
  padding-top: 2rem;
}
.cid-rSoLUYHHtr .card-wrapper {
  height: 100%;
}
.cid-rSoM5uxKYE {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSoM5uxKYE .images-container.container-fluid {
  padding: 0;
}
.cid-rSoM5uxKYE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoM5uxKYE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoM5uxKYE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoM5uxKYE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoM5uxKYE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoM5uxKYE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoM5uxKYE .img-item {
    width: 100% !important;
  }
  .cid-rSoM5uxKYE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoM9nnXr5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSoM9nnXr5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoM9nnXr5 p {
  color: #767676;
  text-align: left;
}
.cid-rSoM9nnXr5 .card-box {
  padding-top: 2rem;
}
.cid-rSoM9nnXr5 .card-wrapper {
  height: 100%;
}
.cid-rSoMfqRyvO {
  background-image: url("../../../assets/images/plattform-13-2000x1125.jpg");
}
.cid-rSoMfqRyvO P {
  color: #767676;
}
.cid-se4edpI379 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x352.jpg");
}
.cid-se4edpI379 H2 {
  color: #000000;
  line-height: 1.2;
  text-align: center;
}
.cid-se4edpI379 .mbr-section-subtitle {
  color: #000000;
}
.cid-se4edpI379 span {
  visibility: hidden;
}
.cid-se4edpI379 .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4edpI379 span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rSoMBUBbOY {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rSoMBUBbOY .images-container.container-fluid {
  padding: 0;
}
.cid-rSoMBUBbOY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoMBUBbOY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoMBUBbOY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoMBUBbOY .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoMBUBbOY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoMBUBbOY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoMBUBbOY .img-item {
    width: 100% !important;
  }
  .cid-rSoMBUBbOY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoMGG7JiL {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rSoMGG7JiL H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rSoMGG7JiL .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rSoMGG7JiL .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rSoMGG7JiL .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rStaasDH1b {
  background-image: url("../../../assets/images/04-04-zps-sizilien-1-nick-jaussi-2015-1500x1001.jpg");
}
.cid-rStaasDH1b P {
  color: #767676;
}
.cid-rStd4GF26D {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rStd4GF26D .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rStd4GF26D h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rStd4GF26D .space_down_50 {
  margin-bottom: 50px;
}
.cid-rStd4GF26D a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rStd4GF26D a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSoN1lHI31 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rSoN1lHI31 .images-container.container-fluid {
  padding: 0;
}
.cid-rSoN1lHI31 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoN1lHI31 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoN1lHI31 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoN1lHI31 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoN1lHI31 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoN1lHI31 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoN1lHI31 .img-item {
    width: 100% !important;
  }
  .cid-rSoN1lHI31 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoNkGPbFk {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rSoNkGPbFk .images-container.container-fluid {
  padding: 0;
}
.cid-rSoNkGPbFk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSoNkGPbFk .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSoNkGPbFk .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSoNkGPbFk .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSoNkGPbFk .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSoNkGPbFk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSoNkGPbFk .img-item {
    width: 100% !important;
  }
  .cid-rSoNkGPbFk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rStbANvX8b {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rStbANvX8b .images-container.container-fluid {
  padding: 0;
}
.cid-rStbANvX8b .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rStbANvX8b .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rStbANvX8b .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rStbANvX8b .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rStbANvX8b .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rStbANvX8b .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rStbANvX8b .img-item {
    width: 100% !important;
  }
  .cid-rStbANvX8b .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSoN4qzPz3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rSoN4qzPz3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoN4qzPz3 p {
  color: #767676;
  text-align: left;
}
.cid-rSoN4qzPz3 .card-box {
  padding-top: 2rem;
}
.cid-rSoN4qzPz3 .card-wrapper {
  height: 100%;
}
.cid-rSoNcsGlpd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rSoNcsGlpd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoNcsGlpd p {
  color: #767676;
  text-align: left;
}
.cid-rSoNcsGlpd .card-box {
  padding-top: 2rem;
}
.cid-rSoNcsGlpd .card-wrapper {
  height: 100%;
}
.cid-rSoNnpleg5 {
  background: #ffffff;
}
.cid-rSoNnpleg5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSoNnpleg5 figcaption {
  position: relative;
}
.cid-rSoNnpleg5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSoNnpleg5 .image-block {
    width: 100% !important;
  }
}
.cid-rSoNyOetHS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-rSoNyOetHS H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rSoNyOetHS .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rSoNyOetHS .breites_Zitat,
  .cid-rSoNyOetHS .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rSoNDiRBpC {
  background-image: url("../../../assets/images/02-19-afp-die-bruecke-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rSoNDiRBpC P {
  color: #767676;
}
.cid-rSoNFCvIpK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoNFCvIpK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSoNFCvIpK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoNFCvIpK .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSoNFCvIpK .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoNK8qWE7 {
  background: #ffffff;
}
.cid-rSoNK8qWE7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSoNK8qWE7 figcaption {
  position: relative;
}
.cid-rSoNK8qWE7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSoNK8qWE7 .image-block {
    width: 300% !important;
  }
}
.cid-rUbdyd5zXe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUbdyd5zXe .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUbdyd5zXe .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUbdyd5zXe .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUbdyd5zXe .mbr-figure,
  .cid-rUbdyd5zXe img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUbdyd5zXe .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUbdyd5zXe .mbr-author-desc {
  color: #000000;
}
.cid-rUbdyd5zXe h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUbdyd5zXe .text_block {
  margin-top: 0px;
}
.cid-rUbdyd5zXe .h2_block {
  margin-bottom: 20px;
}
.cid-rUbdyd5zXe .mbr-figure {
  align-self: flex-start;
}
.cid-rUbdyd5zXe .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUbdyd5zXe .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUbdyd5zXe .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUbdyd5zXe a:hover {
  Color: #a76645 !important;
}
.cid-rUbdyd5zXe a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUbdyd5zXe .btn-black-outline:hover,
.cid-rUbdyd5zXe .btn-black-outline:focus,
.cid-rUbdyd5zXe .btn-black-outline.focus,
.cid-rUbdyd5zXe .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUbdyd5zXe .display-5 {
    line-height: 1;
  }
  .cid-rUbdyd5zXe .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUbdyd5zXe .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUbdyd5zXe .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSoNIXNLEJ {
  background: #ffffff;
}
.cid-rSoNIXNLEJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSoNIXNLEJ figcaption {
  position: relative;
}
.cid-rSoNIXNLEJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSoNIXNLEJ .image-block {
    width: 300% !important;
  }
}
.cid-rSoNVRIAlO {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rSoNVRIAlO .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rSoNVRIAlO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoNVRIAlO p {
  color: #767676;
  text-align: left;
}
.cid-rSoNVRIAlO .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rSoNVRIAlO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSoNVRIAlO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rSoNVRIAlO .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSoNVRIAlO .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rSoNVRIAlO .notched-box:before,
.cid-rSoNVRIAlO .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rSoNVRIAlO .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rSoNVRIAlO .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rSoNVRIAlO .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rSoNVRIAlO .border:before,
.cid-rSoNVRIAlO .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rSoNVRIAlO .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rSoNVRIAlO .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rSoNVRIAlO .mbr-author-name {
  padding-left: 40px;
}
.cid-rSoNVRIAlO P {
  color: #ffffff;
}
.cid-rSoNVRIAlO .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -10px;
}
.cid-rSoNVRIAlO a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rSoNVRIAlO a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSoO0eGeru {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rSoO0eGeru .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rSoO0eGeru h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSoO0eGeru p {
  color: #767676;
  text-align: left;
}
.cid-rSoO0eGeru .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rSoO0eGeru .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSoO0eGeru .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rSoO0eGeru .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSoO0eGeru .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rSoO0eGeru .notched-box:before,
.cid-rSoO0eGeru .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rSoO0eGeru .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rSoO0eGeru .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rSoO0eGeru .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rSoO0eGeru .border:before,
.cid-rSoO0eGeru .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rSoO0eGeru .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rSoO0eGeru .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rSoO0eGeru .mbr-author-name {
  padding-left: 40px;
}
.cid-rSoO0eGeru P {
  color: #ffffff;
}
.cid-rSoO0eGeru .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -10px;
}
.cid-rSoO0eGeru a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rSoO0eGeru a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-suxOOyCRwg {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-suxOOyCRwg .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #ffffff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-suxOOyCRwg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suxOOyCRwg p {
  color: #767676;
  text-align: left;
}
.cid-suxOOyCRwg .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-suxOOyCRwg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-suxOOyCRwg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-suxOOyCRwg .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suxOOyCRwg .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suxOOyCRwg .notched-box:before,
.cid-suxOOyCRwg .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-suxOOyCRwg .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-suxOOyCRwg .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-suxOOyCRwg .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-suxOOyCRwg .border:before,
.cid-suxOOyCRwg .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-suxOOyCRwg .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-suxOOyCRwg .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-suxOOyCRwg .mbr-author-name {
  padding-left: 40px;
}
.cid-suxOOyCRwg P {
  color: #ffffff;
  line-height: 1.3;
}
.cid-suxOOyCRwg .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rSoOBMs686 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoOBMs686 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSoOBMs686 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoOBMs686 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSoOBMs686 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSoOJS6Lco {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSoOJS6Lco .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSoOJS6Lco .video-block {
    width: 100% !important;
  }
}
.cid-rSoOJS6Lco .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSoOTbohxS {
  background: #ffffff;
}
.cid-rSoOTbohxS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSoOTbohxS figcaption {
  position: relative;
}
.cid-rSoOTbohxS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSoOTbohxS .image-block {
    width: 100% !important;
  }
}
.cid-rSoOXydvyx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSoOXydvyx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSoOXydvyx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSoOXydvyx .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSoOXydvyx .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgi88WKbF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgi88WKbF .content {
    text-align: center;
  }
  .cid-txgi88WKbF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgi88WKbF .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgi88WKbF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgi88WKbF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgi88WKbF .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgi88WKbF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgi88WKbF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgi88WKbF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgi88WKbF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgi88WKbF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgi88WKbF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgi88WKbF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgi88WKbF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgi88WKbF H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgi88WKbF P {
  color: #1d1d1b;
}
.cid-txgi88WKbF .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgi88WKbF .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgi88WKbF .logo_footer {
  position: relative;
}
.cid-txgi88WKbF .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgi88WKbF .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgi88WKbF .col,
  .cid-txgi88WKbF .col-1,
  .cid-txgi88WKbF .col-10,
  .cid-txgi88WKbF .col-11,
  .cid-txgi88WKbF .col-12,
  .cid-txgi88WKbF .col-2,
  .cid-txgi88WKbF .col-3,
  .cid-txgi88WKbF .col-4,
  .cid-txgi88WKbF .col-5,
  .cid-txgi88WKbF .col-6,
  .cid-txgi88WKbF .col-7,
  .cid-txgi88WKbF .col-8,
  .cid-txgi88WKbF .col-9,
  .cid-txgi88WKbF .col-auto,
  .cid-txgi88WKbF .col-lg,
  .cid-txgi88WKbF .col-lg-1,
  .cid-txgi88WKbF .col-lg-10,
  .cid-txgi88WKbF .col-lg-11,
  .cid-txgi88WKbF .col-lg-12,
  .cid-txgi88WKbF .col-lg-2,
  .cid-txgi88WKbF .col-lg-3,
  .cid-txgi88WKbF .col-lg-4,
  .cid-txgi88WKbF .col-lg-5,
  .cid-txgi88WKbF .col-lg-6,
  .cid-txgi88WKbF .col-lg-7,
  .cid-txgi88WKbF .col-lg-8,
  .cid-txgi88WKbF .col-lg-9,
  .cid-txgi88WKbF .col-lg-auto,
  .cid-txgi88WKbF .col-md,
  .cid-txgi88WKbF .col-md-1,
  .cid-txgi88WKbF .col-md-10,
  .cid-txgi88WKbF .col-md-11,
  .cid-txgi88WKbF .col-md-12,
  .cid-txgi88WKbF .col-md-2,
  .cid-txgi88WKbF .col-md-3,
  .cid-txgi88WKbF .col-md-4,
  .cid-txgi88WKbF .col-md-5,
  .cid-txgi88WKbF .col-md-6,
  .cid-txgi88WKbF .col-md-7,
  .cid-txgi88WKbF .col-md-8,
  .cid-txgi88WKbF .col-md-9,
  .cid-txgi88WKbF .col-md-auto,
  .cid-txgi88WKbF .col-sm,
  .cid-txgi88WKbF .col-sm-1,
  .cid-txgi88WKbF .col-sm-10,
  .cid-txgi88WKbF .col-sm-11,
  .cid-txgi88WKbF .col-sm-12,
  .cid-txgi88WKbF .col-sm-2,
  .cid-txgi88WKbF .col-sm-3,
  .cid-txgi88WKbF .col-sm-4,
  .cid-txgi88WKbF .col-sm-5,
  .cid-txgi88WKbF .col-sm-6,
  .cid-txgi88WKbF .col-sm-7,
  .cid-txgi88WKbF .col-sm-8,
  .cid-txgi88WKbF .col-sm-9,
  .cid-txgi88WKbF .col-sm-auto,
  .cid-txgi88WKbF .col-xl,
  .cid-txgi88WKbF .col-xl-1,
  .cid-txgi88WKbF .col-xl-10,
  .cid-txgi88WKbF .col-xl-11,
  .cid-txgi88WKbF .col-xl-12,
  .cid-txgi88WKbF .col-xl-2,
  .cid-txgi88WKbF .col-xl-3,
  .cid-txgi88WKbF .col-xl-4,
  .cid-txgi88WKbF .col-xl-5,
  .cid-txgi88WKbF .col-xl-6,
  .cid-txgi88WKbF .col-xl-7,
  .cid-txgi88WKbF .col-xl-8,
  .cid-txgi88WKbF .col-xl-9,
  .cid-txgi88WKbF .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgi88WKbF .content {
    text-align: left;
  }
  .cid-txgi88WKbF .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgi88WKbF .logo_footer_box {
    position: relative;
  }
  .cid-txgi88WKbF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgi88WKbF .logo_footer {
    position: relative;
  }
  .cid-txgi88WKbF .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rS64ujLiao {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rS64ujLiao {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rS64ym6YFn {
  background-image: url("../../../assets/images/tote2-1200x480.jpg");
}
.cid-rS64ym6YFn P {
  color: #767676;
}
.cid-rS69WFmYvI {
  padding-top: 90px;
  padding-bottom: 75px;
  background: #171717;
}
.cid-rS69WFmYvI .images-container.container-fluid {
  padding: 0;
}
.cid-rS69WFmYvI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS69WFmYvI .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS69WFmYvI .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS69WFmYvI .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS69WFmYvI .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS69WFmYvI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS69WFmYvI .img-item {
    width: 100% !important;
  }
  .cid-rS69WFmYvI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS64E6AwWI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS64E6AwWI .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS64E6AwWI h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS64E6AwWI .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS64E6AwWI .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS64IgLMut {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS64IgLMut .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS64IgLMut .video-block {
    width: 100% !important;
  }
}
.cid-rS64IgLMut .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS64OfU7t0 {
  background-image: url("../../../assets/images/c82a0814-2000x1333.jpg");
}
.cid-rS64OfU7t0 P {
  color: #767676;
}
.cid-rS64TnVfAB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS64TnVfAB .images-container.container-fluid {
  padding: 0;
}
.cid-rS64TnVfAB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS64TnVfAB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS64TnVfAB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS64TnVfAB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS64TnVfAB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS64TnVfAB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS64TnVfAB .img-item {
    width: 100% !important;
  }
  .cid-rS64TnVfAB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS64VGjGk0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS64VGjGk0 .images-container.container-fluid {
  padding: 0;
}
.cid-rS64VGjGk0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS64VGjGk0 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS64VGjGk0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS64VGjGk0 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS64VGjGk0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS64VGjGk0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS64VGjGk0 .img-item {
    width: 100% !important;
  }
  .cid-rS64VGjGk0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS64Y9hHhh {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS64Y9hHhh .images-container.container-fluid {
  padding: 0;
}
.cid-rS64Y9hHhh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS64Y9hHhh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS64Y9hHhh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS64Y9hHhh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS64Y9hHhh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS64Y9hHhh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS64Y9hHhh .img-item {
    width: 100% !important;
  }
  .cid-rS64Y9hHhh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-se4fi1n2Hg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-11-2000x1402.png");
}
.cid-se4fi1n2Hg H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4fi1n2Hg .mbr-section-subtitle {
  color: #000000;
}
.cid-se4fi1n2Hg span {
  visibility: hidden;
}
.cid-se4fi1n2Hg .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4fi1n2Hg span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rS65bN1CWY {
  background-image: url("../../../assets/images/10-24-zps-gatow-nick-jaussi-2015-2000x1331.jpg");
}
.cid-rS65bN1CWY P {
  color: #767676;
}
.cid-rS65dTXFEd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS65dTXFEd .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS65dTXFEd h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS65dTXFEd .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS65dTXFEd .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS65hy3lDN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS65hy3lDN .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS65hy3lDN .video-block {
    width: 100% !important;
  }
}
.cid-rS65hy3lDN .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS65khL0Rf {
  background-image: url("../../../assets/images/30-69-zps-gatow-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS65khL0Rf P {
  color: #767676;
}
.cid-rS65rkoD6r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS65rkoD6r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS65rkoD6r p {
  color: #767676;
  text-align: left;
}
.cid-rS65rkoD6r .card-box {
  padding-top: 2rem;
}
.cid-rS65rkoD6r .card-wrapper {
  height: 100%;
}
.cid-rS65rWcwws {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS65rWcwws h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS65rWcwws p {
  color: #767676;
  text-align: left;
}
.cid-rS65rWcwws .card-box {
  padding-top: 2rem;
}
.cid-rS65rWcwws .card-wrapper {
  height: 100%;
}
.cid-rS65GYeSWf {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS65GYeSWf .images-container.container-fluid {
  padding: 0;
}
.cid-rS65GYeSWf .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS65GYeSWf .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS65GYeSWf .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS65GYeSWf .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS65GYeSWf .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS65GYeSWf .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS65GYeSWf .img-item {
    width: 100% !important;
  }
  .cid-rS65GYeSWf .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS65Nd6VUK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rS65Nd6VUK .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS65Nd6VUK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS65Nd6VUK p {
  color: #767676;
  text-align: left;
}
.cid-rS65Nd6VUK .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS65Nd6VUK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS65Nd6VUK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS65Nd6VUK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS65Nd6VUK .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS65Nd6VUK .notched-box:before,
.cid-rS65Nd6VUK .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rS65Nd6VUK .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS65Nd6VUK .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS65Nd6VUK .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS65Nd6VUK .border:before,
.cid-rS65Nd6VUK .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rS65Nd6VUK .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS65Nd6VUK .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS65Nd6VUK .mbr-author-name {
  padding-left: 40px;
}
.cid-rS65Nd6VUK P {
  color: #ffffff;
}
.cid-rS65Nd6VUK .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS65Nd6VUK a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rS65Nd6VUK a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS65RimTti {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rS65RimTti .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS65RimTti h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS65RimTti p {
  color: #767676;
  text-align: left;
}
.cid-rS65RimTti .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS65RimTti .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS65RimTti .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS65RimTti .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS65RimTti .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS65RimTti .notched-box:before,
.cid-rS65RimTti .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rS65RimTti .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS65RimTti .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS65RimTti .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS65RimTti .border:before,
.cid-rS65RimTti .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rS65RimTti .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS65RimTti .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS65RimTti .mbr-author-name {
  padding-left: 40px;
}
.cid-rS65RimTti P {
  color: #ffffff;
}
.cid-rS65RimTti .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS65RimTti a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rS65RimTti a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS65Ow18lo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rS65Ow18lo .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS65Ow18lo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS65Ow18lo p {
  color: #767676;
  text-align: left;
}
.cid-rS65Ow18lo .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS65Ow18lo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS65Ow18lo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS65Ow18lo .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS65Ow18lo .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS65Ow18lo .notched-box:before,
.cid-rS65Ow18lo .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rS65Ow18lo .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS65Ow18lo .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS65Ow18lo .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS65Ow18lo .border:before,
.cid-rS65Ow18lo .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rS65Ow18lo .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS65Ow18lo .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS65Ow18lo .mbr-author-name {
  padding-left: 40px;
}
.cid-rS65Ow18lo P {
  color: #ffffff;
}
.cid-rS65Ow18lo .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS65Ow18lo a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rS65Ow18lo a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-suxAahooCh {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-suxAahooCh .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #ffffff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-suxAahooCh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suxAahooCh p {
  color: #767676;
  text-align: left;
}
.cid-suxAahooCh .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-suxAahooCh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-suxAahooCh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-suxAahooCh .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suxAahooCh .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suxAahooCh .notched-box:before,
.cid-suxAahooCh .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-suxAahooCh .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-suxAahooCh .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-suxAahooCh .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-suxAahooCh .border:before,
.cid-suxAahooCh .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-suxAahooCh .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-suxAahooCh .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-suxAahooCh .mbr-author-name {
  padding-left: 40px;
}
.cid-suxAahooCh P {
  color: #ffffff;
  line-height: 1.3;
}
.cid-suxAahooCh .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS65Vjl6FU {
  background: #ffffff;
}
.cid-rS65Vjl6FU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS65Vjl6FU figcaption {
  position: relative;
}
.cid-rS65Vjl6FU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS65Vjl6FU .image-block {
    width: 100% !important;
  }
}
.cid-rWT9fCzX6r {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-8-1500x622.jpg");
}
.cid-rWT9fCzX6r H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rWT9fCzX6r .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rWT9fCzX6r .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rWT9fCzX6r .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rS65ZCgqZ7 {
  background-image: url("../../../assets/images/05-31-zps-schoeneberg-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS65ZCgqZ7 P {
  color: #767676;
}
.cid-rS665RXTHi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rS665RXTHi .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS665RXTHi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS665RXTHi p {
  color: #767676;
  text-align: left;
}
.cid-rS665RXTHi .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS665RXTHi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS665RXTHi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS665RXTHi .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS665RXTHi .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS665RXTHi .notched-box:before,
.cid-rS665RXTHi .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rS665RXTHi .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS665RXTHi .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS665RXTHi .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS665RXTHi .border:before,
.cid-rS665RXTHi .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rS665RXTHi .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS665RXTHi .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS665RXTHi .mbr-author-name {
  padding-left: 40px;
}
.cid-rS665RXTHi P {
  color: #ffffff;
}
.cid-rS665RXTHi .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS665RXTHi a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rS665RXTHi a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS66bclCsP {
  background: #ffffff;
}
.cid-rS66bclCsP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS66bclCsP figcaption {
  position: relative;
}
.cid-rS66bclCsP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS66bclCsP .image-block {
    width: 100% !important;
  }
}
.cid-rS66eFFhuy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS66eFFhuy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS66eFFhuy h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS66eFFhuy .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS66eFFhuy .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-suxEbQAMht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suxEbQAMht .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-suxEbQAMht h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-suxEbQAMht .space_down_30 {
  margin-bottom: 30px;
}
.cid-suxEbQAMht .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS66qbUGNW {
  background-image: url("../../../assets/images/still-06-2000x1125.jpg");
}
.cid-rS66qbUGNW P {
  color: #767676;
}
.cid-rS66rV1BGU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS66rV1BGU .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS66rV1BGU h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS66rV1BGU .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS66rV1BGU .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS66uKq06K {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS66uKq06K .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS66uKq06K .video-block {
    width: 100% !important;
  }
}
.cid-rS66uKq06K .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS66Bg2I0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS66Bg2I0F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS66Bg2I0F p {
  color: #767676;
  text-align: left;
}
.cid-rS66Bg2I0F .card-box {
  padding-top: 2rem;
}
.cid-rS66Bg2I0F .card-wrapper {
  height: 100%;
}
.cid-rS66BZcuU1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS66BZcuU1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS66BZcuU1 p {
  color: #767676;
  text-align: left;
}
.cid-rS66BZcuU1 .card-box {
  padding-top: 2rem;
}
.cid-rS66BZcuU1 .card-wrapper {
  height: 100%;
}
.cid-rS66E7tptz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS66E7tptz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS66E7tptz p {
  color: #767676;
  text-align: left;
}
.cid-rS66E7tptz .card-box {
  padding-top: 2rem;
}
.cid-rS66E7tptz .card-wrapper {
  height: 100%;
}
.cid-rS66Jg7zit {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS66Jg7zit .images-container.container-fluid {
  padding: 0;
}
.cid-rS66Jg7zit .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS66Jg7zit .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS66Jg7zit .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS66Jg7zit .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS66Jg7zit .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS66Jg7zit .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS66Jg7zit .img-item {
    width: 100% !important;
  }
  .cid-rS66Jg7zit .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS66Qabrq5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS66Qabrq5 .images-container.container-fluid {
  padding: 0;
}
.cid-rS66Qabrq5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS66Qabrq5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS66Qabrq5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS66Qabrq5 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS66Qabrq5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS66Qabrq5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS66Qabrq5 .img-item {
    width: 100% !important;
  }
  .cid-rS66Qabrq5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS6pgou8eD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6pgou8eD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS6pgou8eD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6pgou8eD .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS6pgou8eD .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS66Rs6NVa {
  background-image: url("../../../assets/images/16-60-zps-bundestag-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS66Rs6NVa P {
  color: #767676;
}
.cid-rS66TThXYm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS66TThXYm .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS66TThXYm h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS66TThXYm .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS66TThXYm .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS670Pwkk6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS670Pwkk6 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS670Pwkk6 .video-block {
    width: 100% !important;
  }
}
.cid-rS670Pwkk6 .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS6734vYrb {
  background: #ffffff;
}
.cid-rS6734vYrb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS6734vYrb figcaption {
  position: relative;
}
.cid-rS6734vYrb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS6734vYrb .image-block {
    width: 100% !important;
  }
}
.cid-rS678fLpzK {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS678fLpzK .images-container.container-fluid {
  padding: 0;
}
.cid-rS678fLpzK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS678fLpzK .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS678fLpzK .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS678fLpzK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS678fLpzK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS678fLpzK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS678fLpzK .img-item {
    width: 100% !important;
  }
  .cid-rS678fLpzK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS678Ojkbh {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS678Ojkbh .images-container.container-fluid {
  padding: 0;
}
.cid-rS678Ojkbh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS678Ojkbh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS678Ojkbh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS678Ojkbh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS678Ojkbh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS678Ojkbh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS678Ojkbh .img-item {
    width: 100% !important;
  }
  .cid-rS678Ojkbh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS67b0uvmd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS67b0uvmd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS67b0uvmd p {
  color: #767676;
  text-align: left;
}
.cid-rS67b0uvmd .card-box {
  padding-top: 2rem;
}
.cid-rS67b0uvmd .card-wrapper {
  height: 100%;
}
.cid-rS67citlz6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS67citlz6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS67citlz6 p {
  color: #767676;
  text-align: left;
}
.cid-rS67citlz6 .card-box {
  padding-top: 2rem;
}
.cid-rS67citlz6 .card-wrapper {
  height: 100%;
}
.cid-rS67gwn8rG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS67gwn8rG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS67gwn8rG p {
  color: #767676;
  text-align: left;
}
.cid-rS67gwn8rG .card-box {
  padding-top: 2rem;
}
.cid-rS67gwn8rG .card-wrapper {
  height: 100%;
}
.cid-sBPMWDiLVd {
  background-image: url("../../../assets/images/die3totenkommen0556.jpg");
}
.cid-sBPMWDiLVd P {
  color: #767676;
}
.cid-sBPMXTQv2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sBPMXTQv2Y .images-container.container-fluid {
  padding: 0;
}
.cid-sBPMXTQv2Y .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sBPMXTQv2Y .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sBPMXTQv2Y .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sBPMXTQv2Y .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sBPMXTQv2Y .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sBPMXTQv2Y .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sBPMXTQv2Y .img-item {
    width: 100% !important;
  }
  .cid-sBPMXTQv2Y .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sBPMZvRdbG {
  background: #ffffff;
}
.cid-sBPMZvRdbG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBPMZvRdbG figcaption {
  position: relative;
}
.cid-sBPMZvRdbG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBPMZvRdbG .image-block {
    width: 100% !important;
  }
}
.cid-sBPN0AScmM {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sBPN0AScmM .images-container.container-fluid {
  padding: 0;
}
.cid-sBPN0AScmM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sBPN0AScmM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sBPN0AScmM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sBPN0AScmM .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sBPN0AScmM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sBPN0AScmM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sBPN0AScmM .img-item {
    width: 100% !important;
  }
  .cid-sBPN0AScmM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sBPN1t7qrC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBPN1t7qrC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBPN1t7qrC p {
  color: #767676;
  text-align: left;
}
.cid-sBPN1t7qrC .card-box {
  padding-top: 2rem;
}
.cid-sBPN1t7qrC .card-wrapper {
  height: 100%;
}
.cid-sBPN2boV8q {
  background: #ffffff;
}
.cid-sBPN2boV8q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBPN2boV8q figcaption {
  position: relative;
}
.cid-sBPN2boV8q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBPN2boV8q .image-block {
    width: 100% !important;
  }
}
.cid-sBPN3dsKj6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBPN3dsKj6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBPN3dsKj6 p {
  color: #767676;
  text-align: left;
}
.cid-sBPN3dsKj6 .card-box {
  padding-top: 2rem;
}
.cid-sBPN3dsKj6 .card-wrapper {
  height: 100%;
}
.cid-sBPN4dLcr1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBPN4dLcr1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBPN4dLcr1 p {
  color: #767676;
  text-align: left;
}
.cid-sBPN4dLcr1 .card-box {
  padding-top: 2rem;
}
.cid-sBPN4dLcr1 .card-wrapper {
  height: 100%;
}
.cid-sBPN56EPuS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sBPN56EPuS .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBPN56EPuS .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sBPN56EPuS .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rS6sqsZbGZ {
  background-image: url("../../../assets/images/50-60-zps-bundestag-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS6sqsZbGZ P {
  color: #767676;
}
.cid-rS67rhlyXv {
  background: #ffffff;
}
.cid-rS67rhlyXv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS67rhlyXv figcaption {
  position: relative;
}
.cid-rS67rhlyXv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS67rhlyXv .image-block {
    width: 100% !important;
  }
}
.cid-rS67sNRMBy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS67sNRMBy .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rS67sNRMBy h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS67sNRMBy .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS67w0Payn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS67w0Payn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS67w0Payn p {
  color: #767676;
  text-align: left;
}
.cid-rS67w0Payn .card-box {
  padding-top: 2rem;
}
.cid-rS67w0Payn .card-wrapper {
  height: 100%;
}
.cid-rS67B0hxvz {
  background-image: url("../../../assets/images/60-60-zps-bundestag-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS67B0hxvz P {
  color: #767676;
}
.cid-rS67Dzd8XZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS67Dzd8XZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS67Dzd8XZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS67Dzd8XZ .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS67Dzd8XZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS67HiPfQ1 {
  background: #ffffff;
}
.cid-rS67HiPfQ1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS67HiPfQ1 figcaption {
  position: relative;
}
.cid-rS67HiPfQ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS67HiPfQ1 .image-block {
    width: 300% !important;
  }
}
.cid-rTHv16xaHB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rTHv16xaHB .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rTHv16xaHB .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rTHv16xaHB .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rTHv16xaHB .mbr-figure,
  .cid-rTHv16xaHB img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rTHv16xaHB .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rTHv16xaHB .mbr-author-desc {
  color: #000000;
}
.cid-rTHv16xaHB h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rTHv16xaHB .text_block {
  margin-top: 0px;
}
.cid-rTHv16xaHB .h2_block {
  margin-bottom: 20px;
}
.cid-rTHv16xaHB .mbr-figure {
  align-self: flex-start;
}
.cid-rTHv16xaHB .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rTHv16xaHB .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rTHv16xaHB .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rTHv16xaHB a:hover {
  Color: #a76645 !important;
}
.cid-rTHv16xaHB a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rTHv16xaHB .btn-black-outline:hover,
.cid-rTHv16xaHB .btn-black-outline:focus,
.cid-rTHv16xaHB .btn-black-outline.focus,
.cid-rTHv16xaHB .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rTHv16xaHB .display-5 {
    line-height: 1;
  }
  .cid-rTHv16xaHB .btn {
    font-size: 1.5rem !important;
  }
  .cid-rTHv16xaHB .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rTHv16xaHB .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rS67GJ6PxW {
  background: #ffffff;
}
.cid-rS67GJ6PxW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS67GJ6PxW figcaption {
  position: relative;
}
.cid-rS67GJ6PxW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS67GJ6PxW .image-block {
    width: 300% !important;
  }
}
.cid-suxGIb2psK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-suxGIb2psK .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-suxGIb2psK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suxGIb2psK p {
  color: #767676;
  text-align: left;
}
.cid-suxGIb2psK .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-suxGIb2psK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-suxGIb2psK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-suxGIb2psK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suxGIb2psK .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suxGIb2psK .notched-box:before,
.cid-suxGIb2psK .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-suxGIb2psK .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-suxGIb2psK .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-suxGIb2psK .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-suxGIb2psK .border:before,
.cid-suxGIb2psK .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-suxGIb2psK .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-suxGIb2psK .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-suxGIb2psK .mbr-author-name {
  padding-left: 40px;
}
.cid-suxGIb2psK P {
  color: #000000;
  line-height: 1.3;
}
.cid-suxGIb2psK .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS687Rfl0n {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS687Rfl0n .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rS687Rfl0n h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS687Rfl0n .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS68eTJ8ws {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rS68eTJ8ws .images-container.container-fluid {
  padding: 0;
}
.cid-rS68eTJ8ws .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS68eTJ8ws .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS68eTJ8ws .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS68eTJ8ws .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS68eTJ8ws .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS68eTJ8ws .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS68eTJ8ws .img-item {
    width: 100% !important;
  }
  .cid-rS68eTJ8ws .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS6wFOfGdp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS6wFOfGdp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS6wFOfGdp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS6wFOfGdp .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS6wFOfGdp .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS68jozGsH {
  background-image: url("../../../assets/images/dsc-5724-2000x1339.jpg");
}
.cid-rS68jozGsH P {
  color: #767676;
}
.cid-rS68pEBa65 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS68pEBa65 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rS68pEBa65 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS68pEBa65 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS68so1Env {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS68so1Env h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS68so1Env p {
  color: #767676;
  text-align: left;
}
.cid-rS68so1Env .card-box {
  padding-top: 2rem;
}
.cid-rS68so1Env .card-wrapper {
  height: 100%;
}
.cid-rS68vVu6Zm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS68vVu6Zm .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS68vVu6Zm h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS68vVu6Zm .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS68vVu6Zm .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS68AvQXpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS68AvQXpW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS68AvQXpW p {
  color: #767676;
  text-align: left;
}
.cid-rS68AvQXpW .card-box {
  padding-top: 2rem;
}
.cid-rS68AvQXpW .card-wrapper {
  height: 100%;
}
.cid-rS68DlYxRj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS68DlYxRj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS68DlYxRj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS68DlYxRj .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS68DlYxRj .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS68LX72PI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS68LX72PI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS68LX72PI p {
  color: #767676;
  text-align: left;
}
.cid-rS68LX72PI .card-box {
  padding-top: 2rem;
}
.cid-rS68LX72PI .card-wrapper {
  height: 100%;
}
.cid-rS68NPN2i7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS68NPN2i7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS68NPN2i7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS68NPN2i7 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS68NPN2i7 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS68MIup0Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS68MIup0Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS68MIup0Y p {
  color: #767676;
  text-align: left;
}
.cid-rS68MIup0Y .card-box {
  padding-top: 2rem;
}
.cid-rS68MIup0Y .card-wrapper {
  height: 100%;
}
.cid-rS68OiVC18 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS68OiVC18 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS68OiVC18 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS68OiVC18 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS68OiVC18 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS68UmTcm8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rS68UmTcm8 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS68UmTcm8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS68UmTcm8 p {
  color: #767676;
  text-align: left;
}
.cid-rS68UmTcm8 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS68UmTcm8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS68UmTcm8 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS68UmTcm8 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS68UmTcm8 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS68UmTcm8 .notched-box:before,
.cid-rS68UmTcm8 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rS68UmTcm8 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS68UmTcm8 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS68UmTcm8 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS68UmTcm8 .border:before,
.cid-rS68UmTcm8 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rS68UmTcm8 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS68UmTcm8 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS68UmTcm8 .mbr-author-name {
  padding-left: 40px;
}
.cid-rS68UmTcm8 P {
  color: #000000;
}
.cid-rS68UmTcm8 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS693kLsOn {
  background-image: url("../../../assets/images/02-19-zps-gatow-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS693kLsOn P {
  color: #767676;
}
.cid-rS699K7Yvw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS699K7Yvw .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS699K7Yvw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS699K7Yvw p {
  color: #767676;
  text-align: left;
}
.cid-rS699K7Yvw .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS699K7Yvw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS699K7Yvw .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS699K7Yvw .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS699K7Yvw .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS699K7Yvw .notched-box:before,
.cid-rS699K7Yvw .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rS699K7Yvw .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS699K7Yvw .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS699K7Yvw .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS699K7Yvw .border:before,
.cid-rS699K7Yvw .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rS699K7Yvw .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS699K7Yvw .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS699K7Yvw .mbr-author-name {
  padding-left: 40px;
}
.cid-rS699K7Yvw P {
  color: #000000;
}
.cid-rS699K7Yvw .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-suxJGJB0IA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-suxJGJB0IA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-suxJGJB0IA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-suxJGJB0IA p {
  color: #767676;
  text-align: left;
}
.cid-suxJGJB0IA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-suxJGJB0IA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-suxJGJB0IA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-suxJGJB0IA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suxJGJB0IA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-suxJGJB0IA .notched-box:before,
.cid-suxJGJB0IA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-suxJGJB0IA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-suxJGJB0IA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-suxJGJB0IA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-suxJGJB0IA .border:before,
.cid-suxJGJB0IA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-suxJGJB0IA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-suxJGJB0IA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-suxJGJB0IA .mbr-author-name {
  padding-left: 40px;
}
.cid-suxJGJB0IA P {
  color: #000000;
  line-height: 1.3;
}
.cid-suxJGJB0IA .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS69heYfu0 {
  background-image: url("../../../assets/images/12-19-zps-gatow-nick-jaussi-2015-2000x1335.jpg");
}
.cid-rS69heYfu0 P {
  color: #767676;
}
.cid-rS69jiS8UI {
  background: #ffffff;
}
.cid-rS69jiS8UI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS69jiS8UI figcaption {
  position: relative;
}
.cid-rS69jiS8UI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS69jiS8UI .image-block {
    width: 100% !important;
  }
}
.cid-rS69m3hl1r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS69m3hl1r .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS69m3hl1r h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS69m3hl1r .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS69m3hl1r .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS69oyBwP5 {
  background: #ffffff;
}
.cid-rS69oyBwP5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS69oyBwP5 figcaption {
  position: relative;
}
.cid-rS69oyBwP5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS69oyBwP5 .image-block {
    width: 100% !important;
  }
}
.cid-txgiaNe9lg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiaNe9lg .content {
    text-align: center;
  }
  .cid-txgiaNe9lg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiaNe9lg .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiaNe9lg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiaNe9lg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiaNe9lg .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiaNe9lg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiaNe9lg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiaNe9lg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiaNe9lg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiaNe9lg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiaNe9lg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiaNe9lg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiaNe9lg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiaNe9lg H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiaNe9lg P {
  color: #1d1d1b;
}
.cid-txgiaNe9lg .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiaNe9lg .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiaNe9lg .logo_footer {
  position: relative;
}
.cid-txgiaNe9lg .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiaNe9lg .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiaNe9lg .col,
  .cid-txgiaNe9lg .col-1,
  .cid-txgiaNe9lg .col-10,
  .cid-txgiaNe9lg .col-11,
  .cid-txgiaNe9lg .col-12,
  .cid-txgiaNe9lg .col-2,
  .cid-txgiaNe9lg .col-3,
  .cid-txgiaNe9lg .col-4,
  .cid-txgiaNe9lg .col-5,
  .cid-txgiaNe9lg .col-6,
  .cid-txgiaNe9lg .col-7,
  .cid-txgiaNe9lg .col-8,
  .cid-txgiaNe9lg .col-9,
  .cid-txgiaNe9lg .col-auto,
  .cid-txgiaNe9lg .col-lg,
  .cid-txgiaNe9lg .col-lg-1,
  .cid-txgiaNe9lg .col-lg-10,
  .cid-txgiaNe9lg .col-lg-11,
  .cid-txgiaNe9lg .col-lg-12,
  .cid-txgiaNe9lg .col-lg-2,
  .cid-txgiaNe9lg .col-lg-3,
  .cid-txgiaNe9lg .col-lg-4,
  .cid-txgiaNe9lg .col-lg-5,
  .cid-txgiaNe9lg .col-lg-6,
  .cid-txgiaNe9lg .col-lg-7,
  .cid-txgiaNe9lg .col-lg-8,
  .cid-txgiaNe9lg .col-lg-9,
  .cid-txgiaNe9lg .col-lg-auto,
  .cid-txgiaNe9lg .col-md,
  .cid-txgiaNe9lg .col-md-1,
  .cid-txgiaNe9lg .col-md-10,
  .cid-txgiaNe9lg .col-md-11,
  .cid-txgiaNe9lg .col-md-12,
  .cid-txgiaNe9lg .col-md-2,
  .cid-txgiaNe9lg .col-md-3,
  .cid-txgiaNe9lg .col-md-4,
  .cid-txgiaNe9lg .col-md-5,
  .cid-txgiaNe9lg .col-md-6,
  .cid-txgiaNe9lg .col-md-7,
  .cid-txgiaNe9lg .col-md-8,
  .cid-txgiaNe9lg .col-md-9,
  .cid-txgiaNe9lg .col-md-auto,
  .cid-txgiaNe9lg .col-sm,
  .cid-txgiaNe9lg .col-sm-1,
  .cid-txgiaNe9lg .col-sm-10,
  .cid-txgiaNe9lg .col-sm-11,
  .cid-txgiaNe9lg .col-sm-12,
  .cid-txgiaNe9lg .col-sm-2,
  .cid-txgiaNe9lg .col-sm-3,
  .cid-txgiaNe9lg .col-sm-4,
  .cid-txgiaNe9lg .col-sm-5,
  .cid-txgiaNe9lg .col-sm-6,
  .cid-txgiaNe9lg .col-sm-7,
  .cid-txgiaNe9lg .col-sm-8,
  .cid-txgiaNe9lg .col-sm-9,
  .cid-txgiaNe9lg .col-sm-auto,
  .cid-txgiaNe9lg .col-xl,
  .cid-txgiaNe9lg .col-xl-1,
  .cid-txgiaNe9lg .col-xl-10,
  .cid-txgiaNe9lg .col-xl-11,
  .cid-txgiaNe9lg .col-xl-12,
  .cid-txgiaNe9lg .col-xl-2,
  .cid-txgiaNe9lg .col-xl-3,
  .cid-txgiaNe9lg .col-xl-4,
  .cid-txgiaNe9lg .col-xl-5,
  .cid-txgiaNe9lg .col-xl-6,
  .cid-txgiaNe9lg .col-xl-7,
  .cid-txgiaNe9lg .col-xl-8,
  .cid-txgiaNe9lg .col-xl-9,
  .cid-txgiaNe9lg .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiaNe9lg .content {
    text-align: left;
  }
  .cid-txgiaNe9lg .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiaNe9lg .logo_footer_box {
    position: relative;
  }
  .cid-txgiaNe9lg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiaNe9lg .logo_footer {
    position: relative;
  }
  .cid-txgiaNe9lg .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rRVQc5DK75 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rRVQc5DK75 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rRVQt4fSKv {
  background-image: url("../../../assets/images/kreuze-16-2000x1335.jpg");
}
.cid-rRVQt4fSKv P {
  color: #767676;
}
.cid-rRVQUIyqqy {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rRVQUIyqqy .images-container.container-fluid {
  padding: 0;
}
.cid-rRVQUIyqqy .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVQUIyqqy .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVQUIyqqy .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVQUIyqqy .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVQUIyqqy .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVQUIyqqy .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVQUIyqqy .img-item {
    width: 100% !important;
  }
  .cid-rRVQUIyqqy .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRVQVZT3EZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVQVZT3EZ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVQVZT3EZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVQVZT3EZ .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVQVZT3EZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRVRtPx4RX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rRVRtPx4RX .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRVRtPx4RX .video-block {
    width: 100% !important;
  }
}
.cid-rRVRtPx4RX .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRVRCvEJo1 {
  background-image: url("../../../assets/images/zps-bulgarien-weit-16-2000x1333.jpg");
}
.cid-rRVRCvEJo1 P {
  color: #767676;
}
.cid-rRVRDqkGje {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVRDqkGje .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVRDqkGje h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVRDqkGje .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVRDqkGje .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRVShxC4up {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVShxC4up h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVShxC4up p {
  color: #767676;
  text-align: left;
}
.cid-rRVShxC4up .card-box {
  padding-top: 2rem;
}
.cid-rRVShxC4up .card-wrapper {
  height: 100%;
}
.cid-rRVRGbLFpF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVRGbLFpF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVRGbLFpF p {
  color: #767676;
  text-align: left;
}
.cid-rRVRGbLFpF .card-box {
  padding-top: 2rem;
}
.cid-rRVRGbLFpF .card-wrapper {
  height: 100%;
}
.cid-rRVRHMkU8l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVRHMkU8l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVRHMkU8l p {
  color: #767676;
  text-align: left;
}
.cid-rRVRHMkU8l .card-box {
  padding-top: 2rem;
}
.cid-rRVRHMkU8l .card-wrapper {
  height: 100%;
}
.cid-rS1CoiGxhy {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS1CoiGxhy .images-container.container-fluid {
  padding: 0;
}
.cid-rS1CoiGxhy .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS1CoiGxhy .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS1CoiGxhy .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS1CoiGxhy .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS1CoiGxhy .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS1CoiGxhy .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS1CoiGxhy .img-item {
    width: 100% !important;
  }
  .cid-rS1CoiGxhy .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRVSqB2Cxx {
  background-image: url("../../../assets/images/141101-melilla-politicalbeauty-01-v2.0-1920x1080.jpg");
}
.cid-rRVSqB2Cxx P {
  color: #767676;
}
.cid-rRVSuYslEV {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rRVSuYslEV H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRVSuYslEV .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRVSuYslEV .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRVSuYslEV .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRVSzCrQZj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRVSzCrQZj .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRVSzCrQZj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVSzCrQZj p {
  color: #767676;
  text-align: left;
}
.cid-rRVSzCrQZj .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRVSzCrQZj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRVSzCrQZj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRVSzCrQZj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRVSzCrQZj .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRVSzCrQZj .notched-box:before,
.cid-rRVSzCrQZj .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRVSzCrQZj .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRVSzCrQZj .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRVSzCrQZj .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRVSzCrQZj .border:before,
.cid-rRVSzCrQZj .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRVSzCrQZj .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRVSzCrQZj .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRVSzCrQZj .mbr-author-name {
  padding-left: 40px;
}
.cid-rRVSzCrQZj P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRVSzCrQZj .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRVSAeda0d {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9ceb2;
}
.cid-rRVSAeda0d .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRVSAeda0d h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVSAeda0d p {
  color: #767676;
  text-align: left;
}
.cid-rRVSAeda0d .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRVSAeda0d .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRVSAeda0d .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRVSAeda0d .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRVSAeda0d .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRVSAeda0d .notched-box:before,
.cid-rRVSAeda0d .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRVSAeda0d .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRVSAeda0d .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRVSAeda0d .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRVSAeda0d .border:before,
.cid-rRVSAeda0d .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRVSAeda0d .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRVSAeda0d .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRVSAeda0d .mbr-author-name {
  padding-left: 40px;
}
.cid-rRVSAeda0d P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRVSAeda0d .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRVSB0UNPd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRVSB0UNPd .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRVSB0UNPd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVSB0UNPd p {
  color: #767676;
  text-align: left;
}
.cid-rRVSB0UNPd .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRVSB0UNPd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRVSB0UNPd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRVSB0UNPd .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRVSB0UNPd .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRVSB0UNPd .notched-box:before,
.cid-rRVSB0UNPd .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRVSB0UNPd .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRVSB0UNPd .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRVSB0UNPd .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRVSB0UNPd .border:before,
.cid-rRVSB0UNPd .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRVSB0UNPd .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRVSB0UNPd .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRVSB0UNPd .mbr-author-name {
  padding-left: 40px;
}
.cid-rRVSB0UNPd P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRVSB0UNPd .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRVSBi1nTM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rRVSBi1nTM .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRVSBi1nTM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVSBi1nTM p {
  color: #767676;
  text-align: left;
}
.cid-rRVSBi1nTM .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRVSBi1nTM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRVSBi1nTM .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRVSBi1nTM .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRVSBi1nTM .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRVSBi1nTM .notched-box:before,
.cid-rRVSBi1nTM .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rRVSBi1nTM .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRVSBi1nTM .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRVSBi1nTM .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRVSBi1nTM .border:before,
.cid-rRVSBi1nTM .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rRVSBi1nTM .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRVSBi1nTM .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRVSBi1nTM .mbr-author-name {
  padding-left: 40px;
}
.cid-rRVSBi1nTM P {
  color: #000000;
  line-height: 1.3;
}
.cid-rRVSBi1nTM .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-se4fNk0nuY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x352.jpg");
}
.cid-se4fNk0nuY H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-se4fNk0nuY .mbr-section-subtitle {
  color: #000000;
}
.cid-se4fNk0nuY span {
  visibility: hidden;
}
.cid-se4fNk0nuY .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4fNk0nuY span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRVSV479Za {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rRVSV479Za .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rRVSV479Za h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVSV479Za p {
  color: #767676;
  text-align: left;
}
.cid-rRVSV479Za .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rRVSV479Za .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rRVSV479Za .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rRVSV479Za .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRVSV479Za .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rRVSV479Za .notched-box:before,
.cid-rRVSV479Za .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rRVSV479Za .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rRVSV479Za .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rRVSV479Za .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rRVSV479Za .border:before,
.cid-rRVSV479Za .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rRVSV479Za .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rRVSV479Za .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rRVSV479Za .mbr-author-name {
  padding-left: 40px;
}
.cid-rRVSV479Za P {
  color: #ffffff;
}
.cid-rRVSV479Za .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRVSV479Za a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-rRVSV479Za a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRVT1S8RPN {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRVT1S8RPN H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRVT1S8RPN .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRVT1S8RPN .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRVT1S8RPN .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rRVTni20X8 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVTni20X8 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
  text-align: center;
}
.cid-rRVTni20X8 .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRVTni20X8 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRVTni20X8 .mbr-figure,
  .cid-rRVTni20X8 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRVTni20X8 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRVTni20X8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVTni20X8 .h2_block {
  margin-bottom: 20px;
}
.cid-rRVTprCofN {
  background-image: url("../../../assets/images/abbau-c-paul-wagner-4-2000x1335.jpg");
}
.cid-rRVTprCofN P {
  color: #767676;
}
.cid-rRVTCaTypj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rRVTCaTypj .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVTCaTypj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVTCaTypj .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVTCaTypj .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-rRVTCaTypj a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  color: #fff;
  padding-bottom: 3px;
}
.cid-rRVTCaTypj a:hover {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
}
.cid-rRVTFZVulb {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rRVTFZVulb .images-container.container-fluid {
  padding: 0;
}
.cid-rRVTFZVulb .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVTFZVulb .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVTFZVulb .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVTFZVulb .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVTFZVulb .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVTFZVulb .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVTFZVulb .img-item {
    width: 100% !important;
  }
  .cid-rRVTFZVulb .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRVTRdJ970 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-rRVTRdJ970 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rRVTRdJ970 .video-block {
    width: 100% !important;
  }
}
.cid-rRVTRdJ970 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS3SUWAao9 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-rS3SUWAao9 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS3SUWAao9 .video-block {
    width: 100% !important;
  }
}
.cid-rS3SUWAao9 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS3T3IjRgM {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-rS3T3IjRgM .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS3T3IjRgM .video-block {
    width: 100% !important;
  }
}
.cid-rS3T3IjRgM .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS3T4q2evk {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-rS3T4q2evk .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS3T4q2evk .video-block {
    width: 100% !important;
  }
}
.cid-rS3T4q2evk .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRVU1uD9Rw {
  background-image: url("../../../assets/images/abfahrt-eng-7-2000x1335.jpg");
}
.cid-rRVU1uD9Rw P {
  color: #767676;
}
.cid-rRVTtfYxje {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVTtfYxje .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVTtfYxje h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVTtfYxje .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVTtfYxje .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRVU9x4Mkq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVU9x4Mkq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVU9x4Mkq p {
  color: #767676;
  text-align: left;
}
.cid-rRVU9x4Mkq .card-box {
  padding-top: 2rem;
}
.cid-rRVU9x4Mkq .card-wrapper {
  height: 100%;
}
.cid-rRVUd21FL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVUd21FL9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVUd21FL9 p {
  color: #767676;
  text-align: left;
}
.cid-rRVUd21FL9 .card-box {
  padding-top: 2rem;
}
.cid-rRVUd21FL9 .card-wrapper {
  height: 100%;
}
.cid-rRVUar0RdI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVUar0RdI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVUar0RdI p {
  color: #767676;
  text-align: left;
}
.cid-rRVUar0RdI .card-box {
  padding-top: 2rem;
}
.cid-rRVUar0RdI .card-wrapper {
  height: 100%;
}
.cid-rRVUp6fePY {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rRVUp6fePY .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
  text-align: center;
}
.cid-rRVUp6fePY .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rRVUp6fePY .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rRVUp6fePY .mbr-figure,
  .cid-rRVUp6fePY img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rRVUp6fePY .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rRVUp6fePY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVUp6fePY .h2_block {
  margin-bottom: 20px;
}
.cid-rRVUsJQaH9 {
  background: #ffffff;
}
.cid-rRVUsJQaH9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRVUsJQaH9 figcaption {
  position: relative;
}
.cid-rRVUsJQaH9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRVUsJQaH9 .image-block {
    width: 300% !important;
  }
}
.cid-rUb7WwvpBJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUb7WwvpBJ .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rUb7WwvpBJ .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rUb7WwvpBJ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUb7WwvpBJ .mbr-figure,
  .cid-rUb7WwvpBJ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUb7WwvpBJ .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUb7WwvpBJ .mbr-author-desc {
  color: #000000;
}
.cid-rUb7WwvpBJ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rUb7WwvpBJ .text_block {
  margin-top: 0px;
}
.cid-rUb7WwvpBJ .h2_block {
  margin-bottom: 20px;
}
.cid-rUb7WwvpBJ .mbr-figure {
  align-self: flex-start;
}
.cid-rUb7WwvpBJ .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rUb7WwvpBJ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rUb7WwvpBJ .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rUb7WwvpBJ a:hover {
  Color: #a76645 !important;
}
.cid-rUb7WwvpBJ a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rUb7WwvpBJ .btn-black-outline:hover,
.cid-rUb7WwvpBJ .btn-black-outline:focus,
.cid-rUb7WwvpBJ .btn-black-outline.focus,
.cid-rUb7WwvpBJ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rUb7WwvpBJ .display-5 {
    line-height: 1;
  }
  .cid-rUb7WwvpBJ .btn {
    font-size: 1.5rem !important;
  }
  .cid-rUb7WwvpBJ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rUb7WwvpBJ .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRVUtoysik {
  background: #ffffff;
}
.cid-rRVUtoysik .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRVUtoysik figcaption {
  position: relative;
}
.cid-rRVUtoysik figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRVUtoysik .image-block {
    width: 300% !important;
  }
}
.cid-rRVUyVvhOG {
  background-image: url("../../../assets/images/zps-bulgarien-weit-20-2000x1333.jpg");
}
.cid-rRVUyVvhOG P {
  color: #767676;
}
.cid-rRVUCYmPrz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVUCYmPrz .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rRVUCYmPrz h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVUCYmPrz .space_down_50 {
  margin-bottom: 50px;
}
.cid-rRVUGBDFRG {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRVUGBDFRG .images-container.container-fluid {
  padding: 0;
}
.cid-rRVUGBDFRG .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVUGBDFRG .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVUGBDFRG .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVUGBDFRG .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVUGBDFRG .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVUGBDFRG .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVUGBDFRG .img-item {
    width: 100% !important;
  }
  .cid-rRVUGBDFRG .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRVUJiYXrA {
  background: #ffffff;
}
.cid-rRVUJiYXrA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRVUJiYXrA figcaption {
  position: relative;
}
.cid-rRVUJiYXrA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRVUJiYXrA .image-block {
    width: 100% !important;
  }
}
.cid-rRVULnsk02 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-2-1500x352.jpg");
}
.cid-rRVULnsk02 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rRVULnsk02 .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-rRVUUQqe06 {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRVUUQqe06 .images-container.container-fluid {
  padding: 0;
}
.cid-rRVUUQqe06 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVUUQqe06 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVUUQqe06 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVUUQqe06 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVUUQqe06 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVUUQqe06 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVUUQqe06 .img-item {
    width: 100% !important;
  }
  .cid-rRVUUQqe06 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRVUY4viKK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVUY4viKK .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVUY4viKK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVUY4viKK .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVUY4viKK .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS3ZxBmugT {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS3ZxBmugT .images-container.container-fluid {
  padding: 0;
}
.cid-rS3ZxBmugT .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS3ZxBmugT .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS3ZxBmugT .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS3ZxBmugT .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS3ZxBmugT .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS3ZxBmugT .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS3ZxBmugT .img-item {
    width: 100% !important;
  }
  .cid-rS3ZxBmugT .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS3ZGD48AK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS3ZGD48AK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS3ZGD48AK p {
  color: #767676;
  text-align: left;
}
.cid-rS3ZGD48AK .card-box {
  padding-top: 2rem;
}
.cid-rS3ZGD48AK .card-wrapper {
  height: 100%;
}
.cid-rRVV5WR94P {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rRVV5WR94P .images-container.container-fluid {
  padding: 0;
}
.cid-rRVV5WR94P .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVV5WR94P .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVV5WR94P .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVV5WR94P .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVV5WR94P .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVV5WR94P .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVV5WR94P .img-item {
    width: 100% !important;
  }
  .cid-rRVV5WR94P .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS428FMZDJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9ceb2;
}
.cid-rS428FMZDJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS428FMZDJ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS428FMZDJ .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS428FMZDJ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRVV70PRtC {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rRVV70PRtC .images-container.container-fluid {
  padding: 0;
}
.cid-rRVV70PRtC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVV70PRtC .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVV70PRtC .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVV70PRtC .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVV70PRtC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVV70PRtC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVV70PRtC .img-item {
    width: 100% !important;
  }
  .cid-rRVV70PRtC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS43rMmbWZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS43rMmbWZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS43rMmbWZ p {
  color: #767676;
  text-align: left;
}
.cid-rS43rMmbWZ .card-box {
  padding-top: 2rem;
}
.cid-rS43rMmbWZ .card-wrapper {
  height: 100%;
}
.cid-rRVV9SoiJl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rRVV9SoiJl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVV9SoiJl p {
  color: #767676;
  text-align: left;
}
.cid-rRVV9SoiJl .card-box {
  padding-top: 2rem;
}
.cid-rRVV9SoiJl .card-wrapper {
  height: 100%;
}
.cid-rRVVitIzl8 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x490.jpg");
}
.cid-rRVVitIzl8 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-rRVVitIzl8 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rRVVitIzl8 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-rRVVitIzl8 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-rS44xyJNoc {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-rS44xyJNoc .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS44xyJNoc .video-block {
    width: 100% !important;
  }
}
.cid-rS44xyJNoc .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRVVo7s5In {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVVo7s5In .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVVo7s5In h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVVo7s5In .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVVo7s5In .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS45zP5ALE {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-rS45zP5ALE .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS45zP5ALE .video-block {
    width: 100% !important;
  }
}
.cid-rS45zP5ALE .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS45QayC3n {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rS45QayC3n .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS45QayC3n .video-block {
    width: 100% !important;
  }
}
.cid-rS45QayC3n .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS463XqRXy {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-rS463XqRXy .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS463XqRXy .video-block {
    width: 100% !important;
  }
}
.cid-rS463XqRXy .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS464W1DdH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rS464W1DdH .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS464W1DdH .video-block {
    width: 100% !important;
  }
}
.cid-rS464W1DdH .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rRVVZKCnPB {
  background-image: url("../../../assets/images/zps-bulgarien-weit-22-2000x1333.jpg");
}
.cid-rRVVZKCnPB P {
  color: #767676;
}
.cid-rRVW1KQzyK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRVW1KQzyK .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rRVW1KQzyK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rRVW1KQzyK .space_down_30 {
  margin-bottom: 30px;
}
.cid-rRVW1KQzyK .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rRVWhPlxue {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVWhPlxue h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVWhPlxue p {
  color: #767676;
  text-align: left;
}
.cid-rRVWhPlxue .card-box {
  padding-top: 2rem;
}
.cid-rRVWhPlxue .card-wrapper {
  height: 100%;
}
.cid-rRVWkd1XTc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRVWkd1XTc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRVWkd1XTc p {
  color: #767676;
  text-align: left;
}
.cid-rRVWkd1XTc .card-box {
  padding-top: 2rem;
}
.cid-rRVWkd1XTc .card-wrapper {
  height: 100%;
}
.cid-rRVWn1Y24J {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rRVWn1Y24J .images-container.container-fluid {
  padding: 0;
}
.cid-rRVWn1Y24J .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rRVWn1Y24J .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rRVWn1Y24J .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rRVWn1Y24J .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rRVWn1Y24J .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rRVWn1Y24J .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rRVWn1Y24J .img-item {
    width: 100% !important;
  }
  .cid-rRVWn1Y24J .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rRVWqXbGlw {
  background: #ffffff;
}
.cid-rRVWqXbGlw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRVWqXbGlw figcaption {
  position: relative;
}
.cid-rRVWqXbGlw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRVWqXbGlw .image-block {
    width: 100% !important;
  }
}
.cid-txgidtzHWA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgidtzHWA .content {
    text-align: center;
  }
  .cid-txgidtzHWA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgidtzHWA .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgidtzHWA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgidtzHWA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgidtzHWA .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgidtzHWA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgidtzHWA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgidtzHWA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgidtzHWA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgidtzHWA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgidtzHWA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgidtzHWA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgidtzHWA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgidtzHWA H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgidtzHWA P {
  color: #1d1d1b;
}
.cid-txgidtzHWA .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgidtzHWA .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgidtzHWA .logo_footer {
  position: relative;
}
.cid-txgidtzHWA .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgidtzHWA .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgidtzHWA .col,
  .cid-txgidtzHWA .col-1,
  .cid-txgidtzHWA .col-10,
  .cid-txgidtzHWA .col-11,
  .cid-txgidtzHWA .col-12,
  .cid-txgidtzHWA .col-2,
  .cid-txgidtzHWA .col-3,
  .cid-txgidtzHWA .col-4,
  .cid-txgidtzHWA .col-5,
  .cid-txgidtzHWA .col-6,
  .cid-txgidtzHWA .col-7,
  .cid-txgidtzHWA .col-8,
  .cid-txgidtzHWA .col-9,
  .cid-txgidtzHWA .col-auto,
  .cid-txgidtzHWA .col-lg,
  .cid-txgidtzHWA .col-lg-1,
  .cid-txgidtzHWA .col-lg-10,
  .cid-txgidtzHWA .col-lg-11,
  .cid-txgidtzHWA .col-lg-12,
  .cid-txgidtzHWA .col-lg-2,
  .cid-txgidtzHWA .col-lg-3,
  .cid-txgidtzHWA .col-lg-4,
  .cid-txgidtzHWA .col-lg-5,
  .cid-txgidtzHWA .col-lg-6,
  .cid-txgidtzHWA .col-lg-7,
  .cid-txgidtzHWA .col-lg-8,
  .cid-txgidtzHWA .col-lg-9,
  .cid-txgidtzHWA .col-lg-auto,
  .cid-txgidtzHWA .col-md,
  .cid-txgidtzHWA .col-md-1,
  .cid-txgidtzHWA .col-md-10,
  .cid-txgidtzHWA .col-md-11,
  .cid-txgidtzHWA .col-md-12,
  .cid-txgidtzHWA .col-md-2,
  .cid-txgidtzHWA .col-md-3,
  .cid-txgidtzHWA .col-md-4,
  .cid-txgidtzHWA .col-md-5,
  .cid-txgidtzHWA .col-md-6,
  .cid-txgidtzHWA .col-md-7,
  .cid-txgidtzHWA .col-md-8,
  .cid-txgidtzHWA .col-md-9,
  .cid-txgidtzHWA .col-md-auto,
  .cid-txgidtzHWA .col-sm,
  .cid-txgidtzHWA .col-sm-1,
  .cid-txgidtzHWA .col-sm-10,
  .cid-txgidtzHWA .col-sm-11,
  .cid-txgidtzHWA .col-sm-12,
  .cid-txgidtzHWA .col-sm-2,
  .cid-txgidtzHWA .col-sm-3,
  .cid-txgidtzHWA .col-sm-4,
  .cid-txgidtzHWA .col-sm-5,
  .cid-txgidtzHWA .col-sm-6,
  .cid-txgidtzHWA .col-sm-7,
  .cid-txgidtzHWA .col-sm-8,
  .cid-txgidtzHWA .col-sm-9,
  .cid-txgidtzHWA .col-sm-auto,
  .cid-txgidtzHWA .col-xl,
  .cid-txgidtzHWA .col-xl-1,
  .cid-txgidtzHWA .col-xl-10,
  .cid-txgidtzHWA .col-xl-11,
  .cid-txgidtzHWA .col-xl-12,
  .cid-txgidtzHWA .col-xl-2,
  .cid-txgidtzHWA .col-xl-3,
  .cid-txgidtzHWA .col-xl-4,
  .cid-txgidtzHWA .col-xl-5,
  .cid-txgidtzHWA .col-xl-6,
  .cid-txgidtzHWA .col-xl-7,
  .cid-txgidtzHWA .col-xl-8,
  .cid-txgidtzHWA .col-xl-9,
  .cid-txgidtzHWA .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgidtzHWA .content {
    text-align: left;
  }
  .cid-txgidtzHWA .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgidtzHWA .logo_footer_box {
    position: relative;
  }
  .cid-txgidtzHWA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgidtzHWA .logo_footer {
    position: relative;
  }
  .cid-txgidtzHWA .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rS5wXLJecq {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rS5wXLJecq {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rS5x4Uxjkl {
  background-image: url("../../../assets/images/img-7714-1417x945.jpg");
}
.cid-rS5x4Uxjkl P {
  color: #767676;
}
.cid-su5HOTebLY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-su5HOTebLY .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-su5HOTebLY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-su5HOTebLY .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5xK8PxZZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5xK8PxZZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS5xK8PxZZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5xK8PxZZ .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5xK8PxZZ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5xSIKFDU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS5xSIKFDU .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS5xSIKFDU .video-block {
    width: 100% !important;
  }
}
.cid-rS5xSIKFDU .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5y6WrZVu {
  background: #ffffff;
}
.cid-rS5y6WrZVu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5y6WrZVu figcaption {
  position: relative;
}
.cid-rS5y6WrZVu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5y6WrZVu .image-block {
    width: 300% !important;
  }
}
.cid-rS5zVUaS8h {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5zVUaS8h .testimonial-text {
  font-style: italic;
  color: #1d1d1b;
}
.cid-rS5zVUaS8h .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rS5zVUaS8h .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS5zVUaS8h .mbr-figure,
  .cid-rS5zVUaS8h img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rS5zVUaS8h .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rS5zVUaS8h h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5zVUaS8h .h2_block {
  margin-bottom: 20px;
}
.cid-rS5BNORQJr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rS5BNORQJr .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rS5BNORQJr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5BNORQJr .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5zUXD7bz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rS5zUXD7bz .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rS5zUXD7bz .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rS5zUXD7bz .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rS5zUXD7bz .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0.1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rS5zUXD7bz .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rS5zUXD7bz .mbr-figure,
  .cid-rS5zUXD7bz img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rS5zUXD7bz h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5zUXD7bz .text_block {
  margin-top: 0px;
}
.cid-rS5zUXD7bz .h2_block {
  margin-bottom: 20px;
}
.cid-rS5zUXD7bz .mbr-figure {
  align-self: flex-start;
}
.cid-rS5zUXD7bz .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rS5zUXD7bz .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rS5zUXD7bz a:hover {
  Color: #a76645 !important;
}
.cid-rS5zUXD7bz a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5zUXD7bz .btn-black-outline:hover,
.cid-rS5zUXD7bz .btn-black-outline:focus,
.cid-rS5zUXD7bz .btn-black-outline.focus,
.cid-rS5zUXD7bz .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rS5zUXD7bz .display-5 {
    line-height: 1;
  }
  .cid-rS5zUXD7bz .btn {
    font-size: 1.5rem !important;
  }
  .cid-rS5zUXD7bz .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rS5zUXD7bz .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rS5zUXD7bz .content {
  padding-left: 3px;
}
.cid-rS5CeTxynz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rS5CeTxynz .testimonial-text {
  font-style: italic;
  color: #1d1d1b;
}
.cid-rS5CeTxynz .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rS5CeTxynz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS5CeTxynz .mbr-figure,
  .cid-rS5CeTxynz img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rS5CeTxynz .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rS5CeTxynz h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5CeTxynz .h2_block {
  margin-bottom: 20px;
}
.cid-rS5CTP6JYI {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rS5CTP6JYI .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS5CTP6JYI .video-block {
    width: 100% !important;
  }
}
.cid-rS5CTP6JYI .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5CUkJoi3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS5CUkJoi3 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS5CUkJoi3 .video-block {
    width: 100% !important;
  }
}
.cid-rS5CUkJoi3 .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5DzMxfbA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rS5DzMxfbA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rS5DzMxfbA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5DzMxfbA p {
  color: #767676;
  text-align: left;
}
.cid-rS5DzMxfbA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rS5DzMxfbA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rS5DzMxfbA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rS5DzMxfbA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS5DzMxfbA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rS5DzMxfbA .notched-box:before,
.cid-rS5DzMxfbA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rS5DzMxfbA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rS5DzMxfbA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rS5DzMxfbA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rS5DzMxfbA .border:before,
.cid-rS5DzMxfbA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rS5DzMxfbA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rS5DzMxfbA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rS5DzMxfbA .mbr-author-name {
  padding-left: 40px;
}
.cid-rS5DzMxfbA P {
  color: #000000;
  line-height: 1.3;
}
.cid-rS5DzMxfbA .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rS5DWwfqq9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5DWwfqq9 .testimonial-text {
  font-style: italic;
  color: #000000;
  text-align: left;
}
.cid-rS5DWwfqq9 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rS5DWwfqq9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS5DWwfqq9 .mbr-figure,
  .cid-rS5DWwfqq9 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rS5DWwfqq9 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rS5DWwfqq9 .mbr-author-desc {
  color: #000000;
}
.cid-rS5DWwfqq9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5DWwfqq9 .text_block {
  margin-top: 0px;
}
.cid-rS5DWwfqq9 .h2_block {
  margin-bottom: 20px;
}
.cid-rS5DWwfqq9 .mbr-figure {
  align-self: flex-start;
}
.cid-rS5DWwfqq9 .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rS5DWwfqq9 .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rS5DWwfqq9 .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rS5DWwfqq9 .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rS5DWwfqq9 .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rS5EtpcjzT {
  background-image: url("../../../assets/images/zps-familienministerium-neugebauer-9-2000x1331.jpg");
}
.cid-rS5EtpcjzT P {
  color: #767676;
}
.cid-rS5Evvi7B0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5Evvi7B0 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS5Evvi7B0 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5Evvi7B0 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS5Evvi7B0 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5EJBK5eN {
  background: #ffffff;
}
.cid-rS5EJBK5eN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5EJBK5eN figcaption {
  position: relative;
}
.cid-rS5EJBK5eN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5EJBK5eN .image-block {
    width: 100% !important;
  }
}
.cid-rS5EOzTKmT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5EOzTKmT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5EOzTKmT p {
  color: #767676;
  text-align: left;
}
.cid-rS5EOzTKmT .card-box {
  padding-top: 2rem;
}
.cid-rS5EOzTKmT .card-wrapper {
  height: 100%;
}
.cid-rS5EPiHnoQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5EPiHnoQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5EPiHnoQ p {
  color: #767676;
  text-align: left;
}
.cid-rS5EPiHnoQ .card-box {
  padding-top: 2rem;
}
.cid-rS5EPiHnoQ .card-wrapper {
  height: 100%;
}
.cid-rS5ETu90hS {
  background-image: url("../../../assets/images/zps-familienministerium-2-neugebauer-13-2000x1331.jpg");
}
.cid-rS5ETu90hS P {
  color: #767676;
}
.cid-rS5HM6DW6u {
  background-image: url("../../../assets/images/schwesig-plakataktion-1-2000x1331.jpg");
}
.cid-rS5HM6DW6u P {
  color: #767676;
}
.cid-rS5I9LPVgJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5I9LPVgJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5I9LPVgJ p {
  color: #767676;
  text-align: left;
}
.cid-rS5I9LPVgJ .card-box {
  padding-top: 2rem;
}
.cid-rS5I9LPVgJ .card-wrapper {
  height: 100%;
}
.cid-se4g8blnVU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-5-1500x490.jpg");
}
.cid-se4g8blnVU H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-se4g8blnVU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-se4g8blnVU span {
  visibility: hidden;
}
.cid-se4g8blnVU .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-se4g8blnVU span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rS5IK7gK3Q {
  background-image: url("../../../assets/images/img-7724-1417x945.jpg");
}
.cid-rS5IK7gK3Q P {
  color: #767676;
}
.cid-rS5ISu5ZoF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5ISu5ZoF .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS5ISu5ZoF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5ISu5ZoF .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS5ISu5ZoF .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5ITM0Aco {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rS5ITM0Aco .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS5ITM0Aco .video-block {
    width: 100% !important;
  }
}
.cid-rS5ITM0Aco .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5IXNE7C4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS5IXNE7C4 .images-container.container-fluid {
  padding: 0;
}
.cid-rS5IXNE7C4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5IXNE7C4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5IXNE7C4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5IXNE7C4 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5IXNE7C4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5IXNE7C4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5IXNE7C4 .img-item {
    width: 100% !important;
  }
  .cid-rS5IXNE7C4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5IYZTL3z {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS5IYZTL3z .images-container.container-fluid {
  padding: 0;
}
.cid-rS5IYZTL3z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5IYZTL3z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5IYZTL3z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5IYZTL3z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5IYZTL3z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5IYZTL3z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5IYZTL3z .img-item {
    width: 100% !important;
  }
  .cid-rS5IYZTL3z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5KXsICl5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS5KXsICl5 .images-container.container-fluid {
  padding: 0;
}
.cid-rS5KXsICl5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5KXsICl5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5KXsICl5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5KXsICl5 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5KXsICl5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5KXsICl5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5KXsICl5 .img-item {
    width: 100% !important;
  }
  .cid-rS5KXsICl5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5Lpl130w {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-rS5Lpl130w H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rS5Lpl130w .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rS5Lpl130w .breites_Zitat,
  .cid-rS5Lpl130w .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rS5LG07z8L {
  background-image: url("../../../assets/images/zps-kanzleramt-2-neugebauer-1-2000x1331.jpg");
}
.cid-rS5LG07z8L P {
  color: #767676;
}
.cid-rS5M2KtybT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5M2KtybT .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS5M2KtybT h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5M2KtybT .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS5M2KtybT .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5MdpftuU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5MdpftuU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5MdpftuU p {
  color: #767676;
  text-align: left;
}
.cid-rS5MdpftuU .card-box {
  padding-top: 2rem;
}
.cid-rS5MdpftuU .card-wrapper {
  height: 100%;
}
.cid-rS5MegMaKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5MegMaKK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5MegMaKK p {
  color: #767676;
  text-align: left;
}
.cid-rS5MegMaKK .card-box {
  padding-top: 2rem;
}
.cid-rS5MegMaKK .card-wrapper {
  height: 100%;
}
.cid-rS5Cc7c4Fp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5Cc7c4Fp .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rS5Cc7c4Fp .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rS5Cc7c4Fp .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rS5Cc7c4Fp .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rS5Cc7c4Fp .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rS5Cc7c4Fp .mbr-figure,
  .cid-rS5Cc7c4Fp img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rS5Cc7c4Fp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5Cc7c4Fp .text_block {
  margin-top: 0px;
}
.cid-rS5Cc7c4Fp .h2_block {
  margin-bottom: 20px;
}
.cid-rS5Cc7c4Fp .mbr-figure {
  align-self: flex-start;
}
.cid-rS5Cc7c4Fp .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rS5Cc7c4Fp .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rS5Cc7c4Fp a:hover {
  Color: #a76645 !important;
}
.cid-rS5Cc7c4Fp a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5Cc7c4Fp .btn-black-outline:hover,
.cid-rS5Cc7c4Fp .btn-black-outline:focus,
.cid-rS5Cc7c4Fp .btn-black-outline.focus,
.cid-rS5Cc7c4Fp .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rS5Cc7c4Fp .display-5 {
    line-height: 1;
  }
  .cid-rS5Cc7c4Fp .btn {
    font-size: 1.5rem !important;
  }
  .cid-rS5Cc7c4Fp .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rS5Cc7c4Fp .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rS5Cc7c4Fp .content {
  padding-left: 3px;
}
.cid-rS5NjSQsGz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-14-2000x1330.png");
}
.cid-rS5NjSQsGz H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-rS5NjSQsGz .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-rS5NjSQsGz .breites_Zitat,
  .cid-rS5NjSQsGz .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-rS5OiFBHk7 {
  background-image: url("../../../assets/images/zps-infostand-web-3-1503x1000.jpg");
}
.cid-rS5OiFBHk7 P {
  color: #767676;
}
.cid-rS5OxQZPYR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5OxQZPYR .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS5OxQZPYR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5OxQZPYR .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS5OxQZPYR .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5OHuDpNA {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS5OHuDpNA .images-container.container-fluid {
  padding: 0;
}
.cid-rS5OHuDpNA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5OHuDpNA .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5OHuDpNA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5OHuDpNA .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5OHuDpNA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5OHuDpNA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5OHuDpNA .img-item {
    width: 100% !important;
  }
  .cid-rS5OHuDpNA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5P87L6UG {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS5P87L6UG .images-container.container-fluid {
  padding: 0;
}
.cid-rS5P87L6UG .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5P87L6UG .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5P87L6UG .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5P87L6UG .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5P87L6UG .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5P87L6UG .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5P87L6UG .img-item {
    width: 100% !important;
  }
  .cid-rS5P87L6UG .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5PsjRxOJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5PsjRxOJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5PsjRxOJ p {
  color: #767676;
  text-align: left;
}
.cid-rS5PsjRxOJ .card-box {
  padding-top: 2rem;
}
.cid-rS5PsjRxOJ .card-wrapper {
  height: 100%;
}
.cid-rS5Q6QqIim {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5Q6QqIim .testimonial-text {
  font-style: italic;
  color: #000000;
  text-align: left;
}
.cid-rS5Q6QqIim .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rS5Q6QqIim .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS5Q6QqIim .mbr-figure,
  .cid-rS5Q6QqIim img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rS5Q6QqIim .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rS5Q6QqIim .mbr-author-desc {
  color: #000000;
}
.cid-rS5Q6QqIim h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5Q6QqIim .text_block {
  margin-top: 0px;
}
.cid-rS5Q6QqIim .h2_block {
  margin-bottom: 20px;
}
.cid-rS5Q6QqIim .mbr-figure {
  align-self: flex-start;
}
.cid-rS5Q6QqIim .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rS5Q6QqIim .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rS5Q6QqIim .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rS5Q6QqIim .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rS5Q6QqIim .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rS5Q8klkq4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5Q8klkq4 .testimonial-text {
  font-style: italic;
  color: #000000;
  text-align: left;
}
.cid-rS5Q8klkq4 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rS5Q8klkq4 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS5Q8klkq4 .mbr-figure,
  .cid-rS5Q8klkq4 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rS5Q8klkq4 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rS5Q8klkq4 .mbr-author-desc {
  color: #000000;
}
.cid-rS5Q8klkq4 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5Q8klkq4 .text_block {
  margin-top: 0px;
}
.cid-rS5Q8klkq4 .h2_block {
  margin-bottom: 20px;
}
.cid-rS5Q8klkq4 .mbr-figure {
  align-self: flex-start;
}
.cid-rS5Q8klkq4 .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rS5Q8klkq4 .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rS5Q8klkq4 .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rS5Q8klkq4 .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rS5Q8klkq4 .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rS5QP4vAOY {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rS5QP4vAOY .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rS5QP4vAOY .video-block {
    width: 100% !important;
  }
}
.cid-rS5QP4vAOY .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5QW6H6UH {
  background-image: url("../../../assets/images/img-0179-0749-v2-1500x1000.jpg");
}
.cid-rS5QW6H6UH P {
  color: #767676;
}
.cid-rS5R8FGyFt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5R8FGyFt .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS5R8FGyFt h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5R8FGyFt .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS5R8FGyFt .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5RmLKjDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5RmLKjDI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5RmLKjDI p {
  color: #767676;
  text-align: left;
}
.cid-rS5RmLKjDI .card-box {
  padding-top: 2rem;
}
.cid-rS5RmLKjDI .card-wrapper {
  height: 100%;
}
.cid-rS5S8KxYpw {
  background: #ffffff;
}
.cid-rS5S8KxYpw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5S8KxYpw figcaption {
  position: relative;
}
.cid-rS5S8KxYpw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5S8KxYpw .image-block {
    width: 100% !important;
  }
}
.cid-rS5SdnJqDj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5SdnJqDj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS5SdnJqDj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5SdnJqDj .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5SdnJqDj .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5SowpxpX {
  background: #ffffff;
}
.cid-rS5SowpxpX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5SowpxpX figcaption {
  position: relative;
}
.cid-rS5SowpxpX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5SowpxpX .image-block {
    width: 300% !important;
  }
}
.cid-rS5SqWvzTb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rS5SqWvzTb .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rS5SqWvzTb .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rS5SqWvzTb .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rS5SqWvzTb .mbr-figure,
  .cid-rS5SqWvzTb img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rS5SqWvzTb .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rS5SqWvzTb .mbr-author-desc {
  color: #000000;
}
.cid-rS5SqWvzTb h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5SqWvzTb .text_block {
  margin-top: 0px;
}
.cid-rS5SqWvzTb .h2_block {
  margin-bottom: 20px;
}
.cid-rS5SqWvzTb .mbr-figure {
  align-self: flex-start;
}
.cid-rS5SqWvzTb .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rS5SqWvzTb .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rS5SqWvzTb .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rS5SqWvzTb a:hover {
  Color: #a76645 !important;
}
.cid-rS5SqWvzTb a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rS5SqWvzTb .btn-black-outline:hover,
.cid-rS5SqWvzTb .btn-black-outline:focus,
.cid-rS5SqWvzTb .btn-black-outline.focus,
.cid-rS5SqWvzTb .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rS5SqWvzTb .display-5 {
    line-height: 1;
  }
  .cid-rS5SqWvzTb .btn {
    font-size: 1.5rem !important;
  }
  .cid-rS5SqWvzTb .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rS5SqWvzTb .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rS5SpdUiJl {
  background: #ffffff;
}
.cid-rS5SpdUiJl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rS5SpdUiJl figcaption {
  position: relative;
}
.cid-rS5SpdUiJl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5SpdUiJl .image-block {
    width: 300% !important;
  }
}
.cid-rS5Sy94Yxy {
  background-image: url("../../../assets/images/zps-1aus100-24-05-2014-neugebauer-27-2000x1331.jpg");
}
.cid-rS5Sy94Yxy P {
  color: #767676;
}
.cid-rS5SLIIuoK {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rS5SLIIuoK .images-container.container-fluid {
  padding: 0;
}
.cid-rS5SLIIuoK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5SLIIuoK .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5SLIIuoK .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5SLIIuoK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5SLIIuoK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5SLIIuoK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5SLIIuoK .img-item {
    width: 100% !important;
  }
  .cid-rS5SLIIuoK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-su5KiRgVvR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-su5KiRgVvR .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-su5KiRgVvR h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-su5KiRgVvR .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5SX0q1Xg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS5SX0q1Xg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS5SX0q1Xg h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS5SX0q1Xg .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS5SX0q1Xg .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS5TsTmBwB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rS5TsTmBwB .images-container.container-fluid {
  padding: 0;
}
.cid-rS5TsTmBwB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5TsTmBwB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5TsTmBwB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5TsTmBwB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5TsTmBwB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5TsTmBwB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5TsTmBwB .img-item {
    width: 100% !important;
  }
  .cid-rS5TsTmBwB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5TyBI0Ah {
  background-image: url("../../../assets/images/zps-1aus100-21-05-2014-neugebauer-11-2000x1331.jpg");
}
.cid-rS5TyBI0Ah P {
  color: #767676;
}
.cid-rS5TubmLL0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS5TubmLL0 .images-container.container-fluid {
  padding: 0;
}
.cid-rS5TubmLL0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS5TubmLL0 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS5TubmLL0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS5TubmLL0 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS5TubmLL0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS5TubmLL0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS5TubmLL0 .img-item {
    width: 100% !important;
  }
  .cid-rS5TubmLL0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS5TBAMhNm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS5TBAMhNm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rS5TBAMhNm p {
  color: #767676;
  text-align: left;
}
.cid-rS5TBAMhNm .card-box {
  padding-top: 2rem;
}
.cid-rS5TBAMhNm .card-wrapper {
  height: 100%;
}
.cid-rS61Ev2XpK {
  background-image: url("../../../assets/images/szrische-apo-689x460-49-689x460.jpg");
}
.cid-rS61Ev2XpK P {
  color: #767676;
}
.cid-rS61LlO8Ma {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS61LlO8Ma .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rS61LlO8Ma h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS61LlO8Ma .space_down_30 {
  margin-bottom: 30px;
}
.cid-rS61LlO8Ma .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS62fdnuGN {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #f9ceb2;
}
.cid-rS62fdnuGN P {
  color: #767676;
}
.cid-rS62fdnuGN .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-rS62fdnuGN .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-rS62fdnuGN .mbr-text,
.cid-rS62fdnuGN .mbr-section-btn {
  color: #1d1d1b;
}
.cid-su5L8qVrlx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-su5L8qVrlx .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-su5L8qVrlx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-su5L8qVrlx .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS63cpPXPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rS63cpPXPD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rS63cpPXPD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rS63cpPXPD .space_down_50 {
  margin-bottom: 50px;
}
.cid-rS63cpPXPD .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rS643VPzjY {
  padding-top: 75px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rS643VPzjY .images-container.container-fluid {
  padding: 0;
}
.cid-rS643VPzjY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS643VPzjY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS643VPzjY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS643VPzjY .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS643VPzjY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS643VPzjY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS643VPzjY .img-item {
    width: 100% !important;
  }
  .cid-rS643VPzjY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS63Nk1xZi {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS63Nk1xZi .images-container.container-fluid {
  padding: 0;
}
.cid-rS63Nk1xZi .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS63Nk1xZi .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS63Nk1xZi .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS63Nk1xZi .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS63Nk1xZi .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS63Nk1xZi .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS63Nk1xZi .img-item {
    width: 100% !important;
  }
  .cid-rS63Nk1xZi .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS63XbPGSG {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS63XbPGSG .images-container.container-fluid {
  padding: 0;
}
.cid-rS63XbPGSG .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS63XbPGSG .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS63XbPGSG .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS63XbPGSG .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS63XbPGSG .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS63XbPGSG .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS63XbPGSG .img-item {
    width: 100% !important;
  }
  .cid-rS63XbPGSG .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rS642pew3U {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rS642pew3U .images-container.container-fluid {
  padding: 0;
}
.cid-rS642pew3U .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rS642pew3U .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rS642pew3U .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rS642pew3U .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rS642pew3U .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rS642pew3U .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rS642pew3U .img-item {
    width: 100% !important;
  }
  .cid-rS642pew3U .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-txgig3XOir {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgig3XOir .content {
    text-align: center;
  }
  .cid-txgig3XOir .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgig3XOir .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgig3XOir .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgig3XOir .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgig3XOir .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgig3XOir .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgig3XOir .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgig3XOir .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgig3XOir .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgig3XOir .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgig3XOir .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgig3XOir .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgig3XOir .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgig3XOir H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgig3XOir P {
  color: #1d1d1b;
}
.cid-txgig3XOir .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgig3XOir .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgig3XOir .logo_footer {
  position: relative;
}
.cid-txgig3XOir .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgig3XOir .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgig3XOir .col,
  .cid-txgig3XOir .col-1,
  .cid-txgig3XOir .col-10,
  .cid-txgig3XOir .col-11,
  .cid-txgig3XOir .col-12,
  .cid-txgig3XOir .col-2,
  .cid-txgig3XOir .col-3,
  .cid-txgig3XOir .col-4,
  .cid-txgig3XOir .col-5,
  .cid-txgig3XOir .col-6,
  .cid-txgig3XOir .col-7,
  .cid-txgig3XOir .col-8,
  .cid-txgig3XOir .col-9,
  .cid-txgig3XOir .col-auto,
  .cid-txgig3XOir .col-lg,
  .cid-txgig3XOir .col-lg-1,
  .cid-txgig3XOir .col-lg-10,
  .cid-txgig3XOir .col-lg-11,
  .cid-txgig3XOir .col-lg-12,
  .cid-txgig3XOir .col-lg-2,
  .cid-txgig3XOir .col-lg-3,
  .cid-txgig3XOir .col-lg-4,
  .cid-txgig3XOir .col-lg-5,
  .cid-txgig3XOir .col-lg-6,
  .cid-txgig3XOir .col-lg-7,
  .cid-txgig3XOir .col-lg-8,
  .cid-txgig3XOir .col-lg-9,
  .cid-txgig3XOir .col-lg-auto,
  .cid-txgig3XOir .col-md,
  .cid-txgig3XOir .col-md-1,
  .cid-txgig3XOir .col-md-10,
  .cid-txgig3XOir .col-md-11,
  .cid-txgig3XOir .col-md-12,
  .cid-txgig3XOir .col-md-2,
  .cid-txgig3XOir .col-md-3,
  .cid-txgig3XOir .col-md-4,
  .cid-txgig3XOir .col-md-5,
  .cid-txgig3XOir .col-md-6,
  .cid-txgig3XOir .col-md-7,
  .cid-txgig3XOir .col-md-8,
  .cid-txgig3XOir .col-md-9,
  .cid-txgig3XOir .col-md-auto,
  .cid-txgig3XOir .col-sm,
  .cid-txgig3XOir .col-sm-1,
  .cid-txgig3XOir .col-sm-10,
  .cid-txgig3XOir .col-sm-11,
  .cid-txgig3XOir .col-sm-12,
  .cid-txgig3XOir .col-sm-2,
  .cid-txgig3XOir .col-sm-3,
  .cid-txgig3XOir .col-sm-4,
  .cid-txgig3XOir .col-sm-5,
  .cid-txgig3XOir .col-sm-6,
  .cid-txgig3XOir .col-sm-7,
  .cid-txgig3XOir .col-sm-8,
  .cid-txgig3XOir .col-sm-9,
  .cid-txgig3XOir .col-sm-auto,
  .cid-txgig3XOir .col-xl,
  .cid-txgig3XOir .col-xl-1,
  .cid-txgig3XOir .col-xl-10,
  .cid-txgig3XOir .col-xl-11,
  .cid-txgig3XOir .col-xl-12,
  .cid-txgig3XOir .col-xl-2,
  .cid-txgig3XOir .col-xl-3,
  .cid-txgig3XOir .col-xl-4,
  .cid-txgig3XOir .col-xl-5,
  .cid-txgig3XOir .col-xl-6,
  .cid-txgig3XOir .col-xl-7,
  .cid-txgig3XOir .col-xl-8,
  .cid-txgig3XOir .col-xl-9,
  .cid-txgig3XOir .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgig3XOir .content {
    text-align: left;
  }
  .cid-txgig3XOir .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgig3XOir .logo_footer_box {
    position: relative;
  }
  .cid-txgig3XOir .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgig3XOir .logo_footer {
    position: relative;
  }
  .cid-txgig3XOir .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rSJoIiAWzV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rSJoIiAWzV {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rSJoPYUJb2 {
  background: #ffffff;
}
.cid-rSJoPYUJb2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJoPYUJb2 figcaption {
  position: relative;
}
.cid-rSJoPYUJb2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJoPYUJb2 .image-block {
    width: 100% !important;
  }
}
.cid-rSJp69ZQ8y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJp69ZQ8y .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJp69ZQ8y h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJp69ZQ8y .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJp69ZQ8y .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJp3NbZE6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rSJp3NbZE6 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-rSJp3NbZE6 .video-block {
    width: 100% !important;
  }
}
.cid-rSJp3NbZE6 .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJp9uuGaC {
  background-image: url("../../../assets/images/img-3150-1101x765.jpg");
}
.cid-rSJp9uuGaC P {
  color: #767676;
}
.cid-rSJpcsyT5t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJpcsyT5t .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJpcsyT5t h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJpcsyT5t .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJpcsyT5t .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJptulOVx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJptulOVx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJptulOVx p {
  color: #767676;
  text-align: left;
}
.cid-rSJptulOVx .card-box {
  padding-top: 2rem;
}
.cid-rSJptulOVx .card-wrapper {
  height: 100%;
}
.cid-rSJptulOVx P {
  color: #1d1d1b;
}
.cid-rSJqn4tURs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJqn4tURs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJqn4tURs p {
  color: #767676;
  text-align: left;
}
.cid-rSJqn4tURs .card-box {
  padding-top: 2rem;
}
.cid-rSJqn4tURs .card-wrapper {
  height: 100%;
}
.cid-rSJqn4tURs P {
  color: #1d1d1b;
}
.cid-rSJrBCtdBD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSJrBCtdBD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJrBCtdBD p {
  color: #767676;
  text-align: left;
}
.cid-rSJrBCtdBD .card-box {
  padding-top: 2rem;
}
.cid-rSJrBCtdBD .card-wrapper {
  height: 100%;
}
.cid-rSJrBCtdBD P {
  color: #1d1d1b;
}
.cid-rSJsyVQTe1 {
  background-image: url("../../../assets/images/img-3077-1516x765.jpg");
}
.cid-rSJsyVQTe1 P {
  color: #767676;
}
.cid-rSJsWByJaF {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJsWByJaF .images-container.container-fluid {
  padding: 0;
}
.cid-rSJsWByJaF .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJsWByJaF .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJsWByJaF .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJsWByJaF .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJsWByJaF .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJsWByJaF .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJsWByJaF .img-item {
    width: 100% !important;
  }
  .cid-rSJsWByJaF .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJtcTrTHF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJtcTrTHF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJtcTrTHF p {
  color: #767676;
  text-align: left;
}
.cid-rSJtcTrTHF .card-box {
  padding-top: 2rem;
}
.cid-rSJtcTrTHF .card-wrapper {
  height: 100%;
}
.cid-rSJtcTrTHF P {
  color: #000000;
}
.cid-rSJtKswspi {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rSJtKswspi .images-container.container-fluid {
  padding: 0;
}
.cid-rSJtKswspi .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJtKswspi .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJtKswspi .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJtKswspi .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJtKswspi .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJtKswspi .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJtKswspi .img-item {
    width: 100% !important;
  }
  .cid-rSJtKswspi .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJur0pbhE {
  background-image: url("../../../assets/images/img-2635-1671x765.jpg");
}
.cid-rSJur0pbhE P {
  color: #767676;
}
.cid-rSJuGFyo0s {
  background: #ffffff;
}
.cid-rSJuGFyo0s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJuGFyo0s figcaption {
  position: relative;
}
.cid-rSJuGFyo0s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJuGFyo0s .image-block {
    width: 100% !important;
  }
}
.cid-rSJuNxyKiU {
  background-image: url("../../../assets/images/img-2507-1148x765.jpg");
}
.cid-rSJuNxyKiU P {
  color: #767676;
}
.cid-rSJvrMVdGC {
  background: #ffffff;
}
.cid-rSJvrMVdGC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSJvrMVdGC figcaption {
  position: relative;
}
.cid-rSJvrMVdGC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSJvrMVdGC .image-block {
    width: 100% !important;
  }
}
.cid-rSJv7Z7PIk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJv7Z7PIk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJv7Z7PIk p {
  color: #767676;
  text-align: left;
}
.cid-rSJv7Z7PIk .card-box {
  padding-top: 2rem;
}
.cid-rSJv7Z7PIk .card-wrapper {
  height: 100%;
}
.cid-rSJvY8wmne {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJvY8wmne h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJvY8wmne p {
  color: #767676;
  text-align: left;
}
.cid-rSJvY8wmne .card-box {
  padding-top: 2rem;
}
.cid-rSJvY8wmne .card-wrapper {
  height: 100%;
}
.cid-rSJvY8wmne P {
  color: #000000;
}
.cid-rSJxgO8KU9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJxgO8KU9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJxgO8KU9 p {
  color: #767676;
  text-align: left;
}
.cid-rSJxgO8KU9 .card-box {
  padding-top: 2rem;
}
.cid-rSJxgO8KU9 .card-wrapper {
  height: 100%;
}
.cid-rSJxgO8KU9 P {
  color: #000000;
}
.cid-rSJx76Des9 {
  background-image: url("../../../assets/images/img-2900-1148x765.jpg");
}
.cid-rSJx76Des9 P {
  color: #767676;
}
.cid-rSJydj3ZUQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #f9ceb2;
}
.cid-rSJydj3ZUQ .images-container.container-fluid {
  padding: 0;
}
.cid-rSJydj3ZUQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJydj3ZUQ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJydj3ZUQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJydj3ZUQ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJydj3ZUQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJydj3ZUQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJydj3ZUQ .img-item {
    width: 100% !important;
  }
  .cid-rSJydj3ZUQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJydXCQvM {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9ceb2;
}
.cid-rSJydXCQvM .images-container.container-fluid {
  padding: 0;
}
.cid-rSJydXCQvM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSJydXCQvM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rSJydXCQvM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rSJydXCQvM .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rSJydXCQvM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rSJydXCQvM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rSJydXCQvM .img-item {
    width: 100% !important;
  }
  .cid-rSJydXCQvM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rSJBrvRJfD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSJBrvRJfD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rSJBrvRJfD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJBrvRJfD .space_down_50 {
  margin-bottom: 50px;
}
.cid-rSJBrvRJfD .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJyNFFtl4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-11-2000x1448.png");
}
.cid-rSJyNFFtl4 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rSJyNFFtl4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSJyNFFtl4 p {
  color: #767676;
  text-align: left;
}
.cid-rSJyNFFtl4 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rSJyNFFtl4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSJyNFFtl4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rSJyNFFtl4 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSJyNFFtl4 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rSJyNFFtl4 .notched-box:before,
.cid-rSJyNFFtl4 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rSJyNFFtl4 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rSJyNFFtl4 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rSJyNFFtl4 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rSJyNFFtl4 .border:before,
.cid-rSJyNFFtl4 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rSJyNFFtl4 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rSJyNFFtl4 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rSJyNFFtl4 .mbr-author-name {
  padding-left: 40px;
}
.cid-rSJyNFFtl4 P {
  color: #000000;
}
.cid-rSJyNFFtl4 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rSJyRwFtC5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSJyRwFtC5 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rSJyRwFtC5 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJyRwFtC5 .space_down_30 {
  margin-bottom: 30px;
}
.cid-rSJyRwFtC5 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-rSJA1HjvAP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJA1HjvAP .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rSJA1HjvAP .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rSJA1HjvAP .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rSJA1HjvAP a:hover {
  Color: #a76645;
}
.cid-rSJA1HjvAP a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJA1HjvAP .btn-black-outline:hover,
.cid-rSJA1HjvAP .btn-black-outline:focus,
.cid-rSJA1HjvAP .btn-black-outline.focus,
.cid-rSJA1HjvAP .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSJA1HjvAP .display-5 {
    line-height: 1;
  }
  .cid-rSJA1HjvAP .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSJA1HjvAP .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rSJzjWE5II {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSJzjWE5II .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rSJzjWE5II .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rSJzjWE5II .mbr-author-desc {
  color: #1d1d1b;
}
.cid-rSJzjWE5II .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rSJzjWE5II .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rSJzjWE5II .mbr-figure,
  .cid-rSJzjWE5II img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rSJzjWE5II h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rSJzjWE5II .text_block {
  margin-top: 0px;
}
.cid-rSJzjWE5II .h2_block {
  margin-bottom: 20px;
}
.cid-rSJzjWE5II .mbr-figure {
  align-self: flex-start;
}
.cid-rSJzjWE5II .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rSJzjWE5II .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rSJzjWE5II a:hover {
  Color: #a76645 !important;
}
.cid-rSJzjWE5II a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rSJzjWE5II .btn-black-outline:hover,
.cid-rSJzjWE5II .btn-black-outline:focus,
.cid-rSJzjWE5II .btn-black-outline.focus,
.cid-rSJzjWE5II .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rSJzjWE5II .display-5 {
    line-height: 1;
  }
  .cid-rSJzjWE5II .btn {
    font-size: 1.5rem !important;
  }
  .cid-rSJzjWE5II .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rSJzjWE5II .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rSJzjWE5II .content {
  padding-left: 3px;
}
.cid-txgipZOXCh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgipZOXCh .content {
    text-align: center;
  }
  .cid-txgipZOXCh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgipZOXCh .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgipZOXCh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgipZOXCh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgipZOXCh .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgipZOXCh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgipZOXCh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgipZOXCh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgipZOXCh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgipZOXCh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgipZOXCh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgipZOXCh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgipZOXCh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgipZOXCh H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgipZOXCh P {
  color: #1d1d1b;
}
.cid-txgipZOXCh .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgipZOXCh .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgipZOXCh .logo_footer {
  position: relative;
}
.cid-txgipZOXCh .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgipZOXCh .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgipZOXCh .col,
  .cid-txgipZOXCh .col-1,
  .cid-txgipZOXCh .col-10,
  .cid-txgipZOXCh .col-11,
  .cid-txgipZOXCh .col-12,
  .cid-txgipZOXCh .col-2,
  .cid-txgipZOXCh .col-3,
  .cid-txgipZOXCh .col-4,
  .cid-txgipZOXCh .col-5,
  .cid-txgipZOXCh .col-6,
  .cid-txgipZOXCh .col-7,
  .cid-txgipZOXCh .col-8,
  .cid-txgipZOXCh .col-9,
  .cid-txgipZOXCh .col-auto,
  .cid-txgipZOXCh .col-lg,
  .cid-txgipZOXCh .col-lg-1,
  .cid-txgipZOXCh .col-lg-10,
  .cid-txgipZOXCh .col-lg-11,
  .cid-txgipZOXCh .col-lg-12,
  .cid-txgipZOXCh .col-lg-2,
  .cid-txgipZOXCh .col-lg-3,
  .cid-txgipZOXCh .col-lg-4,
  .cid-txgipZOXCh .col-lg-5,
  .cid-txgipZOXCh .col-lg-6,
  .cid-txgipZOXCh .col-lg-7,
  .cid-txgipZOXCh .col-lg-8,
  .cid-txgipZOXCh .col-lg-9,
  .cid-txgipZOXCh .col-lg-auto,
  .cid-txgipZOXCh .col-md,
  .cid-txgipZOXCh .col-md-1,
  .cid-txgipZOXCh .col-md-10,
  .cid-txgipZOXCh .col-md-11,
  .cid-txgipZOXCh .col-md-12,
  .cid-txgipZOXCh .col-md-2,
  .cid-txgipZOXCh .col-md-3,
  .cid-txgipZOXCh .col-md-4,
  .cid-txgipZOXCh .col-md-5,
  .cid-txgipZOXCh .col-md-6,
  .cid-txgipZOXCh .col-md-7,
  .cid-txgipZOXCh .col-md-8,
  .cid-txgipZOXCh .col-md-9,
  .cid-txgipZOXCh .col-md-auto,
  .cid-txgipZOXCh .col-sm,
  .cid-txgipZOXCh .col-sm-1,
  .cid-txgipZOXCh .col-sm-10,
  .cid-txgipZOXCh .col-sm-11,
  .cid-txgipZOXCh .col-sm-12,
  .cid-txgipZOXCh .col-sm-2,
  .cid-txgipZOXCh .col-sm-3,
  .cid-txgipZOXCh .col-sm-4,
  .cid-txgipZOXCh .col-sm-5,
  .cid-txgipZOXCh .col-sm-6,
  .cid-txgipZOXCh .col-sm-7,
  .cid-txgipZOXCh .col-sm-8,
  .cid-txgipZOXCh .col-sm-9,
  .cid-txgipZOXCh .col-sm-auto,
  .cid-txgipZOXCh .col-xl,
  .cid-txgipZOXCh .col-xl-1,
  .cid-txgipZOXCh .col-xl-10,
  .cid-txgipZOXCh .col-xl-11,
  .cid-txgipZOXCh .col-xl-12,
  .cid-txgipZOXCh .col-xl-2,
  .cid-txgipZOXCh .col-xl-3,
  .cid-txgipZOXCh .col-xl-4,
  .cid-txgipZOXCh .col-xl-5,
  .cid-txgipZOXCh .col-xl-6,
  .cid-txgipZOXCh .col-xl-7,
  .cid-txgipZOXCh .col-xl-8,
  .cid-txgipZOXCh .col-xl-9,
  .cid-txgipZOXCh .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgipZOXCh .content {
    text-align: left;
  }
  .cid-txgipZOXCh .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgipZOXCh .logo_footer_box {
    position: relative;
  }
  .cid-txgipZOXCh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgipZOXCh .logo_footer {
    position: relative;
  }
  .cid-txgipZOXCh .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-sevVpocw6B :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-sevVpocw6B .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-sevVpocw6B .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sevVpocw6B a {
  font-style: normal;
}
.cid-sevVpocw6B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sevVpocw6B .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sevVpocw6B .nav-item:focus,
.cid-sevVpocw6B .nav-link:focus {
  outline: none;
}
.cid-sevVpocw6B .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-sevVpocw6B .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-sevVpocw6B .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sevVpocw6B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sevVpocw6B .menu-logo {
  margin-right: auto;
}
.cid-sevVpocw6B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-sevVpocw6B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sevVpocw6B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sevVpocw6B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sevVpocw6B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sevVpocw6B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sevVpocw6B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sevVpocw6B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sevVpocw6B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sevVpocw6B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sevVpocw6B .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sevVpocw6B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sevVpocw6B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sevVpocw6B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sevVpocw6B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sevVpocw6B .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-sevVpocw6B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sevVpocw6B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sevVpocw6B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sevVpocw6B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sevVpocw6B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sevVpocw6B .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-sevVpocw6B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sevVpocw6B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sevVpocw6B button.navbar-toggler:focus {
  outline: none;
}
.cid-sevVpocw6B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sevVpocw6B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sevVpocw6B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sevVpocw6B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sevVpocw6B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sevVpocw6B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sevVpocw6B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sevVpocw6B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sevVpocw6B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sevVpocw6B .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sevVpocw6B .collapsed .btn {
  display: flex;
}
.cid-sevVpocw6B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sevVpocw6B .collapsed .navbar-collapse.collapsing,
.cid-sevVpocw6B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sevVpocw6B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sevVpocw6B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sevVpocw6B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sevVpocw6B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sevVpocw6B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sevVpocw6B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-sevVpocw6B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sevVpocw6B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sevVpocw6B .collapsed button.navbar-toggler {
  display: block;
}
.cid-sevVpocw6B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sevVpocw6B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sevVpocw6B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sevVpocw6B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sevVpocw6B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sevVpocw6B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sevVpocw6B .logo_s {
  height: 3rem !important;
}
.cid-sevVpocw6B .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-sevVpocw6B .navbar-expand {
    flex-direction: column;
  }
  .cid-sevVpocw6B img {
    height: 3rem !important;
  }
  .cid-sevVpocw6B .logo_s {
    height: 1.5rem !important;
  }
  .cid-sevVpocw6B .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-sevVpocw6B .btn {
    display: flex;
  }
  .cid-sevVpocw6B button.navbar-toggler {
    display: block;
  }
  .cid-sevVpocw6B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sevVpocw6B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sevVpocw6B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sevVpocw6B .navbar-collapse.collapsing,
  .cid-sevVpocw6B .navbar-collapse.show {
    display: block !important;
  }
  .cid-sevVpocw6B .navbar-collapse.collapsing .navbar-nav,
  .cid-sevVpocw6B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sevVpocw6B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sevVpocw6B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sevVpocw6B .navbar-collapse.collapsing .navbar-buttons,
  .cid-sevVpocw6B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sevVpocw6B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sevVpocw6B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sevVpocw6B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sevVpocw6B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sevVpocw6B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sevVpocw6B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sevVpocw6B .menu-logo {
    flex-shrink: 3;
  }
}
.cid-sevVpocw6B .navbar-collapse {
  flex-basis: auto;
}
.cid-sevVpocw6B .nav-link:hover,
.cid-sevVpocw6B .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-sevVpocw6B .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-sevVpocw6B .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-sevVpocw6B .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-sevVpocw6B .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-sevVpocw6B .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-sevVpocw6B a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sevVpocw6B a:hover svg polygon,
.cid-sevVpocw6B a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sevVpocw6B .hiddden {
  display: none !important;
}
.cid-sevVpocw6B .shoow {
  display: block !important;
}
.cid-sevVpocw6B .navbar-logo a,
.cid-sevVpocw6B .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-sevVpocw6B .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-sevVpocw6B .navbar-logo a img {
    left: 20px;
  }
  .cid-sevVpocw6B .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-sevVpocw6B .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-sevVpocw6B .stoerer_head,
  .cid-sevVpocw6B .stoerer_text {
    grid-row: 1;
  }
  .cid-sevVpocw6B .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-sevVpocw6B a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-sevVpoUZTI {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-sevVpoUZTI {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-sevX6IEp5d {
  background: #ffffff;
}
.cid-sevX6IEp5d .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sevX6IEp5d figcaption {
  position: relative;
}
.cid-sevX6IEp5d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sevX6IEp5d .image-block {
    width: 100% !important;
  }
}
.cid-sewaWDEhMr {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sewaWDEhMr .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-sewaWDEhMr .video-block {
    width: 100% !important;
  }
}
.cid-sewaWDEhMr .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sevVppdfGL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sevVppdfGL .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-sevVppdfGL h1 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #ffffff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sevVppdfGL .space_down_30 {
  margin-bottom: 30px;
}
.cid-sevVppdfGL .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-szPWzrOVaz {
  background: #ffffff;
}
.cid-szPWzrOVaz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-szPWzrOVaz figcaption {
  position: relative;
}
.cid-szPWzrOVaz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szPWzrOVaz .image-block {
    width: 100% !important;
  }
}
.cid-szPX2oPOEf {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-1500x622.jpg");
}
.cid-szPX2oPOEf H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-szPX2oPOEf .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szPX2oPOEf .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-szPX2oPOEf .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-szPX2oPOEf a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-szPX2oPOEf a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYvY9U72 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szPYvY9U72 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #1d1d1b;
}
.cid-szPYvY9U72 .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-szPYvY9U72 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-szPYvY9U72 .mbr-figure,
  .cid-szPYvY9U72 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-szPYvY9U72 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-szPYvY9U72 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYvY9U72 .h2_block {
  margin-bottom: 20px;
}
.cid-szPYvY9U72 .mbr-figure {
  align-self: flex-start;
}
.cid-szPYxFFSME {
  background-image: url("../../../assets/images/unsere-waffen-53-2000x1333.jpg");
}
.cid-szPYxFFSME P {
  color: #767676;
}
.cid-szPYyuSfms {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szPYyuSfms .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-szPYyuSfms h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYyuSfms .space_down_30 {
  margin-bottom: 30px;
}
.cid-szPYyuSfms .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-szPYznjilp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szPYznjilp .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-szPYznjilp .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-szPYznjilp .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-szPYznjilp a:hover {
  Color: #a76645;
}
.cid-szPYznjilp a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYznjilp .btn-black-outline:hover,
.cid-szPYznjilp .btn-black-outline:focus,
.cid-szPYznjilp .btn-black-outline.focus,
.cid-szPYznjilp .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-szPYznjilp .display-5 {
    line-height: 1;
  }
  .cid-szPYznjilp .btn {
    font-size: 1.5rem !important;
  }
  .cid-szPYznjilp .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-szPYAoucwH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-szPYAoucwH .image-block {
  margin: auto;
}
.cid-szPYAoucwH figcaption {
  position: relative;
}
.cid-szPYAoucwH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szPYAoucwH .image-block {
    width: 100% !important;
  }
}
.cid-szPYBcrxXU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szPYBcrxXU .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-szPYBcrxXU h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYBcrxXU .space_down_30 {
  margin-bottom: 30px;
}
.cid-szPYBcrxXU .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-szPYCv5fTG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-szPYCv5fTG .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-szPYCv5fTG .video-block {
    width: 100% !important;
  }
}
.cid-szPYCv5fTG .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYDdW4tr {
  background: #ffffff;
}
.cid-szPYDdW4tr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-szPYDdW4tr figcaption {
  position: relative;
}
.cid-szPYDdW4tr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szPYDdW4tr .image-block {
    width: 100% !important;
  }
}
.cid-szPYDUPnC8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szPYDUPnC8 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-szPYDUPnC8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYDUPnC8 .space_down_50 {
  margin-bottom: 50px;
}
.cid-szPYEAayGH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szPYEAayGH .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-szPYEAayGH .modal-body .close {
  background: #1b1b1b;
}
.cid-szPYEAayGH .modal-body .close span {
  font-style: normal;
}
.cid-szPYEAayGH .carousel-inner > .active,
.cid-szPYEAayGH .carousel-inner > .next,
.cid-szPYEAayGH .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-szPYEAayGH .carousel-control .icon-next,
.cid-szPYEAayGH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-szPYEAayGH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-szPYEAayGH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-szPYEAayGH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-szPYEAayGH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-szPYEAayGH .boxed-slider > div {
  position: relative;
}
.cid-szPYEAayGH .container img {
  width: 100%;
}
.cid-szPYEAayGH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-szPYEAayGH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-szPYEAayGH .mbr-table-cell {
  padding: 0;
}
.cid-szPYEAayGH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-szPYEAayGH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-szPYEAayGH .mbr-overlay {
  z-index: 1;
}
.cid-szPYEAayGH .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-szPYEAayGH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-szPYEAayGH .carousel-item.active.right,
.cid-szPYEAayGH .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-szPYEAayGH .carousel-item.active.left,
.cid-szPYEAayGH .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-szPYEAayGH .carousel-item.active,
.cid-szPYEAayGH .carousel-item.next.left,
.cid-szPYEAayGH .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-szPYEAayGH .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-szPYEAayGH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szPYEAayGH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-szPYEAayGH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-szPYEAayGH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-szPYEAayGH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-szPYEAayGH .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-szPYEAayGH .mbr-slider .carousel-indicators li.active,
.cid-szPYEAayGH .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-szPYEAayGH .mbr-slider .carousel-indicators li::after,
.cid-szPYEAayGH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-szPYEAayGH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-szPYEAayGH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-szPYEAayGH .mbr-slider > .container img {
  width: 100%;
}
.cid-szPYEAayGH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-szPYEAayGH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-szPYEAayGH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-szPYEAayGH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-szPYEAayGH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-szPYEAayGH .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-szPYEAayGH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-szPYEAayGH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-szPYEAayGH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-szPYEAayGH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-szPYEAayGH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-szPYEAayGH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-szPYEAayGH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-szPYEAayGH .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-szPYEAayGH .carousel-inner {
  height: 100%;
}
.cid-szPYEAayGH .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-szPYEAayGH .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-szPYEAayGH .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-szPYEAayGH .carousel-item .container-slide {
  text-align: center;
}
.cid-szPYEAayGH .content-slider-wrap {
  width: 77%;
}
.cid-szPYFnDMSj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-17-2000x1333.png");
}
.cid-szPYFnDMSj H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-szPYFnDMSj .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-szPYFnDMSj .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-szPYFnDMSj .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-szPYFnDMSj a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-szPYFnDMSj a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYG0XQAl {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szPYG0XQAl .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-szPYG0XQAl h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYG0XQAl .space_down_50 {
  margin-bottom: 50px;
}
.cid-szPYG0XQAl a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-szPYG0XQAl a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYGWIujb {
  background-image: url("../../../assets/images/unsere-waffen-6-2000x1125.jpg");
}
.cid-szPYGWIujb P {
  color: #767676;
}
.cid-szPYHNVQBa {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/304296278-huge-1.jpg");
}
.cid-szPYHNVQBa H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-szPYHNVQBa .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szPYHNVQBa .breites_Zitat,
  .cid-szPYHNVQBa .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-szPYIn4QBB {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-szPYIn4QBB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-szPYIn4QBB .video-block {
    width: 100% !important;
  }
}
.cid-szPYJb6GyW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szPYJb6GyW .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-szPYJb6GyW h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYJb6GyW .space_down_30 {
  margin-bottom: 30px;
}
.cid-szPYJb6GyW .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-szPYKcO93m {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-17-2000x1333.png");
}
.cid-szPYKcO93m H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-szPYKcO93m .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-szPYKcO93m .breites_Zitat,
  .cid-szPYKcO93m .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-szPYLk3muV {
  background: #ffffff;
}
.cid-szPYLk3muV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-szPYLk3muV figcaption {
  position: relative;
}
.cid-szPYLk3muV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szPYLk3muV .image-block {
    width: 100% !important;
  }
}
.cid-szPYLYNHcp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szPYLYNHcp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szPYLYNHcp p {
  color: #767676;
  text-align: left;
}
.cid-szPYLYNHcp .card-box {
  padding-top: 2rem;
}
.cid-szPYLYNHcp .card-wrapper {
  height: 100%;
}
.cid-szPYMDGIS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szPYMDGIS4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-szPYMDGIS4 p {
  color: #767676;
  text-align: left;
}
.cid-szPYMDGIS4 .card-box {
  padding-top: 2rem;
}
.cid-szPYMDGIS4 .card-wrapper {
  height: 100%;
}
.cid-szPYNc8nFC {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-szPYNc8nFC .images-container.container-fluid {
  padding: 0;
}
.cid-szPYNc8nFC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-szPYNc8nFC .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-szPYNc8nFC .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-szPYNc8nFC .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-szPYNc8nFC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-szPYNc8nFC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-szPYNc8nFC .img-item {
    width: 100% !important;
  }
  .cid-szPYNc8nFC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-szPYNNzke0 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-5-1500x490.jpg");
}
.cid-szPYNNzke0 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-szPYNNzke0 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szPYNNzke0 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-szPYNNzke0 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-szPYOxpvxA {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/soldatin-2000x778.jpg");
}
.cid-szPYOxpvxA .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-szPYOxpvxA .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-szPYOxpvxA .mbr-author-desc {
  color: #ffffff;
}
.cid-szPYOxpvxA .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-szPYOxpvxA .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-szPYOxpvxA .mbr-figure,
  .cid-szPYOxpvxA img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-szPYOxpvxA h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYOxpvxA .text_block {
  margin-top: 0px;
}
.cid-szPYOxpvxA .h2_block {
  margin-bottom: 20px;
}
.cid-szPYOxpvxA .mbr-figure {
  align-self: flex-start;
}
.cid-szPYOxpvxA .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: white !important;
}
.cid-szPYOxpvxA .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-szPYOxpvxA svg polygon {
  fill: white ;
}
.cid-szPYOxpvxA a:hover {
  Color: #F9CEB2 !important;
}
.cid-szPYOxpvxA a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYOxpvxA .btn-black-outline:hover,
.cid-szPYOxpvxA .btn-black-outline:focus,
.cid-szPYOxpvxA .btn-black-outline.focus,
.cid-szPYOxpvxA .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-szPYOxpvxA .btn-white-outline:hover,
.cid-szPYOxpvxA .btn-white-outline:focus,
.cid-szPYOxpvxA .btn-white-outline.focus,
.cid-szPYOxpvxA .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-szPYOxpvxA .display-5 {
    line-height: 1;
  }
  .cid-szPYOxpvxA .btn {
    font-size: 1.5rem !important;
  }
  .cid-szPYOxpvxA .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-szPYOxpvxA .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-szPYOxpvxA .content {
  padding-left: 3px;
}
.cid-szPYPAowp8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/304296278-huge-1.jpg");
}
.cid-szPYPAowp8 .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-szPYPAowp8 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-szPYPAowp8 .mbr-author-desc {
  color: #000000;
}
.cid-szPYPAowp8 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0.1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-szPYPAowp8 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-szPYPAowp8 .mbr-figure,
  .cid-szPYPAowp8 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-szPYPAowp8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYPAowp8 .text_block {
  margin-top: 0px;
}
.cid-szPYPAowp8 .h2_block {
  margin-bottom: 20px;
}
.cid-szPYPAowp8 .mbr-figure {
  align-self: flex-start;
}
.cid-szPYPAowp8 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-szPYPAowp8 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-szPYPAowp8 a:hover {
  Color: #a76645 !important;
}
.cid-szPYPAowp8 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYPAowp8 .btn-black-outline:hover,
.cid-szPYPAowp8 .btn-black-outline:focus,
.cid-szPYPAowp8 .btn-black-outline.focus,
.cid-szPYPAowp8 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-szPYPAowp8 .display-5 {
    line-height: 1;
  }
  .cid-szPYPAowp8 .btn {
    font-size: 1.5rem !important;
  }
  .cid-szPYPAowp8 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-szPYPAowp8 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-szPYPAowp8 .content {
  padding-left: 3px;
}
.cid-szPYQ6OL2c {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-15-1500x622.jpg");
}
.cid-szPYQ6OL2c H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-szPYQ6OL2c .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-szPYQ6OL2c .breites_Zitat,
  .cid-szPYQ6OL2c .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-szPYQE8wO9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szPYQE8wO9 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-szPYQE8wO9 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-szPYQE8wO9 .space_down_30 {
  margin-bottom: 30px;
}
.cid-szPYQE8wO9 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-szPYR94xny {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/unsere-waffen-28-2000x1430.jpg");
}
.cid-szPYR94xny .display-7 {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: ;
  color: white !important;
}
.cid-szPYR94xny .btn {
  font-weight: 400;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-szPYR94xny .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: white !important;
}
.cid-szPYR94xny .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-szPYR94xny svg polygon {
  fill: white ;
}
.cid-szPYR94xny a:hover {
  Color: #F9CEB2 !important;
}
.cid-szPYR94xny a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-szPYR94xny .btn-black-outline:hover,
.cid-szPYR94xny .btn-black-outline:focus,
.cid-szPYR94xny .btn-black-outline.focus,
.cid-szPYR94xny .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-szPYR94xny .btn-white-outline:hover,
.cid-szPYR94xny .btn-white-outline:focus,
.cid-szPYR94xny .btn-white-outline.focus,
.cid-szPYR94xny .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (min-width: 992px) {
  .cid-szPYR94xny .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-szPYR94xny .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-szPYR94xny .mbr-text {
    text-align: center;
  }
}
.cid-sAuXc3qoCO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/304296278-huge-1.jpg");
}
.cid-sAuXc3qoCO .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sAuXc3qoCO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXc3qoCO p {
  color: #767676;
  text-align: left;
}
.cid-sAuXc3qoCO .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sAuXc3qoCO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sAuXc3qoCO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAuXc3qoCO .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAuXc3qoCO .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sAuXc3qoCO .notched-box:before,
.cid-sAuXc3qoCO .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sAuXc3qoCO .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sAuXc3qoCO .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sAuXc3qoCO .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sAuXc3qoCO .border:before,
.cid-sAuXc3qoCO .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sAuXc3qoCO .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sAuXc3qoCO .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sAuXc3qoCO .mbr-author-name {
  padding-left: 40px;
}
.cid-sAuXc3qoCO P {
  color: #000000;
  line-height: 1.3;
}
.cid-sAuXc3qoCO .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sAuXdfc9Cv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/304296278-huge-1.jpg");
}
.cid-sAuXdfc9Cv .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sAuXdfc9Cv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXdfc9Cv p {
  color: #767676;
  text-align: left;
}
.cid-sAuXdfc9Cv .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sAuXdfc9Cv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sAuXdfc9Cv .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAuXdfc9Cv .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAuXdfc9Cv .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sAuXdfc9Cv .notched-box:before,
.cid-sAuXdfc9Cv .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sAuXdfc9Cv .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sAuXdfc9Cv .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sAuXdfc9Cv .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sAuXdfc9Cv .border:before,
.cid-sAuXdfc9Cv .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sAuXdfc9Cv .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sAuXdfc9Cv .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sAuXdfc9Cv .mbr-author-name {
  padding-left: 40px;
}
.cid-sAuXdfc9Cv P {
  color: #000000;
  line-height: 1.3;
}
.cid-sAuXdfc9Cv .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sAuXe4YuNB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/304296278-huge-1.jpg");
}
.cid-sAuXe4YuNB .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sAuXe4YuNB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXe4YuNB p {
  color: #767676;
  text-align: left;
}
.cid-sAuXe4YuNB .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sAuXe4YuNB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sAuXe4YuNB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAuXe4YuNB .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAuXe4YuNB .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sAuXe4YuNB .notched-box:before,
.cid-sAuXe4YuNB .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sAuXe4YuNB .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sAuXe4YuNB .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sAuXe4YuNB .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sAuXe4YuNB .border:before,
.cid-sAuXe4YuNB .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sAuXe4YuNB .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sAuXe4YuNB .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sAuXe4YuNB .mbr-author-name {
  padding-left: 40px;
}
.cid-sAuXe4YuNB P {
  color: #000000;
  line-height: 1.3;
}
.cid-sAuXe4YuNB .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sAuXeHyCzM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/304296278-huge-1.jpg");
}
.cid-sAuXeHyCzM .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sAuXeHyCzM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXeHyCzM p {
  color: #767676;
  text-align: left;
}
.cid-sAuXeHyCzM .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sAuXeHyCzM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sAuXeHyCzM .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAuXeHyCzM .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAuXeHyCzM .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sAuXeHyCzM .notched-box:before,
.cid-sAuXeHyCzM .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sAuXeHyCzM .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sAuXeHyCzM .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sAuXeHyCzM .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sAuXeHyCzM .border:before,
.cid-sAuXeHyCzM .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sAuXeHyCzM .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sAuXeHyCzM .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sAuXeHyCzM .mbr-author-name {
  padding-left: 40px;
}
.cid-sAuXeHyCzM P {
  color: #000000;
  line-height: 1.3;
}
.cid-sAuXeHyCzM .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sAuXg4y3B9 {
  background: #ffffff;
}
.cid-sAuXg4y3B9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAuXg4y3B9 figcaption {
  position: relative;
}
.cid-sAuXg4y3B9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAuXg4y3B9 .image-block {
    width: 100% !important;
  }
}
.cid-sAuXgVDq1K {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-6-1500x490.jpg");
}
.cid-sAuXgVDq1K H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sAuXgVDq1K .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAuXgVDq1K .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sAuXgVDq1K .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sAuXgVDq1K a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sAuXgVDq1K a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sAuXi303vQ {
  background: #ffffff;
}
.cid-sAuXi303vQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAuXi303vQ figcaption {
  position: relative;
}
.cid-sAuXi303vQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAuXi303vQ .image-block {
    width: 100% !important;
  }
}
.cid-sAuXiA9xMA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sAuXiA9xMA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sAuXiA9xMA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXiA9xMA p {
  color: #767676;
  text-align: left;
}
.cid-sAuXiA9xMA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sAuXiA9xMA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sAuXiA9xMA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAuXiA9xMA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAuXiA9xMA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sAuXiA9xMA .notched-box:before,
.cid-sAuXiA9xMA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sAuXiA9xMA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sAuXiA9xMA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sAuXiA9xMA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sAuXiA9xMA .border:before,
.cid-sAuXiA9xMA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sAuXiA9xMA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sAuXiA9xMA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sAuXiA9xMA .mbr-author-name {
  padding-left: 40px;
}
.cid-sAuXiA9xMA P {
  color: #ffffff;
}
.cid-sAuXiA9xMA .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sAuXiA9xMA a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sAuXiA9xMA a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sAuXjBWsOI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sAuXjBWsOI .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sAuXjBWsOI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXjBWsOI p {
  color: #767676;
  text-align: left;
}
.cid-sAuXjBWsOI .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sAuXjBWsOI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sAuXjBWsOI .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sAuXjBWsOI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAuXjBWsOI .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sAuXjBWsOI .notched-box:before,
.cid-sAuXjBWsOI .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sAuXjBWsOI .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sAuXjBWsOI .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sAuXjBWsOI .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sAuXjBWsOI .border:before,
.cid-sAuXjBWsOI .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sAuXjBWsOI .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sAuXjBWsOI .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sAuXjBWsOI .mbr-author-name {
  padding-left: 40px;
}
.cid-sAuXjBWsOI P {
  color: #ffffff;
}
.cid-sAuXjBWsOI .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sAuXjBWsOI a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sAuXjBWsOI a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sAuXkYHgoc {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sAuXkYHgoc .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-sAuXkYHgoc h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sAuXkYHgoc .space_down_30 {
  margin-bottom: 30px;
}
.cid-sAuXkYHgoc .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-sAuXlNHqN5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sAuXlNHqN5 .images-container.container-fluid {
  padding: 0;
}
.cid-sAuXlNHqN5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sAuXlNHqN5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sAuXlNHqN5 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sAuXlNHqN5 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sAuXlNHqN5 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sAuXlNHqN5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sAuXlNHqN5 .img-item {
    width: 100% !important;
  }
  .cid-sAuXlNHqN5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sAuXmnYO1a {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sAuXmnYO1a .images-container.container-fluid {
  padding: 0;
}
.cid-sAuXmnYO1a .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sAuXmnYO1a .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sAuXmnYO1a .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sAuXmnYO1a .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sAuXmnYO1a .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sAuXmnYO1a .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sAuXmnYO1a .img-item {
    width: 100% !important;
  }
  .cid-sAuXmnYO1a .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sAuXn7UZCU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAuXn7UZCU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sAuXn7UZCU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sAuXn7UZCU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sAuXolu0MZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAuXolu0MZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXolu0MZ p {
  color: #767676;
  text-align: left;
}
.cid-sAuXolu0MZ .card-box {
  padding-top: 2rem;
}
.cid-sAuXolu0MZ .card-wrapper {
  height: 100%;
}
.cid-sAuXp6wAi7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sAuXp6wAi7 .images-container.container-fluid {
  padding: 0;
}
.cid-sAuXp6wAi7 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sAuXp6wAi7 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sAuXp6wAi7 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sAuXp6wAi7 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sAuXp6wAi7 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sAuXp6wAi7 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sAuXp6wAi7 .img-item {
    width: 100% !important;
  }
  .cid-sAuXp6wAi7 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sAuXpY3Wlk {
  background: #ffffff;
}
.cid-sAuXpY3Wlk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAuXpY3Wlk figcaption {
  position: relative;
}
.cid-sAuXpY3Wlk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAuXpY3Wlk .image-block {
    width: 100% !important;
  }
}
.cid-sAuXqO49qg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAuXqO49qg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXqO49qg p {
  color: #767676;
  text-align: left;
}
.cid-sAuXqO49qg .card-box {
  padding-top: 2rem;
}
.cid-sAuXqO49qg .card-wrapper {
  height: 100%;
}
.cid-sAuXry6veF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAuXry6veF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXry6veF p {
  color: #767676;
  text-align: left;
}
.cid-sAuXry6veF .card-box {
  padding-top: 2rem;
}
.cid-sAuXry6veF .card-wrapper {
  height: 100%;
}
.cid-sAuXsaVQEI {
  background: #ffffff;
}
.cid-sAuXsaVQEI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAuXsaVQEI figcaption {
  position: relative;
}
.cid-sAuXsaVQEI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAuXsaVQEI .image-block {
    width: 100% !important;
  }
}
.cid-sAuXtqIPCE {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-10-1500x622.jpg");
}
.cid-sAuXtqIPCE H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sAuXtqIPCE .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sAuXtqIPCE .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sAuXtqIPCE .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sAuXtqIPCE a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sAuXtqIPCE a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sAuXtX6saJ {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-sAuXtX6saJ .image-block {
  margin: auto;
}
.cid-sAuXtX6saJ figcaption {
  position: relative;
}
.cid-sAuXtX6saJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAuXtX6saJ .image-block {
    width: 100% !important;
  }
}
.cid-sAuXuF4t38 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAuXuF4t38 .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-sAuXuF4t38 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sAuXuF4t38 .space_down_30 {
  margin-bottom: 30px;
}
.cid-sAuXuF4t38 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-sAuXvf1dVs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAuXvf1dVs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXvf1dVs p {
  color: #767676;
  text-align: left;
}
.cid-sAuXvf1dVs .card-box {
  padding-top: 2rem;
}
.cid-sAuXvf1dVs .card-wrapper {
  height: 100%;
}
.cid-sAuXvVnbOr {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-17-2000x1333.png");
}
.cid-sAuXvVnbOr H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-sAuXvVnbOr .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-sAuXvVnbOr .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sAuXvVnbOr .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sAuXwyGzTK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAuXwyGzTK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sAuXwyGzTK p {
  color: #767676;
  text-align: left;
}
.cid-sAuXwyGzTK .card-box {
  padding-top: 2rem;
}
.cid-sAuXwyGzTK .card-wrapper {
  height: 100%;
}
.cid-sAuXxBWzuL {
  background: #ffffff;
}
.cid-sAuXxBWzuL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAuXxBWzuL figcaption {
  position: relative;
}
.cid-sAuXxBWzuL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAuXxBWzuL .image-block {
    width: 100% !important;
  }
}
.cid-sBORfAoXro {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORfAoXro .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sBORfAoXro h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORfAoXro .space_down_50 {
  margin-bottom: 50px;
}
.cid-sBORgERt11 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBORgERt11 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORgERt11 p {
  color: #767676;
  text-align: left;
}
.cid-sBORgERt11 .card-box {
  padding-top: 2rem;
}
.cid-sBORgERt11 .card-wrapper {
  height: 100%;
}
.cid-sBORgERt11 P {
  color: #1d1d1b;
}
.cid-sBORgERt11 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sBORgERt11 .display-5 {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-sBORgERt11 .pfeil_button {
  height: 12px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-sBORgERt11 a:hover {
  Color: #a76645;
}
.cid-sBORgERt11 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORgERt11 .btn-black-outline:hover,
.cid-sBORgERt11 .btn-black-outline:focus,
.cid-sBORgERt11 .btn-black-outline.focus,
.cid-sBORgERt11 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-sBORgERt11 .display-5 {
    line-height: 1;
  }
  .cid-sBORgERt11 .btn {
    font-size: 1.5rem !important;
  }
  .cid-sBORgERt11 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-sBORi6ZO8H {
  background: #ffffff;
}
.cid-sBORi6ZO8H .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORi6ZO8H figcaption {
  position: relative;
}
.cid-sBORi6ZO8H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORi6ZO8H .image-block {
    width: 100% !important;
  }
}
.cid-sBORj0ddKT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBORj0ddKT .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORj0ddKT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORj0ddKT p {
  color: #767676;
  text-align: left;
}
.cid-sBORj0ddKT .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORj0ddKT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORj0ddKT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORj0ddKT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORj0ddKT .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORj0ddKT .notched-box:before,
.cid-sBORj0ddKT .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORj0ddKT .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORj0ddKT .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORj0ddKT .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORj0ddKT .border:before,
.cid-sBORj0ddKT .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORj0ddKT .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORj0ddKT .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORj0ddKT .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORj0ddKT P {
  color: #ffffff;
}
.cid-sBORj0ddKT .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORj0ddKT a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORj0ddKT a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORlfTmmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBORlfTmmY .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORlfTmmY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORlfTmmY p {
  color: #767676;
  text-align: left;
}
.cid-sBORlfTmmY .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORlfTmmY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORlfTmmY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORlfTmmY .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORlfTmmY .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORlfTmmY .notched-box:before,
.cid-sBORlfTmmY .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORlfTmmY .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORlfTmmY .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORlfTmmY .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORlfTmmY .border:before,
.cid-sBORlfTmmY .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORlfTmmY .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORlfTmmY .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORlfTmmY .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORlfTmmY P {
  color: #ffffff;
}
.cid-sBORlfTmmY .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORlfTmmY a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORlfTmmY a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORn9LF0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBORn9LF0F .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORn9LF0F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORn9LF0F p {
  color: #767676;
  text-align: left;
}
.cid-sBORn9LF0F .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORn9LF0F .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORn9LF0F .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORn9LF0F .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORn9LF0F .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORn9LF0F .notched-box:before,
.cid-sBORn9LF0F .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORn9LF0F .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORn9LF0F .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORn9LF0F .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORn9LF0F .border:before,
.cid-sBORn9LF0F .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORn9LF0F .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORn9LF0F .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORn9LF0F .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORn9LF0F P {
  color: #ffffff;
}
.cid-sBORn9LF0F .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORn9LF0F a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORn9LF0F a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORnZSAcm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBORnZSAcm .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORnZSAcm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORnZSAcm p {
  color: #767676;
  text-align: left;
}
.cid-sBORnZSAcm .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORnZSAcm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORnZSAcm .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORnZSAcm .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORnZSAcm .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORnZSAcm .notched-box:before,
.cid-sBORnZSAcm .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORnZSAcm .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORnZSAcm .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORnZSAcm .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORnZSAcm .border:before,
.cid-sBORnZSAcm .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORnZSAcm .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORnZSAcm .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORnZSAcm .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORnZSAcm P {
  color: #ffffff;
}
.cid-sBORnZSAcm .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORnZSAcm a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORnZSAcm a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORpy98RF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sBORpy98RF .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORpy98RF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORpy98RF p {
  color: #767676;
  text-align: left;
}
.cid-sBORpy98RF .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORpy98RF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORpy98RF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORpy98RF .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORpy98RF .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORpy98RF .notched-box:before,
.cid-sBORpy98RF .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORpy98RF .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORpy98RF .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORpy98RF .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORpy98RF .border:before,
.cid-sBORpy98RF .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORpy98RF .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORpy98RF .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORpy98RF .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORpy98RF P {
  color: #ffffff;
}
.cid-sBORpy98RF .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORpy98RF a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORpy98RF a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORsi6BYl {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-15-1500x622.jpg");
}
.cid-sBORsi6BYl H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sBORsi6BYl .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sBORsi6BYl .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sBORsi6BYl .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sBORt4sj60 {
  background: #ffffff;
}
.cid-sBORt4sj60 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORt4sj60 figcaption {
  position: relative;
}
.cid-sBORt4sj60 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORt4sj60 .image-block {
    width: 100% !important;
  }
}
.cid-sBORtU4tgU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORtU4tgU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORtU4tgU p {
  color: #767676;
  text-align: left;
}
.cid-sBORtU4tgU .card-box {
  padding-top: 2rem;
}
.cid-sBORtU4tgU .card-wrapper {
  height: 100%;
}
.cid-sBORuANVRW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORuANVRW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORuANVRW p {
  color: #767676;
  text-align: left;
}
.cid-sBORuANVRW .card-box {
  padding-top: 2rem;
}
.cid-sBORuANVRW .card-wrapper {
  height: 100%;
}
.cid-sBORvj1DUk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORvj1DUk .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-sBORvj1DUk h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORvj1DUk .space_down_30 {
  margin-bottom: 30px;
}
.cid-sBORvj1DUk .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-sBORw5Poz5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORw5Poz5 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sBORw5Poz5 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORw5Poz5 .space_down_50 {
  margin-bottom: 50px;
}
.cid-sBORwVCgOD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORwVCgOD .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-sBORwVCgOD .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sBORwVCgOD .mbr-author-desc {
  color: #ffffff;
}
.cid-sBORwVCgOD .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-sBORwVCgOD .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-sBORwVCgOD .mbr-figure,
  .cid-sBORwVCgOD img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sBORwVCgOD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000000;
  color: #ffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORwVCgOD .text_block {
  margin-top: 0px;
}
.cid-sBORwVCgOD .h2_block {
  margin-bottom: 20px;
}
.cid-sBORwVCgOD .mbr-figure {
  align-self: flex-start;
}
.cid-sBORwVCgOD .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: white !important;
}
.cid-sBORwVCgOD .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-sBORwVCgOD svg polygon {
  fill: white ;
}
.cid-sBORwVCgOD a:hover {
  Color: #F9CEB2 !important;
}
.cid-sBORwVCgOD a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORwVCgOD .btn-black-outline:hover,
.cid-sBORwVCgOD .btn-black-outline:focus,
.cid-sBORwVCgOD .btn-black-outline.focus,
.cid-sBORwVCgOD .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-sBORwVCgOD .btn-white-outline:hover,
.cid-sBORwVCgOD .btn-white-outline:focus,
.cid-sBORwVCgOD .btn-white-outline.focus,
.cid-sBORwVCgOD .btn-white-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-sBORwVCgOD .display-5 {
    line-height: 1;
  }
  .cid-sBORwVCgOD .btn {
    font-size: 1.5rem !important;
  }
  .cid-sBORwVCgOD .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-sBORwVCgOD .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-sBORwVCgOD .content {
  padding-left: 3px;
}
.cid-sBORxY8xO5 {
  background: #ffffff;
}
.cid-sBORxY8xO5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORxY8xO5 figcaption {
  position: relative;
}
.cid-sBORxY8xO5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORxY8xO5 .image-block {
    width: 100% !important;
  }
}
.cid-sBORz5EWD0 {
  background: #ffffff;
}
.cid-sBORz5EWD0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORz5EWD0 figcaption {
  position: relative;
}
.cid-sBORz5EWD0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORz5EWD0 .image-block {
    width: 100% !important;
  }
}
.cid-sBORzQZv1h {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORzQZv1h .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sBORzQZv1h h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORzQZv1h .space_down_50 {
  margin-bottom: 50px;
}
.cid-sBORADIvO1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBORADIvO1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORADIvO1 p {
  color: #767676;
  text-align: left;
}
.cid-sBORADIvO1 .card-box {
  padding-top: 2rem;
}
.cid-sBORADIvO1 .card-wrapper {
  height: 100%;
}
.cid-sBORADIvO1 P {
  color: #1d1d1b;
}
.cid-sBORBAJ5j1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sBORBAJ5j1 .images-container.container-fluid {
  padding: 0;
}
.cid-sBORBAJ5j1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sBORBAJ5j1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sBORBAJ5j1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sBORBAJ5j1 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sBORBAJ5j1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sBORBAJ5j1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sBORBAJ5j1 .img-item {
    width: 100% !important;
  }
  .cid-sBORBAJ5j1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sBORCuOsFz {
  background: #ffffff;
}
.cid-sBORCuOsFz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORCuOsFz figcaption {
  position: relative;
}
.cid-sBORCuOsFz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORCuOsFz .image-block {
    width: 100% !important;
  }
}
.cid-sBORDeh6u1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORDeh6u1 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sBORDeh6u1 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORDeh6u1 .space_down_50 {
  margin-bottom: 50px;
}
.cid-sBORDOMWv9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBORDOMWv9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORDOMWv9 p {
  color: #767676;
  text-align: left;
}
.cid-sBORDOMWv9 .card-box {
  padding-top: 2rem;
}
.cid-sBORDOMWv9 .card-wrapper {
  height: 100%;
}
.cid-sBORDOMWv9 P {
  color: #1d1d1b;
}
.cid-sBOREIQGho {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sBOREIQGho .images-container.container-fluid {
  padding: 0;
}
.cid-sBOREIQGho .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sBOREIQGho .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sBOREIQGho .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sBOREIQGho .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sBOREIQGho .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sBOREIQGho .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sBOREIQGho .img-item {
    width: 100% !important;
  }
  .cid-sBOREIQGho .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sBORFOLNWI {
  background: #ffffff;
}
.cid-sBORFOLNWI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORFOLNWI figcaption {
  position: relative;
}
.cid-sBORFOLNWI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORFOLNWI .image-block {
    width: 100% !important;
  }
}
.cid-sBORGCH2T1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORGCH2T1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORGCH2T1 p {
  color: #767676;
  text-align: left;
}
.cid-sBORGCH2T1 .card-box {
  padding-top: 2rem;
}
.cid-sBORGCH2T1 .card-wrapper {
  height: 100%;
}
.cid-sBORGCH2T1 P {
  color: #1d1d1b;
}
.cid-sBORHOkNJP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORHOkNJP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORHOkNJP p {
  color: #767676;
  text-align: left;
}
.cid-sBORHOkNJP .card-box {
  padding-top: 2rem;
}
.cid-sBORHOkNJP .card-wrapper {
  height: 100%;
}
.cid-sBORIwULBo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBORIwULBo .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBORIwULBo .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sBORIwULBo .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sBORJeyCGK {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sBORJeyCGK .images-container.container-fluid {
  padding: 0;
}
.cid-sBORJeyCGK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sBORJeyCGK .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sBORJeyCGK .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sBORJeyCGK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sBORJeyCGK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sBORJeyCGK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sBORJeyCGK .img-item {
    width: 100% !important;
  }
  .cid-sBORJeyCGK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sBORK2DZLU {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sBORK2DZLU .images-container.container-fluid {
  padding: 0;
}
.cid-sBORK2DZLU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sBORK2DZLU .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sBORK2DZLU .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sBORK2DZLU .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sBORK2DZLU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sBORK2DZLU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sBORK2DZLU .img-item {
    width: 100% !important;
  }
  .cid-sBORK2DZLU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sBORKOI1Tj {
  background: #ffffff;
}
.cid-sBORKOI1Tj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORKOI1Tj figcaption {
  position: relative;
}
.cid-sBORKOI1Tj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORKOI1Tj .image-block {
    width: 100% !important;
  }
}
.cid-sBORLHwEuK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORLHwEuK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORLHwEuK p {
  color: #767676;
  text-align: left;
}
.cid-sBORLHwEuK .card-box {
  padding-top: 2rem;
}
.cid-sBORLHwEuK .card-wrapper {
  height: 100%;
}
.cid-sBORLHwEuK P {
  color: #1d1d1b;
}
.cid-sBORMDTmFV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBORMDTmFV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORMDTmFV p {
  color: #767676;
  text-align: left;
}
.cid-sBORMDTmFV .card-box {
  padding-top: 2rem;
}
.cid-sBORMDTmFV .card-wrapper {
  height: 100%;
}
.cid-sBORNvBtee {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBORNvBtee .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-sBORNvBtee h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORNvBtee .space_down_30 {
  margin-bottom: 30px;
}
.cid-sBORNvBtee .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-sBOROvSaSK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBOROvSaSK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOROvSaSK p {
  color: #767676;
  text-align: left;
}
.cid-sBOROvSaSK .card-box {
  padding-top: 2rem;
}
.cid-sBOROvSaSK .card-wrapper {
  height: 100%;
}
.cid-sBORPkrGFq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORPkrGFq .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-sBORPkrGFq h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sBORPkrGFq .space_down_50 {
  margin-bottom: 50px;
}
.cid-sBORQgUzyA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBORQgUzyA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORQgUzyA p {
  color: #767676;
  text-align: left;
}
.cid-sBORQgUzyA .card-box {
  padding-top: 2rem;
}
.cid-sBORQgUzyA .card-wrapper {
  height: 100%;
}
.cid-sBORRruWJ0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-16-2000x1330.png");
}
.cid-sBORRruWJ0 H2 {
  color: #171717;
  line-height: 1.2;
}
.cid-sBORRruWJ0 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-sBORRruWJ0 .breites_Zitat,
  .cid-sBORRruWJ0 .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-sBORSiZ5bh {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sBORSiZ5bh .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORSiZ5bh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORSiZ5bh p {
  color: #767676;
  text-align: left;
}
.cid-sBORSiZ5bh .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORSiZ5bh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORSiZ5bh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORSiZ5bh .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORSiZ5bh .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORSiZ5bh .notched-box:before,
.cid-sBORSiZ5bh .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBORSiZ5bh .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORSiZ5bh .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORSiZ5bh .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORSiZ5bh .border:before,
.cid-sBORSiZ5bh .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBORSiZ5bh .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORSiZ5bh .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORSiZ5bh .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORSiZ5bh P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBORSiZ5bh .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOYp1LQEY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-sBOYp1LQEY .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOYp1LQEY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOYp1LQEY p {
  color: #767676;
  text-align: left;
}
.cid-sBOYp1LQEY .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOYp1LQEY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOYp1LQEY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOYp1LQEY .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOYp1LQEY .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOYp1LQEY .notched-box:before,
.cid-sBOYp1LQEY .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOYp1LQEY .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOYp1LQEY .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOYp1LQEY .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOYp1LQEY .border:before,
.cid-sBOYp1LQEY .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOYp1LQEY .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOYp1LQEY .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOYp1LQEY .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOYp1LQEY P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOYp1LQEY .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORT60U5p {
  background-image: url("../../../assets/images/unserewaffen-zps-78.jpeg");
}
.cid-sBORT60U5p P {
  color: #767676;
}
.cid-sBORTV7oBh {
  background: #ffffff;
}
.cid-sBORTV7oBh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORTV7oBh figcaption {
  position: relative;
}
.cid-sBORTV7oBh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORTV7oBh .image-block {
    width: 100% !important;
  }
}
.cid-sBOYXMWgRN {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unsere-waffen-28-2000x1430.jpg");
}
.cid-sBOYXMWgRN H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sBOYXMWgRN .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sBOYXMWgRN .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sBOYXMWgRN .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sBOYXMWgRN a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBOYXMWgRN a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORVuoDV7 {
  background: #ffffff;
}
.cid-sBORVuoDV7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORVuoDV7 .mbr-figure {
  margin: 0 auto;
}
.cid-sBORVuoDV7 figcaption {
  position: relative;
}
.cid-sBORVuoDV7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORVuoDV7 .image-block {
    width: 100% !important;
  }
}
.cid-sBOZ87yoYl {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unsere-waffen-28-2000x1430.jpg");
}
.cid-sBOZ87yoYl H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sBOZ87yoYl .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sBOZ87yoYl .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sBOZ87yoYl .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sBOZ87yoYl a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBOZ87yoYl a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORXbrWlr {
  background: #ffffff;
}
.cid-sBORXbrWlr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBORXbrWlr figcaption {
  position: relative;
}
.cid-sBORXbrWlr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBORXbrWlr .image-block {
    width: 100% !important;
  }
}
.cid-sBORYnTn13 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBORYnTn13 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORYnTn13 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORYnTn13 p {
  color: #767676;
  text-align: left;
}
.cid-sBORYnTn13 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORYnTn13 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORYnTn13 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORYnTn13 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORYnTn13 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORYnTn13 .notched-box:before,
.cid-sBORYnTn13 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORYnTn13 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORYnTn13 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORYnTn13 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORYnTn13 .border:before,
.cid-sBORYnTn13 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORYnTn13 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORYnTn13 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORYnTn13 .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORYnTn13 P {
  color: #ffffff;
}
.cid-sBORYnTn13 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORYnTn13 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORYnTn13 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBORZlAhXb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBORZlAhXb .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBORZlAhXb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBORZlAhXb p {
  color: #767676;
  text-align: left;
}
.cid-sBORZlAhXb .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBORZlAhXb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBORZlAhXb .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBORZlAhXb .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBORZlAhXb .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBORZlAhXb .notched-box:before,
.cid-sBORZlAhXb .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBORZlAhXb .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBORZlAhXb .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBORZlAhXb .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBORZlAhXb .border:before,
.cid-sBORZlAhXb .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBORZlAhXb .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBORZlAhXb .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBORZlAhXb .mbr-author-name {
  padding-left: 40px;
}
.cid-sBORZlAhXb P {
  color: #ffffff;
}
.cid-sBORZlAhXb .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBORZlAhXb a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBORZlAhXb a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBOS0gE5iK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBOS0gE5iK .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOS0gE5iK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOS0gE5iK p {
  color: #767676;
  text-align: left;
}
.cid-sBOS0gE5iK .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOS0gE5iK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOS0gE5iK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOS0gE5iK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOS0gE5iK .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOS0gE5iK .notched-box:before,
.cid-sBOS0gE5iK .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBOS0gE5iK .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOS0gE5iK .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOS0gE5iK .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOS0gE5iK .border:before,
.cid-sBOS0gE5iK .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBOS0gE5iK .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOS0gE5iK .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOS0gE5iK .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOS0gE5iK P {
  color: #ffffff;
}
.cid-sBOS0gE5iK .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOS0gE5iK a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBOS0gE5iK a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBOS0QANce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBOS0QANce .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOS0QANce h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOS0QANce p {
  color: #767676;
  text-align: left;
}
.cid-sBOS0QANce .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOS0QANce .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOS0QANce .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOS0QANce .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOS0QANce .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOS0QANce .notched-box:before,
.cid-sBOS0QANce .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOS0QANce .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOS0QANce .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOS0QANce .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOS0QANce .border:before,
.cid-sBOS0QANce .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOS0QANce .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOS0QANce .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOS0QANce .mbr-author-name {
  padding-left: 40px;
  color: #ffffff;
}
.cid-sBOS0QANce P {
  color: #ffffff;
  line-height: 1.3;
}
.cid-sBOS0QANce .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOS1LLPob {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBOS1LLPob H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sBOS1LLPob .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sevVprQAnA {
  background: #ffffff;
}
.cid-sevVprQAnA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sevVprQAnA figcaption {
  position: relative;
}
.cid-sevVprQAnA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sevVprQAnA .image-block {
    width: 300% !important;
  }
}
.cid-sevWBZ4xqK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sevWBZ4xqK .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-sevWBZ4xqK .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-sevWBZ4xqK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sevWBZ4xqK .mbr-figure,
  .cid-sevWBZ4xqK img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sevWBZ4xqK .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sevWBZ4xqK .mbr-author-desc {
  color: #000000;
}
.cid-sevWBZ4xqK h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sevWBZ4xqK .text_block {
  margin-top: 0px;
}
.cid-sevWBZ4xqK .h2_block {
  margin-bottom: 20px;
}
.cid-sevWBZ4xqK .mbr-figure {
  align-self: flex-start;
}
.cid-sevWBZ4xqK .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-sevWBZ4xqK .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-sevWBZ4xqK .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-sevWBZ4xqK a:hover {
  Color: #a76645 !important;
}
.cid-sevWBZ4xqK a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sevWBZ4xqK .btn-black-outline:hover,
.cid-sevWBZ4xqK .btn-black-outline:focus,
.cid-sevWBZ4xqK .btn-black-outline.focus,
.cid-sevWBZ4xqK .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-sevWBZ4xqK .display-5 {
    line-height: 1;
  }
  .cid-sevWBZ4xqK .btn {
    font-size: 1.5rem !important;
  }
  .cid-sevWBZ4xqK .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-sevWBZ4xqK .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-sevVpshNxX {
  background: #ffffff;
}
.cid-sevVpshNxX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sevVpshNxX figcaption {
  position: relative;
}
.cid-sevVpshNxX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sevVpshNxX .image-block {
    width: 300% !important;
  }
}
.cid-sBOS3cuWo3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sBOS3cuWo3 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOS3cuWo3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOS3cuWo3 p {
  color: #767676;
  text-align: left;
}
.cid-sBOS3cuWo3 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOS3cuWo3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOS3cuWo3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOS3cuWo3 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOS3cuWo3 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOS3cuWo3 .notched-box:before,
.cid-sBOS3cuWo3 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBOS3cuWo3 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOS3cuWo3 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOS3cuWo3 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOS3cuWo3 .border:before,
.cid-sBOS3cuWo3 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBOS3cuWo3 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOS3cuWo3 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOS3cuWo3 .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOS3cuWo3 P {
  color: #ffffff;
}
.cid-sBOS3cuWo3 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOS3cuWo3 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBOS3cuWo3 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBOS3TgfPm {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-1500x622.jpg");
}
.cid-sBOS3TgfPm H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sBOS3TgfPm .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sBOS3TgfPm .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-sBOS3TgfPm .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-sBOS4vWPIL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sBOS4vWPIL .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOS4vWPIL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOS4vWPIL p {
  color: #767676;
  text-align: left;
}
.cid-sBOS4vWPIL .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOS4vWPIL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOS4vWPIL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOS4vWPIL .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOS4vWPIL .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOS4vWPIL .notched-box:before,
.cid-sBOS4vWPIL .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-sBOS4vWPIL .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOS4vWPIL .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOS4vWPIL .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOS4vWPIL .border:before,
.cid-sBOS4vWPIL .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-sBOS4vWPIL .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOS4vWPIL .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOS4vWPIL .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOS4vWPIL P {
  color: #ffffff;
}
.cid-sBOS4vWPIL .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOS4vWPIL a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-sBOS4vWPIL a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-sBOS5iSKXd {
  background: #ffffff;
}
.cid-sBOS5iSKXd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBOS5iSKXd figcaption {
  position: relative;
}
.cid-sBOS5iSKXd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBOS5iSKXd .image-block {
    width: 100% !important;
  }
}
.cid-sIqckBVr3G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sIqckBVr3G .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-sIqckBVr3G h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-sIqckBVr3G .space_down_30 {
  margin-bottom: 30px;
}
.cid-sIqckBVr3G .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-sBOS913fhd {
  background: #ffffff;
}
.cid-sBOS913fhd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBOS913fhd figcaption {
  position: relative;
}
.cid-sBOS913fhd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBOS913fhd .image-block {
    width: 100% !important;
  }
}
.cid-sBOS9VeVrx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sBOS9VeVrx .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOS9VeVrx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOS9VeVrx p {
  color: #767676;
  text-align: left;
}
.cid-sBOS9VeVrx .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOS9VeVrx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOS9VeVrx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOS9VeVrx .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOS9VeVrx .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOS9VeVrx .notched-box:before,
.cid-sBOS9VeVrx .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOS9VeVrx .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOS9VeVrx .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOS9VeVrx .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOS9VeVrx .border:before,
.cid-sBOS9VeVrx .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOS9VeVrx .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOS9VeVrx .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOS9VeVrx .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOS9VeVrx P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOS9VeVrx .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOSaO8ptn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sBOSaO8ptn .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOSaO8ptn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOSaO8ptn p {
  color: #767676;
  text-align: left;
}
.cid-sBOSaO8ptn .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOSaO8ptn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOSaO8ptn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOSaO8ptn .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOSaO8ptn .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOSaO8ptn .notched-box:before,
.cid-sBOSaO8ptn .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOSaO8ptn .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOSaO8ptn .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOSaO8ptn .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOSaO8ptn .border:before,
.cid-sBOSaO8ptn .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOSaO8ptn .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOSaO8ptn .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOSaO8ptn .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOSaO8ptn P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOSaO8ptn .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOSbBJ2aL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-sBOSbBJ2aL .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOSbBJ2aL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOSbBJ2aL p {
  color: #767676;
  text-align: left;
}
.cid-sBOSbBJ2aL .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOSbBJ2aL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOSbBJ2aL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOSbBJ2aL .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOSbBJ2aL .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOSbBJ2aL .notched-box:before,
.cid-sBOSbBJ2aL .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOSbBJ2aL .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOSbBJ2aL .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOSbBJ2aL .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOSbBJ2aL .border:before,
.cid-sBOSbBJ2aL .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOSbBJ2aL .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOSbBJ2aL .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOSbBJ2aL .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOSbBJ2aL P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOSbBJ2aL .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOSdEQppy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x352.jpg");
}
.cid-sBOSdEQppy H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-sBOSdEQppy .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-sBOSdEQppy .breites_Zitat,
  .cid-sBOSdEQppy .breiter_Autor {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
}
.cid-sBOSelGuHP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sBOSelGuHP .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOSelGuHP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOSelGuHP p {
  color: #767676;
  text-align: left;
}
.cid-sBOSelGuHP .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOSelGuHP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOSelGuHP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOSelGuHP .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOSelGuHP .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOSelGuHP .notched-box:before,
.cid-sBOSelGuHP .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOSelGuHP .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOSelGuHP .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOSelGuHP .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOSelGuHP .border:before,
.cid-sBOSelGuHP .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOSelGuHP .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOSelGuHP .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOSelGuHP .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOSelGuHP P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOSelGuHP .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOSfCfZeK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sBOSfCfZeK .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOSfCfZeK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOSfCfZeK p {
  color: #767676;
  text-align: left;
}
.cid-sBOSfCfZeK .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOSfCfZeK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOSfCfZeK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOSfCfZeK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOSfCfZeK .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOSfCfZeK .notched-box:before,
.cid-sBOSfCfZeK .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOSfCfZeK .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOSfCfZeK .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOSfCfZeK .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOSfCfZeK .border:before,
.cid-sBOSfCfZeK .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOSfCfZeK .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOSfCfZeK .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOSfCfZeK .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOSfCfZeK P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOSfCfZeK .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOSgPRTBQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-sBOSgPRTBQ .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOSgPRTBQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOSgPRTBQ p {
  color: #767676;
  text-align: left;
}
.cid-sBOSgPRTBQ .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOSgPRTBQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOSgPRTBQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOSgPRTBQ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOSgPRTBQ .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOSgPRTBQ .notched-box:before,
.cid-sBOSgPRTBQ .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOSgPRTBQ .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOSgPRTBQ .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOSgPRTBQ .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOSgPRTBQ .border:before,
.cid-sBOSgPRTBQ .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOSgPRTBQ .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOSgPRTBQ .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOSgPRTBQ .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOSgPRTBQ P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOSgPRTBQ .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOShturOA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-sBOShturOA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-sBOShturOA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sBOShturOA p {
  color: #767676;
  text-align: left;
}
.cid-sBOShturOA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-sBOShturOA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sBOShturOA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sBOShturOA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sBOShturOA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sBOShturOA .notched-box:before,
.cid-sBOShturOA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-sBOShturOA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-sBOShturOA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-sBOShturOA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-sBOShturOA .border:before,
.cid-sBOShturOA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-sBOShturOA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-sBOShturOA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-sBOShturOA .mbr-author-name {
  padding-left: 40px;
}
.cid-sBOShturOA P {
  color: #000000;
  line-height: 1.3;
}
.cid-sBOShturOA .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-sBOSiLvgVd {
  background: #ffffff;
}
.cid-sBOSiLvgVd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBOSiLvgVd figcaption {
  position: relative;
}
.cid-sBOSiLvgVd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBOSiLvgVd .image-block {
    width: 100% !important;
  }
}
.cid-txghOl4D0j {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghOl4D0j .content {
    text-align: center;
  }
  .cid-txghOl4D0j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghOl4D0j .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghOl4D0j .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghOl4D0j .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghOl4D0j .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghOl4D0j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghOl4D0j .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghOl4D0j .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghOl4D0j .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghOl4D0j .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghOl4D0j .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghOl4D0j .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghOl4D0j .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghOl4D0j H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghOl4D0j P {
  color: #1d1d1b;
}
.cid-txghOl4D0j .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghOl4D0j .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghOl4D0j .logo_footer {
  position: relative;
}
.cid-txghOl4D0j .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghOl4D0j .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghOl4D0j .col,
  .cid-txghOl4D0j .col-1,
  .cid-txghOl4D0j .col-10,
  .cid-txghOl4D0j .col-11,
  .cid-txghOl4D0j .col-12,
  .cid-txghOl4D0j .col-2,
  .cid-txghOl4D0j .col-3,
  .cid-txghOl4D0j .col-4,
  .cid-txghOl4D0j .col-5,
  .cid-txghOl4D0j .col-6,
  .cid-txghOl4D0j .col-7,
  .cid-txghOl4D0j .col-8,
  .cid-txghOl4D0j .col-9,
  .cid-txghOl4D0j .col-auto,
  .cid-txghOl4D0j .col-lg,
  .cid-txghOl4D0j .col-lg-1,
  .cid-txghOl4D0j .col-lg-10,
  .cid-txghOl4D0j .col-lg-11,
  .cid-txghOl4D0j .col-lg-12,
  .cid-txghOl4D0j .col-lg-2,
  .cid-txghOl4D0j .col-lg-3,
  .cid-txghOl4D0j .col-lg-4,
  .cid-txghOl4D0j .col-lg-5,
  .cid-txghOl4D0j .col-lg-6,
  .cid-txghOl4D0j .col-lg-7,
  .cid-txghOl4D0j .col-lg-8,
  .cid-txghOl4D0j .col-lg-9,
  .cid-txghOl4D0j .col-lg-auto,
  .cid-txghOl4D0j .col-md,
  .cid-txghOl4D0j .col-md-1,
  .cid-txghOl4D0j .col-md-10,
  .cid-txghOl4D0j .col-md-11,
  .cid-txghOl4D0j .col-md-12,
  .cid-txghOl4D0j .col-md-2,
  .cid-txghOl4D0j .col-md-3,
  .cid-txghOl4D0j .col-md-4,
  .cid-txghOl4D0j .col-md-5,
  .cid-txghOl4D0j .col-md-6,
  .cid-txghOl4D0j .col-md-7,
  .cid-txghOl4D0j .col-md-8,
  .cid-txghOl4D0j .col-md-9,
  .cid-txghOl4D0j .col-md-auto,
  .cid-txghOl4D0j .col-sm,
  .cid-txghOl4D0j .col-sm-1,
  .cid-txghOl4D0j .col-sm-10,
  .cid-txghOl4D0j .col-sm-11,
  .cid-txghOl4D0j .col-sm-12,
  .cid-txghOl4D0j .col-sm-2,
  .cid-txghOl4D0j .col-sm-3,
  .cid-txghOl4D0j .col-sm-4,
  .cid-txghOl4D0j .col-sm-5,
  .cid-txghOl4D0j .col-sm-6,
  .cid-txghOl4D0j .col-sm-7,
  .cid-txghOl4D0j .col-sm-8,
  .cid-txghOl4D0j .col-sm-9,
  .cid-txghOl4D0j .col-sm-auto,
  .cid-txghOl4D0j .col-xl,
  .cid-txghOl4D0j .col-xl-1,
  .cid-txghOl4D0j .col-xl-10,
  .cid-txghOl4D0j .col-xl-11,
  .cid-txghOl4D0j .col-xl-12,
  .cid-txghOl4D0j .col-xl-2,
  .cid-txghOl4D0j .col-xl-3,
  .cid-txghOl4D0j .col-xl-4,
  .cid-txghOl4D0j .col-xl-5,
  .cid-txghOl4D0j .col-xl-6,
  .cid-txghOl4D0j .col-xl-7,
  .cid-txghOl4D0j .col-xl-8,
  .cid-txghOl4D0j .col-xl-9,
  .cid-txghOl4D0j .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghOl4D0j .content {
    text-align: left;
  }
  .cid-txghOl4D0j .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghOl4D0j .logo_footer_box {
    position: relative;
  }
  .cid-txghOl4D0j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghOl4D0j .logo_footer {
    position: relative;
  }
  .cid-txghOl4D0j .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-rYi3CCOmD2 :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-rYi3CCOmD2 .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-rYi3CCOmD2 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rYi3CCOmD2 a {
  font-style: normal;
}
.cid-rYi3CCOmD2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYi3CCOmD2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rYi3CCOmD2 .nav-item:focus,
.cid-rYi3CCOmD2 .nav-link:focus {
  outline: none;
}
.cid-rYi3CCOmD2 .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-rYi3CCOmD2 .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-rYi3CCOmD2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rYi3CCOmD2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYi3CCOmD2 .menu-logo {
  margin-right: auto;
}
.cid-rYi3CCOmD2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-rYi3CCOmD2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYi3CCOmD2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYi3CCOmD2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYi3CCOmD2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYi3CCOmD2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYi3CCOmD2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYi3CCOmD2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYi3CCOmD2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYi3CCOmD2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYi3CCOmD2 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYi3CCOmD2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYi3CCOmD2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYi3CCOmD2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYi3CCOmD2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYi3CCOmD2 .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-rYi3CCOmD2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYi3CCOmD2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYi3CCOmD2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYi3CCOmD2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYi3CCOmD2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYi3CCOmD2 .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-rYi3CCOmD2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYi3CCOmD2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYi3CCOmD2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rYi3CCOmD2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYi3CCOmD2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYi3CCOmD2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYi3CCOmD2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYi3CCOmD2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYi3CCOmD2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYi3CCOmD2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYi3CCOmD2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYi3CCOmD2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYi3CCOmD2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rYi3CCOmD2 .collapsed .btn {
  display: flex;
}
.cid-rYi3CCOmD2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.collapsing,
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYi3CCOmD2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rYi3CCOmD2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYi3CCOmD2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYi3CCOmD2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYi3CCOmD2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYi3CCOmD2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYi3CCOmD2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYi3CCOmD2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rYi3CCOmD2 .logo_s {
  height: 3rem !important;
}
.cid-rYi3CCOmD2 .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-rYi3CCOmD2 .navbar-expand {
    flex-direction: column;
  }
  .cid-rYi3CCOmD2 img {
    height: 3rem !important;
  }
  .cid-rYi3CCOmD2 .logo_s {
    height: 1.5rem !important;
  }
  .cid-rYi3CCOmD2 .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-rYi3CCOmD2 .btn {
    display: flex;
  }
  .cid-rYi3CCOmD2 button.navbar-toggler {
    display: block;
  }
  .cid-rYi3CCOmD2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYi3CCOmD2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYi3CCOmD2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYi3CCOmD2 .navbar-collapse.collapsing,
  .cid-rYi3CCOmD2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYi3CCOmD2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rYi3CCOmD2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYi3CCOmD2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYi3CCOmD2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYi3CCOmD2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYi3CCOmD2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYi3CCOmD2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYi3CCOmD2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYi3CCOmD2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYi3CCOmD2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYi3CCOmD2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYi3CCOmD2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYi3CCOmD2 .menu-logo {
    flex-shrink: 3;
  }
}
.cid-rYi3CCOmD2 .navbar-collapse {
  flex-basis: auto;
}
.cid-rYi3CCOmD2 .nav-link:hover,
.cid-rYi3CCOmD2 .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-rYi3CCOmD2 .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-rYi3CCOmD2 .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-rYi3CCOmD2 .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-rYi3CCOmD2 .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-rYi3CCOmD2 .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-rYi3CCOmD2 a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rYi3CCOmD2 a:hover svg polygon,
.cid-rYi3CCOmD2 a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rYi3CCOmD2 .hiddden {
  display: none !important;
}
.cid-rYi3CCOmD2 .shoow {
  display: block !important;
}
.cid-rYi3CCOmD2 .navbar-logo a,
.cid-rYi3CCOmD2 .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rYi3CCOmD2 .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-rYi3CCOmD2 .navbar-logo a img {
    left: 20px;
  }
  .cid-rYi3CCOmD2 .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-rYi3CCOmD2 .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-rYi3CCOmD2 .stoerer_head,
  .cid-rYi3CCOmD2 .stoerer_text {
    grid-row: 1;
  }
  .cid-rYi3CCOmD2 .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-rYi3CCOmD2 a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rYi3CD8iGV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rYi3CD8iGV {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-rYi861laE6 {
  background-image: url("../../../assets/images/1-7kcgz-q6kd-rgv2cbipmvg-640x424.jpg");
}
.cid-rYi861laE6 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rYi861laE6 .space_down_50 {
  margin-bottom: 50px;
}
.cid-rYi861laE6 H3 {
  color: #ffffff;
}
.cid-rYi3CDTcPK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYi3CDTcPK .mbr-text,
.cid-rYi3CDTcPK blockquote {
  color: #767676;
}
.cid-rYi3CDTcPK .mbr-text {
  color: #1d1d1b;
}
.cid-rYi3CDTcPK .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYi3CDTcPK h3 {
  font-size: inherit;
}
.cid-rYi3CFx0Bn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYi3CFx0Bn .mbr-text,
.cid-rYi3CFx0Bn blockquote {
  color: #767676;
}
.cid-rYi3CFx0Bn .mbr-text {
  color: #1d1d1b;
}
.cid-rYi3CFx0Bn .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYi3CFx0Bn p {
  margin-bottom: 0px;
}
.cid-rYi3CDH1Dt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYi3CDH1Dt .mbr-figure {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rYi3CDH1Dt .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-rYi3CDH1Dt .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYi3CDH1Dt .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-rYi3CDH1Dt .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rYi3CDH1Dt .testimonial-text {
  text-align: left;
}
.cid-rYi9nZPNmI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYi9nZPNmI .mbr-text,
.cid-rYi9nZPNmI blockquote {
  color: #767676;
}
.cid-rYi9nZPNmI .mbr-text {
  color: #1d1d1b;
}
.cid-rYi9nZPNmI .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYi9nZPNmI p {
  margin-bottom: 0px;
}
.cid-rYi9nZPNmI .mbr-text P {
  text-align: left;
}
.cid-rYi9IFy59h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYi9IFy59h .mbr-text,
.cid-rYi9IFy59h blockquote {
  color: #767676;
}
.cid-rYi9IFy59h .mbr-text {
  color: #1d1d1b;
}
.cid-rYi9IFy59h .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYi9IFy59h h3 {
  font-size: inherit;
}
.cid-rYi9IFy59h .mbr-text H3 {
  text-align: left;
}
.cid-rYi9OxTQ0s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYi9OxTQ0s .mbr-text,
.cid-rYi9OxTQ0s blockquote {
  color: #767676;
}
.cid-rYi9OxTQ0s .mbr-text {
  color: #1d1d1b;
}
.cid-rYi9OxTQ0s .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYi9OxTQ0s p {
  margin-bottom: 0px;
}
.cid-rYi9OxTQ0s .mbr-text P {
  text-align: left;
}
.cid-rYiajlcM63 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYiajlcM63 .mbr-text,
.cid-rYiajlcM63 blockquote {
  color: #767676;
}
.cid-rYiajlcM63 .mbr-text {
  color: #1d1d1b;
}
.cid-rYiajlcM63 .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYiajlcM63 h3 {
  font-size: inherit;
}
.cid-rYiajlcM63 .mbr-text H3 {
  text-align: left;
}
.cid-rYiaopmptD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYiaopmptD .mbr-text,
.cid-rYiaopmptD blockquote {
  color: #767676;
}
.cid-rYiaopmptD .mbr-text {
  color: #1d1d1b;
}
.cid-rYiaopmptD .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYiaopmptD p {
  margin-bottom: 0px;
}
.cid-rYiaopmptD .mbr-text P {
  text-align: left;
}
.cid-rYi3CEktRf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYi3CEktRf .testimonial-text {
  font-weight: 400;
  color: #1d1d1b;
  text-align: left;
}
.cid-rYi3CEktRf .mbr-text {
  line-height: 1.32 !important;
}
.cid-rYi3CEktRf .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rYi3CEktRf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rYi3CEktRf .h2_block {
  margin-bottom: 20px;
}
.cid-rYi3CEktRf .px-3 {
  padding-left: 0rem !important;
}
.cid-rYi3CEktRf .py-2 {
  padding-top: 0rem !important;
  padding-bottom: .0rem !important;
}
.cid-rYi3CEktRf .pr-lg-5 {
  padding-right: 1rem !important;
}
.cid-rYi3CEktRf .mbr-figure {
  margin-top: 20px;
  float: left;
}
.cid-rYi3CEktRf .media-content,
.cid-rYi3CEktRf .mbr-figure {
  align-self: flex-start;
}
.cid-rYi3CEktRf p {
  margin-bottom: 0px;
}
.cid-rYi3CEktRf .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-rYi3CEktRf .mbr-figure,
  .cid-rYi3CEktRf img {
    width: 100%;
    margin-top: 20px;
    margin: auto;
  }
  .cid-rYi3CEktRf .col-10,
  .cid-rYi3CEktRf .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rYi3CEktRf .pr-lg-5 {
    padding-right: 0rem !important;
    padding-top: 1rem !important;
  }
  .cid-rYi3CEktRf .media-content {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .cid-rYi3CEktRf .col-10,
  .cid-rYi3CEktRf .col-md-8 {
    max-width: 100%;
  }
}
.cid-rYi3CEktRf h3 {
  margin-top: 1rem;
  color: #1d1d1b;
}
.cid-rYiaKX6AIt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYiaKX6AIt .mbr-text,
.cid-rYiaKX6AIt blockquote {
  color: #767676;
}
.cid-rYiaKX6AIt .mbr-text {
  color: #1d1d1b;
}
.cid-rYiaKX6AIt .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYiaKX6AIt p {
  margin-bottom: 0px;
}
.cid-rYiaKX6AIt .mbr-text P {
  text-align: left;
}
.cid-rYi3CG0d0n {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-rYi3CG0d0n .video-block {
  margin: 10px auto 10px auto;
}
.cid-rYi3CG0d0n .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYi3CG0d0n .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cid-rYi3CG0d0n .video-block {
    width: 100% !important;
  }
}
.cid-rYi3CG0d0n .video-block:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rYi3CG0d0n .testimonial-text {
  text-align: left;
}
.cid-rYiaWvngRP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYiaWvngRP .mbr-text,
.cid-rYiaWvngRP blockquote {
  color: #767676;
}
.cid-rYiaWvngRP .mbr-text {
  color: #1d1d1b;
}
.cid-rYiaWvngRP .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYiaWvngRP p {
  margin-bottom: 0px;
}
.cid-rYiaWvngRP .mbr-text P {
  text-align: left;
}
.cid-rYib1uNVvM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYib1uNVvM .mbr-text,
.cid-rYib1uNVvM blockquote {
  color: #767676;
}
.cid-rYib1uNVvM .mbr-text {
  color: #1d1d1b;
}
.cid-rYib1uNVvM .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYib1uNVvM h3 {
  font-size: inherit;
}
.cid-rYib1uNVvM .mbr-text H3 {
  text-align: left;
}
.cid-rYib2CROlQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYib2CROlQ .mbr-text,
.cid-rYib2CROlQ blockquote {
  color: #767676;
}
.cid-rYib2CROlQ .mbr-text {
  color: #1d1d1b;
}
.cid-rYib2CROlQ .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYib2CROlQ p {
  margin-bottom: 0px;
}
.cid-rYib2CROlQ .mbr-text P {
  text-align: left;
}
.cid-rYib8XEn9f {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYib8XEn9f P {
  color: #767676;
}
.cid-rYib8XEn9f .display-2 {
  font-size: 3rem;
  font-weight: 200;
}
.cid-rYib8XEn9f .justify-content-md-right {
  justify-content: flex-end !important;
}
@media (max-width: 768px) {
  .cid-rYib8XEn9f .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-rYiclEfuKu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYiclEfuKu .mbr-text,
.cid-rYiclEfuKu blockquote {
  color: #767676;
}
.cid-rYiclEfuKu .mbr-text {
  color: #1d1d1b;
}
.cid-rYiclEfuKu .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYiclEfuKu p {
  margin-bottom: 0px;
}
.cid-rYiclEfuKu .mbr-text P {
  text-align: left;
}
.cid-rYicpHIPeg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYicpHIPeg .mbr-text,
.cid-rYicpHIPeg blockquote {
  color: #767676;
}
.cid-rYicpHIPeg .mbr-text {
  color: #1d1d1b;
}
.cid-rYicpHIPeg .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYicpHIPeg h3 {
  font-size: inherit;
}
.cid-rYicpHIPeg .mbr-text H3 {
  text-align: left;
}
.cid-rYicqQv5GD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYicqQv5GD .mbr-text,
.cid-rYicqQv5GD blockquote {
  color: #767676;
}
.cid-rYicqQv5GD .mbr-text {
  color: #1d1d1b;
}
.cid-rYicqQv5GD .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYicqQv5GD p {
  margin-bottom: 0px;
}
.cid-rYicqQv5GD .mbr-text P {
  text-align: left;
}
.cid-rYicG90CTI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYicG90CTI .mbr-text,
.cid-rYicG90CTI blockquote {
  color: #767676;
}
.cid-rYicG90CTI .mbr-text {
  color: #1d1d1b;
}
.cid-rYicG90CTI .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYicG90CTI h3 {
  font-size: inherit;
}
.cid-rYicG90CTI .mbr-text H3 {
  text-align: left;
}
.cid-rYicHfmjKF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYicHfmjKF .mbr-text,
.cid-rYicHfmjKF blockquote {
  color: #767676;
}
.cid-rYicHfmjKF .mbr-text {
  color: #1d1d1b;
}
.cid-rYicHfmjKF .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYicHfmjKF p {
  margin-bottom: 0px;
}
.cid-rYicHfmjKF .mbr-text P {
  text-align: left;
}
.cid-rYicOup7UR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYicOup7UR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rYicOup7UR .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-rYicOup7UR .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYicOup7UR .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-rYicOup7UR .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rYicYqILOF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYicYqILOF .mbr-text,
.cid-rYicYqILOF blockquote {
  color: #767676;
}
.cid-rYicYqILOF .mbr-text {
  color: #1d1d1b;
}
.cid-rYicYqILOF .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYicYqILOF h3 {
  font-size: inherit;
}
.cid-rYicYqILOF .mbr-text H3 {
  text-align: left;
}
.cid-rYid28BGOT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYid28BGOT .mbr-text,
.cid-rYid28BGOT blockquote {
  color: #767676;
}
.cid-rYid28BGOT .mbr-text {
  color: #1d1d1b;
}
.cid-rYid28BGOT .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYid28BGOT p {
  margin-bottom: 0px;
}
.cid-rYid28BGOT .mbr-text P {
  text-align: left;
}
.cid-rYid4ZgOLD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYid4ZgOLD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rYid4ZgOLD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-rYid4ZgOLD .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYid4ZgOLD .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-rYid4ZgOLD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rYidfnMygu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYidfnMygu .mbr-text,
.cid-rYidfnMygu blockquote {
  color: #767676;
}
.cid-rYidfnMygu .mbr-text {
  color: #1d1d1b;
}
.cid-rYidfnMygu .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYidfnMygu p {
  margin-bottom: 0px;
}
.cid-rYidfnMygu .mbr-text P {
  text-align: left;
}
.cid-rYidn5jT5W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYidn5jT5W .mbr-text,
.cid-rYidn5jT5W blockquote {
  color: #767676;
}
.cid-rYidn5jT5W .mbr-text {
  color: #1d1d1b;
}
.cid-rYidn5jT5W .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYidn5jT5W h3 {
  font-size: inherit;
}
.cid-rYidn5jT5W .mbr-text H3 {
  text-align: left;
}
.cid-rYido2OSUA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYido2OSUA .mbr-text,
.cid-rYido2OSUA blockquote {
  color: #767676;
}
.cid-rYido2OSUA .mbr-text {
  color: #1d1d1b;
}
.cid-rYido2OSUA .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYido2OSUA p {
  margin-bottom: 0px;
}
.cid-rYido2OSUA .mbr-text P {
  text-align: left;
}
.cid-rYidAgvVAh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYidAgvVAh .testimonial-text {
  font-weight: 400;
  color: #1d1d1b;
}
.cid-rYidAgvVAh .mbr-text {
  line-height: 1.32 !important;
}
.cid-rYidAgvVAh .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-rYidAgvVAh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rYidAgvVAh .h2_block {
  margin-bottom: 20px;
}
.cid-rYidAgvVAh .px-3 {
  padding-left: 0rem !important;
}
.cid-rYidAgvVAh .py-2 {
  padding-top: 0rem !important;
  padding-bottom: .0rem !important;
}
.cid-rYidAgvVAh .pr-lg-5 {
  padding-right: 1rem !important;
}
.cid-rYidAgvVAh .mbr-figure {
  margin-top: 20px;
  float: left;
}
.cid-rYidAgvVAh .media-content,
.cid-rYidAgvVAh .mbr-figure {
  align-self: flex-start;
}
.cid-rYidAgvVAh p {
  margin-bottom: 0px;
}
.cid-rYidAgvVAh .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-rYidAgvVAh .mbr-figure,
  .cid-rYidAgvVAh img {
    width: 100%;
    margin-top: 20px;
    margin: auto;
  }
  .cid-rYidAgvVAh .col-10,
  .cid-rYidAgvVAh .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rYidAgvVAh .pr-lg-5 {
    padding-right: 0rem !important;
    padding-top: 1rem !important;
  }
  .cid-rYidAgvVAh .media-content {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .cid-rYidAgvVAh .col-10,
  .cid-rYidAgvVAh .col-md-8 {
    max-width: 100%;
  }
}
.cid-rYidAgvVAh h3 {
  margin-top: 1rem;
  color: #1d1d1b;
}
.cid-rYidFn3Tsv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYidFn3Tsv .mbr-text,
.cid-rYidFn3Tsv blockquote {
  color: #767676;
}
.cid-rYidFn3Tsv .mbr-text {
  color: #1d1d1b;
}
.cid-rYidFn3Tsv .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYidFn3Tsv p {
  margin-bottom: 0px;
}
.cid-rYidFn3Tsv .mbr-text P {
  text-align: left;
}
.cid-rYidWMdxZ3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYidWMdxZ3 .mbr-text,
.cid-rYidWMdxZ3 blockquote {
  color: #767676;
}
.cid-rYidWMdxZ3 .mbr-text {
  color: #1d1d1b;
}
.cid-rYidWMdxZ3 .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYidWMdxZ3 h3 {
  font-size: inherit;
}
.cid-rYidWMdxZ3 .mbr-text H3 {
  text-align: left;
}
.cid-rYidXvK6vH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYidXvK6vH .mbr-text,
.cid-rYidXvK6vH blockquote {
  color: #767676;
}
.cid-rYidXvK6vH .mbr-text {
  color: #1d1d1b;
}
.cid-rYidXvK6vH .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYidXvK6vH p {
  margin-bottom: 0px;
}
.cid-rYidXvK6vH .mbr-text P {
  text-align: left;
}
.cid-rYie14UwtF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYie14UwtF .mbr-figure {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rYie14UwtF .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-rYie14UwtF .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYie14UwtF .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-rYie14UwtF .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rYim7A34PW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYim7A34PW .mbr-figure {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rYim7A34PW .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-rYim7A34PW .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYim7A34PW .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-rYim7A34PW .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rYiej4vwRO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYiej4vwRO .mbr-text,
.cid-rYiej4vwRO blockquote {
  color: #767676;
}
.cid-rYiej4vwRO .mbr-text {
  color: #1d1d1b;
}
.cid-rYiej4vwRO .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYiej4vwRO p {
  margin-bottom: 0px;
}
.cid-rYiej4vwRO .mbr-text P {
  text-align: left;
}
.cid-rYim8g400T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYim8g400T .mbr-figure {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rYim8g400T .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
.cid-rYim8g400T .display-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.2px;
  margin-top: 0.5rem;
  font-style: italic;
}
.cid-rYim8g400T .mbr-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-rYim8g400T .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rYieOcSMEl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYieOcSMEl .mbr-text,
.cid-rYieOcSMEl blockquote {
  color: #767676;
}
.cid-rYieOcSMEl .mbr-text {
  color: #1d1d1b;
}
.cid-rYieOcSMEl .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYieOcSMEl h3 {
  font-size: inherit;
}
.cid-rYieOcSMEl .mbr-text H3 {
  text-align: left;
}
.cid-rYieQa3lrY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYieQa3lrY .mbr-text,
.cid-rYieQa3lrY blockquote {
  color: #767676;
}
.cid-rYieQa3lrY .mbr-text {
  color: #1d1d1b;
}
.cid-rYieQa3lrY .display-5 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
}
.cid-rYieQa3lrY p {
  margin-bottom: 0px;
}
.cid-rYieQa3lrY .mbr-text P {
  text-align: left;
}
.cid-txgisAFXUZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgisAFXUZ .content {
    text-align: center;
  }
  .cid-txgisAFXUZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgisAFXUZ .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgisAFXUZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgisAFXUZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgisAFXUZ .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgisAFXUZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgisAFXUZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgisAFXUZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgisAFXUZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgisAFXUZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgisAFXUZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgisAFXUZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgisAFXUZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgisAFXUZ H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgisAFXUZ P {
  color: #1d1d1b;
}
.cid-txgisAFXUZ .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgisAFXUZ .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgisAFXUZ .logo_footer {
  position: relative;
}
.cid-txgisAFXUZ .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgisAFXUZ .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgisAFXUZ .col,
  .cid-txgisAFXUZ .col-1,
  .cid-txgisAFXUZ .col-10,
  .cid-txgisAFXUZ .col-11,
  .cid-txgisAFXUZ .col-12,
  .cid-txgisAFXUZ .col-2,
  .cid-txgisAFXUZ .col-3,
  .cid-txgisAFXUZ .col-4,
  .cid-txgisAFXUZ .col-5,
  .cid-txgisAFXUZ .col-6,
  .cid-txgisAFXUZ .col-7,
  .cid-txgisAFXUZ .col-8,
  .cid-txgisAFXUZ .col-9,
  .cid-txgisAFXUZ .col-auto,
  .cid-txgisAFXUZ .col-lg,
  .cid-txgisAFXUZ .col-lg-1,
  .cid-txgisAFXUZ .col-lg-10,
  .cid-txgisAFXUZ .col-lg-11,
  .cid-txgisAFXUZ .col-lg-12,
  .cid-txgisAFXUZ .col-lg-2,
  .cid-txgisAFXUZ .col-lg-3,
  .cid-txgisAFXUZ .col-lg-4,
  .cid-txgisAFXUZ .col-lg-5,
  .cid-txgisAFXUZ .col-lg-6,
  .cid-txgisAFXUZ .col-lg-7,
  .cid-txgisAFXUZ .col-lg-8,
  .cid-txgisAFXUZ .col-lg-9,
  .cid-txgisAFXUZ .col-lg-auto,
  .cid-txgisAFXUZ .col-md,
  .cid-txgisAFXUZ .col-md-1,
  .cid-txgisAFXUZ .col-md-10,
  .cid-txgisAFXUZ .col-md-11,
  .cid-txgisAFXUZ .col-md-12,
  .cid-txgisAFXUZ .col-md-2,
  .cid-txgisAFXUZ .col-md-3,
  .cid-txgisAFXUZ .col-md-4,
  .cid-txgisAFXUZ .col-md-5,
  .cid-txgisAFXUZ .col-md-6,
  .cid-txgisAFXUZ .col-md-7,
  .cid-txgisAFXUZ .col-md-8,
  .cid-txgisAFXUZ .col-md-9,
  .cid-txgisAFXUZ .col-md-auto,
  .cid-txgisAFXUZ .col-sm,
  .cid-txgisAFXUZ .col-sm-1,
  .cid-txgisAFXUZ .col-sm-10,
  .cid-txgisAFXUZ .col-sm-11,
  .cid-txgisAFXUZ .col-sm-12,
  .cid-txgisAFXUZ .col-sm-2,
  .cid-txgisAFXUZ .col-sm-3,
  .cid-txgisAFXUZ .col-sm-4,
  .cid-txgisAFXUZ .col-sm-5,
  .cid-txgisAFXUZ .col-sm-6,
  .cid-txgisAFXUZ .col-sm-7,
  .cid-txgisAFXUZ .col-sm-8,
  .cid-txgisAFXUZ .col-sm-9,
  .cid-txgisAFXUZ .col-sm-auto,
  .cid-txgisAFXUZ .col-xl,
  .cid-txgisAFXUZ .col-xl-1,
  .cid-txgisAFXUZ .col-xl-10,
  .cid-txgisAFXUZ .col-xl-11,
  .cid-txgisAFXUZ .col-xl-12,
  .cid-txgisAFXUZ .col-xl-2,
  .cid-txgisAFXUZ .col-xl-3,
  .cid-txgisAFXUZ .col-xl-4,
  .cid-txgisAFXUZ .col-xl-5,
  .cid-txgisAFXUZ .col-xl-6,
  .cid-txgisAFXUZ .col-xl-7,
  .cid-txgisAFXUZ .col-xl-8,
  .cid-txgisAFXUZ .col-xl-9,
  .cid-txgisAFXUZ .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgisAFXUZ .content {
    text-align: left;
  }
  .cid-txgisAFXUZ .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgisAFXUZ .logo_footer_box {
    position: relative;
  }
  .cid-txgisAFXUZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgisAFXUZ .logo_footer {
    position: relative;
  }
  .cid-txgisAFXUZ .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-tg5j8FxFWF :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-tg5j8FxFWF .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tg5j8FxFWF .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tg5j8FxFWF a {
  font-style: normal;
}
.cid-tg5j8FxFWF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tg5j8FxFWF .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tg5j8FxFWF .nav-item:focus,
.cid-tg5j8FxFWF .nav-link:focus {
  outline: none;
}
.cid-tg5j8FxFWF .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-tg5j8FxFWF .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-tg5j8FxFWF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tg5j8FxFWF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tg5j8FxFWF .menu-logo {
  margin-right: auto;
}
.cid-tg5j8FxFWF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-tg5j8FxFWF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tg5j8FxFWF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tg5j8FxFWF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tg5j8FxFWF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tg5j8FxFWF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tg5j8FxFWF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tg5j8FxFWF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tg5j8FxFWF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tg5j8FxFWF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tg5j8FxFWF .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tg5j8FxFWF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tg5j8FxFWF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg5j8FxFWF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tg5j8FxFWF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg5j8FxFWF .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-tg5j8FxFWF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tg5j8FxFWF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tg5j8FxFWF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tg5j8FxFWF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tg5j8FxFWF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tg5j8FxFWF .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-tg5j8FxFWF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tg5j8FxFWF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tg5j8FxFWF button.navbar-toggler:focus {
  outline: none;
}
.cid-tg5j8FxFWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg5j8FxFWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg5j8FxFWF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5j8FxFWF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5j8FxFWF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg5j8FxFWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5j8FxFWF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg5j8FxFWF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg5j8FxFWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5j8FxFWF .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tg5j8FxFWF .collapsed .btn {
  display: flex;
}
.cid-tg5j8FxFWF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tg5j8FxFWF .collapsed .navbar-collapse.collapsing,
.cid-tg5j8FxFWF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tg5j8FxFWF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tg5j8FxFWF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tg5j8FxFWF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tg5j8FxFWF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tg5j8FxFWF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tg5j8FxFWF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-tg5j8FxFWF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tg5j8FxFWF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tg5j8FxFWF .collapsed button.navbar-toggler {
  display: block;
}
.cid-tg5j8FxFWF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tg5j8FxFWF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tg5j8FxFWF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tg5j8FxFWF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tg5j8FxFWF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tg5j8FxFWF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tg5j8FxFWF .logo_s {
  height: 3rem !important;
}
.cid-tg5j8FxFWF .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-tg5j8FxFWF .navbar-expand {
    flex-direction: column;
  }
  .cid-tg5j8FxFWF img {
    height: 3rem !important;
  }
  .cid-tg5j8FxFWF .logo_s {
    height: 1.5rem !important;
  }
  .cid-tg5j8FxFWF .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-tg5j8FxFWF .btn {
    display: flex;
  }
  .cid-tg5j8FxFWF button.navbar-toggler {
    display: block;
  }
  .cid-tg5j8FxFWF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tg5j8FxFWF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tg5j8FxFWF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tg5j8FxFWF .navbar-collapse.collapsing,
  .cid-tg5j8FxFWF .navbar-collapse.show {
    display: block !important;
  }
  .cid-tg5j8FxFWF .navbar-collapse.collapsing .navbar-nav,
  .cid-tg5j8FxFWF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tg5j8FxFWF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tg5j8FxFWF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tg5j8FxFWF .navbar-collapse.collapsing .navbar-buttons,
  .cid-tg5j8FxFWF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tg5j8FxFWF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tg5j8FxFWF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tg5j8FxFWF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tg5j8FxFWF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tg5j8FxFWF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tg5j8FxFWF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tg5j8FxFWF .menu-logo {
    flex-shrink: 3;
  }
}
.cid-tg5j8FxFWF .navbar-collapse {
  flex-basis: auto;
}
.cid-tg5j8FxFWF .nav-link:hover,
.cid-tg5j8FxFWF .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-tg5j8FxFWF .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-tg5j8FxFWF .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-tg5j8FxFWF .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-tg5j8FxFWF .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-tg5j8FxFWF .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-tg5j8FxFWF a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5j8FxFWF a:hover svg polygon,
.cid-tg5j8FxFWF a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5j8FxFWF .hiddden {
  display: none !important;
}
.cid-tg5j8FxFWF .shoow {
  display: block !important;
}
.cid-tg5j8FxFWF .navbar-logo a,
.cid-tg5j8FxFWF .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-tg5j8FxFWF .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-tg5j8FxFWF .navbar-logo a img {
    left: 20px;
  }
  .cid-tg5j8FxFWF .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-tg5j8FxFWF .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-tg5j8FxFWF .stoerer_head,
  .cid-tg5j8FxFWF .stoerer_text {
    grid-row: 1;
  }
  .cid-tg5j8FxFWF .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-tg5j8FxFWF a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-tg5j8GFlUz {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-tg5j8GFlUz {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-tg5lXtU0iy {
  background: #ffffff;
}
.cid-tg5lXtU0iy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lXtU0iy figcaption {
  position: relative;
}
.cid-tg5lXtU0iy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lXtU0iy .image-block {
    width: 100% !important;
  }
}
.cid-tg5lWQJ6XF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tg5lWQJ6XF .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5lWQJ6XF h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lWQJ6XF .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5lWQJ6XF .testimonial-text {
  text-align: right;
  color: #171717;
}
.cid-tg5lUZekvH {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tg5lUZekvH .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-tg5lUZekvH .video-block {
    width: 100% !important;
  }
}
.cid-tg5lUZekvH .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lTPiihX {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-tg5lTPiihX .image-block {
  margin: auto;
}
.cid-tg5lTPiihX figcaption {
  position: relative;
}
.cid-tg5lTPiihX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lTPiihX .image-block {
    width: 100% !important;
  }
}
.cid-tg5lTgLEhS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tg5lTgLEhS .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-tg5lTgLEhS h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lTgLEhS .space_down_30 {
  margin-bottom: 30px;
}
.cid-tg5lTgLEhS .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-tg5lTgLEhS a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lTgLEhS a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lSenVJM {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lSenVJM H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lSenVJM .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tg5lSenVJM .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lSenVJM .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lPoqNQt {
  background: #ffffff;
}
.cid-tg5lPoqNQt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lPoqNQt figcaption {
  position: relative;
}
.cid-tg5lPoqNQt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lPoqNQt .image-block {
    width: 100% !important;
  }
}
.cid-tg5lYPTPo3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tg5lYPTPo3 P {
  color: #767676;
}
.cid-tg5lYPTPo3 .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-tg5lYPTPo3 .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-tg5lYPTPo3 .mbr-text,
.cid-tg5lYPTPo3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tg5lYPTPo3 H1 {
  color: #ffffff;
}
.cid-tg5lO11AXG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tg5lO11AXG .mbr-overlay {
  z-index: 1;
}
.cid-tg5lO11AXG .carousel-caption {
  bottom: 40px;
}
.cid-tg5lO11AXG .carousel-control .icon-next,
.cid-tg5lO11AXG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 0px;
  line-height: 27px;
}
.cid-tg5lO11AXG .carousel-control:hover {
  background: #386DA3;
  color: #fff;
  opacity: 1;
}
.cid-tg5lO11AXG .linkaus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cid-tg5lO11AXG .item-wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.cid-tg5lO11AXG .mbri-right::before,
.cid-tg5lO11AXG .mbri-left::before {
  content: "";
}
.cid-tg5lO11AXG .pfeil_links,
.cid-tg5lO11AXG .pfeil_rechts {
  height: auto;
  width: 30px;
}
@media (max-width: 767px) {
  .cid-tg5lO11AXG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tg5lO11AXG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tg5lO11AXG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tg5lO11AXG .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all 0.15s;
}
.cid-tg5lO11AXG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tg5lO11AXG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tg5lO11AXG .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tg5lO11AXG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tg5lO11AXG .carousel-indicators {
  display: none;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tg5lO11AXG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tg5lO11AXG .carousel-indicators li.active,
.cid-tg5lO11AXG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tg5lO11AXG .carousel-indicators li::after,
.cid-tg5lO11AXG .carousel-indicators li::before {
  content: none;
}
.cid-tg5lO11AXG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tg5lO11AXG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .cid-tg5lO11AXG item-wrapper {
    min-height: 33vh;
  }
}
.cid-tg5lMFHPYj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lMFHPYj H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lMFHPYj .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tg5lMFHPYj .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lMFHPYj .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lMeb1Jr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/afd-muell-1-960x1200.jpg");
}
.cid-tg5lMeb1Jr h3 {
  text-align: center;
}
.cid-tg5lMeb1Jr .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tg5lMeb1Jr .mbr-content-text {
  color: #767676;
}
.cid-tg5lMeb1Jr .panel-item {
  background: #ffffff;
}
.cid-tg5lMeb1Jr .card {
  word-wrap: break-word;
  height: 50vh;
}
.cid-tg5lMeb1Jr .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-tg5lMeb1Jr .display-1 {
  font-weight: bold;
}
.cid-tg5lLusFgY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5lLusFgY .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5lLusFgY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lLusFgY .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5lKnqkc6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5lKnqkc6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5lKnqkc6 p {
  color: #767676;
  text-align: left;
}
.cid-tg5lKnqkc6 .card-box {
  padding-top: 2rem;
}
.cid-tg5lKnqkc6 .card-wrapper {
  height: 100%;
}
.cid-tg5lJPzF4t {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tg5lJPzF4t .image-block {
  margin: auto;
}
.cid-tg5lJPzF4t figcaption {
  position: relative;
}
.cid-tg5lJPzF4t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lJPzF4t .image-block {
    width: 100% !important;
  }
}
.cid-tg5lJcFCw4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tg5lJcFCw4 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5lJcFCw4 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lJcFCw4 .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5lJcFCw4 .testimonial-text {
  text-align: right;
  color: #171717;
}
.cid-tg5lIdZ20H {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-tg5lIdZ20H .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-tg5lIdZ20H .video-block {
    width: 100% !important;
  }
}
.cid-tg5lIdZ20H .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lHAosB7 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lHAosB7 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lHAosB7 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tg5lHAosB7 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lHAosB7 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lH5pa1h {
  background: #ffffff;
}
.cid-tg5lH5pa1h .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lH5pa1h figcaption {
  position: relative;
}
.cid-tg5lH5pa1h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lH5pa1h .image-block {
    width: 100% !important;
  }
}
.cid-tg5j9xBGSA {
  background: #ffffff;
}
.cid-tg5j9xBGSA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5j9xBGSA figcaption {
  position: relative;
}
.cid-tg5j9xBGSA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5j9xBGSA .image-block {
    width: 300% !important;
  }
}
.cid-tg5j9ycijX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tg5j9ycijX .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-tg5j9ycijX .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-tg5j9ycijX .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tg5j9ycijX .mbr-figure,
  .cid-tg5j9ycijX img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tg5j9ycijX .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tg5j9ycijX .mbr-author-desc {
  color: #000000;
}
.cid-tg5j9ycijX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5j9ycijX .text_block {
  margin-top: 0px;
}
.cid-tg5j9ycijX .h2_block {
  margin-bottom: 20px;
}
.cid-tg5j9ycijX .mbr-figure {
  align-self: flex-start;
}
.cid-tg5j9ycijX .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-tg5j9ycijX .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-tg5j9ycijX .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-tg5j9ycijX a:hover {
  Color: #a76645 !important;
}
.cid-tg5j9ycijX a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5j9ycijX .btn-black-outline:hover,
.cid-tg5j9ycijX .btn-black-outline:focus,
.cid-tg5j9ycijX .btn-black-outline.focus,
.cid-tg5j9ycijX .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tg5j9ycijX .display-5 {
    line-height: 1;
  }
  .cid-tg5j9ycijX .btn {
    font-size: 1.5rem !important;
  }
  .cid-tg5j9ycijX .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-tg5j9ycijX .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-tg5j9yQIL0 {
  background: #ffffff;
}
.cid-tg5j9yQIL0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5j9yQIL0 figcaption {
  position: relative;
}
.cid-tg5j9yQIL0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5j9yQIL0 .image-block {
    width: 300% !important;
  }
}
.cid-tg5lEy8zF2 {
  background: #ffffff;
}
.cid-tg5lEy8zF2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lEy8zF2 figcaption {
  position: relative;
}
.cid-tg5lEy8zF2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lEy8zF2 .image-block {
    width: 100% !important;
  }
}
.cid-tg5lDOAvBU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5lDOAvBU .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5lDOAvBU h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lDOAvBU .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5lD9kRhe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tg5lD9kRhe .mbr-text {
  color: #1d1d1b;
}
.cid-tg5lD9kRhe .mbr-text p {
  background: #ffffff;
  padding: 1rem 0px !important;
}
.cid-tg5lD9kRhe h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lD9kRhe .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5lD9kRhe p {
  line-height: 1.2;
}
.cid-tg5lBYtmID {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5lBYtmID h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5lBYtmID p {
  color: #767676;
  text-align: left;
}
.cid-tg5lBYtmID .card-box {
  padding-top: 2rem;
}
.cid-tg5lBYtmID .card-wrapper {
  height: 100%;
}
.cid-tg5lBsQqTb {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lBsQqTb H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lBsQqTb .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5lBsQqTb .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lBsQqTb .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lBsQqTb a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lBsQqTb a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lAW870q {
  background-image: url("../../../assets/images/zps-afd-muell-027-web-2-807x538.jpg");
}
.cid-tg5lAW870q P {
  color: #767676;
}
.cid-tg5lzJAmWn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tg5lzJAmWn .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-tg5lzJAmWn .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-tg5lzJAmWn .mbr-author-desc {
  color: #232;
}
.cid-tg5lzJAmWn .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5lzJAmWn .col-md-8 {
  max-width: 100%;
}
.cid-tg5lzJAmWn p {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .cid-tg5lzJAmWn .mbr-figure,
  .cid-tg5lzJAmWn img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-tg5lzJAmWn h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lzJAmWn .text_block {
  margin-top: 70px;
}
.cid-tg5lzJAmWn .h2_block {
  margin-bottom: 20px;
}
.cid-tg5lzJAmWn .mbr-figure {
  align-self: flex-start;
}
.cid-tg5lzJAmWn .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-tg5lzJAmWn a:hover {
  Color: #a76645 !important;
}
.cid-tg5lzJAmWn a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lzJAmWn .btn-black-outline:hover,
.cid-tg5lzJAmWn .btn-black-outline:focus,
.cid-tg5lzJAmWn .btn-black-outline.focus,
.cid-tg5lzJAmWn .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tg5lzJAmWn .btn {
    font-size: 1.5rem !important;
  }
  .cid-tg5lzJAmWn .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-tg5lyWCQSE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lyWCQSE .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tg5lyWCQSE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5lyWCQSE p {
  color: #767676;
  text-align: left;
}
.cid-tg5lyWCQSE .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tg5lyWCQSE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tg5lyWCQSE .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tg5lyWCQSE .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tg5lyWCQSE .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tg5lyWCQSE .notched-box:before,
.cid-tg5lyWCQSE .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-tg5lyWCQSE .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tg5lyWCQSE .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tg5lyWCQSE .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tg5lyWCQSE .border:before,
.cid-tg5lyWCQSE .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-tg5lyWCQSE .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tg5lyWCQSE .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tg5lyWCQSE .mbr-author-name {
  padding-left: 40px;
}
.cid-tg5lyWCQSE P {
  color: #1d1d1b;
}
.cid-tg5lyWCQSE .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tg5lye1uLU {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/asche-12-web-2000x607.jpg");
}
.cid-tg5lye1uLU H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-tg5lye1uLU .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tg5lye1uLU .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lye1uLU .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lye1uLU a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lye1uLU a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lxc7qjT {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tg5lxc7qjT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tg5lxc7qjT .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tg5lxc7qjT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tg5lwJ9g8I {
  background: #ffffff;
}
.cid-tg5lwJ9g8I .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lwJ9g8I figcaption {
  position: relative;
}
.cid-tg5lwJ9g8I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lwJ9g8I .image-block {
    width: 100% !important;
  }
}
.cid-tg5lw9aiql {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-12-web-2000x1333.jpg");
}
.cid-tg5lw9aiql H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-tg5lw9aiql .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tg5lw9aiql .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lw9aiql .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5luLDB1T {
  background: #ffffff;
}
.cid-tg5luLDB1T .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5luLDB1T figcaption {
  position: relative;
}
.cid-tg5luLDB1T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5luLDB1T .image-block {
    width: 100% !important;
  }
}
.cid-tg5lu6pLr6 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lu6pLr6 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lu6pLr6 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5lu6pLr6 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lu6pLr6 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lu6pLr6 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lu6pLr6 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5ltn6oP6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5ltn6oP6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5ltn6oP6 p {
  color: #767676;
  text-align: left;
}
.cid-tg5ltn6oP6 .card-box {
  padding-top: 2rem;
}
.cid-tg5ltn6oP6 .card-wrapper {
  height: 100%;
}
.cid-tg5lswp7hq {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5lswp7hq H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lswp7hq .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5lswp7hq .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lswp7hq .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lswp7hq a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lswp7hq a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5ls2DQLl {
  background: #ffffff;
}
.cid-tg5ls2DQLl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5ls2DQLl figcaption {
  position: relative;
}
.cid-tg5ls2DQLl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5ls2DQLl .image-block {
    width: 100% !important;
  }
}
.cid-tg5lr0gygn {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-6-1500x302.jpg");
}
.cid-tg5lr0gygn H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lr0gygn .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5lr0gygn .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lr0gygn .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lr0gygn a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lr0gygn a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lpVJ8Dn {
  background: #ffffff;
}
.cid-tg5lpVJ8Dn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lpVJ8Dn figcaption {
  position: relative;
}
.cid-tg5lpVJ8Dn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lpVJ8Dn .image-block {
    width: 100% !important;
  }
}
.cid-tg5lpjwUit {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tg5lpjwUit .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-tg5lpjwUit h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5lpjwUit .space_down_30 {
  margin-bottom: 30px;
}
.cid-tg5lpjwUit .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-tg5loyuotN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5loyuotN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5loyuotN p {
  color: #767676;
  text-align: left;
}
.cid-tg5loyuotN .card-box {
  padding-top: 2rem;
}
.cid-tg5loyuotN .card-wrapper {
  height: 100%;
}
.cid-tg5lnCDsFc {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x352.jpg");
}
.cid-tg5lnCDsFc H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lnCDsFc .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5lnCDsFc .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lnCDsFc .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lnCDsFc a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lnCDsFc a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5ln1fLnT {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tg5ln1fLnT .images-container.container-fluid {
  padding: 0;
}
.cid-tg5ln1fLnT .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5ln1fLnT .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5ln1fLnT .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5ln1fLnT .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5ln1fLnT .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5ln1fLnT .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5ln1fLnT .img-item {
    width: 100% !important;
  }
  .cid-tg5ln1fLnT .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5lm6BRh0 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-6-1500x302.jpg");
}
.cid-tg5lm6BRh0 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5lm6BRh0 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5lm6BRh0 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5lm6BRh0 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5lm6BRh0 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5lm6BRh0 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5lkXGLNb {
  background: #ffffff;
}
.cid-tg5lkXGLNb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5lkXGLNb figcaption {
  position: relative;
}
.cid-tg5lkXGLNb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5lkXGLNb .image-block {
    width: 100% !important;
  }
}
.cid-tg5ljRJNfj {
  background: #f9ceb2;
}
.cid-tg5ljRJNfj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5ljRJNfj figcaption {
  position: relative;
}
.cid-tg5ljRJNfj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5ljRJNfj .image-block {
    width: 300% !important;
  }
}
.cid-tg5l4wIszD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-tg5l4wIszD .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tg5l4wIszD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5l4wIszD p {
  color: #767676;
  text-align: left;
}
.cid-tg5l4wIszD .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tg5l4wIszD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tg5l4wIszD .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tg5l4wIszD .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tg5l4wIszD .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tg5l4wIszD .notched-box:before,
.cid-tg5l4wIszD .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-tg5l4wIszD .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tg5l4wIszD .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tg5l4wIszD .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tg5l4wIszD .border:before,
.cid-tg5l4wIszD .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-tg5l4wIszD .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tg5l4wIszD .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tg5l4wIszD .mbr-author-name {
  padding-left: 40px;
}
.cid-tg5l4wIszD P {
  color: #000000;
  line-height: 1.3;
}
.cid-tg5l4wIszD .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tg5l3SYy52 {
  background: #f9ceb2;
}
.cid-tg5l3SYy52 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5l3SYy52 figcaption {
  position: relative;
}
.cid-tg5l3SYy52 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5l3SYy52 .image-block {
    width: 300% !important;
  }
}
.cid-tg5l2WmlTT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5l2WmlTT H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5l2WmlTT .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5l2WmlTT .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5l2WmlTT .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5l2WmlTT a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5l2WmlTT a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5l2oOqOf {
  background: #ffffff;
}
.cid-tg5l2oOqOf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5l2oOqOf figcaption {
  position: relative;
}
.cid-tg5l2oOqOf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5l2oOqOf .image-block {
    width: 100% !important;
  }
}
.cid-tg5l1qsFIB {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5l1qsFIB H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5l1qsFIB .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5l1qsFIB .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5l1qsFIB .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5l1qsFIB a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5l1qsFIB a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5l0P2uOp {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tg5l0P2uOp .images-container.container-fluid {
  padding: 0;
}
.cid-tg5l0P2uOp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5l0P2uOp .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5l0P2uOp .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5l0P2uOp .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5l0P2uOp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5l0P2uOp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5l0P2uOp .img-item {
    width: 100% !important;
  }
  .cid-tg5l0P2uOp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5kZkTo5w {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x352.jpg");
}
.cid-tg5kZkTo5w H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5kZkTo5w .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5kZkTo5w .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5kZkTo5w .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5kZkTo5w a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5kZkTo5w a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5kYfUfvv {
  background: #ffffff;
}
.cid-tg5kYfUfvv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5kYfUfvv figcaption {
  position: relative;
}
.cid-tg5kYfUfvv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5kYfUfvv .image-block {
    width: 100% !important;
  }
}
.cid-tg5kXosehP {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-6-1500x302.jpg");
}
.cid-tg5kXosehP H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5kXosehP .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5kXosehP .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5kXosehP .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5kXosehP a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5kXosehP a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5kWt1AbX {
  background: #ffffff;
}
.cid-tg5kWt1AbX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5kWt1AbX figcaption {
  position: relative;
}
.cid-tg5kWt1AbX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5kWt1AbX .image-block {
    width: 100% !important;
  }
}
.cid-tg5kVjlREw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5kVjlREw .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5kVjlREw h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5kVjlREw .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5kUwObzb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5kUwObzb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kUwObzb p {
  color: #767676;
  text-align: left;
}
.cid-tg5kUwObzb .card-box {
  padding-top: 2rem;
}
.cid-tg5kUwObzb .card-wrapper {
  height: 100%;
}
.cid-tg5kTCS6U7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tg5kTCS6U7 .images-container.container-fluid {
  padding: 0;
}
.cid-tg5kTCS6U7 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5kTCS6U7 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5kTCS6U7 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5kTCS6U7 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5kTCS6U7 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5kTCS6U7 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5kTCS6U7 .img-item {
    width: 100% !important;
  }
  .cid-tg5kTCS6U7 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5kSwqZKa {
  padding-top: 30px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tg5kSwqZKa .images-container.container-fluid {
  padding: 0;
}
.cid-tg5kSwqZKa .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5kSwqZKa .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5kSwqZKa .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5kSwqZKa .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5kSwqZKa .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5kSwqZKa .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5kSwqZKa .img-item {
    width: 100% !important;
  }
  .cid-tg5kSwqZKa .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5kRJTCC6 {
  background: #ffffff;
}
.cid-tg5kRJTCC6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5kRJTCC6 figcaption {
  position: relative;
}
.cid-tg5kRJTCC6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5kRJTCC6 .image-block {
    width: 100% !important;
  }
}
.cid-tg5kQM07kc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5kQM07kc .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tg5kQM07kc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kQM07kc p {
  color: #767676;
  text-align: left;
}
.cid-tg5kQM07kc .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tg5kQM07kc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tg5kQM07kc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tg5kQM07kc .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tg5kQM07kc .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tg5kQM07kc .notched-box:before,
.cid-tg5kQM07kc .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-tg5kQM07kc .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tg5kQM07kc .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tg5kQM07kc .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tg5kQM07kc .border:before,
.cid-tg5kQM07kc .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-tg5kQM07kc .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tg5kQM07kc .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tg5kQM07kc .mbr-author-name {
  padding-left: 40px;
}
.cid-tg5kQM07kc P {
  color: #1d1d1b;
}
.cid-tg5kQM07kc .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tg5kPzWJT9 {
  background-image: url("../../../assets/images/schreddern-05-web-2000x1331.jpg");
}
.cid-tg5kPzWJT9 P {
  color: #767676;
}
.cid-tg5kOIkpIx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5kOIkpIx .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5kOIkpIx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5kOIkpIx .space_down_50 {
  margin-bottom: 50px;
}
.cid-tEvIdkutQT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEvIdkutQT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tEvIdkutQT h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tEvIdkutQT .space_down_50 {
  margin-bottom: 50px;
}
.cid-tEvIdkutQT .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-tg5kNWzhDe {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tg5kNWzhDe .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-tg5kNWzhDe .video-block {
    width: 100% !important;
  }
}
.cid-tg5kNWzhDe .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5kN6q84T {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tg5kN6q84T .images-container.container-fluid {
  padding: 0;
}
.cid-tg5kN6q84T .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5kN6q84T .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5kN6q84T .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5kN6q84T .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5kN6q84T .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5kN6q84T .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5kN6q84T .img-item {
    width: 100% !important;
  }
  .cid-tg5kN6q84T .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5kMjIU1M {
  background-image: url("../../../assets/images/schreddern-15-web-2000x1331.jpg");
}
.cid-tg5kMjIU1M P {
  color: #767676;
}
.cid-tg5kLoES4z {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tg5kLoES4z .images-container.container-fluid {
  padding: 0;
}
.cid-tg5kLoES4z .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5kLoES4z .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5kLoES4z .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5kLoES4z .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5kLoES4z .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5kLoES4z .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5kLoES4z .img-item {
    width: 100% !important;
  }
  .cid-tg5kLoES4z .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5kKoUk0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg5kKoUk0E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kKoUk0E p {
  color: #767676;
  text-align: left;
}
.cid-tg5kKoUk0E .card-box {
  padding-top: 2rem;
}
.cid-tg5kKoUk0E .card-wrapper {
  height: 100%;
}
.cid-tg5kJlWpvM {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tg5kJlWpvM .images-container.container-fluid {
  padding: 0;
}
.cid-tg5kJlWpvM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tg5kJlWpvM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tg5kJlWpvM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tg5kJlWpvM .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tg5kJlWpvM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tg5kJlWpvM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tg5kJlWpvM .img-item {
    width: 100% !important;
  }
  .cid-tg5kJlWpvM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tg5kIl1uGM {
  background: #ffffff;
}
.cid-tg5kIl1uGM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5kIl1uGM figcaption {
  position: relative;
}
.cid-tg5kIl1uGM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5kIl1uGM .image-block {
    width: 100% !important;
  }
}
.cid-tg5kHtI6aw {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5kHtI6aw H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5kHtI6aw .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5kHtI6aw .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5kHtI6aw .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5kHtI6aw a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5kHtI6aw a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5kGGbi5o {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tg5kGGbi5o .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tg5kGGbi5o .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tg5kGGbi5o .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tg5kFED09V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tg5kFED09V .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5kFED09V h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5kFED09V .space_down_50 {
  margin-bottom: 50px;
}
.cid-tg5kFED09V .testimonial-text {
  text-align: right;
  color: #171717;
}
.cid-tg5kEL6WFe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tg5kEL6WFe P {
  color: #767676;
}
.cid-tg5kEL6WFe .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-tg5kEL6WFe .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-tg5kEL6WFe .mbr-text,
.cid-tg5kEL6WFe .mbr-section-btn {
  color: #ffffff;
}
.cid-tg5kEL6WFe H1 {
  color: #ffffff;
  text-align: left;
}
.cid-tg5kDOwGM2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tg5kDOwGM2 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tg5kDOwGM2 .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-tg5kDOwGM2 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-tg5kDOwGM2 a svg polygon {
  fill: white !important;
}
.cid-tg5kDOwGM2 a:hover {
  Color: #F9CEB2!important;
}
.cid-tg5kDOwGM2 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5kDOwGM2 .btn-white-outline:hover,
.cid-tg5kDOwGM2 .btn-white-outline:focus,
.cid-tg5kDOwGM2 .btn-white-outline.focus,
.cid-tg5kDOwGM2 .btn-white-outline.active,
.cid-tg5kDOwGM2 .btn-black-outline:hover,
.cid-tg5kDOwGM2 .btn-black-outline:focus,
.cid-tg5kDOwGM2 .btn-black-outline.focus,
.cid-tg5kDOwGM2 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tg5kDOwGM2 .display-5 {
    line-height: 1;
  }
  .cid-tg5kDOwGM2 .btn {
    font-size: 1.5rem !important;
  }
  .cid-tg5kDOwGM2 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-tg5kCubeSN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tg5kCubeSN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kCubeSN p {
  color: #767676;
  text-align: left;
}
.cid-tg5kCubeSN .card-box {
  padding-top: 2rem;
}
.cid-tg5kCubeSN .card-wrapper {
  height: 100%;
}
.cid-tg5kCubeSN P {
  color: #ffffff;
}
.cid-tg5kBsB3l1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5kBsB3l1 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1b1b1d;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tg5kBsB3l1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kBsB3l1 p {
  color: #767676;
  text-align: left;
}
.cid-tg5kBsB3l1 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tg5kBsB3l1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tg5kBsB3l1 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tg5kBsB3l1 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tg5kBsB3l1 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tg5kBsB3l1 .notched-box:before,
.cid-tg5kBsB3l1 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-tg5kBsB3l1 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tg5kBsB3l1 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tg5kBsB3l1 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tg5kBsB3l1 .border:before,
.cid-tg5kBsB3l1 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-tg5kBsB3l1 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tg5kBsB3l1 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tg5kBsB3l1 .mbr-author-name {
  padding-left: 40px;
}
.cid-tg5kBsB3l1 P {
  color: #1d1d1b;
}
.cid-tg5kBsB3l1 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tg5kygvpJQ {
  background-image: url("../../../assets/images/zps-afd-muell-040-web-2000x1333.jpg");
}
.cid-tg5kygvpJQ P {
  color: #767676;
}
.cid-tg5kxaR8g5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-3-1500x352.jpg");
}
.cid-tg5kxaR8g5 H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-tg5kxaR8g5 .mbr-section-subtitle {
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .cid-tg5kxaR8g5 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5kxaR8g5 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5kxaR8g5 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5kxaR8g5 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-thpKLP8Gih {
  background: #ffffff;
}
.cid-thpKLP8Gih .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-thpKLP8Gih figcaption {
  position: relative;
}
.cid-thpKLP8Gih figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thpKLP8Gih .image-block {
    width: 100% !important;
  }
}
.cid-thpKMpHxEc {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-thpKMpHxEc .images-container.container-fluid {
  padding: 0;
}
.cid-thpKMpHxEc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-thpKMpHxEc .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-thpKMpHxEc .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-thpKMpHxEc .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-thpKMpHxEc .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-thpKMpHxEc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-thpKMpHxEc .img-item {
    width: 100% !important;
  }
  .cid-thpKMpHxEc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-thpKN1eqwe {
  background-image: url("../../../assets/images/zeppelin4-web-1-2000x1500.jpg");
}
.cid-thpKN1eqwe P {
  color: #767676;
}
.cid-tg5kwahfEq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tg5kwahfEq .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-tg5kwahfEq h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tg5kwahfEq .space_down_30 {
  margin-bottom: 30px;
}
.cid-tg5kwahfEq .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-tg5kuGnJZd {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-14-web-2000x1330.jpg");
}
.cid-tg5kuGnJZd .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tg5kuGnJZd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kuGnJZd p {
  color: #767676;
  text-align: left;
}
.cid-tg5kuGnJZd .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tg5kuGnJZd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tg5kuGnJZd .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tg5kuGnJZd .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tg5kuGnJZd .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tg5kuGnJZd .notched-box:before,
.cid-tg5kuGnJZd .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-tg5kuGnJZd .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tg5kuGnJZd .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tg5kuGnJZd .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tg5kuGnJZd .border:before,
.cid-tg5kuGnJZd .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-tg5kuGnJZd .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tg5kuGnJZd .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tg5kuGnJZd .mbr-author-name {
  padding-left: 40px;
}
.cid-tg5kuGnJZd P {
  color: #1d1d1b;
}
.cid-tg5kuGnJZd .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tg5kmAyJr2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tg5kmAyJr2 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tg5kmAyJr2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tg5kmAyJr2 p {
  color: #767676;
  text-align: left;
}
.cid-tg5kmAyJr2 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tg5kmAyJr2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tg5kmAyJr2 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tg5kmAyJr2 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tg5kmAyJr2 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tg5kmAyJr2 .notched-box:before,
.cid-tg5kmAyJr2 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-tg5kmAyJr2 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tg5kmAyJr2 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tg5kmAyJr2 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tg5kmAyJr2 .border:before,
.cid-tg5kmAyJr2 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-tg5kmAyJr2 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tg5kmAyJr2 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tg5kmAyJr2 .mbr-author-name {
  padding-left: 40px;
}
.cid-tg5kmAyJr2 P {
  color: #ffffff;
}
.cid-tg5kmAyJr2 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tg5klS1Kn0 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/asche-12-web-2000x607.jpg");
}
.cid-tg5klS1Kn0 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-tg5klS1Kn0 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tg5klS1Kn0 .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-tg5klS1Kn0 .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-tg5klS1Kn0 a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-tg5klS1Kn0 a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tg5kkYrvgx {
  background: #ffffff;
}
.cid-tg5kkYrvgx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tg5kkYrvgx figcaption {
  position: relative;
}
.cid-tg5kkYrvgx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg5kkYrvgx .image-block {
    width: 100% !important;
  }
}
.cid-txghR1Etzh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txghR1Etzh .content {
    text-align: center;
  }
  .cid-txghR1Etzh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txghR1Etzh .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txghR1Etzh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txghR1Etzh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txghR1Etzh .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txghR1Etzh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txghR1Etzh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txghR1Etzh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txghR1Etzh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txghR1Etzh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txghR1Etzh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txghR1Etzh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghR1Etzh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txghR1Etzh H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txghR1Etzh P {
  color: #1d1d1b;
}
.cid-txghR1Etzh .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txghR1Etzh .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txghR1Etzh .logo_footer {
  position: relative;
}
.cid-txghR1Etzh .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txghR1Etzh .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txghR1Etzh .col,
  .cid-txghR1Etzh .col-1,
  .cid-txghR1Etzh .col-10,
  .cid-txghR1Etzh .col-11,
  .cid-txghR1Etzh .col-12,
  .cid-txghR1Etzh .col-2,
  .cid-txghR1Etzh .col-3,
  .cid-txghR1Etzh .col-4,
  .cid-txghR1Etzh .col-5,
  .cid-txghR1Etzh .col-6,
  .cid-txghR1Etzh .col-7,
  .cid-txghR1Etzh .col-8,
  .cid-txghR1Etzh .col-9,
  .cid-txghR1Etzh .col-auto,
  .cid-txghR1Etzh .col-lg,
  .cid-txghR1Etzh .col-lg-1,
  .cid-txghR1Etzh .col-lg-10,
  .cid-txghR1Etzh .col-lg-11,
  .cid-txghR1Etzh .col-lg-12,
  .cid-txghR1Etzh .col-lg-2,
  .cid-txghR1Etzh .col-lg-3,
  .cid-txghR1Etzh .col-lg-4,
  .cid-txghR1Etzh .col-lg-5,
  .cid-txghR1Etzh .col-lg-6,
  .cid-txghR1Etzh .col-lg-7,
  .cid-txghR1Etzh .col-lg-8,
  .cid-txghR1Etzh .col-lg-9,
  .cid-txghR1Etzh .col-lg-auto,
  .cid-txghR1Etzh .col-md,
  .cid-txghR1Etzh .col-md-1,
  .cid-txghR1Etzh .col-md-10,
  .cid-txghR1Etzh .col-md-11,
  .cid-txghR1Etzh .col-md-12,
  .cid-txghR1Etzh .col-md-2,
  .cid-txghR1Etzh .col-md-3,
  .cid-txghR1Etzh .col-md-4,
  .cid-txghR1Etzh .col-md-5,
  .cid-txghR1Etzh .col-md-6,
  .cid-txghR1Etzh .col-md-7,
  .cid-txghR1Etzh .col-md-8,
  .cid-txghR1Etzh .col-md-9,
  .cid-txghR1Etzh .col-md-auto,
  .cid-txghR1Etzh .col-sm,
  .cid-txghR1Etzh .col-sm-1,
  .cid-txghR1Etzh .col-sm-10,
  .cid-txghR1Etzh .col-sm-11,
  .cid-txghR1Etzh .col-sm-12,
  .cid-txghR1Etzh .col-sm-2,
  .cid-txghR1Etzh .col-sm-3,
  .cid-txghR1Etzh .col-sm-4,
  .cid-txghR1Etzh .col-sm-5,
  .cid-txghR1Etzh .col-sm-6,
  .cid-txghR1Etzh .col-sm-7,
  .cid-txghR1Etzh .col-sm-8,
  .cid-txghR1Etzh .col-sm-9,
  .cid-txghR1Etzh .col-sm-auto,
  .cid-txghR1Etzh .col-xl,
  .cid-txghR1Etzh .col-xl-1,
  .cid-txghR1Etzh .col-xl-10,
  .cid-txghR1Etzh .col-xl-11,
  .cid-txghR1Etzh .col-xl-12,
  .cid-txghR1Etzh .col-xl-2,
  .cid-txghR1Etzh .col-xl-3,
  .cid-txghR1Etzh .col-xl-4,
  .cid-txghR1Etzh .col-xl-5,
  .cid-txghR1Etzh .col-xl-6,
  .cid-txghR1Etzh .col-xl-7,
  .cid-txghR1Etzh .col-xl-8,
  .cid-txghR1Etzh .col-xl-9,
  .cid-txghR1Etzh .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txghR1Etzh .content {
    text-align: left;
  }
  .cid-txghR1Etzh .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txghR1Etzh .logo_footer_box {
    position: relative;
  }
  .cid-txghR1Etzh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txghR1Etzh .logo_footer {
    position: relative;
  }
  .cid-txghR1Etzh .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-tqcqASxeMn :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-tqcqASxeMn .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tqcqASxeMn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tqcqASxeMn a {
  font-style: normal;
}
.cid-tqcqASxeMn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tqcqASxeMn .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tqcqASxeMn .nav-item:focus,
.cid-tqcqASxeMn .nav-link:focus {
  outline: none;
}
.cid-tqcqASxeMn .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-tqcqASxeMn .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-tqcqASxeMn .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tqcqASxeMn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tqcqASxeMn .menu-logo {
  margin-right: auto;
}
.cid-tqcqASxeMn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-tqcqASxeMn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tqcqASxeMn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tqcqASxeMn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tqcqASxeMn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tqcqASxeMn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tqcqASxeMn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tqcqASxeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tqcqASxeMn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tqcqASxeMn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tqcqASxeMn .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tqcqASxeMn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tqcqASxeMn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqcqASxeMn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tqcqASxeMn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqcqASxeMn .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-tqcqASxeMn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tqcqASxeMn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tqcqASxeMn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tqcqASxeMn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tqcqASxeMn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tqcqASxeMn .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-tqcqASxeMn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tqcqASxeMn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tqcqASxeMn button.navbar-toggler:focus {
  outline: none;
}
.cid-tqcqASxeMn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tqcqASxeMn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqcqASxeMn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqcqASxeMn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqcqASxeMn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqcqASxeMn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqcqASxeMn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqcqASxeMn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqcqASxeMn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqcqASxeMn .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tqcqASxeMn .collapsed .btn {
  display: flex;
}
.cid-tqcqASxeMn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tqcqASxeMn .collapsed .navbar-collapse.collapsing,
.cid-tqcqASxeMn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tqcqASxeMn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tqcqASxeMn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tqcqASxeMn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tqcqASxeMn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tqcqASxeMn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tqcqASxeMn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-tqcqASxeMn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tqcqASxeMn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tqcqASxeMn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tqcqASxeMn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tqcqASxeMn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tqcqASxeMn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tqcqASxeMn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tqcqASxeMn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tqcqASxeMn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tqcqASxeMn .logo_s {
  height: 3rem !important;
}
.cid-tqcqASxeMn .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-tqcqASxeMn .navbar-expand {
    flex-direction: column;
  }
  .cid-tqcqASxeMn img {
    height: 3rem !important;
  }
  .cid-tqcqASxeMn .logo_s {
    height: 1.5rem !important;
  }
  .cid-tqcqASxeMn .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-tqcqASxeMn .btn {
    display: flex;
  }
  .cid-tqcqASxeMn button.navbar-toggler {
    display: block;
  }
  .cid-tqcqASxeMn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tqcqASxeMn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tqcqASxeMn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tqcqASxeMn .navbar-collapse.collapsing,
  .cid-tqcqASxeMn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tqcqASxeMn .navbar-collapse.collapsing .navbar-nav,
  .cid-tqcqASxeMn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tqcqASxeMn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tqcqASxeMn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tqcqASxeMn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tqcqASxeMn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tqcqASxeMn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tqcqASxeMn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tqcqASxeMn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tqcqASxeMn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tqcqASxeMn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tqcqASxeMn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tqcqASxeMn .menu-logo {
    flex-shrink: 3;
  }
}
.cid-tqcqASxeMn .navbar-collapse {
  flex-basis: auto;
}
.cid-tqcqASxeMn .nav-link:hover,
.cid-tqcqASxeMn .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-tqcqASxeMn .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-tqcqASxeMn .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-tqcqASxeMn .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-tqcqASxeMn .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-tqcqASxeMn .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-tqcqASxeMn a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqASxeMn a:hover svg polygon,
.cid-tqcqASxeMn a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqASxeMn .hiddden {
  display: none !important;
}
.cid-tqcqASxeMn .shoow {
  display: block !important;
}
.cid-tqcqASxeMn .navbar-logo a,
.cid-tqcqASxeMn .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-tqcqASxeMn .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-tqcqASxeMn .navbar-logo a img {
    left: 20px;
  }
  .cid-tqcqASxeMn .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-tqcqASxeMn .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-tqcqASxeMn .stoerer_head,
  .cid-tqcqASxeMn .stoerer_text {
    grid-row: 1;
  }
  .cid-tqcqASxeMn .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-tqcqASxeMn a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-tqcqARP2OF {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-tqcqARP2OF {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-tqcqAT1LR3 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tqcqAT1LR3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tqcqAT1LR3 .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tqcqAT1LR3 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tqcqAT1LR3 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tqcqAT1LR3 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tqcqAT1LR3 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tqcqAT1LR3 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tqcqAT1LR3 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tqcqAT1LR3 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tqcqAT1LR3 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tqcqAT1LR3 .number,
  .cid-tqcqAT1LR3 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tqcqAT1LR3 .period {
    font-size: 0.8rem;
  }
}
.cid-tqcqAUrG3Q {
  background: #ffffff;
}
.cid-tqcqAUrG3Q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tqcqAUrG3Q figcaption {
  position: relative;
}
.cid-tqcqAUrG3Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tqcqAUrG3Q .image-block {
    width: 100% !important;
  }
}
.cid-tqcqAUF1fV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x490.jpg");
}
.cid-tqcqAUF1fV H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-tqcqAUF1fV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqcqAUF1fV span {
  visibility: hidden;
}
.cid-tqcqAUF1fV .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-tqcqAUF1fV span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-tqcqAUVAeZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tqcqAUVAeZ p {
  color: #767676;
}
.cid-tqcqAUVAeZ .item:focus,
.cid-tqcqAUVAeZ span:focus {
  outline: none;
}
.cid-tqcqAUVAeZ .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tqcqAUVAeZ .item-wrapper {
  position: relative;
}
.cid-tqcqAUVAeZ .item-btn,
.cid-tqcqAUVAeZ h4,
.cid-tqcqAUVAeZ h5 {
  margin: 0;
}
.cid-tqcqAUVAeZ .item-content {
  padding-top: 2rem;
}
.cid-tqcqAUVAeZ .abstand {
  margin-top: -10px;
}
.cid-tqcqAUVAeZ h4 {
  line-height: 1.2;
}
.cid-tqcqAUVAeZ .item-text h5,
.cid-tqcqAUVAeZ .item-text h4 {
  color: #1d1d1b;
}
.cid-tqcqAUVAeZ .item-wrapper:hover .card-img {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAUVAeZ .item-wrapper:hover h4 a {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAUVAeZ item-text {
  color: #1d1d1b;
}
.cid-tqcqAUVAeZ .link_no_link {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-tqcqAUVAeZ .display-5,
.cid-tqcqAUVAeZ .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-tqcqAUVAeZ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-tqcqAUVAeZ .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-tqcqAUVAeZ .special_button {
  width: 100%;
}
.cid-tqcqAUVAeZ .special_button a {
  text-align: left;
}
.cid-tqcqAUVAeZ .display-5 {
  color: white !important;
}
.cid-tqcqAUVAeZ svg polygon {
  fill: white ;
}
.cid-tqcqAUVAeZ a:hover {
  Color: #F9CEB2 !important;
}
.cid-tqcqAUVAeZ a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAUVAeZ .btn-black-outline:hover,
.cid-tqcqAUVAeZ .btn-black-outline:focus,
.cid-tqcqAUVAeZ .btn-black-outline.focus,
.cid-tqcqAUVAeZ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-tqcqAUVAeZ .btn-white-outline:hover,
.cid-tqcqAUVAeZ .btn-white-outline:focus,
.cid-tqcqAUVAeZ .btn-white-outline.focus,
.cid-tqcqAUVAeZ .btn-white-outline.active {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
.cid-tqcqAUVAeZ .card-img {
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .cid-tqcqAUVAeZ .display-5 {
    line-height: 1;
  }
  .cid-tqcqAUVAeZ .btn {
    font-size: 1.5rem !important;
  }
  .cid-tqcqAUVAeZ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-tqcqAVm9kJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tqcqAVm9kJ .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tqcqAVm9kJ .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-tqcqAVm9kJ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-tqcqAVm9kJ a svg polygon {
  fill: white !important;
}
.cid-tqcqAVm9kJ a:hover {
  Color: #F9CEB2!important;
}
.cid-tqcqAVm9kJ a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAVm9kJ .btn-white-outline:hover,
.cid-tqcqAVm9kJ .btn-white-outline:focus,
.cid-tqcqAVm9kJ .btn-white-outline.focus,
.cid-tqcqAVm9kJ .btn-white-outline.active,
.cid-tqcqAVm9kJ .btn-black-outline:hover,
.cid-tqcqAVm9kJ .btn-black-outline:focus,
.cid-tqcqAVm9kJ .btn-black-outline.focus,
.cid-tqcqAVm9kJ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tqcqAVm9kJ .display-5 {
    line-height: 1;
  }
  .cid-tqcqAVm9kJ .btn {
    font-size: 1.5rem !important;
  }
  .cid-tqcqAVm9kJ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-tqcqAVBUFK {
  background: #ffffff;
}
.cid-tqcqAVBUFK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tqcqAVBUFK figcaption {
  position: relative;
}
.cid-tqcqAVBUFK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tqcqAVBUFK .image-block {
    width: 300% !important;
  }
}
.cid-tqcqAVQDcs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tqcqAVQDcs .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-tqcqAVQDcs .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-tqcqAVQDcs .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tqcqAVQDcs .mbr-figure,
  .cid-tqcqAVQDcs img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tqcqAVQDcs .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tqcqAVQDcs .mbr-author-desc {
  color: #000000;
}
.cid-tqcqAVQDcs h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tqcqAVQDcs .text_block {
  margin-top: 0px;
}
.cid-tqcqAVQDcs .h2_block {
  margin-bottom: 20px;
}
.cid-tqcqAVQDcs .mbr-figure {
  align-self: flex-start;
}
.cid-tqcqAVQDcs .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-tqcqAVQDcs .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-tqcqAVQDcs .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-tqcqAVQDcs a:hover {
  Color: #a76645 !important;
}
.cid-tqcqAVQDcs a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAVQDcs .btn-black-outline:hover,
.cid-tqcqAVQDcs .btn-black-outline:focus,
.cid-tqcqAVQDcs .btn-black-outline.focus,
.cid-tqcqAVQDcs .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tqcqAVQDcs .display-5 {
    line-height: 1;
  }
  .cid-tqcqAVQDcs .btn {
    font-size: 1.5rem !important;
  }
  .cid-tqcqAVQDcs .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-tqcqAVQDcs .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-tqcqAWdBqX {
  background: #ffffff;
}
.cid-tqcqAWdBqX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tqcqAWdBqX figcaption {
  position: relative;
}
.cid-tqcqAWdBqX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tqcqAWdBqX .image-block {
    width: 300% !important;
  }
}
.cid-tqcqAYT7pQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-tqcqAYT7pQ .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tqcqAYT7pQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tqcqAYT7pQ p {
  color: #767676;
  text-align: left;
}
.cid-tqcqAYT7pQ .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tqcqAYT7pQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tqcqAYT7pQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tqcqAYT7pQ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqcqAYT7pQ .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tqcqAYT7pQ .notched-box:before,
.cid-tqcqAYT7pQ .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-tqcqAYT7pQ .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tqcqAYT7pQ .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tqcqAYT7pQ .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tqcqAYT7pQ .border:before,
.cid-tqcqAYT7pQ .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-tqcqAYT7pQ .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tqcqAYT7pQ .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tqcqAYT7pQ .mbr-author-name {
  padding-left: 40px;
}
.cid-tqcqAYT7pQ P {
  color: #000000;
  line-height: 1.3;
}
.cid-tqcqAYT7pQ .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tqcqAWHSJt {
  background: #f9ceb2;
}
.cid-tqcqAWHSJt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tqcqAWHSJt figcaption {
  position: relative;
}
.cid-tqcqAWHSJt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tqcqAWHSJt .image-block {
    width: 300% !important;
  }
}
.cid-tqcqAWXFJB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-tqcqAWXFJB P {
  color: #767676;
}
.cid-tqcqAWXFJB .display-2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cid-tqcqAWXFJB .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-tqcqAXcHqP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-tqcqAXcHqP .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tqcqAXcHqP .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-tqcqAXcHqP .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-tqcqAXcHqP a:hover {
  Color: #a76645;
}
.cid-tqcqAXcHqP a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAXcHqP .btn-black-outline:hover,
.cid-tqcqAXcHqP .btn-black-outline:focus,
.cid-tqcqAXcHqP .btn-black-outline.focus,
.cid-tqcqAXcHqP .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tqcqAXcHqP .display-5 {
    line-height: 1;
  }
  .cid-tqcqAXcHqP .btn {
    font-size: 1.5rem !important;
  }
  .cid-tqcqAXcHqP .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-tqcqAXpkJx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqcqAXpkJx .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-tqcqAXpkJx .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-tqcqAXpkJx .mbr-author-desc {
  color: #232;
}
.cid-tqcqAXpkJx .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-tqcqAXpkJx .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tqcqAXpkJx .mbr-figure,
  .cid-tqcqAXpkJx img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-tqcqAXpkJx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tqcqAXpkJx .text_block {
  margin-top: 0px;
}
.cid-tqcqAXpkJx .h2_block {
  margin-bottom: 20px;
}
.cid-tqcqAXpkJx .mbr-figure {
  align-self: flex-start;
}
.cid-tqcqAXpkJx .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-tqcqAXpkJx .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-tqcqAXpkJx a:hover {
  Color: #a76645 !important;
}
.cid-tqcqAXpkJx a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqcqAXpkJx .btn-black-outline:hover,
.cid-tqcqAXpkJx .btn-black-outline:focus,
.cid-tqcqAXpkJx .btn-black-outline.focus,
.cid-tqcqAXpkJx .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tqcqAXpkJx .display-5 {
    line-height: 1;
  }
  .cid-tqcqAXpkJx .btn {
    font-size: 1.5rem !important;
  }
  .cid-tqcqAXpkJx .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-tqcqAXpkJx .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-tqcqAXpkJx .content {
  padding-left: 3px;
}
.cid-tqcqAXK49T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqcqAXK49T .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-tqcqAXK49T .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-tqcqAXK49T .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tqcqAXK49T .mbr-figure,
  .cid-tqcqAXK49T img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tqcqAXK49T .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tqcqAXK49T .mbr-author-desc {
  color: #000000;
}
.cid-tqcqAXK49T h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tqcqAXK49T .text_block {
  margin-top: 0px;
}
.cid-tqcqAXK49T .h2_block {
  margin-bottom: 20px;
}
.cid-tqcqAXK49T .mbr-figure {
  align-self: flex-start;
}
.cid-tqcqAXK49T .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-tqcqAXK49T .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-tqcqAXK49T .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tqcqAXK49T .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-tqcqAXK49T .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-tqcqAY5V4p {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-16-2000x1330.png");
}
.cid-tqcqAY5V4p H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-tqcqAY5V4p .mbr-section-subtitle {
  color: #000000;
}
.cid-tqcqAY5V4p span {
  visibility: hidden;
}
.cid-tqcqAY5V4p .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-tqcqAY5V4p span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-tqcqAYpW8B {
  background: #ffffff;
}
.cid-tqcqAYpW8B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tqcqAYpW8B figcaption {
  position: relative;
}
.cid-tqcqAYpW8B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tqcqAYpW8B .image-block {
    width: 100% !important;
  }
}
.cid-tqcqAYCg07 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-7-1500x622.jpg");
}
.cid-tqcqAYCg07 P {
  color: #767676;
}
.cid-tqcqAYCg07 .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
.cid-tqcqAYCg07 h1 {
  font-size: 6vw !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 0.9em;
  color: white;
}
.cid-tqcqAYCg07 .animation_center {
  padding: 5vh 0px;
}
.cid-tqcqAYCg07 .banner {
  width: 100%;
  height: auto;
}
.cid-tqcqAYCg07 .black {
  background-color: #fff !important;
}
.cid-tqcqAYCg07 .AniContainer {
  padding: 5em 0em;
}
.cid-tqcqAYCg07 span {
  visibility: hidden;
}
.cid-tqcqAYCg07 span.blick {
  visibility: visible;
}
@media (max-width: 768px) {
  .cid-tqcqAYCg07 .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-tqcqAYCg07 .mbr-text,
.cid-tqcqAYCg07 .mbr-section-btn {
  color: #ffffff;
}
.cid-tqcqAZjn3w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-tqcqAZjn3w .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-tqcqAZjn3w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tqcqAZjn3w p {
  color: #767676;
  text-align: left;
}
.cid-tqcqAZjn3w .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-tqcqAZjn3w .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tqcqAZjn3w .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tqcqAZjn3w .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqcqAZjn3w .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tqcqAZjn3w .notched-box:before,
.cid-tqcqAZjn3w .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-tqcqAZjn3w .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-tqcqAZjn3w .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-tqcqAZjn3w .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-tqcqAZjn3w .border:before,
.cid-tqcqAZjn3w .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-tqcqAZjn3w .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-tqcqAZjn3w .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-tqcqAZjn3w .mbr-author-name {
  padding-left: 40px;
}
.cid-tqcqAZjn3w P {
  color: #ffffff;
}
.cid-tqcqAZjn3w .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-tqcqAZQjyw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-tqcqAZQjyw H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-tqcqAZQjyw .mbr-section-subtitle {
  color: #000000;
}
.cid-tqcqAZQjyw section {
  background-color: none;
}
.cid-tqcqAZQjyw .logo_footer {
  position: relative;
  right: 100px;
}
.cid-tqcqB0a73b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tqcqB0a73b .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-tqcqB0a73b h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tqcqB0a73b .space_down_30 {
  margin-bottom: 30px;
}
.cid-tqcqB0a73b .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-txgiVKtmpd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txgiVKtmpd .content {
    text-align: center;
  }
  .cid-txgiVKtmpd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-txgiVKtmpd .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-txgiVKtmpd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-txgiVKtmpd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-txgiVKtmpd .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txgiVKtmpd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-txgiVKtmpd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-txgiVKtmpd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-txgiVKtmpd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-txgiVKtmpd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-txgiVKtmpd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-txgiVKtmpd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgiVKtmpd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-txgiVKtmpd H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-txgiVKtmpd P {
  color: #1d1d1b;
}
.cid-txgiVKtmpd .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-txgiVKtmpd .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-txgiVKtmpd .logo_footer {
  position: relative;
}
.cid-txgiVKtmpd .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-txgiVKtmpd .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-txgiVKtmpd .col,
  .cid-txgiVKtmpd .col-1,
  .cid-txgiVKtmpd .col-10,
  .cid-txgiVKtmpd .col-11,
  .cid-txgiVKtmpd .col-12,
  .cid-txgiVKtmpd .col-2,
  .cid-txgiVKtmpd .col-3,
  .cid-txgiVKtmpd .col-4,
  .cid-txgiVKtmpd .col-5,
  .cid-txgiVKtmpd .col-6,
  .cid-txgiVKtmpd .col-7,
  .cid-txgiVKtmpd .col-8,
  .cid-txgiVKtmpd .col-9,
  .cid-txgiVKtmpd .col-auto,
  .cid-txgiVKtmpd .col-lg,
  .cid-txgiVKtmpd .col-lg-1,
  .cid-txgiVKtmpd .col-lg-10,
  .cid-txgiVKtmpd .col-lg-11,
  .cid-txgiVKtmpd .col-lg-12,
  .cid-txgiVKtmpd .col-lg-2,
  .cid-txgiVKtmpd .col-lg-3,
  .cid-txgiVKtmpd .col-lg-4,
  .cid-txgiVKtmpd .col-lg-5,
  .cid-txgiVKtmpd .col-lg-6,
  .cid-txgiVKtmpd .col-lg-7,
  .cid-txgiVKtmpd .col-lg-8,
  .cid-txgiVKtmpd .col-lg-9,
  .cid-txgiVKtmpd .col-lg-auto,
  .cid-txgiVKtmpd .col-md,
  .cid-txgiVKtmpd .col-md-1,
  .cid-txgiVKtmpd .col-md-10,
  .cid-txgiVKtmpd .col-md-11,
  .cid-txgiVKtmpd .col-md-12,
  .cid-txgiVKtmpd .col-md-2,
  .cid-txgiVKtmpd .col-md-3,
  .cid-txgiVKtmpd .col-md-4,
  .cid-txgiVKtmpd .col-md-5,
  .cid-txgiVKtmpd .col-md-6,
  .cid-txgiVKtmpd .col-md-7,
  .cid-txgiVKtmpd .col-md-8,
  .cid-txgiVKtmpd .col-md-9,
  .cid-txgiVKtmpd .col-md-auto,
  .cid-txgiVKtmpd .col-sm,
  .cid-txgiVKtmpd .col-sm-1,
  .cid-txgiVKtmpd .col-sm-10,
  .cid-txgiVKtmpd .col-sm-11,
  .cid-txgiVKtmpd .col-sm-12,
  .cid-txgiVKtmpd .col-sm-2,
  .cid-txgiVKtmpd .col-sm-3,
  .cid-txgiVKtmpd .col-sm-4,
  .cid-txgiVKtmpd .col-sm-5,
  .cid-txgiVKtmpd .col-sm-6,
  .cid-txgiVKtmpd .col-sm-7,
  .cid-txgiVKtmpd .col-sm-8,
  .cid-txgiVKtmpd .col-sm-9,
  .cid-txgiVKtmpd .col-sm-auto,
  .cid-txgiVKtmpd .col-xl,
  .cid-txgiVKtmpd .col-xl-1,
  .cid-txgiVKtmpd .col-xl-10,
  .cid-txgiVKtmpd .col-xl-11,
  .cid-txgiVKtmpd .col-xl-12,
  .cid-txgiVKtmpd .col-xl-2,
  .cid-txgiVKtmpd .col-xl-3,
  .cid-txgiVKtmpd .col-xl-4,
  .cid-txgiVKtmpd .col-xl-5,
  .cid-txgiVKtmpd .col-xl-6,
  .cid-txgiVKtmpd .col-xl-7,
  .cid-txgiVKtmpd .col-xl-8,
  .cid-txgiVKtmpd .col-xl-9,
  .cid-txgiVKtmpd .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-txgiVKtmpd .content {
    text-align: left;
  }
  .cid-txgiVKtmpd .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-txgiVKtmpd .logo_footer_box {
    position: relative;
  }
  .cid-txgiVKtmpd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-txgiVKtmpd .logo_footer {
    position: relative;
  }
  .cid-txgiVKtmpd .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-qTkzRZLJNu :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-qTkzRZLJNu .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qTkzRZLJNu .logo_s {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3rem !important;
  }
  .cid-qTkzRZLJNu .logo_s {
    height: 1.5rem !important;
  }
  .cid-qTkzRZLJNu .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 3;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-qTkzRZLJNu .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-qTkzRZLJNu .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-qTkzRZLJNu .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-qTkzRZLJNu .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-qTkzRZLJNu .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-qTkzRZLJNu a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu a:hover svg polygon,
.cid-qTkzRZLJNu a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-qTkzRZLJNu .hiddden {
  display: none !important;
}
.cid-qTkzRZLJNu .shoow {
  display: block !important;
}
.cid-qTkzRZLJNu .navbar-logo a,
.cid-qTkzRZLJNu .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-qTkzRZLJNu .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-qTkzRZLJNu .navbar-logo a img {
    left: 20px;
  }
  .cid-qTkzRZLJNu .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-qTkzRZLJNu .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-qTkzRZLJNu .stoerer_head,
  .cid-qTkzRZLJNu .stoerer_text {
    grid-row: 1;
  }
  .cid-qTkzRZLJNu .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-qTkzRZLJNu a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-rPrDEBXQen {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-rPrDEBXQen {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-uEH1fpzWbo {
  background: #ffffff;
}
.cid-uEH1fpzWbo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uEH1fpzWbo figcaption {
  position: relative;
}
.cid-uEH1fpzWbo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uEH1fpzWbo .image-block {
    width: 100% !important;
  }
}
.cid-sOmZbHn82j {
  background: #ffffff;
}
.cid-sOmZbHn82j .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sOmZbHn82j figcaption {
  position: relative;
}
.cid-sOmZbHn82j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sOmZbHn82j .image-block {
    width: 100% !important;
  }
}
.cid-uXTI95CfCp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-10-1500x622.jpg");
}
.cid-uXTI95CfCp H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-uXTI95CfCp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXTI95CfCp span {
  visibility: hidden;
}
.cid-uXTI95CfCp .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uXTI95CfCp span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-tqnC8h06du {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tqnC8h06du .aktions_section {
  z-index: 99999;
}
.cid-tqnC8h06du .item:focus,
.cid-tqnC8h06du span:focus {
  outline: none;
}
.cid-tqnC8h06du .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tqnC8h06du .item-wrapper {
  position: relative;
  display: block;
  width: 20vw;
}
.cid-tqnC8h06du .item-btn,
.cid-tqnC8h06du h4,
.cid-tqnC8h06du h5 {
  margin: 0;
}
.cid-tqnC8h06du .item-content {
  padding-top: 1rem;
}
.cid-tqnC8h06du .item-title {
  color: #ffffff;
}
.cid-tqnC8h06du .abstand {
  margin-top: -10px;
}
.cid-tqnC8h06du h5 {
  color: #a76645 !important;
}
.cid-tqnC8h06du h4 a {
  color: #fff;
  line-height: 1.2;
}
.cid-tqnC8h06du .item-wrapper:hover .card-img {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqnC8h06du .item-wrapper:hover h4 {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqnC8h06du .item-subtitle {
  color: #1d1d1b;
}
.cid-tqnC8h06du .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-tqnC8h06du .doppeltes_jahr {
  color: #F9CEB2 ;
}
.cid-tqnC8h06du .item-text {
  color: #1d1d1b;
}
.cid-tqnC8h06du h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-tqnC8h06du .space_down_50 {
  margin-bottom: 50px;
}
.cid-tqnC8h06du item-text {
  color: #1d1d1b;
}
.cid-tqnC8h06du .hiddden {
  display: none !important;
}
.cid-tqnC8h06du .shoow {
  display: block !important;
}
.cid-tqnC8h06du a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-tqnC8h06du a:hover {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqnC8h06du .img-container {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 150%;
  height: 0;
}
.cid-tqnC8h06du .gradient {
  position: absolute;
  background-image: linear-gradient(to top, white 0%, black 100%);
  width: 100%;
  height: 50%;
  z-index: 2;
  mix-blend-mode: multiply;
}
.cid-tqnC8h06du .img-container .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center;
}
.cid-tqnC8h06du .aktions_logo {
  position: absolute;
  margin: 15px auto;
  width: 90%;
  height: auto;
  z-index: 3;
  padding: 0px 5%;
  left: 5%;
  max-height: 170px;
  min-height: 80px;
}
.cid-tqnC8h06du .embla {
  overflow: hidden;
}
.cid-tqnC8h06du .embla__container {
  display: flex;
  will-change: transform;
}
.cid-tqnC8h06du .embla__slide {
  position: relative;
  flex: 0 0 auto;
  margin: 10px;
  padding: 10px;
}
.cid-tqnC8h06du .embla__slide:first-of-type .item-wrapper {
  margin-left: 30px;
}
.cid-tqnC8h06du .embla__slide:last-of-type .item-wrapper {
  margin-right: 30px;
}
.cid-tqnC8h06du .container {
  max-width: 100vw !important;
  padding: 0px;
}
.cid-tqnC8h06du .h2_block {
  padding-left: 38px;
  padding-right: 38px;
}
.cid-tqnC8h06du .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-tqnC8h06du .embla__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  width: auto;
  padding: 20px 15px 15px 15px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 1rem;
}
.cid-tqnC8h06du .embla__button--prev {
  left: 30px;
  padding-left: 7px;
}
.cid-tqnC8h06du .embla__button--prev svg {
  transform: rotate(180deg);
}
.cid-tqnC8h06du .embla__button--next {
  right: 30px;
  padding-right: 7px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .cid-tqnC8h06du .item-content {
    margin-top: 1rem;
  }
  .cid-tqnC8h06du .item {
    padding-bottom: 1rem;
  }
  .cid-tqnC8h06du .aktions_logo {
    max-height: 70px;
    min-height: 40px;
  }
  .cid-tqnC8h06du h4 {
    font-size: 1rem;
    line-height: 1.2;
  }
  .cid-tqnC8h06du .item-wrapper {
    width: 35vw;
  }
  .cid-tqnC8h06du .embla__slide {
    padding: 0px;
  }
  .cid-tqnC8h06du .embla__button--prev {
    left: 0px;
    padding-left: 7px;
  }
  .cid-tqnC8h06du .embla__button--next {
    right: 0px;
    padding-right: 17px;
  }
  .cid-tqnC8h06du .embla__slide:first-of-type {
    padding-left: 10px;
  }
  .cid-tqnC8h06du .embla__button {
    bottom: -0.5rem;
  }
}
.cid-tqnMFVV7zB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tqnMFVV7zB .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-tqnMFVV7zB .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-tqnMFVV7zB .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-tqnMFVV7zB a svg polygon {
  fill: white !important;
}
.cid-tqnMFVV7zB a:hover {
  Color: #F9CEB2!important;
}
.cid-tqnMFVV7zB a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-tqnMFVV7zB .btn-white-outline:hover,
.cid-tqnMFVV7zB .btn-white-outline:focus,
.cid-tqnMFVV7zB .btn-white-outline.focus,
.cid-tqnMFVV7zB .btn-white-outline.active,
.cid-tqnMFVV7zB .btn-black-outline:hover,
.cid-tqnMFVV7zB .btn-black-outline:focus,
.cid-tqnMFVV7zB .btn-black-outline.focus,
.cid-tqnMFVV7zB .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-tqnMFVV7zB .display-5 {
    line-height: 1;
  }
  .cid-tqnMFVV7zB .btn {
    font-size: 1.5rem !important;
  }
  .cid-tqnMFVV7zB .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-sdof3e7cef {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-4-1500x490.jpg");
}
.cid-sdof3e7cef H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-sdof3e7cef .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdof3e7cef span {
  visibility: hidden;
}
.cid-sdof3e7cef .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-sdof3e7cef span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-rRatASNqsu {
  background: #ffffff;
}
.cid-rRatASNqsu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRatASNqsu figcaption {
  position: relative;
}
.cid-rRatASNqsu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRatASNqsu .image-block {
    width: 300% !important;
  }
}
.cid-rQS5Qz5kDa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rQS5Qz5kDa .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rQS5Qz5kDa .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rQS5Qz5kDa .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rQS5Qz5kDa .mbr-figure,
  .cid-rQS5Qz5kDa img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rQS5Qz5kDa .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rQS5Qz5kDa .mbr-author-desc {
  color: #000000;
}
.cid-rQS5Qz5kDa h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rQS5Qz5kDa .text_block {
  margin-top: 0px;
}
.cid-rQS5Qz5kDa .h2_block {
  margin-bottom: 20px;
}
.cid-rQS5Qz5kDa .mbr-figure {
  align-self: flex-start;
}
.cid-rQS5Qz5kDa .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rQS5Qz5kDa .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rQS5Qz5kDa .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-rQS5Qz5kDa a:hover {
  Color: #a76645 !important;
}
.cid-rQS5Qz5kDa a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rQS5Qz5kDa .btn-black-outline:hover,
.cid-rQS5Qz5kDa .btn-black-outline:focus,
.cid-rQS5Qz5kDa .btn-black-outline.focus,
.cid-rQS5Qz5kDa .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rQS5Qz5kDa .display-5 {
    line-height: 1;
  }
  .cid-rQS5Qz5kDa .btn {
    font-size: 1.5rem !important;
  }
  .cid-rQS5Qz5kDa .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rQS5Qz5kDa .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rRatuZNQX7 {
  background: #ffffff;
}
.cid-rRatuZNQX7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rRatuZNQX7 figcaption {
  position: relative;
}
.cid-rRatuZNQX7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRatuZNQX7 .image-block {
    width: 300% !important;
  }
}
.cid-rPIuwV6G8L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-rPIuwV6G8L .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rPIuwV6G8L h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rPIuwV6G8L p {
  color: #767676;
  text-align: left;
}
.cid-rPIuwV6G8L .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rPIuwV6G8L .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rPIuwV6G8L .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rPIuwV6G8L .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPIuwV6G8L .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rPIuwV6G8L .notched-box:before,
.cid-rPIuwV6G8L .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-rPIuwV6G8L .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rPIuwV6G8L .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rPIuwV6G8L .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rPIuwV6G8L .border:before,
.cid-rPIuwV6G8L .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-rPIuwV6G8L .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rPIuwV6G8L .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rPIuwV6G8L .mbr-author-name {
  padding-left: 40px;
}
.cid-rPIuwV6G8L P {
  color: #000000;
  line-height: 1.3;
}
.cid-rPIuwV6G8L .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rSn1yMws5Y {
  background: #f9ceb2;
}
.cid-rSn1yMws5Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rSn1yMws5Y figcaption {
  position: relative;
}
.cid-rSn1yMws5Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSn1yMws5Y .image-block {
    width: 300% !important;
  }
}
.cid-rps9KwnRzD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-rps9KwnRzD P {
  color: #767676;
}
.cid-rps9KwnRzD .display-2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cid-rps9KwnRzD .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-rpxPOvWcy2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9ceb2;
}
.cid-rpxPOvWcy2 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rpxPOvWcy2 .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-rpxPOvWcy2 .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rpxPOvWcy2 a:hover {
  Color: #a76645;
}
.cid-rpxPOvWcy2 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rpxPOvWcy2 .btn-black-outline:hover,
.cid-rpxPOvWcy2 .btn-black-outline:focus,
.cid-rpxPOvWcy2 .btn-black-outline.focus,
.cid-rpxPOvWcy2 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rpxPOvWcy2 .display-5 {
    line-height: 1;
  }
  .cid-rpxPOvWcy2 .btn {
    font-size: 1.5rem !important;
  }
  .cid-rpxPOvWcy2 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rpxOMo718y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rpxOMo718y .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-rpxOMo718y .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rpxOMo718y .mbr-author-desc {
  color: #232;
}
.cid-rpxOMo718y .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-rpxOMo718y .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rpxOMo718y .mbr-figure,
  .cid-rpxOMo718y img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rpxOMo718y h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rpxOMo718y .text_block {
  margin-top: 0px;
}
.cid-rpxOMo718y .h2_block {
  margin-bottom: 20px;
}
.cid-rpxOMo718y .mbr-figure {
  align-self: flex-start;
}
.cid-rpxOMo718y .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-rpxOMo718y .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rpxOMo718y a:hover {
  Color: #a76645 !important;
}
.cid-rpxOMo718y a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rpxOMo718y .btn-black-outline:hover,
.cid-rpxOMo718y .btn-black-outline:focus,
.cid-rpxOMo718y .btn-black-outline.focus,
.cid-rpxOMo718y .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rpxOMo718y .display-5 {
    line-height: 1;
  }
  .cid-rpxOMo718y .btn {
    font-size: 1.5rem !important;
  }
  .cid-rpxOMo718y .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-rpxOMo718y .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-rpxOMo718y .content {
  padding-left: 3px;
}
.cid-rPEa9ooQ70 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPEa9ooQ70 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-rPEa9ooQ70 .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-rPEa9ooQ70 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rPEa9ooQ70 .mbr-figure,
  .cid-rPEa9ooQ70 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rPEa9ooQ70 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rPEa9ooQ70 .mbr-author-desc {
  color: #000000;
}
.cid-rPEa9ooQ70 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rPEa9ooQ70 .text_block {
  margin-top: 0px;
}
.cid-rPEa9ooQ70 .h2_block {
  margin-bottom: 20px;
}
.cid-rPEa9ooQ70 .mbr-figure {
  align-self: flex-start;
}
.cid-rPEa9ooQ70 .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-rPEa9ooQ70 .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-rPEa9ooQ70 .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rPEa9ooQ70 .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-rPEa9ooQ70 .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-rPIakGaFSg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-16-2000x1330.png");
}
.cid-rPIakGaFSg H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rPIakGaFSg .mbr-section-subtitle {
  color: #000000;
}
.cid-rPIakGaFSg span {
  visibility: hidden;
}
.cid-rPIakGaFSg .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-rPIakGaFSg span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-tqbm0bmpYx {
  background: #f9ceb2;
}
.cid-tqbm0bmpYx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tqbm0bmpYx figcaption {
  position: relative;
}
.cid-tqbm0bmpYx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tqbm0bmpYx .image-block {
    width: 300% !important;
  }
}
.cid-rR3Qivnved {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-rR3Qivnved p {
  color: #767676;
}
.cid-rR3Qivnved .item:focus,
.cid-rR3Qivnved span:focus {
  outline: none;
}
.cid-rR3Qivnved .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rR3Qivnved .item-wrapper {
  position: relative;
}
.cid-rR3Qivnved .item-btn,
.cid-rR3Qivnved h4,
.cid-rR3Qivnved h5 {
  margin: 0;
}
.cid-rR3Qivnved .item-content {
  padding-top: 2rem;
}
.cid-rR3Qivnved .abstand {
  margin-top: -10px;
}
.cid-rR3Qivnved h4 {
  line-height: 1.2;
}
.cid-rR3Qivnved .item-text h5,
.cid-rR3Qivnved .item-text h4 {
  color: #1d1d1b;
}
.cid-rR3Qivnved .item-wrapper:hover .card-img {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Qivnved .item-wrapper:hover h4 a {
  color: #F9CEB2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Qivnved item-text {
  color: #1d1d1b;
}
.cid-rR3Qivnved .link_no_link {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-rR3Qivnved .display-5,
.cid-rR3Qivnved .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-rR3Qivnved .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-rR3Qivnved .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-rR3Qivnved .special_button {
  width: 100%;
}
.cid-rR3Qivnved .special_button a {
  text-align: left;
}
.cid-rR3Qivnved .display-5 {
  color: white !important;
}
.cid-rR3Qivnved svg polygon {
  fill: white ;
}
.cid-rR3Qivnved a:hover {
  Color: #F9CEB2 !important;
}
.cid-rR3Qivnved a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rR3Qivnved .btn-black-outline:hover,
.cid-rR3Qivnved .btn-black-outline:focus,
.cid-rR3Qivnved .btn-black-outline.focus,
.cid-rR3Qivnved .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-rR3Qivnved .btn-white-outline:hover,
.cid-rR3Qivnved .btn-white-outline:focus,
.cid-rR3Qivnved .btn-white-outline.focus,
.cid-rR3Qivnved .btn-white-outline.active {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
.cid-rR3Qivnved .card-img {
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .cid-rR3Qivnved .display-5 {
    line-height: 1;
  }
  .cid-rR3Qivnved .btn {
    font-size: 1.5rem !important;
  }
  .cid-rR3Qivnved .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rPIrL6Dmhk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rPIrL6Dmhk .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-rPIrL6Dmhk .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-rPIrL6Dmhk .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-rPIrL6Dmhk a svg polygon {
  fill: white !important;
}
.cid-rPIrL6Dmhk a:hover {
  Color: #F9CEB2!important;
}
.cid-rPIrL6Dmhk a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-rPIrL6Dmhk .btn-white-outline:hover,
.cid-rPIrL6Dmhk .btn-white-outline:focus,
.cid-rPIrL6Dmhk .btn-white-outline.focus,
.cid-rPIrL6Dmhk .btn-white-outline.active,
.cid-rPIrL6Dmhk .btn-black-outline:hover,
.cid-rPIrL6Dmhk .btn-black-outline:focus,
.cid-rPIrL6Dmhk .btn-black-outline.focus,
.cid-rPIrL6Dmhk .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-rPIrL6Dmhk .display-5 {
    line-height: 1;
  }
  .cid-rPIrL6Dmhk .btn {
    font-size: 1.5rem !important;
  }
  .cid-rPIrL6Dmhk .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-rpxQPScPRF {
  background: #ffffff;
}
.cid-rpxQPScPRF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rpxQPScPRF figcaption {
  position: relative;
}
.cid-rpxQPScPRF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpxQPScPRF .image-block {
    width: 100% !important;
  }
}
.cid-sdcnoLN3US {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-7-1500x622.jpg");
}
.cid-sdcnoLN3US P {
  color: #767676;
}
.cid-sdcnoLN3US .display-2 {
  font-size: 3rem;
  font-weight: 300;
}
.cid-sdcnoLN3US h1 {
  font-size: 6vw !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 0.9em;
  color: white;
}
.cid-sdcnoLN3US .animation_center {
  padding: 5vh 0px;
}
.cid-sdcnoLN3US .banner {
  width: 100%;
  height: auto;
}
.cid-sdcnoLN3US .black {
  background-color: #fff !important;
}
.cid-sdcnoLN3US .AniContainer {
  padding: 5em 0em;
}
.cid-sdcnoLN3US span {
  visibility: hidden;
}
.cid-sdcnoLN3US span.blick {
  visibility: visible;
}
@media (max-width: 768px) {
  .cid-sdcnoLN3US .display-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.cid-sdcnoLN3US .mbr-text,
.cid-sdcnoLN3US .mbr-section-btn {
  color: #ffffff;
}
.cid-rPOiyDidO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-rPOiyDidO5 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-rPOiyDidO5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rPOiyDidO5 p {
  color: #767676;
  text-align: left;
}
.cid-rPOiyDidO5 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-rPOiyDidO5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rPOiyDidO5 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rPOiyDidO5 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPOiyDidO5 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-rPOiyDidO5 .notched-box:before,
.cid-rPOiyDidO5 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-rPOiyDidO5 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-rPOiyDidO5 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-rPOiyDidO5 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-rPOiyDidO5 .border:before,
.cid-rPOiyDidO5 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-rPOiyDidO5 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-rPOiyDidO5 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-rPOiyDidO5 .mbr-author-name {
  padding-left: 40px;
}
.cid-rPOiyDidO5 P {
  color: #ffffff;
}
.cid-rPOiyDidO5 .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-rRODJelKsA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-rRODJelKsA H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-rRODJelKsA .mbr-section-subtitle {
  color: #000000;
}
.cid-rRODJelKsA section {
  background-color: none;
}
.cid-rRODJelKsA .logo_footer {
  position: relative;
  right: 100px;
}
.cid-rTHCzxMy2F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTHCzxMy2F .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-rTHCzxMy2F h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-rTHCzxMy2F .space_down_30 {
  margin-bottom: 30px;
}
.cid-rTHCzxMy2F .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-sUS5VKTbMc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sUS5VKTbMc .content {
    text-align: center;
  }
  .cid-sUS5VKTbMc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sUS5VKTbMc .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-sUS5VKTbMc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sUS5VKTbMc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sUS5VKTbMc .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUS5VKTbMc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sUS5VKTbMc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sUS5VKTbMc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUS5VKTbMc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sUS5VKTbMc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUS5VKTbMc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUS5VKTbMc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUS5VKTbMc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUS5VKTbMc H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-sUS5VKTbMc P {
  color: #1d1d1b;
}
.cid-sUS5VKTbMc .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-sUS5VKTbMc .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-sUS5VKTbMc .logo_footer {
  position: relative;
}
.cid-sUS5VKTbMc .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-sUS5VKTbMc .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-sUS5VKTbMc .col,
  .cid-sUS5VKTbMc .col-1,
  .cid-sUS5VKTbMc .col-10,
  .cid-sUS5VKTbMc .col-11,
  .cid-sUS5VKTbMc .col-12,
  .cid-sUS5VKTbMc .col-2,
  .cid-sUS5VKTbMc .col-3,
  .cid-sUS5VKTbMc .col-4,
  .cid-sUS5VKTbMc .col-5,
  .cid-sUS5VKTbMc .col-6,
  .cid-sUS5VKTbMc .col-7,
  .cid-sUS5VKTbMc .col-8,
  .cid-sUS5VKTbMc .col-9,
  .cid-sUS5VKTbMc .col-auto,
  .cid-sUS5VKTbMc .col-lg,
  .cid-sUS5VKTbMc .col-lg-1,
  .cid-sUS5VKTbMc .col-lg-10,
  .cid-sUS5VKTbMc .col-lg-11,
  .cid-sUS5VKTbMc .col-lg-12,
  .cid-sUS5VKTbMc .col-lg-2,
  .cid-sUS5VKTbMc .col-lg-3,
  .cid-sUS5VKTbMc .col-lg-4,
  .cid-sUS5VKTbMc .col-lg-5,
  .cid-sUS5VKTbMc .col-lg-6,
  .cid-sUS5VKTbMc .col-lg-7,
  .cid-sUS5VKTbMc .col-lg-8,
  .cid-sUS5VKTbMc .col-lg-9,
  .cid-sUS5VKTbMc .col-lg-auto,
  .cid-sUS5VKTbMc .col-md,
  .cid-sUS5VKTbMc .col-md-1,
  .cid-sUS5VKTbMc .col-md-10,
  .cid-sUS5VKTbMc .col-md-11,
  .cid-sUS5VKTbMc .col-md-12,
  .cid-sUS5VKTbMc .col-md-2,
  .cid-sUS5VKTbMc .col-md-3,
  .cid-sUS5VKTbMc .col-md-4,
  .cid-sUS5VKTbMc .col-md-5,
  .cid-sUS5VKTbMc .col-md-6,
  .cid-sUS5VKTbMc .col-md-7,
  .cid-sUS5VKTbMc .col-md-8,
  .cid-sUS5VKTbMc .col-md-9,
  .cid-sUS5VKTbMc .col-md-auto,
  .cid-sUS5VKTbMc .col-sm,
  .cid-sUS5VKTbMc .col-sm-1,
  .cid-sUS5VKTbMc .col-sm-10,
  .cid-sUS5VKTbMc .col-sm-11,
  .cid-sUS5VKTbMc .col-sm-12,
  .cid-sUS5VKTbMc .col-sm-2,
  .cid-sUS5VKTbMc .col-sm-3,
  .cid-sUS5VKTbMc .col-sm-4,
  .cid-sUS5VKTbMc .col-sm-5,
  .cid-sUS5VKTbMc .col-sm-6,
  .cid-sUS5VKTbMc .col-sm-7,
  .cid-sUS5VKTbMc .col-sm-8,
  .cid-sUS5VKTbMc .col-sm-9,
  .cid-sUS5VKTbMc .col-sm-auto,
  .cid-sUS5VKTbMc .col-xl,
  .cid-sUS5VKTbMc .col-xl-1,
  .cid-sUS5VKTbMc .col-xl-10,
  .cid-sUS5VKTbMc .col-xl-11,
  .cid-sUS5VKTbMc .col-xl-12,
  .cid-sUS5VKTbMc .col-xl-2,
  .cid-sUS5VKTbMc .col-xl-3,
  .cid-sUS5VKTbMc .col-xl-4,
  .cid-sUS5VKTbMc .col-xl-5,
  .cid-sUS5VKTbMc .col-xl-6,
  .cid-sUS5VKTbMc .col-xl-7,
  .cid-sUS5VKTbMc .col-xl-8,
  .cid-sUS5VKTbMc .col-xl-9,
  .cid-sUS5VKTbMc .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-sUS5VKTbMc .content {
    text-align: left;
  }
  .cid-sUS5VKTbMc .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-sUS5VKTbMc .logo_footer_box {
    position: relative;
  }
  .cid-sUS5VKTbMc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-sUS5VKTbMc .logo_footer {
    position: relative;
  }
  .cid-sUS5VKTbMc .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-unph6fTzmQ :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-unph6fTzmQ .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-unph6fTzmQ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-unph6fTzmQ a {
  font-style: normal;
}
.cid-unph6fTzmQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-unph6fTzmQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-unph6fTzmQ .nav-item:focus,
.cid-unph6fTzmQ .nav-link:focus {
  outline: none;
}
.cid-unph6fTzmQ .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-unph6fTzmQ .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-unph6fTzmQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-unph6fTzmQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-unph6fTzmQ .menu-logo {
  margin-right: auto;
}
.cid-unph6fTzmQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-unph6fTzmQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unph6fTzmQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unph6fTzmQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unph6fTzmQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unph6fTzmQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unph6fTzmQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-unph6fTzmQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-unph6fTzmQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unph6fTzmQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unph6fTzmQ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-unph6fTzmQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-unph6fTzmQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unph6fTzmQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unph6fTzmQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unph6fTzmQ .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-unph6fTzmQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-unph6fTzmQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-unph6fTzmQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-unph6fTzmQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unph6fTzmQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unph6fTzmQ .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-unph6fTzmQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unph6fTzmQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-unph6fTzmQ button.navbar-toggler:focus {
  outline: none;
}
.cid-unph6fTzmQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unph6fTzmQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unph6fTzmQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unph6fTzmQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unph6fTzmQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unph6fTzmQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unph6fTzmQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unph6fTzmQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unph6fTzmQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unph6fTzmQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-unph6fTzmQ .collapsed .btn {
  display: flex;
}
.cid-unph6fTzmQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unph6fTzmQ .collapsed .navbar-collapse.collapsing,
.cid-unph6fTzmQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unph6fTzmQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unph6fTzmQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unph6fTzmQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unph6fTzmQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unph6fTzmQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unph6fTzmQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-unph6fTzmQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unph6fTzmQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-unph6fTzmQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-unph6fTzmQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-unph6fTzmQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-unph6fTzmQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unph6fTzmQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unph6fTzmQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unph6fTzmQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unph6fTzmQ .logo_s {
  height: 3rem !important;
}
.cid-unph6fTzmQ .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-unph6fTzmQ .navbar-expand {
    flex-direction: column;
  }
  .cid-unph6fTzmQ img {
    height: 3rem !important;
  }
  .cid-unph6fTzmQ .logo_s {
    height: 1.5rem !important;
  }
  .cid-unph6fTzmQ .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-unph6fTzmQ .btn {
    display: flex;
  }
  .cid-unph6fTzmQ button.navbar-toggler {
    display: block;
  }
  .cid-unph6fTzmQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-unph6fTzmQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-unph6fTzmQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unph6fTzmQ .navbar-collapse.collapsing,
  .cid-unph6fTzmQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-unph6fTzmQ .navbar-collapse.collapsing .navbar-nav,
  .cid-unph6fTzmQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unph6fTzmQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unph6fTzmQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unph6fTzmQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-unph6fTzmQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-unph6fTzmQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unph6fTzmQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unph6fTzmQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unph6fTzmQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unph6fTzmQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unph6fTzmQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-unph6fTzmQ .menu-logo {
    flex-shrink: 3;
  }
}
.cid-unph6fTzmQ .navbar-collapse {
  flex-basis: auto;
}
.cid-unph6fTzmQ .nav-link:hover,
.cid-unph6fTzmQ .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-unph6fTzmQ .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-unph6fTzmQ .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-unph6fTzmQ .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-unph6fTzmQ .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-unph6fTzmQ .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-unph6fTzmQ a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unph6fTzmQ a:hover svg polygon,
.cid-unph6fTzmQ a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unph6fTzmQ .hiddden {
  display: none !important;
}
.cid-unph6fTzmQ .shoow {
  display: block !important;
}
.cid-unph6fTzmQ .navbar-logo a,
.cid-unph6fTzmQ .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-unph6fTzmQ .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-unph6fTzmQ .navbar-logo a img {
    left: 20px;
  }
  .cid-unph6fTzmQ .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-unph6fTzmQ .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-unph6fTzmQ .stoerer_head,
  .cid-unph6fTzmQ .stoerer_text {
    grid-row: 1;
  }
  .cid-unph6fTzmQ .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-unph6fTzmQ a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-unph6goubU {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-unph6goubU {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-unpqKsw4BK {
  background: #ffffff;
}
.cid-unpqKsw4BK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqKsw4BK figcaption {
  position: relative;
}
.cid-unpqKsw4BK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqKsw4BK .image-block {
    width: 100% !important;
  }
}
.cid-unpqKR00V7 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cid-unpqKR00V7 .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unpqKR00V7 .video-block {
    width: 100% !important;
  }
}
.cid-unpqKR00V7 .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpqLd0Y7E {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpqLd0Y7E .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpqLd0Y7E h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpqLd0Y7E .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpqLd0Y7E .testimonial-text {
  text-align: center;
}
.cid-unpqLA6mwQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unpqLA6mwQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpqLA6mwQ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpqLA6mwQ .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpqLA6mwQ .mbr-section-subtitle P {
  color: #ffffff;
  text-align: left;
}
.cid-unpqLVuTU3 {
  background: #000000;
  padding-top: 90px;
  padding-bottom: 60px;
}
.cid-unpqLVuTU3 .image-block {
  margin: auto;
}
.cid-unpqLVuTU3 figcaption {
  position: relative;
}
.cid-unpqLVuTU3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqLVuTU3 .image-block {
    width: 100% !important;
  }
}
.cid-unpqMhZYD3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-unpqMhZYD3 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpqMhZYD3 .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-unpqMhZYD3 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-unpqMhZYD3 a svg polygon {
  fill: white !important;
}
.cid-unpqMhZYD3 a:hover {
  Color: #F9CEB2!important;
}
.cid-unpqMhZYD3 a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpqMhZYD3 .btn-white-outline:hover,
.cid-unpqMhZYD3 .btn-white-outline:focus,
.cid-unpqMhZYD3 .btn-white-outline.focus,
.cid-unpqMhZYD3 .btn-white-outline.active,
.cid-unpqMhZYD3 .btn-black-outline:hover,
.cid-unpqMhZYD3 .btn-black-outline:focus,
.cid-unpqMhZYD3 .btn-black-outline.focus,
.cid-unpqMhZYD3 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unpqMhZYD3 .display-5 {
    line-height: 1;
  }
  .cid-unpqMhZYD3 .btn {
    font-size: 1.5rem !important;
  }
  .cid-unpqMhZYD3 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-unpqMPj8CA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-unpqMPj8CA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpqMPj8CA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpqMPj8CA p {
  color: #767676;
  text-align: left;
}
.cid-unpqMPj8CA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpqMPj8CA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpqMPj8CA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpqMPj8CA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpqMPj8CA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpqMPj8CA .notched-box:before,
.cid-unpqMPj8CA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpqMPj8CA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpqMPj8CA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpqMPj8CA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpqMPj8CA .border:before,
.cid-unpqMPj8CA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpqMPj8CA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpqMPj8CA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpqMPj8CA .mbr-author-name {
  padding-left: 40px;
}
.cid-unpqMPj8CA P {
  color: #ffffff;
}
.cid-unpqMPj8CA .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpqNaUiHu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-4-1500x1695.jpg");
}
.cid-unpqNaUiHu .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpqNaUiHu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpqNaUiHu p {
  color: #767676;
  text-align: left;
}
.cid-unpqNaUiHu .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpqNaUiHu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpqNaUiHu .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpqNaUiHu .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpqNaUiHu .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpqNaUiHu .notched-box:before,
.cid-unpqNaUiHu .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpqNaUiHu .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpqNaUiHu .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpqNaUiHu .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpqNaUiHu .border:before,
.cid-unpqNaUiHu .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpqNaUiHu .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpqNaUiHu .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpqNaUiHu .mbr-author-name {
  padding-left: 40px;
}
.cid-unpqNaUiHu P {
  color: #ffffff;
}
.cid-unpqNaUiHu .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpqNwJZ5I {
  background: #ffffff;
}
.cid-unpqNwJZ5I .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqNwJZ5I figcaption {
  position: relative;
}
.cid-unpqNwJZ5I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqNwJZ5I .image-block {
    width: 100% !important;
  }
}
.cid-unpqO6Ioxw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unpqO6Ioxw H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unpqO6Ioxw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unpqO6Ioxw span {
  visibility: hidden;
}
.cid-unpqO6Ioxw .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-unpqO6Ioxw span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-unpqOrpqeF {
  background: #ffffff;
}
.cid-unpqOrpqeF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqOrpqeF figcaption {
  position: relative;
}
.cid-unpqOrpqeF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqOrpqeF .image-block {
    width: 100% !important;
  }
}
.cid-unpqOOtbDU {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-unpqOOtbDU .image-block {
  margin: auto;
}
.cid-unpqOOtbDU figcaption {
  position: relative;
}
.cid-unpqOOtbDU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqOOtbDU .image-block {
    width: 100% !important;
  }
}
.cid-unpqPgGlqG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpqPgGlqG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpqPgGlqG h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpqPgGlqG .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpqPgGlqG .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unpqPC6dnO {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-unpqPC6dnO .images-container.container-fluid {
  padding: 0;
}
.cid-unpqPC6dnO .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-unpqPC6dnO .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-unpqPC6dnO .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-unpqPC6dnO .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-unpqPC6dnO .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-unpqPC6dnO .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-unpqPC6dnO .img-item {
    width: 100% !important;
  }
  .cid-unpqPC6dnO .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-unpqQ0mNFz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unpqQ0mNFz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unpqQ0mNFz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-unpqQ0mNFz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-unpqQDhc7V {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-unpqQDhc7V .images-container.container-fluid {
  padding: 0;
}
.cid-unpqQDhc7V .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-unpqQDhc7V .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-unpqQDhc7V .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-unpqQDhc7V .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-unpqQDhc7V .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-unpqQDhc7V .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-unpqQDhc7V .img-item {
    width: 100% !important;
  }
  .cid-unpqQDhc7V .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uHMImbE0av {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHMImbE0av H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-uHMImbE0av .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHMImbE0av span {
  visibility: hidden;
}
.cid-uHMImbE0av .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uHMImbE0av span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-unpqR1OV5D {
  background: #ffffff;
}
.cid-unpqR1OV5D .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqR1OV5D figcaption {
  position: relative;
}
.cid-unpqR1OV5D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqR1OV5D .image-block {
    width: 100% !important;
  }
}
.cid-unpqRr6rNK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unpqRr6rNK .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpqRr6rNK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpqRr6rNK p {
  color: #767676;
  text-align: left;
}
.cid-unpqRr6rNK .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpqRr6rNK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpqRr6rNK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpqRr6rNK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpqRr6rNK .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpqRr6rNK .notched-box:before,
.cid-unpqRr6rNK .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpqRr6rNK .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpqRr6rNK .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpqRr6rNK .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpqRr6rNK .border:before,
.cid-unpqRr6rNK .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpqRr6rNK .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpqRr6rNK .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpqRr6rNK .mbr-author-name {
  padding-left: 40px;
}
.cid-unpqRr6rNK P {
  color: #1d1d1b;
}
.cid-unpqRr6rNK .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpqScR11r {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-unpqScR11r .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpqScR11r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpqScR11r p {
  color: #767676;
  text-align: left;
}
.cid-unpqScR11r .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpqScR11r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpqScR11r .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpqScR11r .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpqScR11r .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpqScR11r .notched-box:before,
.cid-unpqScR11r .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-unpqScR11r .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpqScR11r .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpqScR11r .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpqScR11r .border:before,
.cid-unpqScR11r .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-unpqScR11r .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpqScR11r .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpqScR11r .mbr-author-name {
  padding-left: 40px;
}
.cid-unpqScR11r P {
  color: #000000;
  line-height: 1.3;
}
.cid-unpqScR11r .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpqSzpsTe {
  background: #ffffff;
}
.cid-unpqSzpsTe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqSzpsTe figcaption {
  position: relative;
}
.cid-unpqSzpsTe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqSzpsTe .image-block {
    width: 100% !important;
  }
}
.cid-unpqT2QwR2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpqT2QwR2 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpqT2QwR2 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #f9ceb2;
  color: #000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpqT2QwR2 .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpqT2QwR2 .testimonial-text {
  color: #000000;
}
.cid-unpqTBNw52 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-unpqTBNw52 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpqTBNw52 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpqTBNw52 .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpqTBNw52 .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-unpqU0Cowc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpqU0Cowc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpqU0Cowc p {
  color: #767676;
  text-align: left;
}
.cid-unpqU0Cowc .card-box {
  padding-top: 2rem;
}
.cid-unpqU0Cowc .card-wrapper {
  height: 100%;
}
.cid-unpqUlQwHP {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unpqUlQwHP H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unpqUlQwHP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unpqUVA4W5 {
  background: #ffffff;
}
.cid-unpqUVA4W5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqUVA4W5 figcaption {
  position: relative;
}
.cid-unpqUVA4W5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqUVA4W5 .image-block {
    width: 100% !important;
  }
}
.cid-unpqVi7Y8M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpqVi7Y8M h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpqVi7Y8M p {
  color: #767676;
  text-align: left;
}
.cid-unpqVi7Y8M .card-box {
  padding-top: 2rem;
}
.cid-unpqVi7Y8M .card-wrapper {
  height: 100%;
}
.cid-unpqVK6i2Q {
  background: #ffffff;
}
.cid-unpqVK6i2Q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqVK6i2Q figcaption {
  position: relative;
}
.cid-unpqVK6i2Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqVK6i2Q .image-block {
    width: 100% !important;
  }
}
.cid-unpqWkSQDr {
  background: #ffffff;
}
.cid-unpqWkSQDr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqWkSQDr figcaption {
  position: relative;
}
.cid-unpqWkSQDr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqWkSQDr .image-block {
    width: 100% !important;
  }
}
.cid-unpqWGlzkz {
  background: #ffffff;
}
.cid-unpqWGlzkz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqWGlzkz figcaption {
  position: relative;
}
.cid-unpqWGlzkz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqWGlzkz .image-block {
    width: 100% !important;
  }
}
.cid-unpqWZzBAj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unpqWZzBAj H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unpqWZzBAj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unpqXuN956 {
  background: #ffffff;
}
.cid-unpqXuN956 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqXuN956 figcaption {
  position: relative;
}
.cid-unpqXuN956 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqXuN956 .image-block {
    width: 100% !important;
  }
}
.cid-unpqXPTWX7 {
  background: #ffffff;
}
.cid-unpqXPTWX7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqXPTWX7 figcaption {
  position: relative;
}
.cid-unpqXPTWX7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqXPTWX7 .image-block {
    width: 100% !important;
  }
}
.cid-unpqY82Vvz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unpqY82Vvz H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unpqY82Vvz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unpqYZeFEi {
  background: #ffffff;
}
.cid-unpqYZeFEi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpqYZeFEi figcaption {
  position: relative;
}
.cid-unpqYZeFEi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpqYZeFEi .image-block {
    width: 100% !important;
  }
}
.cid-unpqZq4jOi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpqZq4jOi .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpqZq4jOi h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpqZq4jOi .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpqZq4jOi .testimonial-text {
  color: #ffffff;
}
.cid-unpr00Gdty {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-unpr00Gdty .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpr00Gdty h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr00Gdty .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr00Gdty .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-unpr0AVFad {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-unpr0AVFad .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpr0AVFad .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-unpr0AVFad .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-unpr0AVFad a svg polygon {
  fill: white !important;
}
.cid-unpr0AVFad a:hover {
  Color: #F9CEB2!important;
}
.cid-unpr0AVFad a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpr0AVFad .btn-white-outline:hover,
.cid-unpr0AVFad .btn-white-outline:focus,
.cid-unpr0AVFad .btn-white-outline.focus,
.cid-unpr0AVFad .btn-white-outline.active,
.cid-unpr0AVFad .btn-black-outline:hover,
.cid-unpr0AVFad .btn-black-outline:focus,
.cid-unpr0AVFad .btn-black-outline.focus,
.cid-unpr0AVFad .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unpr0AVFad .display-5 {
    line-height: 1;
  }
  .cid-unpr0AVFad .btn {
    font-size: 1.5rem !important;
  }
  .cid-unpr0AVFad .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-unpr0VFigx {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 90px;
}
.cid-unpr0VFigx .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unpr0VFigx .video-block {
    width: 100% !important;
  }
}
.cid-unpr0VFigx .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpr1g4Tsg {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 90px;
}
.cid-unpr1g4Tsg .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unpr1g4Tsg .video-block {
    width: 100% !important;
  }
}
.cid-unpr1g4Tsg .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpr1CF6rL {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #019ee0;
}
.cid-unpr1CF6rL .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpr1CF6rL h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr1CF6rL .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr1CF6rL .testimonial-text {
  text-align: center;
}
.cid-unpr1VLlQV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #019ee0;
}
.cid-unpr1VLlQV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpr1VLlQV h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr1VLlQV .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr1VLlQV .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-unpr2fFU7r {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #019ee0;
}
.cid-unpr2fFU7r .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpr2fFU7r .display-5 {
  font-size: 2rem;
  color: white;
}
.cid-unpr2fFU7r .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-unpr2fFU7r a svg polygon {
  fill: white !important;
}
.cid-unpr2fFU7r a:hover {
  Color: #F9CEB2!important;
}
.cid-unpr2fFU7r a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpr2fFU7r .btn-white-outline:hover,
.cid-unpr2fFU7r .btn-white-outline:focus,
.cid-unpr2fFU7r .btn-white-outline.focus,
.cid-unpr2fFU7r .btn-white-outline.active,
.cid-unpr2fFU7r .btn-black-outline:hover,
.cid-unpr2fFU7r .btn-black-outline:focus,
.cid-unpr2fFU7r .btn-black-outline.focus,
.cid-unpr2fFU7r .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unpr2fFU7r .display-5 {
    line-height: 1;
  }
  .cid-unpr2fFU7r .btn {
    font-size: 1.5rem !important;
  }
  .cid-unpr2fFU7r .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-unpr2MSW38 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #019ee0;
}
.cid-unpr2MSW38 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpr2MSW38 p {
  color: #767676;
  text-align: left;
}
.cid-unpr2MSW38 .card-box {
  padding-top: 2rem;
}
.cid-unpr2MSW38 .card-wrapper {
  height: 100%;
}
.cid-unpr3a00yT {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #019ee0;
}
.cid-unpr3a00yT .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unpr3a00yT .modal-body .close {
  background: #1b1b1b;
}
.cid-unpr3a00yT .modal-body .close span {
  font-style: normal;
}
.cid-unpr3a00yT .carousel-inner > .active,
.cid-unpr3a00yT .carousel-inner > .next,
.cid-unpr3a00yT .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-unpr3a00yT .carousel-control .icon-next,
.cid-unpr3a00yT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-unpr3a00yT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unpr3a00yT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unpr3a00yT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-unpr3a00yT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-unpr3a00yT .boxed-slider > div {
  position: relative;
}
.cid-unpr3a00yT .container img {
  width: 100%;
}
.cid-unpr3a00yT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-unpr3a00yT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-unpr3a00yT .mbr-table-cell {
  padding: 0;
}
.cid-unpr3a00yT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unpr3a00yT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-unpr3a00yT .mbr-overlay {
  z-index: 1;
}
.cid-unpr3a00yT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-unpr3a00yT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-unpr3a00yT .carousel-item.active.right,
.cid-unpr3a00yT .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-unpr3a00yT .carousel-item.active.left,
.cid-unpr3a00yT .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-unpr3a00yT .carousel-item.active,
.cid-unpr3a00yT .carousel-item.next.left,
.cid-unpr3a00yT .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-unpr3a00yT .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-unpr3a00yT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unpr3a00yT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unpr3a00yT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-unpr3a00yT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unpr3a00yT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unpr3a00yT .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-unpr3a00yT .mbr-slider .carousel-indicators li.active,
.cid-unpr3a00yT .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-unpr3a00yT .mbr-slider .carousel-indicators li::after,
.cid-unpr3a00yT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-unpr3a00yT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-unpr3a00yT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-unpr3a00yT .mbr-slider > .container img {
  width: 100%;
}
.cid-unpr3a00yT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-unpr3a00yT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-unpr3a00yT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-unpr3a00yT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-unpr3a00yT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-unpr3a00yT .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-unpr3a00yT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-unpr3a00yT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-unpr3a00yT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-unpr3a00yT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-unpr3a00yT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-unpr3a00yT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-unpr3a00yT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-unpr3a00yT .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-unpr3a00yT .carousel-inner {
  height: 100%;
}
.cid-unpr3a00yT .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-unpr3a00yT .image_wrapper {
  height: 900px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-unpr3a00yT .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-unpr3a00yT .carousel-item .container-slide {
  text-align: center;
}
.cid-unpr3a00yT .content-slider-wrap {
  width: 50%;
}
.cid-uHML1wcq55 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #019ee0;
}
.cid-uHML1wcq55 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-uHML1wcq55 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHML1wcq55 span {
  visibility: hidden;
}
.cid-uHML1wcq55 .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uHML1wcq55 span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-unpr3vDpEC {
  background: #ffffff;
}
.cid-unpr3vDpEC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpr3vDpEC figcaption {
  position: relative;
}
.cid-unpr3vDpEC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpr3vDpEC .image-block {
    width: 100% !important;
  }
}
.cid-unpr3ZPx8L {
  background: #ffffff;
}
.cid-unpr3ZPx8L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpr3ZPx8L figcaption {
  position: relative;
}
.cid-unpr3ZPx8L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpr3ZPx8L .image-block {
    width: 100% !important;
  }
}
.cid-unpr4j8HnZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unpr4j8HnZ .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpr4j8HnZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr4j8HnZ .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr4H3TIr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unpr4H3TIr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpr4H3TIr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr4H3TIr .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr4H3TIr .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unpr5awA9V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unpr5awA9V .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-unpr5awA9V .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unpr5awA9V .mbr-author-desc {
  color: #232;
}
.cid-unpr5awA9V .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unpr5awA9V .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unpr5awA9V .mbr-figure,
  .cid-unpr5awA9V img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-unpr5awA9V h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr5awA9V .text_block {
  margin-top: 0px;
}
.cid-unpr5awA9V .h2_block {
  margin-bottom: 20px;
}
.cid-unpr5awA9V .mbr-figure {
  align-self: flex-start;
}
.cid-unpr5awA9V .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-unpr5awA9V .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unpr5awA9V a:hover {
  Color: #a76645 !important;
}
.cid-unpr5awA9V a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpr5awA9V .btn-black-outline:hover,
.cid-unpr5awA9V .btn-black-outline:focus,
.cid-unpr5awA9V .btn-black-outline.focus,
.cid-unpr5awA9V .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unpr5awA9V .display-5 {
    line-height: 1;
  }
  .cid-unpr5awA9V .btn {
    font-size: 1.5rem !important;
  }
  .cid-unpr5awA9V .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unpr5awA9V .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unpr5awA9V .content {
  padding-left: 3px;
}
.cid-unpr5wKy2H {
  background: #ffffff;
}
.cid-unpr5wKy2H .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpr5wKy2H figcaption {
  position: relative;
}
.cid-unpr5wKy2H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpr5wKy2H .image-block {
    width: 100% !important;
  }
}
.cid-unpr5VzI0j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unpr5VzI0j H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unpr5VzI0j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unpr6sQeDb {
  background: #ffffff;
}
.cid-unpr6sQeDb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpr6sQeDb figcaption {
  position: relative;
}
.cid-unpr6sQeDb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpr6sQeDb .image-block {
    width: 100% !important;
  }
}
.cid-unpr6N8MOj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-unpr6N8MOj .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpr6N8MOj h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr6N8MOj .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr77lYbI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9ceb2;
}
.cid-unpr77lYbI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpr77lYbI h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpr77lYbI .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpr77lYbI .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unpr7QLN0E {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f9ceb2;
}
.cid-unpr7QLN0E .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpr7QLN0E .display-5 {
  font-size: 2rem;
  color: black;
}
.cid-unpr7QLN0E .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-unpr7QLN0E a svg polygon {
  fill: black !important;
}
.cid-unpr7QLN0E a:hover {
  Color: #a76645!important;
}
.cid-unpr7QLN0E a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unpr7QLN0E .btn-white-outline:hover,
.cid-unpr7QLN0E .btn-white-outline:focus,
.cid-unpr7QLN0E .btn-white-outline.focus,
.cid-unpr7QLN0E .btn-white-outline.active,
.cid-unpr7QLN0E .btn-black-outline:hover,
.cid-unpr7QLN0E .btn-black-outline:focus,
.cid-unpr7QLN0E .btn-black-outline.focus,
.cid-unpr7QLN0E .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unpr7QLN0E .display-5 {
    line-height: 1;
  }
  .cid-unpr7QLN0E .btn {
    font-size: 1.5rem !important;
  }
  .cid-unpr7QLN0E .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-unpr8cttUJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-unpr8cttUJ .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpr8cttUJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpr8cttUJ p {
  color: #767676;
  text-align: left;
}
.cid-unpr8cttUJ .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpr8cttUJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpr8cttUJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpr8cttUJ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpr8cttUJ .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpr8cttUJ .notched-box:before,
.cid-unpr8cttUJ .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpr8cttUJ .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpr8cttUJ .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpr8cttUJ .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpr8cttUJ .border:before,
.cid-unpr8cttUJ .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpr8cttUJ .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpr8cttUJ .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpr8cttUJ .mbr-author-name {
  padding-left: 40px;
}
.cid-unpr8cttUJ P {
  color: #1d1d1b;
}
.cid-unpr8cttUJ .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpr8xXRPB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-unpr8xXRPB .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpr8xXRPB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpr8xXRPB p {
  color: #767676;
  text-align: left;
}
.cid-unpr8xXRPB .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpr8xXRPB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpr8xXRPB .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpr8xXRPB .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpr8xXRPB .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpr8xXRPB .notched-box:before,
.cid-unpr8xXRPB .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpr8xXRPB .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpr8xXRPB .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpr8xXRPB .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpr8xXRPB .border:before,
.cid-unpr8xXRPB .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpr8xXRPB .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpr8xXRPB .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpr8xXRPB .mbr-author-name {
  padding-left: 40px;
}
.cid-unpr8xXRPB P {
  color: #1d1d1b;
}
.cid-unpr8xXRPB .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpr8SDOSk {
  background: #ffffff;
}
.cid-unpr8SDOSk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpr8SDOSk figcaption {
  position: relative;
}
.cid-unpr8SDOSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpr8SDOSk .image-block {
    width: 100% !important;
  }
}
.cid-unpra6S86c {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unpra6S86c .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpra6S86c h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpra6S86c .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprarMXe5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unprarMXe5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unprarMXe5 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprarMXe5 .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprarMXe5 .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-uHN1jLfdmW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-15-2000x1333.png");
}
.cid-uHN1jLfdmW H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-uHN1jLfdmW .mbr-section-subtitle {
  color: #000000;
}
.cid-uHN1jLfdmW span {
  visibility: hidden;
}
.cid-uHN1jLfdmW .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uHN1jLfdmW span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-unpraMPPGQ {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-unpraMPPGQ .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unpraMPPGQ .video-block {
    width: 100% !important;
  }
}
.cid-unpraMPPGQ .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprb4xWRb {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-unprb4xWRb .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unprb4xWRb .video-block {
    width: 100% !important;
  }
}
.cid-unprb4xWRb .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprbvogmf {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-unprbvogmf .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-unprbvogmf .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unprbvogmf .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unprbvogmf .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unprbvogmf .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unprbvogmf .mbr-figure,
  .cid-unprbvogmf img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-unprbvogmf h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprbvogmf .text_block {
  margin-top: 0px;
}
.cid-unprbvogmf .h2_block {
  margin-bottom: 20px;
}
.cid-unprbvogmf .mbr-figure {
  align-self: flex-start;
}
.cid-unprbvogmf .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-unprbvogmf .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unprbvogmf a:hover {
  Color: #a76645 !important;
}
.cid-unprbvogmf a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprbvogmf .btn-black-outline:hover,
.cid-unprbvogmf .btn-black-outline:focus,
.cid-unprbvogmf .btn-black-outline.focus,
.cid-unprbvogmf .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unprbvogmf .display-5 {
    line-height: 1;
  }
  .cid-unprbvogmf .btn {
    font-size: 1.5rem !important;
  }
  .cid-unprbvogmf .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unprbvogmf .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unprbvogmf .content {
  padding-left: 3px;
}
.cid-unprc2rYzj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-unprc2rYzj .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprc2rYzj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprc2rYzj p {
  color: #767676;
  text-align: left;
}
.cid-unprc2rYzj .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprc2rYzj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprc2rYzj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprc2rYzj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprc2rYzj .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprc2rYzj .notched-box:before,
.cid-unprc2rYzj .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprc2rYzj .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprc2rYzj .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprc2rYzj .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprc2rYzj .border:before,
.cid-unprc2rYzj .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprc2rYzj .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprc2rYzj .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprc2rYzj .mbr-author-name {
  padding-left: 40px;
}
.cid-unprc2rYzj P {
  color: #000000;
}
.cid-unprc2rYzj .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprcpG3Ha {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-9-web-2000x1402.jpg");
}
.cid-unprcpG3Ha H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-unprcpG3Ha .mbr-section-subtitle {
  color: #000000;
}
.cid-unprcL0ivo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-unprcL0ivo .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprcL0ivo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprcL0ivo p {
  color: #767676;
  text-align: left;
}
.cid-unprcL0ivo .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprcL0ivo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprcL0ivo .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprcL0ivo .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprcL0ivo .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprcL0ivo .notched-box:before,
.cid-unprcL0ivo .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprcL0ivo .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprcL0ivo .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprcL0ivo .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprcL0ivo .border:before,
.cid-unprcL0ivo .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprcL0ivo .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprcL0ivo .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprcL0ivo .mbr-author-name {
  padding-left: 40px;
}
.cid-unprcL0ivo P {
  color: #1d1d1b;
}
.cid-unprcL0ivo .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-uHN2EOqyrU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/asche-15-2000x1333.png");
}
.cid-uHN2EOqyrU H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-uHN2EOqyrU .mbr-section-subtitle {
  color: #000000;
}
.cid-uHN2EOqyrU span {
  visibility: hidden;
}
.cid-uHN2EOqyrU .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uHN2EOqyrU span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-unprdfWdyE {
  background: #ffffff;
}
.cid-unprdfWdyE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprdfWdyE figcaption {
  position: relative;
}
.cid-unprdfWdyE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprdfWdyE .image-block {
    width: 100% !important;
  }
}
.cid-unprdC9vsn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprdC9vsn H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprdC9vsn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprdYjvbS {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 0px;
}
.cid-unprdYjvbS .image-block {
  margin: auto;
}
.cid-unprdYjvbS figcaption {
  position: relative;
}
.cid-unprdYjvbS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprdYjvbS .image-block {
    width: 100% !important;
  }
}
.cid-unprerd9nd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unprerd9nd .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unprerd9nd h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprerd9nd .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprf2g9hy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unprf2g9hy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unprf2g9hy h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprf2g9hy .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprf2g9hy .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unprf2g9hy .audio-player {
  width: 15rem;
  height: 15rem;
}
.cid-unprf2g9hy .icon-container {
  width: 100%;
  height: 100%;
  background-color: #DE5E97;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unprf2g9hy .audio-icon {
  width: 90%;
  height: 90%;
}
.cid-unprfrdc0y {
  background: #ffffff;
}
.cid-unprfrdc0y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprfrdc0y figcaption {
  position: relative;
}
.cid-unprfrdc0y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprfrdc0y .image-block {
    width: 100% !important;
  }
}
.cid-unprghPcdF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unprghPcdF H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprghPcdF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprgGgWGT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprgGgWGT .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprgGgWGT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprgGgWGT p {
  color: #767676;
  text-align: left;
}
.cid-unprgGgWGT .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprgGgWGT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprgGgWGT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprgGgWGT .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprgGgWGT .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprgGgWGT .notched-box:before,
.cid-unprgGgWGT .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprgGgWGT .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprgGgWGT .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprgGgWGT .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprgGgWGT .border:before,
.cid-unprgGgWGT .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprgGgWGT .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprgGgWGT .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprgGgWGT .mbr-author-name {
  padding-left: 40px;
}
.cid-unprgGgWGT P {
  color: #ffffff;
}
.cid-unprgGgWGT .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprh6uGmK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprh6uGmK H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprh6uGmK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprhP0oJ0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprhP0oJ0 H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprhP0oJ0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unpriiZ9nM {
  background: #ffffff;
}
.cid-unpriiZ9nM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unpriiZ9nM figcaption {
  position: relative;
}
.cid-unpriiZ9nM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unpriiZ9nM .image-block {
    width: 100% !important;
  }
}
.cid-unpriOIjkk {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpriOIjkk .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unpriOIjkk h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpriOIjkk .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprjIHXfl {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 75px;
}
.cid-unprjIHXfl .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unprjIHXfl .video-block {
    width: 100% !important;
  }
}
.cid-unprjIHXfl .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprk3ZPGv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-unprk3ZPGv .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unprk3ZPGv h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprk3ZPGv .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprkl8oQr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-unprkl8oQr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unprkl8oQr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprkl8oQr .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprkl8oQr .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unprkM9HR0 {
  background: #ffffff;
}
.cid-unprkM9HR0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprkM9HR0 figcaption {
  position: relative;
}
.cid-unprkM9HR0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprkM9HR0 .image-block {
    width: 300% !important;
  }
}
.cid-unprlh1bTh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9ceb2;
}
.cid-unprlh1bTh .testimonial-text {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-unprlh1bTh .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-unprlh1bTh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unprlh1bTh .mbr-figure,
  .cid-unprlh1bTh img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-unprlh1bTh .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unprlh1bTh .mbr-author-desc {
  color: #000000;
}
.cid-unprlh1bTh h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprlh1bTh .text_block {
  margin-top: 0px;
}
.cid-unprlh1bTh .h2_block {
  margin-bottom: 20px;
}
.cid-unprlh1bTh .mbr-figure {
  align-self: flex-start;
}
.cid-unprlh1bTh .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-unprlh1bTh .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unprlh1bTh .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-unprlh1bTh a:hover {
  Color: #a76645 !important;
}
.cid-unprlh1bTh a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprlh1bTh .btn-black-outline:hover,
.cid-unprlh1bTh .btn-black-outline:focus,
.cid-unprlh1bTh .btn-black-outline.focus,
.cid-unprlh1bTh .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unprlh1bTh .display-5 {
    line-height: 1;
  }
  .cid-unprlh1bTh .btn {
    font-size: 1.5rem !important;
  }
  .cid-unprlh1bTh .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unprlh1bTh .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unprlAK0XR {
  background: #ffffff;
}
.cid-unprlAK0XR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprlAK0XR figcaption {
  position: relative;
}
.cid-unprlAK0XR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprlAK0XR .image-block {
    width: 300% !important;
  }
}
.cid-unprmt1Q6K {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprmt1Q6K H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprmt1Q6K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprmPqYyv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unprmPqYyv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprmPqYyv p {
  color: #767676;
  text-align: left;
}
.cid-unprmPqYyv .card-box {
  padding-top: 2rem;
}
.cid-unprmPqYyv .card-wrapper {
  height: 100%;
}
.cid-unprna1m9g {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unprna1m9g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprna1m9g p {
  color: #767676;
  text-align: left;
}
.cid-unprna1m9g .card-box {
  padding-top: 2rem;
}
.cid-unprna1m9g .card-wrapper {
  height: 100%;
}
.cid-uHN3MmiCXA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-uHN3MmiCXA H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-uHN3MmiCXA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHN3MmiCXA span {
  visibility: hidden;
}
.cid-uHN3MmiCXA .zitat span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.cid-uHN3MmiCXA span.blick {
  visibility: visible;
  opacity: 1;
}
.cid-unprnIOaPH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unprnIOaPH .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unprnIOaPH h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprnIOaPH .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpro3QujY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unpro3QujY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unpro3QujY h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unpro3QujY .space_down_50 {
  margin-bottom: 50px;
}
.cid-unpro3QujY .mbr-section-subtitle P {
  color: #ffffff;
}
.cid-unpromC3Fl {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 90px;
}
.cid-unpromC3Fl .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unpromC3Fl .video-block {
    width: 100% !important;
  }
}
.cid-unpromC3Fl .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unproKGlvk {
  background: #ffffff;
}
.cid-unproKGlvk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unproKGlvk figcaption {
  position: relative;
}
.cid-unproKGlvk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unproKGlvk .image-block {
    width: 100% !important;
  }
}
.cid-unprp649gp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprp649gp H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprp649gp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprpz92FX {
  background: #ffffff;
}
.cid-unprpz92FX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprpz92FX figcaption {
  position: relative;
}
.cid-unprpz92FX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprpz92FX .image-block {
    width: 100% !important;
  }
}
.cid-unprpXdgBi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unprpXdgBi .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-unprpXdgBi h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unprpXdgBi .space_down_30 {
  margin-bottom: 30px;
}
.cid-unprpXdgBi .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unprqhLMQS {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-unprqhLMQS .video-block {
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .cid-unprqhLMQS .video-block {
    width: 100% !important;
  }
}
.cid-unprqhLMQS .video-block:hover {
  outline: 8px solid #F9CEB2;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprqF7LjA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unprqF7LjA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprqF7LjA p {
  color: #767676;
  text-align: left;
}
.cid-unprqF7LjA .card-box {
  padding-top: 2rem;
}
.cid-unprqF7LjA .card-wrapper {
  height: 100%;
}
.cid-unprrj6bro {
  background: #ffffff;
}
.cid-unprrj6bro .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprrj6bro figcaption {
  position: relative;
}
.cid-unprrj6bro figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprrj6bro .image-block {
    width: 100% !important;
  }
}
.cid-unprrHVww3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unprrHVww3 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprrHVww3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprrHVww3 p {
  color: #767676;
  text-align: left;
}
.cid-unprrHVww3 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprrHVww3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprrHVww3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprrHVww3 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprrHVww3 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprrHVww3 .notched-box:before,
.cid-unprrHVww3 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-unprrHVww3 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprrHVww3 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprrHVww3 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprrHVww3 .border:before,
.cid-unprrHVww3 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-unprrHVww3 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprrHVww3 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprrHVww3 .mbr-author-name {
  padding-left: 40px;
}
.cid-unprrHVww3 P {
  color: #000000;
}
.cid-unprrHVww3 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-uHLnqtEY88 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHLnqtEY88 .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #1d1d1b;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-uHLnqtEY88 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHLnqtEY88 p {
  color: #767676;
  text-align: left;
}
.cid-uHLnqtEY88 .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-uHLnqtEY88 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uHLnqtEY88 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uHLnqtEY88 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHLnqtEY88 .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHLnqtEY88 .notched-box:before,
.cid-uHLnqtEY88 .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #F9CEB2;
  box-sizing: border-box;
}
.cid-uHLnqtEY88 .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-uHLnqtEY88 .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-uHLnqtEY88 .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #1D1D1B;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-uHLnqtEY88 .border:before,
.cid-uHLnqtEY88 .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #1D1D1B;
  box-sizing: border-box;
}
.cid-uHLnqtEY88 .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-uHLnqtEY88 .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-uHLnqtEY88 .mbr-author-name {
  padding-left: 40px;
}
.cid-uHLnqtEY88 P {
  color: #000000;
}
.cid-uHLnqtEY88 .card-box_notch_black {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprs638HE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sucht-nach-uns1-2000x1333.png");
}
.cid-unprs638HE H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-unprs638HE .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-unprsCm9yV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-unprsCm9yV .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprsCm9yV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprsCm9yV p {
  color: #767676;
  text-align: left;
}
.cid-unprsCm9yV .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprsCm9yV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprsCm9yV .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprsCm9yV .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprsCm9yV .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprsCm9yV .notched-box:before,
.cid-unprsCm9yV .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprsCm9yV .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprsCm9yV .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprsCm9yV .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprsCm9yV .border:before,
.cid-unprsCm9yV .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprsCm9yV .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprsCm9yV .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprsCm9yV .mbr-author-name {
  padding-left: 40px;
}
.cid-unprsCm9yV P {
  color: #1d1d1b;
}
.cid-unprsCm9yV .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprsZfR4X {
  background: #ffffff;
}
.cid-unprsZfR4X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprsZfR4X figcaption {
  position: relative;
}
.cid-unprsZfR4X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprsZfR4X .image-block {
    width: 100% !important;
  }
}
.cid-unprtJPepT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sucht-nach-uns81-2000x1330.png");
}
.cid-unprtJPepT H2 {
  color: #1d1d1b;
  line-height: 1.2;
}
.cid-unprtJPepT .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-unpruhh0SL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-unpruhh0SL .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpruhh0SL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpruhh0SL p {
  color: #767676;
  text-align: left;
}
.cid-unpruhh0SL .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpruhh0SL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpruhh0SL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpruhh0SL .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpruhh0SL .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpruhh0SL .notched-box:before,
.cid-unpruhh0SL .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpruhh0SL .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpruhh0SL .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpruhh0SL .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpruhh0SL .border:before,
.cid-unpruhh0SL .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpruhh0SL .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpruhh0SL .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpruhh0SL .mbr-author-name {
  padding-left: 40px;
}
.cid-unpruhh0SL P {
  color: #1d1d1b;
}
.cid-unpruhh0SL .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpruHImlU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9ceb2;
}
.cid-unpruHImlU .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #000;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unpruHImlU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unpruHImlU p {
  color: #767676;
  text-align: left;
}
.cid-unpruHImlU .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unpruHImlU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unpruHImlU .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unpruHImlU .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unpruHImlU .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unpruHImlU .notched-box:before,
.cid-unpruHImlU .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unpruHImlU .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unpruHImlU .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unpruHImlU .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unpruHImlU .border:before,
.cid-unpruHImlU .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unpruHImlU .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unpruHImlU .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unpruHImlU .mbr-author-name {
  padding-left: 40px;
}
.cid-unpruHImlU P {
  color: #1d1d1b;
}
.cid-unpruHImlU .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprveQ67w {
  background: #000000;
  padding-top: 90px;
  padding-bottom: 60px;
}
.cid-unprveQ67w .image-block {
  margin: auto;
}
.cid-unprveQ67w figcaption {
  position: relative;
}
.cid-unprveQ67w figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprveQ67w .image-block {
    width: 100% !important;
  }
}
.cid-unprvDHiAt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unprvDHiAt H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprvDHiAt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprwkj0rA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unprwkj0rA .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprwkj0rA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprwkj0rA p {
  color: #767676;
  text-align: left;
}
.cid-unprwkj0rA .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprwkj0rA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprwkj0rA .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprwkj0rA .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprwkj0rA .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprwkj0rA .notched-box:before,
.cid-unprwkj0rA .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprwkj0rA .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprwkj0rA .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprwkj0rA .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprwkj0rA .border:before,
.cid-unprwkj0rA .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprwkj0rA .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprwkj0rA .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprwkj0rA .mbr-author-name {
  padding-left: 40px;
}
.cid-unprwkj0rA P {
  color: #ffffff;
}
.cid-unprwkj0rA .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprwJP2kJ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprwJP2kJ .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprwJP2kJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprwJP2kJ p {
  color: #767676;
  text-align: left;
}
.cid-unprwJP2kJ .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprwJP2kJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprwJP2kJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprwJP2kJ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprwJP2kJ .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprwJP2kJ .notched-box:before,
.cid-unprwJP2kJ .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprwJP2kJ .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprwJP2kJ .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprwJP2kJ .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprwJP2kJ .border:before,
.cid-unprwJP2kJ .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprwJP2kJ .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprwJP2kJ .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprwJP2kJ .mbr-author-name {
  padding-left: 40px;
}
.cid-unprwJP2kJ P {
  color: #ffffff;
}
.cid-unprwJP2kJ .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprxuIEVc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprxuIEVc H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprxuIEVc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprxRokup {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprxRokup .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprxRokup h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprxRokup p {
  color: #767676;
  text-align: left;
}
.cid-unprxRokup .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprxRokup .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprxRokup .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprxRokup .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprxRokup .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprxRokup .notched-box:before,
.cid-unprxRokup .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprxRokup .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprxRokup .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprxRokup .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprxRokup .border:before,
.cid-unprxRokup .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprxRokup .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprxRokup .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprxRokup .mbr-author-name {
  padding-left: 40px;
}
.cid-unprxRokup P {
  color: #ffffff;
}
.cid-unprxRokup .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprydGBMo {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprydGBMo H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprydGBMo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprywd2Cj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprywd2Cj .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprywd2Cj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprywd2Cj p {
  color: #767676;
  text-align: left;
}
.cid-unprywd2Cj .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprywd2Cj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprywd2Cj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprywd2Cj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprywd2Cj .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprywd2Cj .notched-box:before,
.cid-unprywd2Cj .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprywd2Cj .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprywd2Cj .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprywd2Cj .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprywd2Cj .border:before,
.cid-unprywd2Cj .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprywd2Cj .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprywd2Cj .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprywd2Cj .mbr-author-name {
  padding-left: 40px;
}
.cid-unprywd2Cj P {
  color: #ffffff;
}
.cid-unprywd2Cj .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unpryXeAaM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unpryXeAaM H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unpryXeAaM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprztNfem {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprztNfem .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprztNfem h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprztNfem p {
  color: #767676;
  text-align: left;
}
.cid-unprztNfem .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprztNfem .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprztNfem .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprztNfem .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprztNfem .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprztNfem .notched-box:before,
.cid-unprztNfem .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprztNfem .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprztNfem .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprztNfem .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprztNfem .border:before,
.cid-unprztNfem .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprztNfem .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprztNfem .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprztNfem .mbr-author-name {
  padding-left: 40px;
}
.cid-unprztNfem P {
  color: #ffffff;
}
.cid-unprztNfem .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprzPLHyF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/asche-18-2000x1333.png");
}
.cid-unprzPLHyF H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unprzPLHyF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unprA69tcb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unprA69tcb .card-box {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 1.5rem;
  border: 8px solid #fff;
  border-bottom: 0px;
  padding-bottom: 1rem;
}
.cid-unprA69tcb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unprA69tcb p {
  color: #767676;
  text-align: left;
}
.cid-unprA69tcb .card-wrapper {
  position: relative;
  box-shadow: none !important;
  transition: box-shadow 0.3s;
}
.cid-unprA69tcb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unprA69tcb .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-unprA69tcb .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unprA69tcb .notched-box {
  position: relative;
  width: 100%;
  padding: 1em 0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unprA69tcb .notched-box:before,
.cid-unprA69tcb .notched-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 0;
  width: 25%;
  border-bottom: 1.6em solid #000;
  box-sizing: border-box;
}
.cid-unprA69tcb .notched-box:before {
  left: 2;
  border-right: 2em solid transparent;
}
.cid-unprA69tcb .notched-box:after {
  right: 0;
  border-left: 2em solid transparent;
  width: 85%;
}
.cid-unprA69tcb .border {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  left: -1px;
  width: 101%;
  height: 11px;
  background: #fff;
  box-sizing: border-box;
  border: 0px !important;
}
.cid-unprA69tcb .border:before,
.cid-unprA69tcb .border:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: calc(23%);
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
}
.cid-unprA69tcb .border:after {
  width: calc(83%);
  right: 0;
  border-left: 2em solid transparent;
}
.cid-unprA69tcb .border:before {
  left: 0;
  border-right: 2em solid transparent;
}
.cid-unprA69tcb .mbr-author-name {
  padding-left: 40px;
}
.cid-unprA69tcb P {
  color: #ffffff;
}
.cid-unprA69tcb .card-box_notch_white {
  position: relative;
  left: 0px;
  width: 100%;
  height: auto;
  margin: -9px;
}
.cid-unprArfmay {
  background: #ffffff;
}
.cid-unprArfmay .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unprArfmay figcaption {
  position: relative;
}
.cid-unprArfmay figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unprArfmay .image-block {
    width: 100% !important;
  }
}
.cid-unprAWGNC7 {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f9ceb2;
}
.cid-unprAWGNC7 h1 {
  font-weight: 700 !important;
  font-size: 10rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
}
.cid-unprAWGNC7 .space_down_50 {
  margin-bottom: 50px;
}
.cid-unprAWGNC7 .mbr-text-u P {
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}
.cid-unprAWGNC7 .mbr-tex {
  text-align: left;
}
.cid-unprAWGNC7 .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unprAWGNC7 .display-btn {
  font-family: chivo;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  color: #1d1d1b;
}
.cid-unprAWGNC7 .pfeil_button {
  height: 20px;
  display: inline-list-item;
  vertical-align: baseline;
  margin-top: 0px;
  margin-left: 8px;
}
.cid-unprAWGNC7 a:hover {
  Color: #a76645;
}
.cid-unprAWGNC7 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unprAWGNC7 .btn-black-outline:hover,
.cid-unprAWGNC7 .btn-black-outline:focus,
.cid-unprAWGNC7 .btn-black-outline.focus,
.cid-unprAWGNC7 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.cid-unprAWGNC7 .display-5 {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 1.32;
  margin-bottom: 0px;
  margin-left: 1rem;
}
.cid-unprAWGNC7 .container {
  border-color: black;
  border-width: 5px;
  border-style: solid;
}
.cid-unprAWGNC7 .mbr-white {
  margin-top: 5rem;
}
.cid-unprAWGNC7 .mbr-figure {
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  width: 65%;
}
.cid-unprAWGNC7 .testimonial-text {
  color: #f9ceb2;
}
@media (max-width: 768px) {
  .cid-unprAWGNC7 .display-btn {
    line-height: 1;
  }
  .cid-unprAWGNC7 .btn {
    font-size: 1.5rem !important;
  }
  .cid-unprAWGNC7 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-unph6iQev6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-unph6iQev6 .content {
    text-align: center;
  }
  .cid-unph6iQev6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unph6iQev6 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-unph6iQev6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-unph6iQev6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-unph6iQev6 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unph6iQev6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-unph6iQev6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-unph6iQev6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-unph6iQev6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-unph6iQev6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unph6iQev6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-unph6iQev6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unph6iQev6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unph6iQev6 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-unph6iQev6 P {
  color: #1d1d1b;
}
.cid-unph6iQev6 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-unph6iQev6 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-unph6iQev6 .logo_footer {
  position: relative;
}
.cid-unph6iQev6 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-unph6iQev6 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-unph6iQev6 .col,
  .cid-unph6iQev6 .col-1,
  .cid-unph6iQev6 .col-10,
  .cid-unph6iQev6 .col-11,
  .cid-unph6iQev6 .col-12,
  .cid-unph6iQev6 .col-2,
  .cid-unph6iQev6 .col-3,
  .cid-unph6iQev6 .col-4,
  .cid-unph6iQev6 .col-5,
  .cid-unph6iQev6 .col-6,
  .cid-unph6iQev6 .col-7,
  .cid-unph6iQev6 .col-8,
  .cid-unph6iQev6 .col-9,
  .cid-unph6iQev6 .col-auto,
  .cid-unph6iQev6 .col-lg,
  .cid-unph6iQev6 .col-lg-1,
  .cid-unph6iQev6 .col-lg-10,
  .cid-unph6iQev6 .col-lg-11,
  .cid-unph6iQev6 .col-lg-12,
  .cid-unph6iQev6 .col-lg-2,
  .cid-unph6iQev6 .col-lg-3,
  .cid-unph6iQev6 .col-lg-4,
  .cid-unph6iQev6 .col-lg-5,
  .cid-unph6iQev6 .col-lg-6,
  .cid-unph6iQev6 .col-lg-7,
  .cid-unph6iQev6 .col-lg-8,
  .cid-unph6iQev6 .col-lg-9,
  .cid-unph6iQev6 .col-lg-auto,
  .cid-unph6iQev6 .col-md,
  .cid-unph6iQev6 .col-md-1,
  .cid-unph6iQev6 .col-md-10,
  .cid-unph6iQev6 .col-md-11,
  .cid-unph6iQev6 .col-md-12,
  .cid-unph6iQev6 .col-md-2,
  .cid-unph6iQev6 .col-md-3,
  .cid-unph6iQev6 .col-md-4,
  .cid-unph6iQev6 .col-md-5,
  .cid-unph6iQev6 .col-md-6,
  .cid-unph6iQev6 .col-md-7,
  .cid-unph6iQev6 .col-md-8,
  .cid-unph6iQev6 .col-md-9,
  .cid-unph6iQev6 .col-md-auto,
  .cid-unph6iQev6 .col-sm,
  .cid-unph6iQev6 .col-sm-1,
  .cid-unph6iQev6 .col-sm-10,
  .cid-unph6iQev6 .col-sm-11,
  .cid-unph6iQev6 .col-sm-12,
  .cid-unph6iQev6 .col-sm-2,
  .cid-unph6iQev6 .col-sm-3,
  .cid-unph6iQev6 .col-sm-4,
  .cid-unph6iQev6 .col-sm-5,
  .cid-unph6iQev6 .col-sm-6,
  .cid-unph6iQev6 .col-sm-7,
  .cid-unph6iQev6 .col-sm-8,
  .cid-unph6iQev6 .col-sm-9,
  .cid-unph6iQev6 .col-sm-auto,
  .cid-unph6iQev6 .col-xl,
  .cid-unph6iQev6 .col-xl-1,
  .cid-unph6iQev6 .col-xl-10,
  .cid-unph6iQev6 .col-xl-11,
  .cid-unph6iQev6 .col-xl-12,
  .cid-unph6iQev6 .col-xl-2,
  .cid-unph6iQev6 .col-xl-3,
  .cid-unph6iQev6 .col-xl-4,
  .cid-unph6iQev6 .col-xl-5,
  .cid-unph6iQev6 .col-xl-6,
  .cid-unph6iQev6 .col-xl-7,
  .cid-unph6iQev6 .col-xl-8,
  .cid-unph6iQev6 .col-xl-9,
  .cid-unph6iQev6 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-unph6iQev6 .content {
    text-align: left;
  }
  .cid-unph6iQev6 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-unph6iQev6 .logo_footer_box {
    position: relative;
  }
  .cid-unph6iQev6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-unph6iQev6 .logo_footer {
    position: relative;
  }
  .cid-unph6iQev6 .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-unp72AwrWz :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-unp72AwrWz .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-unp72AwrWz .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-unp72AwrWz a {
  font-style: normal;
}
.cid-unp72AwrWz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-unp72AwrWz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-unp72AwrWz .nav-item:focus,
.cid-unp72AwrWz .nav-link:focus {
  outline: none;
}
.cid-unp72AwrWz .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-unp72AwrWz .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-unp72AwrWz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-unp72AwrWz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-unp72AwrWz .menu-logo {
  margin-right: auto;
}
.cid-unp72AwrWz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-unp72AwrWz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-unp72AwrWz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-unp72AwrWz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unp72AwrWz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unp72AwrWz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unp72AwrWz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-unp72AwrWz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-unp72AwrWz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-unp72AwrWz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unp72AwrWz .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-unp72AwrWz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-unp72AwrWz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unp72AwrWz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unp72AwrWz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unp72AwrWz .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-unp72AwrWz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-unp72AwrWz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-unp72AwrWz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-unp72AwrWz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-unp72AwrWz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unp72AwrWz .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-unp72AwrWz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unp72AwrWz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-unp72AwrWz button.navbar-toggler:focus {
  outline: none;
}
.cid-unp72AwrWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unp72AwrWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-unp72AwrWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-unp72AwrWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-unp72AwrWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-unp72AwrWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unp72AwrWz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-unp72AwrWz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-unp72AwrWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-unp72AwrWz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-unp72AwrWz .collapsed .btn {
  display: flex;
}
.cid-unp72AwrWz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unp72AwrWz .collapsed .navbar-collapse.collapsing,
.cid-unp72AwrWz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unp72AwrWz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unp72AwrWz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unp72AwrWz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unp72AwrWz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unp72AwrWz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unp72AwrWz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-unp72AwrWz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unp72AwrWz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-unp72AwrWz .collapsed button.navbar-toggler {
  display: block;
}
.cid-unp72AwrWz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-unp72AwrWz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-unp72AwrWz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-unp72AwrWz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unp72AwrWz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unp72AwrWz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-unp72AwrWz .logo_s {
  height: 3rem !important;
}
.cid-unp72AwrWz .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-unp72AwrWz .navbar-expand {
    flex-direction: column;
  }
  .cid-unp72AwrWz img {
    height: 3rem !important;
  }
  .cid-unp72AwrWz .logo_s {
    height: 1.5rem !important;
  }
  .cid-unp72AwrWz .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-unp72AwrWz .btn {
    display: flex;
  }
  .cid-unp72AwrWz button.navbar-toggler {
    display: block;
  }
  .cid-unp72AwrWz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-unp72AwrWz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-unp72AwrWz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-unp72AwrWz .navbar-collapse.collapsing,
  .cid-unp72AwrWz .navbar-collapse.show {
    display: block !important;
  }
  .cid-unp72AwrWz .navbar-collapse.collapsing .navbar-nav,
  .cid-unp72AwrWz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unp72AwrWz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unp72AwrWz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unp72AwrWz .navbar-collapse.collapsing .navbar-buttons,
  .cid-unp72AwrWz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-unp72AwrWz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unp72AwrWz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unp72AwrWz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-unp72AwrWz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unp72AwrWz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unp72AwrWz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-unp72AwrWz .menu-logo {
    flex-shrink: 3;
  }
}
.cid-unp72AwrWz .navbar-collapse {
  flex-basis: auto;
}
.cid-unp72AwrWz .nav-link:hover,
.cid-unp72AwrWz .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-unp72AwrWz .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-unp72AwrWz .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-unp72AwrWz .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-unp72AwrWz .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-unp72AwrWz .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-unp72AwrWz a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp72AwrWz a:hover svg polygon,
.cid-unp72AwrWz a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp72AwrWz .hiddden {
  display: none !important;
}
.cid-unp72AwrWz .shoow {
  display: block !important;
}
.cid-unp72AwrWz .navbar-logo a,
.cid-unp72AwrWz .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-unp72AwrWz .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-unp72AwrWz .navbar-logo a img {
    left: 20px;
  }
  .cid-unp72AwrWz .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-unp72AwrWz .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-unp72AwrWz .stoerer_head,
  .cid-unp72AwrWz .stoerer_text {
    grid-row: 1;
  }
  .cid-unp72AwrWz .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-unp72AwrWz a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-unp72AZeB7 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-unp72AZeB7 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-unp7H27mOQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unp7H27mOQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-unp7H27mOQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-unp7H27mOQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-unp7HJ2T5M {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unp7HJ2T5M .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unp7HJ2T5M h1 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7HJ2T5M .space_down_50 {
  margin-bottom: 50px;
}
.cid-unp7I6pqA8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unp7I6pqA8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unp7I6pqA8 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7I6pqA8 .space_down_50 {
  margin-bottom: 50px;
}
.cid-unp7I6pqA8 .mbr-section-subtitle P {
  color: #ffffff;
}
#custom-html-2iz div {
  padding: 10px 0;
  color: #1d1d1b;
  text-align: center;
  font-weight: 700 !important;
  font-family: chivo;
}
#custom-html-2iz p {
  font-family: chivo;
}
@keyframes marquee {
  0% {
    text-indent: 800px;
  }
  100% {
    text-indent: -800px;
  }
}
#custom-html-2iz .marquee {
  width: 100%;
  margin: auto;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.cid-unp7IRFh92 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unp7IRFh92 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unp7IRFh92 p {
  color: #767676;
  text-align: left;
}
.cid-unp7IRFh92 .card-box {
  padding-top: 2rem;
}
.cid-unp7IRFh92 .card-wrapper {
  height: 100%;
}
.cid-unp7Jk82rp {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-unp7Jk82rp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unp7Jk82rp p {
  color: #767676;
  text-align: left;
}
.cid-unp7Jk82rp .card-box {
  padding-top: 2rem;
}
.cid-unp7Jk82rp .card-wrapper {
  height: 100%;
}
.cid-unp7JGupQE {
  background: #ffffff;
}
.cid-unp7JGupQE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp7JGupQE figcaption {
  position: relative;
}
.cid-unp7JGupQE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp7JGupQE .image-block {
    width: 100% !important;
  }
}
.cid-unp7KHn6bI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7KHn6bI .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unp7KHn6bI h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7KHn6bI .space_down_50 {
  margin-bottom: 50px;
}
.cid-unp7L7HXQz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unp7L7HXQz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unp7L7HXQz h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7L7HXQz .space_down_50 {
  margin-bottom: 50px;
}
.cid-unp7L7HXQz .mbr-section-subtitle P {
  color: #000000;
}
.cid-unp7LFq7ZU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7LFq7ZU .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7LFq7ZU .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7LFq7ZU .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7LFq7ZU .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7LFq7ZU .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7LFq7ZU .mbr-figure,
  .cid-unp7LFq7ZU img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7LFq7ZU h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7LFq7ZU .text_block {
  margin-top: 0px;
}
.cid-unp7LFq7ZU .h2_block {
  margin-bottom: 20px;
}
.cid-unp7LFq7ZU .mbr-figure {
  align-self: flex-start;
}
.cid-unp7LFq7ZU .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7LFq7ZU .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7LFq7ZU a:hover {
  Color: #a76645 !important;
}
.cid-unp7LFq7ZU a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7LFq7ZU .btn-black-outline:hover,
.cid-unp7LFq7ZU .btn-black-outline:focus,
.cid-unp7LFq7ZU .btn-black-outline.focus,
.cid-unp7LFq7ZU .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7LFq7ZU .display-5 {
    line-height: 1;
  }
  .cid-unp7LFq7ZU .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7LFq7ZU .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7LFq7ZU .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7LFq7ZU .content {
  padding-left: 3px;
}
.cid-unp7M9Ufrt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7M9Ufrt .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7M9Ufrt .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7M9Ufrt .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7M9Ufrt .mbr-figure,
  .cid-unp7M9Ufrt img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7M9Ufrt .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7M9Ufrt h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7M9Ufrt .h2_block {
  margin-bottom: 20px;
}
.cid-unp7M9Ufrt .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7MxCU0s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7MxCU0s .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7MxCU0s .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7MxCU0s .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7MxCU0s .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7MxCU0s .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7MxCU0s .mbr-figure,
  .cid-unp7MxCU0s img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7MxCU0s h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7MxCU0s .text_block {
  margin-top: 0px;
}
.cid-unp7MxCU0s .h2_block {
  margin-bottom: 20px;
}
.cid-unp7MxCU0s .mbr-figure {
  align-self: flex-start;
}
.cid-unp7MxCU0s .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7MxCU0s .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7MxCU0s a:hover {
  Color: #a76645 !important;
}
.cid-unp7MxCU0s a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7MxCU0s .btn-black-outline:hover,
.cid-unp7MxCU0s .btn-black-outline:focus,
.cid-unp7MxCU0s .btn-black-outline.focus,
.cid-unp7MxCU0s .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7MxCU0s .display-5 {
    line-height: 1;
  }
  .cid-unp7MxCU0s .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7MxCU0s .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7MxCU0s .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7MxCU0s .content {
  padding-left: 3px;
}
.cid-unp7MTxk4W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7MTxk4W .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7MTxk4W .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7MTxk4W .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7MTxk4W .mbr-figure,
  .cid-unp7MTxk4W img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7MTxk4W .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7MTxk4W h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7MTxk4W .h2_block {
  margin-bottom: 20px;
}
.cid-unp7MTxk4W .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7N5pUj7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7N5pUj7 .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7N5pUj7 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7N5pUj7 .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7N5pUj7 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7N5pUj7 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7N5pUj7 .mbr-figure,
  .cid-unp7N5pUj7 img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7N5pUj7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7N5pUj7 .text_block {
  margin-top: 0px;
}
.cid-unp7N5pUj7 .h2_block {
  margin-bottom: 20px;
}
.cid-unp7N5pUj7 .mbr-figure {
  align-self: flex-start;
}
.cid-unp7N5pUj7 .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7N5pUj7 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7N5pUj7 a:hover {
  Color: #a76645 !important;
}
.cid-unp7N5pUj7 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7N5pUj7 .btn-black-outline:hover,
.cid-unp7N5pUj7 .btn-black-outline:focus,
.cid-unp7N5pUj7 .btn-black-outline.focus,
.cid-unp7N5pUj7 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7N5pUj7 .display-5 {
    line-height: 1;
  }
  .cid-unp7N5pUj7 .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7N5pUj7 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7N5pUj7 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7N5pUj7 .content {
  padding-left: 3px;
}
.cid-unp7NHfqlO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7NHfqlO .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7NHfqlO .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7NHfqlO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7NHfqlO .mbr-figure,
  .cid-unp7NHfqlO img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7NHfqlO .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7NHfqlO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7NHfqlO .h2_block {
  margin-bottom: 20px;
}
.cid-unp7NHfqlO .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7OfzKD7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7OfzKD7 .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7OfzKD7 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7OfzKD7 .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7OfzKD7 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7OfzKD7 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7OfzKD7 .mbr-figure,
  .cid-unp7OfzKD7 img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7OfzKD7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7OfzKD7 .text_block {
  margin-top: 0px;
}
.cid-unp7OfzKD7 .h2_block {
  margin-bottom: 20px;
}
.cid-unp7OfzKD7 .mbr-figure {
  align-self: flex-start;
}
.cid-unp7OfzKD7 .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7OfzKD7 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7OfzKD7 a:hover {
  Color: #a76645 !important;
}
.cid-unp7OfzKD7 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7OfzKD7 .btn-black-outline:hover,
.cid-unp7OfzKD7 .btn-black-outline:focus,
.cid-unp7OfzKD7 .btn-black-outline.focus,
.cid-unp7OfzKD7 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7OfzKD7 .display-5 {
    line-height: 1;
  }
  .cid-unp7OfzKD7 .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7OfzKD7 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7OfzKD7 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7OfzKD7 .content {
  padding-left: 3px;
}
.cid-unp7OBhq7S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7OBhq7S .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7OBhq7S .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7OBhq7S .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7OBhq7S .mbr-figure,
  .cid-unp7OBhq7S img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7OBhq7S .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7OBhq7S h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7OBhq7S .h2_block {
  margin-bottom: 20px;
}
.cid-unp7OBhq7S .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7P93KrX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7P93KrX .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7P93KrX .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7P93KrX .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7P93KrX .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7P93KrX .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7P93KrX .mbr-figure,
  .cid-unp7P93KrX img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7P93KrX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7P93KrX .text_block {
  margin-top: 0px;
}
.cid-unp7P93KrX .h2_block {
  margin-bottom: 20px;
}
.cid-unp7P93KrX .mbr-figure {
  align-self: flex-start;
}
.cid-unp7P93KrX .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7P93KrX .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7P93KrX a:hover {
  Color: #a76645 !important;
}
.cid-unp7P93KrX a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7P93KrX .btn-black-outline:hover,
.cid-unp7P93KrX .btn-black-outline:focus,
.cid-unp7P93KrX .btn-black-outline.focus,
.cid-unp7P93KrX .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7P93KrX .display-5 {
    line-height: 1;
  }
  .cid-unp7P93KrX .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7P93KrX .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7P93KrX .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7P93KrX .content {
  padding-left: 3px;
}
.cid-unp7Pp6ojW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7Pp6ojW .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Pp6ojW .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7Pp6ojW .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7Pp6ojW .mbr-figure,
  .cid-unp7Pp6ojW img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7Pp6ojW .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7Pp6ojW h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7Pp6ojW .h2_block {
  margin-bottom: 20px;
}
.cid-unp7Pp6ojW .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7PDieQQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7PDieQQ .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7PDieQQ .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7PDieQQ .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7PDieQQ .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7PDieQQ .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7PDieQQ .mbr-figure,
  .cid-unp7PDieQQ img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7PDieQQ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7PDieQQ .text_block {
  margin-top: 0px;
}
.cid-unp7PDieQQ .h2_block {
  margin-bottom: 20px;
}
.cid-unp7PDieQQ .mbr-figure {
  align-self: flex-start;
}
.cid-unp7PDieQQ .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7PDieQQ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7PDieQQ a:hover {
  Color: #a76645 !important;
}
.cid-unp7PDieQQ a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7PDieQQ .btn-black-outline:hover,
.cid-unp7PDieQQ .btn-black-outline:focus,
.cid-unp7PDieQQ .btn-black-outline.focus,
.cid-unp7PDieQQ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7PDieQQ .display-5 {
    line-height: 1;
  }
  .cid-unp7PDieQQ .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7PDieQQ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7PDieQQ .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7PDieQQ .content {
  padding-left: 3px;
}
.cid-unp7Q8erBe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7Q8erBe .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Q8erBe .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7Q8erBe .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7Q8erBe .mbr-figure,
  .cid-unp7Q8erBe img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7Q8erBe .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7Q8erBe h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7Q8erBe .h2_block {
  margin-bottom: 20px;
}
.cid-unp7Q8erBe .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7QEqiKO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7QEqiKO .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7QEqiKO .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7QEqiKO .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7QEqiKO .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7QEqiKO .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7QEqiKO .mbr-figure,
  .cid-unp7QEqiKO img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7QEqiKO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7QEqiKO .text_block {
  margin-top: 0px;
}
.cid-unp7QEqiKO .h2_block {
  margin-bottom: 20px;
}
.cid-unp7QEqiKO .mbr-figure {
  align-self: flex-start;
}
.cid-unp7QEqiKO .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7QEqiKO .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7QEqiKO a:hover {
  Color: #a76645 !important;
}
.cid-unp7QEqiKO a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7QEqiKO .btn-black-outline:hover,
.cid-unp7QEqiKO .btn-black-outline:focus,
.cid-unp7QEqiKO .btn-black-outline.focus,
.cid-unp7QEqiKO .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7QEqiKO .display-5 {
    line-height: 1;
  }
  .cid-unp7QEqiKO .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7QEqiKO .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7QEqiKO .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7QEqiKO .content {
  padding-left: 3px;
}
.cid-unp7QEqiKO .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7QYOzKD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7QYOzKD .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7QYOzKD .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7QYOzKD .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7QYOzKD .mbr-figure,
  .cid-unp7QYOzKD img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7QYOzKD .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7QYOzKD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7QYOzKD .h2_block {
  margin-bottom: 20px;
}
.cid-unp7QYOzKD .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7Rrx92o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7Rrx92o .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Rrx92o .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7Rrx92o .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7Rrx92o .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7Rrx92o .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7Rrx92o .mbr-figure,
  .cid-unp7Rrx92o img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7Rrx92o h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7Rrx92o .text_block {
  margin-top: 0px;
}
.cid-unp7Rrx92o .h2_block {
  margin-bottom: 20px;
}
.cid-unp7Rrx92o .mbr-figure {
  align-self: flex-start;
}
.cid-unp7Rrx92o .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Rrx92o .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7Rrx92o a:hover {
  Color: #a76645 !important;
}
.cid-unp7Rrx92o a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7Rrx92o .btn-black-outline:hover,
.cid-unp7Rrx92o .btn-black-outline:focus,
.cid-unp7Rrx92o .btn-black-outline.focus,
.cid-unp7Rrx92o .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7Rrx92o .display-5 {
    line-height: 1;
  }
  .cid-unp7Rrx92o .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7Rrx92o .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7Rrx92o .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7Rrx92o .content {
  padding-left: 3px;
}
.cid-unp7RLEQP7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7RLEQP7 .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7RLEQP7 .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7RLEQP7 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7RLEQP7 .mbr-figure,
  .cid-unp7RLEQP7 img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7RLEQP7 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7RLEQP7 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7RLEQP7 .h2_block {
  margin-bottom: 20px;
}
.cid-unp7RLEQP7 .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7S0mBXM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7S0mBXM .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7S0mBXM .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7S0mBXM .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7S0mBXM .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7S0mBXM .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7S0mBXM .mbr-figure,
  .cid-unp7S0mBXM img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7S0mBXM h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7S0mBXM .text_block {
  margin-top: 0px;
}
.cid-unp7S0mBXM .h2_block {
  margin-bottom: 20px;
}
.cid-unp7S0mBXM .mbr-figure {
  align-self: flex-start;
}
.cid-unp7S0mBXM .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7S0mBXM .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7S0mBXM a:hover {
  Color: #a76645 !important;
}
.cid-unp7S0mBXM a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7S0mBXM .btn-black-outline:hover,
.cid-unp7S0mBXM .btn-black-outline:focus,
.cid-unp7S0mBXM .btn-black-outline.focus,
.cid-unp7S0mBXM .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7S0mBXM .display-5 {
    line-height: 1;
  }
  .cid-unp7S0mBXM .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7S0mBXM .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7S0mBXM .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7S0mBXM .content {
  padding-left: 3px;
}
.cid-unp7SmuDWg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7SmuDWg .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7SmuDWg .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7SmuDWg .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7SmuDWg .mbr-figure,
  .cid-unp7SmuDWg img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7SmuDWg .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7SmuDWg h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7SmuDWg .h2_block {
  margin-bottom: 20px;
}
.cid-unp7SmuDWg .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7TdXBDf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7TdXBDf .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7TdXBDf .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7TdXBDf .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7TdXBDf .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7TdXBDf .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7TdXBDf .mbr-figure,
  .cid-unp7TdXBDf img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7TdXBDf h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7TdXBDf .text_block {
  margin-top: 0px;
}
.cid-unp7TdXBDf .h2_block {
  margin-bottom: 20px;
}
.cid-unp7TdXBDf .mbr-figure {
  align-self: flex-start;
}
.cid-unp7TdXBDf .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7TdXBDf .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7TdXBDf a:hover {
  Color: #a76645 !important;
}
.cid-unp7TdXBDf a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7TdXBDf .btn-black-outline:hover,
.cid-unp7TdXBDf .btn-black-outline:focus,
.cid-unp7TdXBDf .btn-black-outline.focus,
.cid-unp7TdXBDf .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7TdXBDf .display-5 {
    line-height: 1;
  }
  .cid-unp7TdXBDf .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7TdXBDf .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7TdXBDf .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7TdXBDf .content {
  padding-left: 3px;
}
.cid-unp7TAeRvp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7TAeRvp .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7TAeRvp .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7TAeRvp .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7TAeRvp .mbr-figure,
  .cid-unp7TAeRvp img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7TAeRvp .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7TAeRvp h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7TAeRvp .h2_block {
  margin-bottom: 20px;
}
.cid-unp7TAeRvp .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7U7PmCU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7U7PmCU .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7U7PmCU .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7U7PmCU .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7U7PmCU .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7U7PmCU .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7U7PmCU .mbr-figure,
  .cid-unp7U7PmCU img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7U7PmCU h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7U7PmCU .text_block {
  margin-top: 0px;
}
.cid-unp7U7PmCU .h2_block {
  margin-bottom: 20px;
}
.cid-unp7U7PmCU .mbr-figure {
  align-self: flex-start;
}
.cid-unp7U7PmCU .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7U7PmCU .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7U7PmCU a:hover {
  Color: #a76645 !important;
}
.cid-unp7U7PmCU a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7U7PmCU .btn-black-outline:hover,
.cid-unp7U7PmCU .btn-black-outline:focus,
.cid-unp7U7PmCU .btn-black-outline.focus,
.cid-unp7U7PmCU .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7U7PmCU .display-5 {
    line-height: 1;
  }
  .cid-unp7U7PmCU .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7U7PmCU .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7U7PmCU .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7U7PmCU .content {
  padding-left: 3px;
}
.cid-unp7UuJG9s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7UuJG9s .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7UuJG9s .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7UuJG9s .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7UuJG9s .mbr-figure,
  .cid-unp7UuJG9s img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7UuJG9s .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7UuJG9s h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7UuJG9s .h2_block {
  margin-bottom: 20px;
}
.cid-unp7UuJG9s .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7UK0eH0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7UK0eH0 .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7UK0eH0 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7UK0eH0 .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7UK0eH0 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7UK0eH0 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7UK0eH0 .mbr-figure,
  .cid-unp7UK0eH0 img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7UK0eH0 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7UK0eH0 .text_block {
  margin-top: 0px;
}
.cid-unp7UK0eH0 .h2_block {
  margin-bottom: 20px;
}
.cid-unp7UK0eH0 .mbr-figure {
  align-self: flex-start;
}
.cid-unp7UK0eH0 .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7UK0eH0 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7UK0eH0 a:hover {
  Color: #a76645 !important;
}
.cid-unp7UK0eH0 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7UK0eH0 .btn-black-outline:hover,
.cid-unp7UK0eH0 .btn-black-outline:focus,
.cid-unp7UK0eH0 .btn-black-outline.focus,
.cid-unp7UK0eH0 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7UK0eH0 .display-5 {
    line-height: 1;
  }
  .cid-unp7UK0eH0 .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7UK0eH0 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7UK0eH0 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7UK0eH0 .content {
  padding-left: 3px;
}
.cid-unp7UYnyNQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7UYnyNQ .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7UYnyNQ .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7UYnyNQ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7UYnyNQ .mbr-figure,
  .cid-unp7UYnyNQ img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7UYnyNQ .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7UYnyNQ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7UYnyNQ .h2_block {
  margin-bottom: 20px;
}
.cid-unp7UYnyNQ .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7VbQwlv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7VbQwlv .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7VbQwlv .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7VbQwlv .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7VbQwlv .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7VbQwlv .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7VbQwlv .mbr-figure,
  .cid-unp7VbQwlv img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7VbQwlv h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7VbQwlv .text_block {
  margin-top: 0px;
}
.cid-unp7VbQwlv .h2_block {
  margin-bottom: 20px;
}
.cid-unp7VbQwlv .mbr-figure {
  align-self: flex-start;
}
.cid-unp7VbQwlv .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7VbQwlv .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7VbQwlv a:hover {
  Color: #a76645 !important;
}
.cid-unp7VbQwlv a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7VbQwlv .btn-black-outline:hover,
.cid-unp7VbQwlv .btn-black-outline:focus,
.cid-unp7VbQwlv .btn-black-outline.focus,
.cid-unp7VbQwlv .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7VbQwlv .display-5 {
    line-height: 1;
  }
  .cid-unp7VbQwlv .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7VbQwlv .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7VbQwlv .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7VbQwlv .content {
  padding-left: 3px;
}
.cid-unp7VquCTa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7VquCTa .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7VquCTa .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7VquCTa .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7VquCTa .mbr-figure,
  .cid-unp7VquCTa img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7VquCTa .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7VquCTa h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7VquCTa .h2_block {
  margin-bottom: 20px;
}
.cid-unp7VquCTa .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7WluDvD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7WluDvD .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7WluDvD .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7WluDvD .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7WluDvD .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7WluDvD .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7WluDvD .mbr-figure,
  .cid-unp7WluDvD img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7WluDvD h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7WluDvD .text_block {
  margin-top: 0px;
}
.cid-unp7WluDvD .h2_block {
  margin-bottom: 20px;
}
.cid-unp7WluDvD .mbr-figure {
  align-self: flex-start;
}
.cid-unp7WluDvD .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7WluDvD .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7WluDvD a:hover {
  Color: #a76645 !important;
}
.cid-unp7WluDvD a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7WluDvD .btn-black-outline:hover,
.cid-unp7WluDvD .btn-black-outline:focus,
.cid-unp7WluDvD .btn-black-outline.focus,
.cid-unp7WluDvD .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7WluDvD .display-5 {
    line-height: 1;
  }
  .cid-unp7WluDvD .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7WluDvD .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7WluDvD .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7WluDvD .content {
  padding-left: 3px;
}
.cid-unp7WzHA5S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7WzHA5S .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7WzHA5S .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7WzHA5S .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7WzHA5S .mbr-figure,
  .cid-unp7WzHA5S img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7WzHA5S .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7WzHA5S h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7WzHA5S .h2_block {
  margin-bottom: 20px;
}
.cid-unp7WzHA5S .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7WOzU4g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7WOzU4g .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7WOzU4g .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7WOzU4g .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7WOzU4g .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7WOzU4g .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7WOzU4g .mbr-figure,
  .cid-unp7WOzU4g img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7WOzU4g h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7WOzU4g .text_block {
  margin-top: 0px;
}
.cid-unp7WOzU4g .h2_block {
  margin-bottom: 20px;
}
.cid-unp7WOzU4g .mbr-figure {
  align-self: flex-start;
}
.cid-unp7WOzU4g .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7WOzU4g .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7WOzU4g a:hover {
  Color: #a76645 !important;
}
.cid-unp7WOzU4g a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7WOzU4g .btn-black-outline:hover,
.cid-unp7WOzU4g .btn-black-outline:focus,
.cid-unp7WOzU4g .btn-black-outline.focus,
.cid-unp7WOzU4g .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7WOzU4g .display-5 {
    line-height: 1;
  }
  .cid-unp7WOzU4g .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7WOzU4g .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7WOzU4g .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7WOzU4g .content {
  padding-left: 3px;
}
.cid-unp7XaB7hm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7XaB7hm .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7XaB7hm .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7XaB7hm .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7XaB7hm .mbr-figure,
  .cid-unp7XaB7hm img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7XaB7hm .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7XaB7hm h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7XaB7hm .h2_block {
  margin-bottom: 20px;
}
.cid-unp7XaB7hm .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7Xt7J75 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7Xt7J75 .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Xt7J75 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7Xt7J75 .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7Xt7J75 .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7Xt7J75 .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7Xt7J75 .mbr-figure,
  .cid-unp7Xt7J75 img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7Xt7J75 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7Xt7J75 .text_block {
  margin-top: 0px;
}
.cid-unp7Xt7J75 .h2_block {
  margin-bottom: 20px;
}
.cid-unp7Xt7J75 .mbr-figure {
  align-self: flex-start;
}
.cid-unp7Xt7J75 .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Xt7J75 .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7Xt7J75 a:hover {
  Color: #a76645 !important;
}
.cid-unp7Xt7J75 a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7Xt7J75 .btn-black-outline:hover,
.cid-unp7Xt7J75 .btn-black-outline:focus,
.cid-unp7Xt7J75 .btn-black-outline.focus,
.cid-unp7Xt7J75 .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7Xt7J75 .display-5 {
    line-height: 1;
  }
  .cid-unp7Xt7J75 .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7Xt7J75 .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7Xt7J75 .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7Xt7J75 .content {
  padding-left: 3px;
}
.cid-unp7XHmpA0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7XHmpA0 .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7XHmpA0 .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7XHmpA0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7XHmpA0 .mbr-figure,
  .cid-unp7XHmpA0 img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7XHmpA0 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7XHmpA0 h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7XHmpA0 .h2_block {
  margin-bottom: 20px;
}
.cid-unp7XHmpA0 .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7YaszBh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7YaszBh .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7YaszBh .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7YaszBh .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7YaszBh .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7YaszBh .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7YaszBh .mbr-figure,
  .cid-unp7YaszBh img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7YaszBh h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7YaszBh .text_block {
  margin-top: 0px;
}
.cid-unp7YaszBh .h2_block {
  margin-bottom: 20px;
}
.cid-unp7YaszBh .mbr-figure {
  align-self: flex-start;
}
.cid-unp7YaszBh .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7YaszBh .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7YaszBh a:hover {
  Color: #a76645 !important;
}
.cid-unp7YaszBh a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7YaszBh .btn-black-outline:hover,
.cid-unp7YaszBh .btn-black-outline:focus,
.cid-unp7YaszBh .btn-black-outline.focus,
.cid-unp7YaszBh .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7YaszBh .display-5 {
    line-height: 1;
  }
  .cid-unp7YaszBh .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7YaszBh .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7YaszBh .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7YaszBh .content {
  padding-left: 3px;
}
.cid-unp7YoBKPE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7YoBKPE .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7YoBKPE .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7YoBKPE .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7YoBKPE .mbr-figure,
  .cid-unp7YoBKPE img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7YoBKPE .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7YoBKPE h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7YoBKPE .h2_block {
  margin-bottom: 20px;
}
.cid-unp7YoBKPE .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7YCc25M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7YCc25M .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7YCc25M .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-unp7YCc25M .mbr-author-desc {
  color: #1d1d1b;
}
.cid-unp7YCc25M .btn {
  font-weight: 700;
  border-width: 0px !important;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: left;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: left;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px;
}
.cid-unp7YCc25M .col-md-8 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-unp7YCc25M .mbr-figure,
  .cid-unp7YCc25M img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
}
.cid-unp7YCc25M h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7YCc25M .text_block {
  margin-top: 0px;
}
.cid-unp7YCc25M .h2_block {
  margin-bottom: 20px;
}
.cid-unp7YCc25M .mbr-figure {
  align-self: flex-start;
}
.cid-unp7YCc25M .display-5 {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7YCc25M .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp7YCc25M a:hover {
  Color: #a76645 !important;
}
.cid-unp7YCc25M a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp7YCc25M .btn-black-outline:hover,
.cid-unp7YCc25M .btn-black-outline:focus,
.cid-unp7YCc25M .btn-black-outline.focus,
.cid-unp7YCc25M .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp7YCc25M .display-5 {
    line-height: 1;
  }
  .cid-unp7YCc25M .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp7YCc25M .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp7YCc25M .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp7YCc25M .content {
  padding-left: 3px;
}
.cid-unp7Za33YQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp7Za33YQ .testimonial-text {
  font-weight: 300;
  color: #1d1d1b;
}
.cid-unp7Za33YQ .mbr-author-name {
  font-weight: bold;
  color: #1d1d1b;
}
.cid-unp7Za33YQ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp7Za33YQ .mbr-figure,
  .cid-unp7Za33YQ img {
    max-height: 160px;
    width: auto;
    margin: auto;
  }
  .cid-unp7Za33YQ .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp7Za33YQ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp7Za33YQ .h2_block {
  margin-bottom: 20px;
}
.cid-unp7Za33YQ .mbr-text {
  line-heigt: 1.2 !important;
}
.cid-unp7ZubYPC {
  background: #ffffff;
}
.cid-unp7ZubYPC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp7ZubYPC figcaption {
  position: relative;
}
.cid-unp7ZubYPC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp7ZubYPC .image-block {
    width: 100% !important;
  }
}
.cid-unp7ZMMGnO {
  background: #ffffff;
}
.cid-unp7ZMMGnO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp7ZMMGnO figcaption {
  position: relative;
}
.cid-unp7ZMMGnO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp7ZMMGnO .image-block {
    width: 100% !important;
  }
}
.cid-unp806JvmM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp806JvmM .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-unp806JvmM h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp806JvmM .space_down_50 {
  margin-bottom: 50px;
}
.cid-unp80zBCQE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp80zBCQE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unp80zBCQE h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #1d1d1b !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp80zBCQE .space_down_50 {
  margin-bottom: 50px;
}
.cid-unp80zBCQE .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unp80VPXGM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp80VPXGM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unp80VPXGM p {
  color: #767676;
  text-align: left;
}
.cid-unp80VPXGM .card-box {
  padding-top: 2rem;
}
.cid-unp80VPXGM .card-wrapper {
  height: 100%;
}
.cid-unp81CCQ9H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp81CCQ9H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unp81CCQ9H p {
  color: #767676;
  text-align: left;
}
.cid-unp81CCQ9H .card-box {
  padding-top: 2rem;
}
.cid-unp81CCQ9H .card-wrapper {
  height: 100%;
}
.cid-unp81Yz83z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unp81Yz83z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unp81Yz83z p {
  color: #767676;
  text-align: left;
}
.cid-unp81Yz83z .card-box {
  padding-top: 2rem;
}
.cid-unp81Yz83z .card-wrapper {
  height: 100%;
}
.cid-unp82iv6VI {
  background: #ffffff;
}
.cid-unp82iv6VI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp82iv6VI figcaption {
  position: relative;
}
.cid-unp82iv6VI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp82iv6VI .image-block {
    width: 100% !important;
  }
}
.cid-unp82HmYAQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unp82HmYAQ .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-unp82HmYAQ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp82HmYAQ .space_down_30 {
  margin-bottom: 30px;
}
.cid-unp82HmYAQ .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unp83us5XG {
  background: #ffffff;
}
.cid-unp83us5XG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp83us5XG figcaption {
  position: relative;
}
.cid-unp83us5XG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp83us5XG .image-block {
    width: 100% !important;
  }
}
.cid-unp860mlDJ {
  background: #ffffff;
}
.cid-unp860mlDJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp860mlDJ figcaption {
  position: relative;
}
.cid-unp860mlDJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp860mlDJ .image-block {
    width: 300% !important;
  }
}
.cid-unp842vxzr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/flaeche3190s-newsletter-930x931.jpg");
}
.cid-unp842vxzr .testimonial-text {
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-unp842vxzr .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-unp842vxzr .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-unp842vxzr .mbr-figure,
  .cid-unp842vxzr img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-unp842vxzr .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-unp842vxzr .mbr-author-desc {
  color: #000000;
}
.cid-unp842vxzr h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #000000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp842vxzr .text_block {
  margin-top: 0px;
}
.cid-unp842vxzr .h2_block {
  margin-bottom: 20px;
}
.cid-unp842vxzr .mbr-figure {
  align-self: flex-start;
}
.cid-unp842vxzr .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-unp842vxzr .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-unp842vxzr .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-unp842vxzr a svg polygon {
  fill: white !important;
}
.cid-unp842vxzr a:hover {
  Color: #F9CEB2!important;
}
.cid-unp842vxzr a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp842vxzr .btn-white-outline:hover,
.cid-unp842vxzr .btn-white-outline:focus,
.cid-unp842vxzr .btn-white-outline.focus,
.cid-unp842vxzr .btn-white-outline.active,
.cid-unp842vxzr .btn-black-outline:hover,
.cid-unp842vxzr .btn-black-outline:focus,
.cid-unp842vxzr .btn-black-outline.focus,
.cid-unp842vxzr .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-unp842vxzr .display-5 {
    line-height: 1;
  }
  .cid-unp842vxzr .btn {
    font-size: 1.5rem !important;
  }
  .cid-unp842vxzr .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-unp842vxzr .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-unp86BefAF {
  background: #ffffff;
}
.cid-unp86BefAF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp86BefAF figcaption {
  position: relative;
}
.cid-unp86BefAF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp86BefAF .image-block {
    width: 300% !important;
  }
}
.cid-unp874d4Da {
  background: #ffffff;
}
.cid-unp874d4Da .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp874d4Da figcaption {
  position: relative;
}
.cid-unp874d4Da figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp874d4Da .image-block {
    width: 100% !important;
  }
}
.cid-unp87p8ImX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unp87p8ImX .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-unp87p8ImX h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp87p8ImX .space_down_30 {
  margin-bottom: 30px;
}
.cid-unp87p8ImX .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unp87OmZF2 {
  background: #ffffff;
}
.cid-unp87OmZF2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp87OmZF2 figcaption {
  position: relative;
}
.cid-unp87OmZF2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp87OmZF2 .image-block {
    width: 100% !important;
  }
}
.cid-unp88jsPLN {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/asche-12-web-2000x607.jpg");
}
.cid-unp88jsPLN H2 {
  color: #ffffff;
  line-height: 1.2;
}
.cid-unp88jsPLN .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-unp88jsPLN .breites_Zitat {
    font-size: 1rem;
    line-height: 1.2 !important;
  }
  .cid-unp88jsPLN .breiter_Autor {
    font-size: 1rem;
  }
}
.cid-unp88jsPLN a {
  font-style: oblique;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #ffffff;
  cursor: pointer;
  padding-bottom: 3px;
  color: #fff;
}
.cid-unp88jsPLN a:hover {
  color: #F9CEB2 !important;
  width: 100%;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #f9ceb2;
  cursor: pointer;
  padding-bottom: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-unp88BgpLC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unp88BgpLC .mbr-section-subtitle {
  color: #1d1d1b;
  text-align: left;
}
.cid-unp88BgpLC h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-unp88BgpLC .space_down_30 {
  margin-bottom: 30px;
}
.cid-unp88BgpLC .mbr-section-subtitle P {
  color: #1d1d1b;
}
.cid-unp899NeK7 {
  background: #ffffff;
}
.cid-unp899NeK7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-unp899NeK7 figcaption {
  position: relative;
}
.cid-unp899NeK7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unp899NeK7 .image-block {
    width: 100% !important;
  }
}
.cid-unp72Dtbur {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-unp72Dtbur .content {
    text-align: center;
  }
  .cid-unp72Dtbur .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unp72Dtbur .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-unp72Dtbur .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-unp72Dtbur .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-unp72Dtbur .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unp72Dtbur .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-unp72Dtbur .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-unp72Dtbur .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-unp72Dtbur .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-unp72Dtbur .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-unp72Dtbur .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-unp72Dtbur .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unp72Dtbur .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-unp72Dtbur H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-unp72Dtbur P {
  color: #1d1d1b;
}
.cid-unp72Dtbur .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-unp72Dtbur .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-unp72Dtbur .logo_footer {
  position: relative;
}
.cid-unp72Dtbur .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-unp72Dtbur .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-unp72Dtbur .col,
  .cid-unp72Dtbur .col-1,
  .cid-unp72Dtbur .col-10,
  .cid-unp72Dtbur .col-11,
  .cid-unp72Dtbur .col-12,
  .cid-unp72Dtbur .col-2,
  .cid-unp72Dtbur .col-3,
  .cid-unp72Dtbur .col-4,
  .cid-unp72Dtbur .col-5,
  .cid-unp72Dtbur .col-6,
  .cid-unp72Dtbur .col-7,
  .cid-unp72Dtbur .col-8,
  .cid-unp72Dtbur .col-9,
  .cid-unp72Dtbur .col-auto,
  .cid-unp72Dtbur .col-lg,
  .cid-unp72Dtbur .col-lg-1,
  .cid-unp72Dtbur .col-lg-10,
  .cid-unp72Dtbur .col-lg-11,
  .cid-unp72Dtbur .col-lg-12,
  .cid-unp72Dtbur .col-lg-2,
  .cid-unp72Dtbur .col-lg-3,
  .cid-unp72Dtbur .col-lg-4,
  .cid-unp72Dtbur .col-lg-5,
  .cid-unp72Dtbur .col-lg-6,
  .cid-unp72Dtbur .col-lg-7,
  .cid-unp72Dtbur .col-lg-8,
  .cid-unp72Dtbur .col-lg-9,
  .cid-unp72Dtbur .col-lg-auto,
  .cid-unp72Dtbur .col-md,
  .cid-unp72Dtbur .col-md-1,
  .cid-unp72Dtbur .col-md-10,
  .cid-unp72Dtbur .col-md-11,
  .cid-unp72Dtbur .col-md-12,
  .cid-unp72Dtbur .col-md-2,
  .cid-unp72Dtbur .col-md-3,
  .cid-unp72Dtbur .col-md-4,
  .cid-unp72Dtbur .col-md-5,
  .cid-unp72Dtbur .col-md-6,
  .cid-unp72Dtbur .col-md-7,
  .cid-unp72Dtbur .col-md-8,
  .cid-unp72Dtbur .col-md-9,
  .cid-unp72Dtbur .col-md-auto,
  .cid-unp72Dtbur .col-sm,
  .cid-unp72Dtbur .col-sm-1,
  .cid-unp72Dtbur .col-sm-10,
  .cid-unp72Dtbur .col-sm-11,
  .cid-unp72Dtbur .col-sm-12,
  .cid-unp72Dtbur .col-sm-2,
  .cid-unp72Dtbur .col-sm-3,
  .cid-unp72Dtbur .col-sm-4,
  .cid-unp72Dtbur .col-sm-5,
  .cid-unp72Dtbur .col-sm-6,
  .cid-unp72Dtbur .col-sm-7,
  .cid-unp72Dtbur .col-sm-8,
  .cid-unp72Dtbur .col-sm-9,
  .cid-unp72Dtbur .col-sm-auto,
  .cid-unp72Dtbur .col-xl,
  .cid-unp72Dtbur .col-xl-1,
  .cid-unp72Dtbur .col-xl-10,
  .cid-unp72Dtbur .col-xl-11,
  .cid-unp72Dtbur .col-xl-12,
  .cid-unp72Dtbur .col-xl-2,
  .cid-unp72Dtbur .col-xl-3,
  .cid-unp72Dtbur .col-xl-4,
  .cid-unp72Dtbur .col-xl-5,
  .cid-unp72Dtbur .col-xl-6,
  .cid-unp72Dtbur .col-xl-7,
  .cid-unp72Dtbur .col-xl-8,
  .cid-unp72Dtbur .col-xl-9,
  .cid-unp72Dtbur .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-unp72Dtbur .content {
    text-align: left;
  }
  .cid-unp72Dtbur .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-unp72Dtbur .logo_footer_box {
    position: relative;
  }
  .cid-unp72Dtbur .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-unp72Dtbur .logo_footer {
    position: relative;
  }
  .cid-unp72Dtbur .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uHeimxF3rx :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-uHeimxF3rx .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uHeimxF3rx .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uHeimxF3rx a {
  font-style: normal;
}
.cid-uHeimxF3rx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHeimxF3rx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uHeimxF3rx .nav-item:focus,
.cid-uHeimxF3rx .nav-link:focus {
  outline: none;
}
.cid-uHeimxF3rx .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-uHeimxF3rx .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-uHeimxF3rx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uHeimxF3rx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHeimxF3rx .menu-logo {
  margin-right: auto;
}
.cid-uHeimxF3rx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-uHeimxF3rx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHeimxF3rx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHeimxF3rx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHeimxF3rx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHeimxF3rx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHeimxF3rx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHeimxF3rx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHeimxF3rx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHeimxF3rx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHeimxF3rx .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHeimxF3rx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHeimxF3rx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHeimxF3rx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHeimxF3rx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHeimxF3rx .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-uHeimxF3rx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHeimxF3rx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHeimxF3rx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHeimxF3rx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHeimxF3rx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHeimxF3rx .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uHeimxF3rx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHeimxF3rx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHeimxF3rx button.navbar-toggler:focus {
  outline: none;
}
.cid-uHeimxF3rx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHeimxF3rx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHeimxF3rx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHeimxF3rx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHeimxF3rx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHeimxF3rx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHeimxF3rx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHeimxF3rx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHeimxF3rx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHeimxF3rx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uHeimxF3rx .collapsed .btn {
  display: flex;
}
.cid-uHeimxF3rx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHeimxF3rx .collapsed .navbar-collapse.collapsing,
.cid-uHeimxF3rx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHeimxF3rx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHeimxF3rx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHeimxF3rx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHeimxF3rx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHeimxF3rx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHeimxF3rx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-uHeimxF3rx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHeimxF3rx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uHeimxF3rx .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHeimxF3rx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHeimxF3rx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHeimxF3rx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uHeimxF3rx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHeimxF3rx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHeimxF3rx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uHeimxF3rx .logo_s {
  height: 3rem !important;
}
.cid-uHeimxF3rx .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-uHeimxF3rx .navbar-expand {
    flex-direction: column;
  }
  .cid-uHeimxF3rx img {
    height: 3rem !important;
  }
  .cid-uHeimxF3rx .logo_s {
    height: 1.5rem !important;
  }
  .cid-uHeimxF3rx .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-uHeimxF3rx .btn {
    display: flex;
  }
  .cid-uHeimxF3rx button.navbar-toggler {
    display: block;
  }
  .cid-uHeimxF3rx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHeimxF3rx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHeimxF3rx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHeimxF3rx .navbar-collapse.collapsing,
  .cid-uHeimxF3rx .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHeimxF3rx .navbar-collapse.collapsing .navbar-nav,
  .cid-uHeimxF3rx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHeimxF3rx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHeimxF3rx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHeimxF3rx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHeimxF3rx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHeimxF3rx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHeimxF3rx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHeimxF3rx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uHeimxF3rx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHeimxF3rx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHeimxF3rx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHeimxF3rx .menu-logo {
    flex-shrink: 3;
  }
}
.cid-uHeimxF3rx .navbar-collapse {
  flex-basis: auto;
}
.cid-uHeimxF3rx .nav-link:hover,
.cid-uHeimxF3rx .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-uHeimxF3rx .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-uHeimxF3rx .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-uHeimxF3rx .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-uHeimxF3rx .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-uHeimxF3rx .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-uHeimxF3rx a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uHeimxF3rx a:hover svg polygon,
.cid-uHeimxF3rx a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uHeimxF3rx .hiddden {
  display: none !important;
}
.cid-uHeimxF3rx .shoow {
  display: block !important;
}
.cid-uHeimxF3rx .navbar-logo a,
.cid-uHeimxF3rx .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uHeimxF3rx .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-uHeimxF3rx .navbar-logo a img {
    left: 20px;
  }
  .cid-uHeimxF3rx .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-uHeimxF3rx .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-uHeimxF3rx .stoerer_head,
  .cid-uHeimxF3rx .stoerer_text {
    grid-row: 1;
  }
  .cid-uHeimxF3rx .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-uHeimxF3rx a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-uHeimyhUf4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-uHeimyhUf4 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-uHeimyqWPp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uHeimyqWPp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHeimyqWPp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uHeimyqWPp .mbr-figure img {
    width: 100% !important;
  }
}
#custom-html-3sp div {
  padding: 10px 0;
  color: #1d1d1b;
  text-align: center;
  font-weight: 700 !important;
  font-family: chivo;
  font-size: 100px;
}
#custom-html-3sp p {
  font-family: chivo;
}
@keyframes marquee {
  0% {
    text-indent: 800px;
  }
  100% {
    text-indent: -800px;
  }
}
#custom-html-3sp .marquee {
  width: 100%;
  margin: auto;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.cid-uHeimG7Q1U {
  background: #ffffff;
}
.cid-uHeimG7Q1U .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHeimG7Q1U figcaption {
  position: relative;
}
.cid-uHeimG7Q1U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHeimG7Q1U .image-block {
    width: 100% !important;
  }
}
.cid-uHeimF8QG0 {
  background: #ffffff;
}
.cid-uHeimF8QG0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHeimF8QG0 figcaption {
  position: relative;
}
.cid-uHeimF8QG0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHeimF8QG0 .image-block {
    width: 300% !important;
  }
}
.cid-uHeimFgatZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/flaeche3190s-newsletter-930x931.jpg");
}
.cid-uHeimFgatZ .testimonial-text {
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-uHeimFgatZ .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-uHeimFgatZ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uHeimFgatZ .mbr-figure,
  .cid-uHeimFgatZ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uHeimFgatZ .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uHeimFgatZ .mbr-author-desc {
  color: #000000;
}
.cid-uHeimFgatZ h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #fff;
  color: #000000 !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uHeimFgatZ .text_block {
  margin-top: 0px;
}
.cid-uHeimFgatZ .h2_block {
  margin-bottom: 20px;
}
.cid-uHeimFgatZ .mbr-figure {
  align-self: flex-start;
}
.cid-uHeimFgatZ .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-uHeimFgatZ .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uHeimFgatZ .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-uHeimFgatZ a svg polygon {
  fill: white !important;
}
.cid-uHeimFgatZ a:hover {
  Color: #F9CEB2!important;
}
.cid-uHeimFgatZ a:hover svg polygon {
  fill: #F9CEB2 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uHeimFgatZ .btn-white-outline:hover,
.cid-uHeimFgatZ .btn-white-outline:focus,
.cid-uHeimFgatZ .btn-white-outline.focus,
.cid-uHeimFgatZ .btn-white-outline.active,
.cid-uHeimFgatZ .btn-black-outline:hover,
.cid-uHeimFgatZ .btn-black-outline:focus,
.cid-uHeimFgatZ .btn-black-outline.focus,
.cid-uHeimFgatZ .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-uHeimFgatZ .display-5 {
    line-height: 1;
  }
  .cid-uHeimFgatZ .btn {
    font-size: 1.5rem !important;
  }
  .cid-uHeimFgatZ .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-uHeimFgatZ .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-uHeimFoQi8 {
  background: #ffffff;
}
.cid-uHeimFoQi8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHeimFoQi8 figcaption {
  position: relative;
}
.cid-uHeimFoQi8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHeimFoQi8 .image-block {
    width: 300% !important;
  }
}
.cid-uHeimGhcpc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uHeimGhcpc .content {
    text-align: center;
  }
  .cid-uHeimGhcpc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uHeimGhcpc .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-uHeimGhcpc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHeimGhcpc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHeimGhcpc .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHeimGhcpc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHeimGhcpc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uHeimGhcpc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uHeimGhcpc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uHeimGhcpc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHeimGhcpc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHeimGhcpc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHeimGhcpc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHeimGhcpc H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-uHeimGhcpc P {
  color: #1d1d1b;
}
.cid-uHeimGhcpc .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-uHeimGhcpc .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-uHeimGhcpc .logo_footer {
  position: relative;
}
.cid-uHeimGhcpc .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-uHeimGhcpc .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-uHeimGhcpc .col,
  .cid-uHeimGhcpc .col-1,
  .cid-uHeimGhcpc .col-10,
  .cid-uHeimGhcpc .col-11,
  .cid-uHeimGhcpc .col-12,
  .cid-uHeimGhcpc .col-2,
  .cid-uHeimGhcpc .col-3,
  .cid-uHeimGhcpc .col-4,
  .cid-uHeimGhcpc .col-5,
  .cid-uHeimGhcpc .col-6,
  .cid-uHeimGhcpc .col-7,
  .cid-uHeimGhcpc .col-8,
  .cid-uHeimGhcpc .col-9,
  .cid-uHeimGhcpc .col-auto,
  .cid-uHeimGhcpc .col-lg,
  .cid-uHeimGhcpc .col-lg-1,
  .cid-uHeimGhcpc .col-lg-10,
  .cid-uHeimGhcpc .col-lg-11,
  .cid-uHeimGhcpc .col-lg-12,
  .cid-uHeimGhcpc .col-lg-2,
  .cid-uHeimGhcpc .col-lg-3,
  .cid-uHeimGhcpc .col-lg-4,
  .cid-uHeimGhcpc .col-lg-5,
  .cid-uHeimGhcpc .col-lg-6,
  .cid-uHeimGhcpc .col-lg-7,
  .cid-uHeimGhcpc .col-lg-8,
  .cid-uHeimGhcpc .col-lg-9,
  .cid-uHeimGhcpc .col-lg-auto,
  .cid-uHeimGhcpc .col-md,
  .cid-uHeimGhcpc .col-md-1,
  .cid-uHeimGhcpc .col-md-10,
  .cid-uHeimGhcpc .col-md-11,
  .cid-uHeimGhcpc .col-md-12,
  .cid-uHeimGhcpc .col-md-2,
  .cid-uHeimGhcpc .col-md-3,
  .cid-uHeimGhcpc .col-md-4,
  .cid-uHeimGhcpc .col-md-5,
  .cid-uHeimGhcpc .col-md-6,
  .cid-uHeimGhcpc .col-md-7,
  .cid-uHeimGhcpc .col-md-8,
  .cid-uHeimGhcpc .col-md-9,
  .cid-uHeimGhcpc .col-md-auto,
  .cid-uHeimGhcpc .col-sm,
  .cid-uHeimGhcpc .col-sm-1,
  .cid-uHeimGhcpc .col-sm-10,
  .cid-uHeimGhcpc .col-sm-11,
  .cid-uHeimGhcpc .col-sm-12,
  .cid-uHeimGhcpc .col-sm-2,
  .cid-uHeimGhcpc .col-sm-3,
  .cid-uHeimGhcpc .col-sm-4,
  .cid-uHeimGhcpc .col-sm-5,
  .cid-uHeimGhcpc .col-sm-6,
  .cid-uHeimGhcpc .col-sm-7,
  .cid-uHeimGhcpc .col-sm-8,
  .cid-uHeimGhcpc .col-sm-9,
  .cid-uHeimGhcpc .col-sm-auto,
  .cid-uHeimGhcpc .col-xl,
  .cid-uHeimGhcpc .col-xl-1,
  .cid-uHeimGhcpc .col-xl-10,
  .cid-uHeimGhcpc .col-xl-11,
  .cid-uHeimGhcpc .col-xl-12,
  .cid-uHeimGhcpc .col-xl-2,
  .cid-uHeimGhcpc .col-xl-3,
  .cid-uHeimGhcpc .col-xl-4,
  .cid-uHeimGhcpc .col-xl-5,
  .cid-uHeimGhcpc .col-xl-6,
  .cid-uHeimGhcpc .col-xl-7,
  .cid-uHeimGhcpc .col-xl-8,
  .cid-uHeimGhcpc .col-xl-9,
  .cid-uHeimGhcpc .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uHeimGhcpc .content {
    text-align: left;
  }
  .cid-uHeimGhcpc .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-uHeimGhcpc .logo_footer_box {
    position: relative;
  }
  .cid-uHeimGhcpc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-uHeimGhcpc .logo_footer {
    position: relative;
  }
  .cid-uHeimGhcpc .media-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uXTGhvf96g :root {
  --skin_6: #26120a;
  --skin_5: #3c1c11;
  --skin_4: #6e2c12;
  --skin_3: #753a11;
  --skin_2: #a96847;
  --skin_1: #fac39b;
}
.cid-uXTGhvf96g .navbar {
  padding: .8rem 0 0.8rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-uXTGhvf96g .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uXTGhvf96g a {
  font-style: normal;
}
.cid-uXTGhvf96g .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXTGhvf96g .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uXTGhvf96g .nav-item:focus,
.cid-uXTGhvf96g .nav-link:focus {
  outline: none;
}
.cid-uXTGhvf96g .nav_buttom a {
  color: #f9ceb2 !important;
}
.cid-uXTGhvf96g .nav_buttom a:hover {
  color: #a76645 !important;
}
.cid-uXTGhvf96g .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uXTGhvf96g .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXTGhvf96g .menu-logo {
  margin-right: auto;
}
.cid-uXTGhvf96g .menu-logo .navbar-brand {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
  padding: 0;
  transition: padding .2s;
  min-height: 3rem;
  align-items: center;
}
.cid-uXTGhvf96g .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uXTGhvf96g .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXTGhvf96g .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uXTGhvf96g .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uXTGhvf96g .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXTGhvf96g .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXTGhvf96g .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXTGhvf96g .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXTGhvf96g .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXTGhvf96g .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uXTGhvf96g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uXTGhvf96g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXTGhvf96g .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXTGhvf96g .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXTGhvf96g .navbar-dropdown .navbar-logo img {
  height: 3rem;
  transition: none;
}
.cid-uXTGhvf96g .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXTGhvf96g .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uXTGhvf96g .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXTGhvf96g .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uXTGhvf96g .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXTGhvf96g .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXTGhvf96g .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uXTGhvf96g button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXTGhvf96g button.navbar-toggler:focus {
  outline: none;
}
.cid-uXTGhvf96g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXTGhvf96g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXTGhvf96g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXTGhvf96g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXTGhvf96g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXTGhvf96g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXTGhvf96g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXTGhvf96g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXTGhvf96g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXTGhvf96g .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uXTGhvf96g .collapsed .btn {
  display: flex;
}
.cid-uXTGhvf96g .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXTGhvf96g .collapsed .navbar-collapse.collapsing,
.cid-uXTGhvf96g .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXTGhvf96g .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXTGhvf96g .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uXTGhvf96g .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXTGhvf96g .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXTGhvf96g .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXTGhvf96g .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: reight;
}
.cid-uXTGhvf96g .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXTGhvf96g .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uXTGhvf96g .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXTGhvf96g .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXTGhvf96g .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXTGhvf96g .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uXTGhvf96g .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXTGhvf96g .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXTGhvf96g .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uXTGhvf96g .logo_s {
  height: 3rem !important;
}
.cid-uXTGhvf96g .logo_w {
  height: 2rem !important;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media (max-width: 991px) {
  .cid-uXTGhvf96g .navbar-expand {
    flex-direction: column;
  }
  .cid-uXTGhvf96g img {
    height: 3rem !important;
  }
  .cid-uXTGhvf96g .logo_s {
    height: 1.5rem !important;
  }
  .cid-uXTGhvf96g .logo_w {
    height: 1.5rem !important;
    margin-top: 10px;
  }
  .cid-uXTGhvf96g .btn {
    display: flex;
  }
  .cid-uXTGhvf96g button.navbar-toggler {
    display: block;
  }
  .cid-uXTGhvf96g .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXTGhvf96g .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXTGhvf96g .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uXTGhvf96g .navbar-collapse.collapsing,
  .cid-uXTGhvf96g .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXTGhvf96g .navbar-collapse.collapsing .navbar-nav,
  .cid-uXTGhvf96g .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXTGhvf96g .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXTGhvf96g .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXTGhvf96g .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXTGhvf96g .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXTGhvf96g .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXTGhvf96g .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXTGhvf96g .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uXTGhvf96g .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXTGhvf96g .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXTGhvf96g .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uXTGhvf96g .menu-logo {
    flex-shrink: 3;
  }
}
.cid-uXTGhvf96g .navbar-collapse {
  flex-basis: auto;
}
.cid-uXTGhvf96g .nav-link:hover,
.cid-uXTGhvf96g .dropdown-item:hover {
  color: #f9ceb2 !important;
}
.cid-uXTGhvf96g .stoerer-pos {
  background: #fff;
  position: fixed;
  right: 0px;
  top: 40vh;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.cid-uXTGhvf96g .stoerer {
  border-radius: 0px !important;
  margin: 0px;
  display: grid;
  padding-left: 0.4rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(30px, auto));
}
.cid-uXTGhvf96g .stoerer_head {
  grid-row: 1;
  width: 7vw;
  height: auto;
  max-width: 250px;
  float: left;
  margin: 15px 10px 0px 10px;
  padding-left: 13px;
}
.cid-uXTGhvf96g .stoerer_text {
  grid-row: 2;
  color: #1d1d1b;
  text-transform: uppercase !important;
  text-align: left;
  padding: 15px !important;
  line-height: 1.15;
}
.cid-uXTGhvf96g .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-uXTGhvf96g a:hover p {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhvf96g a:hover svg polygon,
.cid-uXTGhvf96g a:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhvf96g .hiddden {
  display: none !important;
}
.cid-uXTGhvf96g .shoow {
  display: block !important;
}
.cid-uXTGhvf96g .navbar-logo a,
.cid-uXTGhvf96g .nav-item a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uXTGhvf96g .display-4 {
  font-family: 'Chivo', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: oblique;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cid-uXTGhvf96g .navbar-logo a img {
    left: 20px;
  }
  .cid-uXTGhvf96g .stoerer-pos {
    top: inherit;
    width: 100%;
    z-index: 99999;
    margin-top: 8px;
  }
  .cid-uXTGhvf96g .stoerer {
    padding: 0.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .cid-uXTGhvf96g .stoerer_head,
  .cid-uXTGhvf96g .stoerer_text {
    grid-row: 1;
  }
  .cid-uXTGhvf96g .stoerer_head {
    width: 19vw;
    margin-bottom: 15px;
  }
  .cid-uXTGhvf96g a p {
    margin-bottom: 0rem;
    font-size: 1rem !important;
  }
}
.cid-uXTGhvHF96 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-1-1500x205.png");
}
@media (max-width: 768px) {
  .cid-uXTGhvHF96 {
    background-image: url("../../../assets/images/header-2-750x268.png");
  }
}
.cid-uXTGhvQ2Tx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXTGhvQ2Tx .mbr-text {
  color: #1d1d1b;
}
.cid-uXTGhvQ2Tx .mbr-text p {
  background: #ffffff;
  padding: 1rem 0px !important;
}
.cid-uXTGhvQ2Tx h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhvQ2Tx .space_down_50 {
  margin-bottom: 50px;
}
.cid-uXTGhvQ2Tx p {
  line-height: 1.2;
}
.cid-uXTGhvQ2Tx img {
  max-width: 100%;
  height: auto;
}
.cid-uXTGhvQ2Tx .blackRowHeadline {
  margin: 0;
  padding: 0;
  height: 5px;
  border-bottom: 140px solid black;
  color: black;
}
.cid-uXTGhvQ2Tx h1 {
  font-weight: 700;
  font-size: 300%;
  line-height: 1.2;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem 0rem;
  white-space: normal;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
}
.cid-uXTGhvQ2Tx .noHover {
  background-color: unset !important;
  color: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.cid-uXTGhvQ2Tx .coltxt {
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 3.9rem !important;
  font-size: 0.7rem;
  width: 100%;
  height: auto;
}
.cid-uXTGhvQ2Tx .box {
  float: left;
  width: 100%;
  height: auto;
  margin-right: 2%;
  padding: 0px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
}
.cid-uXTGhvQ2Tx .box:last-child {
  margin-right: 0;
}
.cid-uXTGhvQ2Tx .boxtxt {
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background: #fff;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .cid-uXTGhvQ2Tx h1 {
    font-size: 4.8rem;
  }
}
.cid-uXTGhvXpTy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9ceb2;
}
.cid-uXTGhvXpTy .btn {
  font-weight: 700;
  border-width: 0px;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  font-style: italic;
  text-transform: uppercase;
}
.cid-uXTGhvXpTy h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhvXpTy .space_down_50 {
  margin-bottom: 50px;
}
.cid-uXTGhw0sYB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9ceb2;
}
.cid-uXTGhw0sYB .card-img {
  background-color: #fff;
}
.cid-uXTGhw0sYB .card-box {
  padding: 1rem 0rem 0rem 0rem;
}
.cid-uXTGhw0sYB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXTGhw0sYB p {
  text-align: left;
}
.cid-uXTGhw0sYB .mbr-text {
  color: #1d1d1b;
}
.cid-uXTGhw0sYB .display-5,
.cid-uXTGhw0sYB .btn {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
}
.cid-uXTGhw0sYB .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uXTGhw0sYB .btn {
  border-width: 0px !important;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.cid-uXTGhw0sYB .special_button {
  width: 100%;
}
.cid-uXTGhw0sYB .special_button a {
  text-align: left;
}
.cid-uXTGhw0sYB a:hover {
  Color: #a76645 !important;
}
.cid-uXTGhw0sYB .pfeil_menu {
  height: 11px;
  display: inline-block;
  margin-top: -2px;
  margin-left: -1px;
}
.cid-uXTGhw0sYB .stoerer_text {
  color: #1d1d1b;
  text-transform: uppercase !important;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  text-align: left;
  padding: 15px !important;
  letter-spacing: 1px;
}
.cid-uXTGhw0sYB p:hover a {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhw0sYB p:hover svg polygon,
.cid-uXTGhw0sYB p:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhw0sYB .card-img:hover {
  outline: 8px solid #a76645;
  transition: outline 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhw0sYB a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 768px) {
  .cid-uXTGhw0sYB .display-5 {
    line-height: 1;
  }
  .cid-uXTGhw0sYB .btn {
    font-size: 1.5rem !important;
  }
  .cid-uXTGhw0sYB .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-uXTGhw0sYB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uXTGhw0sYB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uXTGhw0sYB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uXTGhwg1QN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/asche-9-web-2000x1402.jpg");
}
.cid-uXTGhwg1QN .item:focus,
.cid-uXTGhwg1QN span:focus {
  outline: none;
}
.cid-uXTGhwg1QN .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uXTGhwg1QN .item-wrapper {
  position: relative;
}
.cid-uXTGhwg1QN .item-btn,
.cid-uXTGhwg1QN h4,
.cid-uXTGhwg1QN h5 {
  margin: 0;
}
.cid-uXTGhwg1QN .item-content {
  padding-top: 2rem;
}
.cid-uXTGhwg1QN .card-img {
  height: 166px;
}
.cid-uXTGhwg1QN .display-5 {
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 1.2;
}
.cid-uXTGhwg1QN h4 {
  line-height: 1.2;
}
.cid-uXTGhwg1QN .item-wrapper:hover svg polygon,
.cid-uXTGhwg1QN .item-wrapper:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwg1QN .item-wrapper:hover a {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwg1QN .item-subtitle {
  color: #1d1d1b;
}
.cid-uXTGhwg1QN .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-uXTGhwg1QN .item-text h5 h4 {
  color: #1d1d1b;
}
.cid-uXTGhwg1QN h1 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhwg1QN .space_down_50 {
  margin-bottom: 50px;
}
.cid-uXTGhwg1QN .item-title {
  text-align: center;
  color: #1d1d1b;
}
.cid-uXTGhwg1QN .item_kontakt a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uXTGhwg1QN .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uXTGhwg1QN a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uXTGhwg1QN .display-5 {
    line-height: 1;
  }
  .cid-uXTGhwg1QN .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-uXTGhwg1QN .a_btn {
  text-transform: uppercase ;
  font-style: italic !important;
}
.cid-uXTGhwsP0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/asche-9-web-2000x1402.jpg");
}
.cid-uXTGhwsP0K .contact-section {
  padding: 5rem 0;
  background-color: transparent;
}
.cid-uXTGhwsP0K .form-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.cid-uXTGhwsP0K .contact-form {
  width: 100%;
}
.cid-uXTGhwsP0K .input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
.cid-uXTGhwsP0K .form-input,
.cid-uXTGhwsP0K .form-select,
.cid-uXTGhwsP0K .form-textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 5px solid #000;
  background: white;
}
.cid-uXTGhwsP0K .form-input:focus,
.cid-uXTGhwsP0K .form-select:focus,
.cid-uXTGhwsP0K .form-textarea:focus {
  outline: none;
  background-color: #fac8ad;
  border-color: #666;
}
.cid-uXTGhwsP0K .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 16px;
}
.cid-uXTGhwsP0K .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.cid-uXTGhwsP0K .submit-button {
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  font-style: italic;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  color: #000;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
}
.cid-uXTGhwsP0K .submit-button svg {
  height: 1rem;
}
.cid-uXTGhwsP0K .button-text {
  margin-right: 0.5rem;
}
.cid-uXTGhwsP0K .button-icon {
  display: inline-flex;
  align-items: center;
}
.cid-uXTGhwsP0K .button-icon img {
  height: 1rem;
  width: auto;
}
.cid-uXTGhwsP0K .grid {
  display: grid;
}
.cid-uXTGhwsP0K .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cid-uXTGhwsP0K .grid-gap-1rem {
  gap: 1rem;
}
.cid-uXTGhwsP0K .response {
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 768px) {
  .cid-uXTGhwsP0K .display-5 {
    line-height: 1;
  }
  .cid-uXTGhwsP0K .grid-cols-2 {
    grid-template-columns: 1fr;
  }
  .cid-uXTGhwsP0K .grid-gap-1rem {
    gap: 0px;
  }
  .cid-uXTGhwsP0K .submit-butto {
    font-size: 1.5rem !important;
  }
  .cid-uXTGhwsP0K .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-uXTGhwsP0K .item:focus,
.cid-uXTGhwsP0K span:focus {
  outline: none;
}
.cid-uXTGhwsP0K .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uXTGhwsP0K .item-wrapper {
  position: relative;
}
.cid-uXTGhwsP0K .item-btn,
.cid-uXTGhwsP0K h4,
.cid-uXTGhwsP0K h5 {
  margin: 0;
}
.cid-uXTGhwsP0K .item-content {
  padding-top: 2rem;
}
.cid-uXTGhwsP0K .card-img {
  height: 166px;
}
.cid-uXTGhwsP0K .display-5 {
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 1.2;
}
.cid-uXTGhwsP0K h4 {
  line-height: 1.2;
}
.cid-uXTGhwsP0K .item-wrapper:hover svg polygon,
.cid-uXTGhwsP0K .item-wrapper:hover svg path {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwsP0K .item-wrapper:hover a {
  color: #a76645;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwsP0K .item-subtitle {
  color: #1d1d1b;
}
.cid-uXTGhwsP0K .aktions_jahr {
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase ;
}
.cid-uXTGhwsP0K .item-text h5 h4 {
  color: #1d1d1b;
}
.cid-uXTGhwsP0K h1 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhwsP0K .space_down_50 {
  margin-bottom: 50px;
}
.cid-uXTGhwsP0K .item-title {
  text-align: center;
  color: #1d1d1b;
}
.cid-uXTGhwsP0K .item_kontakt a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uXTGhwsP0K .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uXTGhwsP0K a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwsP0K .a_btn {
  text-transform: uppercase ;
  font-style: italic !important;
}
.cid-uXTGhwFDtR {
  background: #ffffff;
}
.cid-uXTGhwFDtR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uXTGhwFDtR figcaption {
  position: relative;
}
.cid-uXTGhwFDtR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uXTGhwFDtR .image-block {
    width: 300% !important;
  }
}
.cid-uXTGhwLMGh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uXTGhwLMGh .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-uXTGhwLMGh .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-uXTGhwLMGh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uXTGhwLMGh .mbr-figure,
  .cid-uXTGhwLMGh img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uXTGhwLMGh .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uXTGhwLMGh .mbr-author-desc {
  color: #000000;
}
.cid-uXTGhwLMGh h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhwLMGh .text_block {
  margin-top: 0px;
}
.cid-uXTGhwLMGh .h2_block {
  margin-bottom: 20px;
}
.cid-uXTGhwLMGh .mbr-figure {
  align-self: flex-start;
}
.cid-uXTGhwLMGh .display-5 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.cid-uXTGhwLMGh .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 8px;
}
.cid-uXTGhwLMGh .btn {
  text-align: left;
  border-width: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  justify-content: left;
  -webkit-justify-content: left;
}
.cid-uXTGhwLMGh a:hover {
  Color: #a76645 !important;
}
.cid-uXTGhwLMGh a:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwLMGh .btn-black-outline:hover,
.cid-uXTGhwLMGh .btn-black-outline:focus,
.cid-uXTGhwLMGh .btn-black-outline.focus,
.cid-uXTGhwLMGh .btn-black-outline.active {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .cid-uXTGhwLMGh .display-5 {
    line-height: 1;
  }
  .cid-uXTGhwLMGh .btn {
    font-size: 1.5rem !important;
  }
  .cid-uXTGhwLMGh .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
  .cid-uXTGhwLMGh .komplize_kopf_gros img {
    max-height: none;
    height: 230px;
  }
}
.cid-uXTGhwSHEO {
  background: #ffffff;
}
.cid-uXTGhwSHEO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uXTGhwSHEO figcaption {
  position: relative;
}
.cid-uXTGhwSHEO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uXTGhwSHEO .image-block {
    width: 300% !important;
  }
}
.cid-uXTGhwX6ds {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/asche-13-2000x1333.png");
}
.cid-uXTGhwX6ds h2 {
  font-weight: 700 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1d1d1b;
  color: #fff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhwX6ds .space_down_30 {
  margin-bottom: 30px;
}
.cid-uXTGhwX6ds input,
.cid-uXTGhwX6ds button,
.cid-uXTGhwX6ds select,
.cid-uXTGhwX6ds textarea {
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: inherit;
}
.cid-uXTGhwX6ds .form-textbox,
.cid-uXTGhwX6ds #directmail-ae61bc4f-subscriber_email {
  padding: 12px 10px 13px 10px;
  border: 3px solid #1d1d1b;
  min-width: 10vw;
  color: #1d1d1b;
}
.cid-uXTGhwX6ds ::-webkit-input-placeholder {
  color: #1d1d1b;
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
}
.cid-uXTGhwX6ds :-ms-input-placeholder {
  color: #1d1d1b;
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
}
.cid-uXTGhwX6ds ::placeholder {
  color: #1d1d1b;
  font-family: 'Chivo', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
}
.cid-uXTGhwX6ds .submit_button {
  padding-top: 15px;
}
.cid-uXTGhwX6ds .send {
  margin-left: 20px;
}
.cid-uXTGhwX6ds .button {
  font-size: 2rem ;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase ;
  color: #1d1d1b !important;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  background-image: none;
}
.cid-uXTGhwX6ds .pfeil_button {
  height: 20px;
  display: inline-block;
  margin-top: -10px;
  margin-left: 8px;
}
.cid-uXTGhwX6ds .send_button {
  width: auto;
}
.cid-uXTGhwX6ds svg polygon {
  fill: #1d1d1b ;
}
.cid-uXTGhwX6ds .button:hover {
  Color: #a76645 !important;
}
.cid-uXTGhwX6ds .button:hover svg polygon {
  fill: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-uXTGhwX6ds a {
  font-weight: inherit;
  font-style: inherit;
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
.cid-uXTGhwX6ds a:hover {
  Color: #a76645 !important;
  transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uXTGhwX6ds .button {
    line-height: 1;
    font-size: 1.5rem !important;
  }
  .cid-uXTGhwX6ds .pfeil_button {
    height: 16px;
    margin-top: -4px;
  }
}
.cid-uXTGhx71bO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXTGhx71bO .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-uXTGhx71bO .mbr-author-name {
  font-weight: bold;
  color: #000000;
}
.cid-uXTGhx71bO .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uXTGhx71bO .mbr-figure,
  .cid-uXTGhx71bO img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uXTGhx71bO .h2_block {
    padding-top: 5rem;
    margin-bottom: 20px;
  }
  .cid-uXTGhx71bO .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uXTGhx71bO .mbr-author-desc {
  color: #000000;
}
.cid-uXTGhx71bO h2 {
  font-weight: 700 !important;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background: #000;
  color: #ffffff !important;
  letter-spacing: 1px;
  line-height: 3.9rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  font-size: 3rem;
}
.cid-uXTGhx71bO .text_block {
  margin-top: 0px;
}
.cid-uXTGhx71bO .h2_block {
  margin-bottom: 20px;
}
.cid-uXTGhx71bO .mbr-figure {
  align-self: flex-start;
}
.cid-uXTGhx71bO .video--container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.cid-uXTGhx71bO .video--inner-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.cid-uXTGhx71bO .video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uXTGhx71bO .video--iframe--light:hover {
  outline: 8px solid #a76645;
}
.cid-uXTGhx71bO .video--iframe--dark:hover {
  outline: 8px solid #F9CEB2;
}
.cid-uXTGhxe2gT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/asche-5-1500x302.jpg");
}
.cid-uXTGhxe2gT H2 {
  color: #000000;
  line-height: 1.2;
}
.cid-uXTGhxe2gT .mbr-section-subtitle {
  color: #000000;
}
.cid-uXTGhxe2gT section {
  background-color: none;
}
.cid-uXTGhxe2gT .logo_footer {
  position: relative;
  right: 100px;
}
.cid-uXTGhxlve9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uXTGhxlve9 .content {
    text-align: center;
  }
  .cid-uXTGhxlve9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXTGhxlve9 .media-wrap {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-uXTGhxlve9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXTGhxlve9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXTGhxlve9 .media-wrap img {
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXTGhxlve9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXTGhxlve9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uXTGhxlve9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXTGhxlve9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXTGhxlve9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXTGhxlve9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uXTGhxlve9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXTGhxlve9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXTGhxlve9 H5 {
  color: #1d1d1b;
  text-transform: uppercase;
}
.cid-uXTGhxlve9 P {
  color: #1d1d1b;
}
.cid-uXTGhxlve9 .media-container-row {
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.cid-uXTGhxlve9 .logo_footer_box {
  width: 100vw;
  max-width: 100%;
  position: relative;
}
.cid-uXTGhxlve9 .logo_footer {
  position: relative;
}
.cid-uXTGhxlve9 .soc-item {
  display: inline;
  margin: 4px 8px 0px 0px;
  float: left;
}
.cid-uXTGhxlve9 .logo_footer a {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  -moz-box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
  box-shadow: inset 0 0px 0 white, inset 0 0px 0 #A76645 !important;
}
@media (max-width: 991px) {
  .cid-uXTGhxlve9 .col,
  .cid-uXTGhxlve9 .col-1,
  .cid-uXTGhxlve9 .col-10,
  .cid-uXTGhxlve9 .col-11,
  .cid-uXTGhxlve9 .col-12,
  .cid-uXTGhxlve9 .col-2,
  .cid-uXTGhxlve9 .col-3,
  .cid-uXTGhxlve9 .col-4,
  .cid-uXTGhxlve9 .col-5,
  .cid-uXTGhxlve9 .col-6,
  .cid-uXTGhxlve9 .col-7,
  .cid-uXTGhxlve9 .col-8,
  .cid-uXTGhxlve9 .col-9,
  .cid-uXTGhxlve9 .col-auto,
  .cid-uXTGhxlve9 .col-lg,
  .cid-uXTGhxlve9 .col-lg-1,
  .cid-uXTGhxlve9 .col-lg-10,
  .cid-uXTGhxlve9 .col-lg-11,
  .cid-uXTGhxlve9 .col-lg-12,
  .cid-uXTGhxlve9 .col-lg-2,
  .cid-uXTGhxlve9 .col-lg-3,
  .cid-uXTGhxlve9 .col-lg-4,
  .cid-uXTGhxlve9 .col-lg-5,
  .cid-uXTGhxlve9 .col-lg-6,
  .cid-uXTGhxlve9 .col-lg-7,
  .cid-uXTGhxlve9 .col-lg-8,
  .cid-uXTGhxlve9 .col-lg-9,
  .cid-uXTGhxlve9 .col-lg-auto,
  .cid-uXTGhxlve9 .col-md,
  .cid-uXTGhxlve9 .col-md-1,
  .cid-uXTGhxlve9 .col-md-10,
  .cid-uXTGhxlve9 .col-md-11,
  .cid-uXTGhxlve9 .col-md-12,
  .cid-uXTGhxlve9 .col-md-2,
  .cid-uXTGhxlve9 .col-md-3,
  .cid-uXTGhxlve9 .col-md-4,
  .cid-uXTGhxlve9 .col-md-5,
  .cid-uXTGhxlve9 .col-md-6,
  .cid-uXTGhxlve9 .col-md-7,
  .cid-uXTGhxlve9 .col-md-8,
  .cid-uXTGhxlve9 .col-md-9,
  .cid-uXTGhxlve9 .col-md-auto,
  .cid-uXTGhxlve9 .col-sm,
  .cid-uXTGhxlve9 .col-sm-1,
  .cid-uXTGhxlve9 .col-sm-10,
  .cid-uXTGhxlve9 .col-sm-11,
  .cid-uXTGhxlve9 .col-sm-12,
  .cid-uXTGhxlve9 .col-sm-2,
  .cid-uXTGhxlve9 .col-sm-3,
  .cid-uXTGhxlve9 .col-sm-4,
  .cid-uXTGhxlve9 .col-sm-5,
  .cid-uXTGhxlve9 .col-sm-6,
  .cid-uXTGhxlve9 .col-sm-7,
  .cid-uXTGhxlve9 .col-sm-8,
  .cid-uXTGhxlve9 .col-sm-9,
  .cid-uXTGhxlve9 .col-sm-auto,
  .cid-uXTGhxlve9 .col-xl,
  .cid-uXTGhxlve9 .col-xl-1,
  .cid-uXTGhxlve9 .col-xl-10,
  .cid-uXTGhxlve9 .col-xl-11,
  .cid-uXTGhxlve9 .col-xl-12,
  .cid-uXTGhxlve9 .col-xl-2,
  .cid-uXTGhxlve9 .col-xl-3,
  .cid-uXTGhxlve9 .col-xl-4,
  .cid-uXTGhxlve9 .col-xl-5,
  .cid-uXTGhxlve9 .col-xl-6,
  .cid-uXTGhxlve9 .col-xl-7,
  .cid-uXTGhxlve9 .col-xl-8,
  .cid-uXTGhxlve9 .col-xl-9,
  .cid-uXTGhxlve9 .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uXTGhxlve9 .content {
    text-align: left;
  }
  .cid-uXTGhxlve9 .container {
    max-width: inherit;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cid-uXTGhxlve9 .logo_footer_box {
    position: relative;
  }
  .cid-uXTGhxlve9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cid-uXTGhxlve9 .logo_footer {
    position: relative;
  }
  .cid-uXTGhxlve9 .media-wrap {
    margin-bottom: 0rem;
  }
}
