body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #e1201d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !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: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !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: #82786e;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #beb8b2;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #149dcc !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23e1201d' %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.5;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rEvgBYWIpJ {
  background-image: url("../../../assets/images/abteilungsfoto-2000x1333.jpg");
}
.cid-rEvgBYWIpJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgBYWIpJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNDDJN594 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/strecke-1-2000x1333.jpg");
}
.cid-uNNDDJN594 .row {
  justify-content: flex-end;
}
.cid-uNNDDJN594 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNDDJN594 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNDDJN594 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uNNDDJN594 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uNNDDJN594 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uNNDDJN594 .mbr-text,
.cid-uNNDDJN594 .mbr-section-btn {
  color: #efefef;
}
.cid-uNNDDJN594 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNDDJN594 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rEvgIF3J2I .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rEvgIF3J2I .number-wrap {
  color: #000000;
  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-rEvgIF3J2I .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-rEvgIF3J2I .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rEvgIF3J2I .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  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: #767676;
}
.cid-rEvgIF3J2I .countdown-cont {
  margin: 0 auto;
}
.cid-rEvgIF3J2I .full-count-container {
  background: #efefef;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rEvgIF3J2I .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rEvgIF3J2I .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-rEvgIF3J2I .dot {
    display: none;
  }
  .cid-rEvgIF3J2I .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-rEvgIF3J2I .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rEvgIF3J2I .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rEvgIF3J2I .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rEvgIF3J2I .number {
    font-size: 25px;
  }
  .cid-rEvgIF3J2I .period {
    font-size: 0.7rem;
  }
}
.cid-rEvgIF3J2I H2 {
  color: #000000;
}
.cid-uNNGcpwbZJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNNGcpwbZJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNGcpwbZJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNGcpwbZJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNGcpwbZJ .mbr-text,
.cid-uNNGcpwbZJ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uNNGcpwbZJ h3:before,
  .cid-uNNGcpwbZJ h3:after {
    display: none;
  }
}
.cid-uNNGcpwbZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNGcpwbZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNNRG5eJF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNNNRG5eJF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNNNRG5eJF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNNNRG5eJF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNNNRG5eJF .mbr-gallery-item {
  width: 33.3%;
}
.cid-uNNNRG5eJF .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uNNNRG5eJF .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uNNNRG5eJF .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uNNNRG5eJF .mbr-gallery-row {
  justify-content: center;
}
.cid-uNNNRG5eJF .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uNNNRG5eJF .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uNNNRG5eJF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNNNRG5eJF .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uNNNRG5eJF .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uNNNRG5eJF .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uNNNRG5eJF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNNNRG5eJF .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uNNNRG5eJF img {
  transition: all 2s !important;
}
.cid-uNNNRG5eJF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uNNNRG5eJF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uNNNRG5eJF .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uNNIogookf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNNIogookf .mbr-text {
    text-align: center;
  }
}
.cid-uNNIogookf .mbr-text,
.cid-uNNIogookf .mbr-section-btn {
  color: #000000;
}
.cid-uNNIogookf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNIogookf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZyLJSsoB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNZyLJSsoB h3 {
  text-align: center;
}
.cid-uNZyLJSsoB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uNZyLJSsoB .mbr-content-text {
  color: #767676;
}
.cid-uNZyLJSsoB .panel-item {
  background: #ffffff;
}
.cid-uNZyLJSsoB .card {
  word-wrap: break-word;
}
.cid-uNZyLJSsoB .mbr-iconfont {
  color: #dd8100 !important;
  font-size: 3.5rem !important;
}
.cid-uNZyLJSsoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZyLJSsoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZyLJSsoB H3 {
  color: #000000;
}
.cid-uNZyLJSsoB H4 {
  color: #000000;
}
.cid-uNUwlkuBYF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNUwlkuBYF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNUwlkuBYF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNUwlkuBYF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNUwlkuBYF .mbr-text,
.cid-uNUwlkuBYF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uNUwlkuBYF h3:before,
  .cid-uNUwlkuBYF h3:after {
    display: none;
  }
}
.cid-uNUwlkuBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUwlkuBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZGFjQpNa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/strecke-3-2000x1333.jpg");
}
.cid-uNZGFjQpNa .mbr-section-subtitle {
  color: #767676;
}
.cid-uNZGFjQpNa .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uNZGFjQpNa .container {
    max-width: 1600px;
  }
}
.cid-uNZGFjQpNa .container {
  padding: 0 2rem;
}
.cid-uNZGFjQpNa .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uNZGFjQpNa .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uNZGFjQpNa .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uNZGFjQpNa .bg1 {
  background: #29a7c6;
}
.cid-uNZGFjQpNa .bg2 {
  background: #ed6031;
}
.cid-uNZGFjQpNa .bg3 {
  background: #000000;
}
.cid-uNZGFjQpNa .bg4 {
  background: #d6952c;
}
.cid-uNZGFjQpNa .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uNZGFjQpNa .team-item:hover .item-social {
  opacity: 1;
}
.cid-uNZGFjQpNa .team-item .item-image img {
  width: 100%;
}
.cid-uNZGFjQpNa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uNZGFjQpNa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uNZGFjQpNa .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uNZGFjQpNa .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uNZGFjQpNa .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNZGFjQpNa .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uNZGFjQpNa .item-social {
    opacity: 1;
  }
}
.cid-uNZGFjQpNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZGFjQpNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZGFjQpNa .item-name {
  text-align: center;
}
.cid-uNZGFjQpNa .item-text {
  text-align: center;
}
.cid-uNZtsL5akp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNZtsL5akp .mbr-text {
    text-align: center;
  }
}
.cid-uNZtsL5akp .container-fluid {
  padding: 0;
}
.cid-uNZtsL5akp .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uNZtsL5akp img {
  height: 100%;
  object-fit: cover;
}
.cid-uNZtsL5akp .mbr-figure {
  height: 100%;
}
.cid-uNZtsL5akp .col-lg-6 {
  padding: 0;
}
.cid-uNZtsL5akp .row {
  margin: 0;
}
.cid-uNZtsL5akp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZtsL5akp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO05h4GcqQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uO05h4GcqQ .item:focus,
.cid-uO05h4GcqQ span:focus {
  outline: none;
}
.cid-uO05h4GcqQ .row {
  justify-content: center;
}
.cid-uO05h4GcqQ .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uO05h4GcqQ .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uO05h4GcqQ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uO05h4GcqQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uO05h4GcqQ .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uO05h4GcqQ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uO05h4GcqQ .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uO05h4GcqQ .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uO05h4GcqQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uO05h4GcqQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uO05h4GcqQ .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uO05h4GcqQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uO05h4GcqQ .item-wrapper {
  position: relative;
}
.cid-uO05h4GcqQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uO05h4GcqQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uO05h4GcqQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uO05h4GcqQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uO05h4GcqQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uO05h4GcqQ .embla__button--next,
.cid-uO05h4GcqQ .embla__button--prev {
  display: flex;
}
.cid-uO05h4GcqQ .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uO05h4GcqQ .embla__button {
    display: none;
  }
}
.cid-uO05h4GcqQ .embla__button:hover {
  background-color: transparent !important;
}
.cid-uO05h4GcqQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uO05h4GcqQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uO05h4GcqQ .embla__button {
    top: auto;
  }
}
.cid-uO05h4GcqQ .embla {
  position: relative;
  width: 100%;
}
.cid-uO05h4GcqQ .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uO05h4GcqQ .embla__viewport {
    padding: 0;
  }
}
.cid-uO05h4GcqQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uO05h4GcqQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uO05h4GcqQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uO05h4GcqQ .mbr-label,
.cid-uO05h4GcqQ .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uO05h4GcqQ .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uO05h4GcqQ .mbr-text,
.cid-uO05h4GcqQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uO05h4GcqQ .mbr-section-title,
.cid-uO05h4GcqQ .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNU4XK0hd {
  background-image: url("../../../assets/images/bearbeitet-img-20250613.jpg");
}
.cid-uNNU4XK0hd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNU4XK0hd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNU4XK0hd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNUVI1tbX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uNNUVI1tbX .mbr-text {
  color: #767676;
}
.cid-uNNUVI1tbX .card-subtitle {
  margin: 0;
}
.cid-uNNUVI1tbX .link {
  margin: 0;
}
.cid-uNNUVI1tbX .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uNNUVI1tbX .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uNNUVI1tbX .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uNNUVI1tbX .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uNNUVI1tbX .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uNNUVI1tbX .date {
  margin: 0;
}
.cid-uNNUVI1tbX img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uNNUVI1tbX .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uNNUVI1tbX .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uNNUVI1tbX .card-img:hover:before {
  opacity: 0.4;
}
.cid-uNNUVI1tbX .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uNNUVI1tbX .icon-box {
    flex-direction: column;
  }
  .cid-uNNUVI1tbX .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uNNUVI1tbX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNNUVI1tbX .card {
    margin-bottom: 3rem;
  }
}
.cid-uNNUVI1tbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNUVI1tbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNUW9AcTD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/wartturm-3-2000x1333.jpg");
}
.cid-uNNUW9AcTD .row {
  justify-content: flex-end;
}
.cid-uNNUW9AcTD h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNUW9AcTD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNUW9AcTD .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uNNUW9AcTD h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uNNUW9AcTD h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uNNUW9AcTD .mbr-text,
.cid-uNNUW9AcTD .mbr-section-btn {
  color: #efefef;
}
.cid-uNNUW9AcTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNUW9AcTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgFWxWxuB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgFWxWxuB .item:focus,
.cid-uOgFWxWxuB span:focus {
  outline: none;
}
.cid-uOgFWxWxuB .row {
  justify-content: center;
}
.cid-uOgFWxWxuB .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgFWxWxuB .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgFWxWxuB .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgFWxWxuB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgFWxWxuB .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgFWxWxuB .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgFWxWxuB .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgFWxWxuB .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgFWxWxuB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgFWxWxuB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgFWxWxuB .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgFWxWxuB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgFWxWxuB .item-wrapper {
  position: relative;
}
.cid-uOgFWxWxuB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgFWxWxuB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgFWxWxuB .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgFWxWxuB .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgFWxWxuB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgFWxWxuB .embla__button--next,
.cid-uOgFWxWxuB .embla__button--prev {
  display: flex;
}
.cid-uOgFWxWxuB .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgFWxWxuB .embla__button {
    display: none;
  }
}
.cid-uOgFWxWxuB .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgFWxWxuB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgFWxWxuB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgFWxWxuB .embla__button {
    top: auto;
  }
}
.cid-uOgFWxWxuB .embla {
  position: relative;
  width: 100%;
}
.cid-uOgFWxWxuB .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgFWxWxuB .embla__viewport {
    padding: 0;
  }
}
.cid-uOgFWxWxuB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgFWxWxuB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgFWxWxuB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgFWxWxuB .mbr-label,
.cid-uOgFWxWxuB .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgFWxWxuB .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgFWxWxuB .mbr-text,
.cid-uOgFWxWxuB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgFWxWxuB .mbr-section-title,
.cid-uOgFWxWxuB .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNSDSqCIO {
  background-image: url("../../../assets/images/verein-poster-1600x400.jpeg");
}
.cid-uNNSDSqCIO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNSDSqCIO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNSDSqCIO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNT0X4bot {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNNT0X4bot .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-uNNT0X4bot .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/verein-poster-1600x400.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uNNT0X4bot .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-uNNT0X4bot .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uNNT0X4bot .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uNNT0X4bot .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uNNT0X4bot .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uNNT0X4bot .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uNNT0X4bot .col:hover .box-title2,
.cid-uNNT0X4bot .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uNNT0X4bot .box-title2,
.cid-uNNT0X4bot .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uNNT0X4bot .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-uNNT0X4bot .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uNNT0X4bot .img-content {
    opacity: 1;
  }
  .cid-uNNT0X4bot .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uNNT0X4bot .box-content {
    width: 100%;
  }
  .cid-uNNT0X4bot .box-title2,
  .cid-uNNT0X4bot .box-text2 {
    color: #ffffff !important;
  }
  .cid-uNNT0X4bot .content-block,
  .cid-uNNT0X4bot .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uNNT0X4bot .box-text1 {
  color: #333333;
}
.cid-uNNT0X4bot .box-title2 {
  color: #ffffff;
}
.cid-uNNT0X4bot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNT0X4bot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNT1k1seX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNNT1k1seX .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-uNNT1k1seX .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/bearbeitet-img-20250611-800x361-800x361.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-uNNT1k1seX .block2 {
  background-image: url("../../../assets/images/bearbeitet-img-20250614.jpeg");
}
.cid-uNNT1k1seX .block2:hover .block2-over {
  opacity: 0;
}
.cid-uNNT1k1seX .block1 {
  background-image: url("../../../assets/images/strecke-2-2000x1333.jpeg");
}
.cid-uNNT1k1seX .block1:hover .block1-over {
  opacity: 0;
}
.cid-uNNT1k1seX .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uNNT1k1seX .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uNNT1k1seX .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-uNNT1k1seX .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-uNNT1k1seX .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-uNNT1k1seX .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-uNNT1k1seX .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-uNNT1k1seX .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-uNNT1k1seX .col:hover .box-title2,
.cid-uNNT1k1seX .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-uNNT1k1seX .box-title2,
.cid-uNNT1k1seX .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-uNNT1k1seX .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-uNNT1k1seX .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-uNNT1k1seX .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNNT1k1seX .img-content {
    opacity: 1;
  }
  .cid-uNNT1k1seX .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-uNNT1k1seX .box-content {
    width: 100%;
  }
  .cid-uNNT1k1seX .box-title2,
  .cid-uNNT1k1seX .box-text2 {
    color: #ffffff !important;
  }
  .cid-uNNT1k1seX .content-block,
  .cid-uNNT1k1seX .content1 {
    padding: 3rem 1rem;
  }
}
.cid-uNNT1k1seX .box-text1 {
  color: #333333;
}
.cid-uNNT1k1seX .box-title2 {
  color: #ffffff;
}
.cid-uNNT1k1seX .block1-text,
.cid-uNNT1k1seX .mbr-section-btn {
  color: #ffffff;
}
.cid-uNNT1k1seX .block2-text,
.cid-uNNT1k1seX .mbr-section-btn {
  color: #ffffff;
}
.cid-uNNT1k1seX .block2-title {
  color: #333333;
}
.cid-uNNT1k1seX .block1-subtitle {
  color: #ffffff;
}
.cid-uNNT1k1seX .block2-subtitle {
  color: #ffffff;
}
.cid-uNNT1k1seX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNT1k1seX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOgFSQmDSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgFSQmDSY .item:focus,
.cid-uOgFSQmDSY span:focus {
  outline: none;
}
.cid-uOgFSQmDSY .row {
  justify-content: center;
}
.cid-uOgFSQmDSY .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgFSQmDSY .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgFSQmDSY .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgFSQmDSY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgFSQmDSY .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgFSQmDSY .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgFSQmDSY .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgFSQmDSY .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgFSQmDSY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgFSQmDSY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgFSQmDSY .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgFSQmDSY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgFSQmDSY .item-wrapper {
  position: relative;
}
.cid-uOgFSQmDSY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgFSQmDSY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgFSQmDSY .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgFSQmDSY .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgFSQmDSY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgFSQmDSY .embla__button--next,
.cid-uOgFSQmDSY .embla__button--prev {
  display: flex;
}
.cid-uOgFSQmDSY .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgFSQmDSY .embla__button {
    display: none;
  }
}
.cid-uOgFSQmDSY .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgFSQmDSY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgFSQmDSY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgFSQmDSY .embla__button {
    top: auto;
  }
}
.cid-uOgFSQmDSY .embla {
  position: relative;
  width: 100%;
}
.cid-uOgFSQmDSY .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgFSQmDSY .embla__viewport {
    padding: 0;
  }
}
.cid-uOgFSQmDSY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgFSQmDSY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgFSQmDSY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgFSQmDSY .mbr-label,
.cid-uOgFSQmDSY .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgFSQmDSY .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgFSQmDSY .mbr-text,
.cid-uOgFSQmDSY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgFSQmDSY .mbr-section-title,
.cid-uOgFSQmDSY .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNW8yxL82 {
  background-image: url("../../../assets/images/wartturm-1-2000x1333.jpg");
}
.cid-uNNW8yxL82 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNW8yxL82 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNW8yxL82 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOgFZLUMFs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgFZLUMFs .item:focus,
.cid-uOgFZLUMFs span:focus {
  outline: none;
}
.cid-uOgFZLUMFs .row {
  justify-content: center;
}
.cid-uOgFZLUMFs .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgFZLUMFs .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgFZLUMFs .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgFZLUMFs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgFZLUMFs .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgFZLUMFs .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgFZLUMFs .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgFZLUMFs .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgFZLUMFs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgFZLUMFs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgFZLUMFs .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgFZLUMFs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgFZLUMFs .item-wrapper {
  position: relative;
}
.cid-uOgFZLUMFs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgFZLUMFs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgFZLUMFs .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgFZLUMFs .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgFZLUMFs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgFZLUMFs .embla__button--next,
.cid-uOgFZLUMFs .embla__button--prev {
  display: flex;
}
.cid-uOgFZLUMFs .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgFZLUMFs .embla__button {
    display: none;
  }
}
.cid-uOgFZLUMFs .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgFZLUMFs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgFZLUMFs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgFZLUMFs .embla__button {
    top: auto;
  }
}
.cid-uOgFZLUMFs .embla {
  position: relative;
  width: 100%;
}
.cid-uOgFZLUMFs .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgFZLUMFs .embla__viewport {
    padding: 0;
  }
}
.cid-uOgFZLUMFs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgFZLUMFs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgFZLUMFs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgFZLUMFs .mbr-label,
.cid-uOgFZLUMFs .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgFZLUMFs .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgFZLUMFs .mbr-text,
.cid-uOgFZLUMFs .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgFZLUMFs .mbr-section-title,
.cid-uOgFZLUMFs .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNWuXRaWd {
  background-image: url("../../../assets/images/img-7530-2000x1333.jpg");
}
.cid-uNNWuXRaWd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNWuXRaWd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNWuXRaWd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOgG6Ulw0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgG6Ulw0V .item:focus,
.cid-uOgG6Ulw0V span:focus {
  outline: none;
}
.cid-uOgG6Ulw0V .row {
  justify-content: center;
}
.cid-uOgG6Ulw0V .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgG6Ulw0V .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgG6Ulw0V .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgG6Ulw0V .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgG6Ulw0V .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgG6Ulw0V .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgG6Ulw0V .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgG6Ulw0V .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgG6Ulw0V .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgG6Ulw0V .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgG6Ulw0V .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgG6Ulw0V .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgG6Ulw0V .item-wrapper {
  position: relative;
}
.cid-uOgG6Ulw0V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgG6Ulw0V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgG6Ulw0V .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgG6Ulw0V .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgG6Ulw0V .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgG6Ulw0V .embla__button--next,
.cid-uOgG6Ulw0V .embla__button--prev {
  display: flex;
}
.cid-uOgG6Ulw0V .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgG6Ulw0V .embla__button {
    display: none;
  }
}
.cid-uOgG6Ulw0V .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgG6Ulw0V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgG6Ulw0V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgG6Ulw0V .embla__button {
    top: auto;
  }
}
.cid-uOgG6Ulw0V .embla {
  position: relative;
  width: 100%;
}
.cid-uOgG6Ulw0V .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgG6Ulw0V .embla__viewport {
    padding: 0;
  }
}
.cid-uOgG6Ulw0V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgG6Ulw0V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgG6Ulw0V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgG6Ulw0V .mbr-label,
.cid-uOgG6Ulw0V .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgG6Ulw0V .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgG6Ulw0V .mbr-text,
.cid-uOgG6Ulw0V .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgG6Ulw0V .mbr-section-title,
.cid-uOgG6Ulw0V .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNWkMjodr {
  background-image: url("../../../assets/images/strecke-19-2000x1267.jpg");
}
.cid-uNNWkMjodr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNWkMjodr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNWkMjodr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOgG2EalQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgG2EalQX .item:focus,
.cid-uOgG2EalQX span:focus {
  outline: none;
}
.cid-uOgG2EalQX .row {
  justify-content: center;
}
.cid-uOgG2EalQX .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgG2EalQX .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgG2EalQX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgG2EalQX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgG2EalQX .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgG2EalQX .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgG2EalQX .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgG2EalQX .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgG2EalQX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgG2EalQX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgG2EalQX .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgG2EalQX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgG2EalQX .item-wrapper {
  position: relative;
}
.cid-uOgG2EalQX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgG2EalQX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgG2EalQX .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgG2EalQX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgG2EalQX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgG2EalQX .embla__button--next,
.cid-uOgG2EalQX .embla__button--prev {
  display: flex;
}
.cid-uOgG2EalQX .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgG2EalQX .embla__button {
    display: none;
  }
}
.cid-uOgG2EalQX .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgG2EalQX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgG2EalQX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgG2EalQX .embla__button {
    top: auto;
  }
}
.cid-uOgG2EalQX .embla {
  position: relative;
  width: 100%;
}
.cid-uOgG2EalQX .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgG2EalQX .embla__viewport {
    padding: 0;
  }
}
.cid-uOgG2EalQX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgG2EalQX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgG2EalQX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgG2EalQX .mbr-label,
.cid-uOgG2EalQX .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgG2EalQX .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgG2EalQX .mbr-text,
.cid-uOgG2EalQX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgG2EalQX .mbr-section-title,
.cid-uOgG2EalQX .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNWDBkPMq {
  background-image: url("../../../assets/images/strecke-6-2000x1333.jpg");
}
.cid-uNNWDBkPMq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNWDBkPMq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNWDBkPMq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOgGfNtQqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgGfNtQqf .item:focus,
.cid-uOgGfNtQqf span:focus {
  outline: none;
}
.cid-uOgGfNtQqf .row {
  justify-content: center;
}
.cid-uOgGfNtQqf .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgGfNtQqf .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgGfNtQqf .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgGfNtQqf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgGfNtQqf .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgGfNtQqf .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgGfNtQqf .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgGfNtQqf .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgGfNtQqf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgGfNtQqf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgGfNtQqf .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgGfNtQqf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgGfNtQqf .item-wrapper {
  position: relative;
}
.cid-uOgGfNtQqf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgGfNtQqf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgGfNtQqf .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgGfNtQqf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgGfNtQqf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgGfNtQqf .embla__button--next,
.cid-uOgGfNtQqf .embla__button--prev {
  display: flex;
}
.cid-uOgGfNtQqf .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgGfNtQqf .embla__button {
    display: none;
  }
}
.cid-uOgGfNtQqf .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgGfNtQqf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgGfNtQqf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgGfNtQqf .embla__button {
    top: auto;
  }
}
.cid-uOgGfNtQqf .embla {
  position: relative;
  width: 100%;
}
.cid-uOgGfNtQqf .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgGfNtQqf .embla__viewport {
    padding: 0;
  }
}
.cid-uOgGfNtQqf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgGfNtQqf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgGfNtQqf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgGfNtQqf .mbr-label,
.cid-uOgGfNtQqf .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgGfNtQqf .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgGfNtQqf .mbr-text,
.cid-uOgGfNtQqf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgGfNtQqf .mbr-section-title,
.cid-uOgGfNtQqf .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .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-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .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;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .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-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNNWSvXlVw {
  background-image: url("../../../assets/images/bearbeitet-img-20250611.jpg");
}
.cid-uNNWSvXlVw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNWSvXlVw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNWSvXlVw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNXjIKYDN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNNXjIKYDN .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
}
.cid-uNNXjIKYDN .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uNNXjIKYDN .image-block:hover:before {
  opacity: 0.4;
}
.cid-uNNXjIKYDN .image-block:hover .wrap {
  opacity: 1;
}
.cid-uNNXjIKYDN .image-block:hover img {
  transform: scale(1.05);
}
.cid-uNNXjIKYDN h4 {
  letter-spacing: 2px;
}
.cid-uNNXjIKYDN figcaption {
  position: relative;
}
.cid-uNNXjIKYDN figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uNNXjIKYDN img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uNNXjIKYDN .col-lg-6 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNNXjIKYDN .image-block {
    height: 400px;
  }
}
.cid-uNNXy5WVLG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uNNXy5WVLG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uNNXy5WVLG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNXy5WVLG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNNXy5WVLG .mbr-text,
.cid-uNNXy5WVLG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uNNXy5WVLG h3:before,
  .cid-uNNXy5WVLG h3:after {
    display: none;
  }
}
.cid-uNNXy5WVLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNXy5WVLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNNXoUFhEQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNNXoUFhEQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNNXoUFhEQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNNXoUFhEQ .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uNNXoUFhEQ .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNNXoUFhEQ .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-uNNXoUFhEQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNNXoUFhEQ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uNNXoUFhEQ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uNNXoUFhEQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNNXoUFhEQ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uNNXoUFhEQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uNNXoUFhEQ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uNNXoUFhEQ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uNNXoUFhEQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNNXoUFhEQ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uNNXoUFhEQ .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-uNNXoUFhEQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uNNXoUFhEQ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uNNXoUFhEQ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uNNXpr98RS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNNXpr98RS .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-uNNXpr98RS .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uNNXpr98RS .image-block:hover:before {
  opacity: 0.2;
}
.cid-uNNXpr98RS .image-block:hover .wrap {
  opacity: 1;
}
.cid-uNNXpr98RS h4 {
  letter-spacing: 2px;
}
.cid-uNNXpr98RS figcaption {
  position: relative;
}
.cid-uNNXpr98RS figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uNNXpr98RS img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uNNXpr98RS .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uNNXpr98RS .wrap {
    opacity: 1 !important;
  }
  .cid-uNNXpr98RS .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-uOgGk6k4oi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgGk6k4oi .item:focus,
.cid-uOgGk6k4oi span:focus {
  outline: none;
}
.cid-uOgGk6k4oi .row {
  justify-content: center;
}
.cid-uOgGk6k4oi .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgGk6k4oi .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgGk6k4oi .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgGk6k4oi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgGk6k4oi .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgGk6k4oi .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgGk6k4oi .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgGk6k4oi .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgGk6k4oi .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgGk6k4oi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgGk6k4oi .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgGk6k4oi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgGk6k4oi .item-wrapper {
  position: relative;
}
.cid-uOgGk6k4oi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgGk6k4oi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgGk6k4oi .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgGk6k4oi .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgGk6k4oi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgGk6k4oi .embla__button--next,
.cid-uOgGk6k4oi .embla__button--prev {
  display: flex;
}
.cid-uOgGk6k4oi .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgGk6k4oi .embla__button {
    display: none;
  }
}
.cid-uOgGk6k4oi .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgGk6k4oi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgGk6k4oi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgGk6k4oi .embla__button {
    top: auto;
  }
}
.cid-uOgGk6k4oi .embla {
  position: relative;
  width: 100%;
}
.cid-uOgGk6k4oi .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgGk6k4oi .embla__viewport {
    padding: 0;
  }
}
.cid-uOgGk6k4oi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgGk6k4oi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgGk6k4oi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgGk6k4oi .mbr-label,
.cid-uOgGk6k4oi .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgGk6k4oi .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgGk6k4oi .mbr-text,
.cid-uOgGk6k4oi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgGk6k4oi .mbr-section-title,
.cid-uOgGk6k4oi .mbr-section-btn {
  color: #000000;
}
.cid-uNNNdyayCE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .content {
    text-align: center;
  }
  .cid-uNNNdyayCE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uNNNdyayCE .img-logo img {
  height: 6rem;
}
.cid-uNNNdyayCE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uNNNdyayCE .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uNNNdyayCE .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uNNNdyayCE .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uNNNdyayCE .social-list a:hover {
  opacity: 1;
}
.cid-uNNNdyayCE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uNNNdyayCE .list li {
  padding-bottom: 0.5rem;
}
.cid-uNNNdyayCE .list li:last-child {
  padding-bottom: 0;
}
.cid-uNNNdyayCE .mbr-footer-list,
.cid-uNNNdyayCE .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uNNNdyayCE .mbr-footer-list,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .footer-title,
  .cid-uNNNdyayCE .footer-main-title,
  .cid-uNNNdyayCE .form-text,
  .cid-uNNNdyayCE .list {
    text-align: center !important;
  }
  .cid-uNNNdyayCE .mbr-form,
  .cid-uNNNdyayCE .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uNNNdyayCE .footer-main-title {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list {
  color: #ffffff;
}
.cid-uNNNdyayCE .form-text {
  color: #ffffff;
}
.cid-uNNNdyayCE .mbr-footer-list UL {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list DIV {
  text-align: center;
}
.cid-uNNNdyayCE .footer-title {
  text-align: center;
}
.cid-uNNNdyayCE .mbr-footer-list P {
  text-align: center;
}
.cid-uNNMMrVOeU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uO02td5g3E .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uO02td5g3E .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uO02td5g3E a {
  font-style: normal;
}
.cid-uO02td5g3E .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uO02td5g3E .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uO02td5g3E .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uO02td5g3E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uO02td5g3E .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uO02td5g3E .nav-item:focus,
.cid-uO02td5g3E .nav-link:focus {
  outline: none;
}
.cid-uO02td5g3E .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uO02td5g3E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uO02td5g3E .menu-logo {
  margin-right: auto;
}
.cid-uO02td5g3E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uO02td5g3E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uO02td5g3E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uO02td5g3E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uO02td5g3E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uO02td5g3E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uO02td5g3E .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uO02td5g3E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uO02td5g3E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uO02td5g3E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO02td5g3E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uO02td5g3E .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uO02td5g3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uO02td5g3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO02td5g3E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uO02td5g3E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO02td5g3E .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-uO02td5g3E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uO02td5g3E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uO02td5g3E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uO02td5g3E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uO02td5g3E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uO02td5g3E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uO02td5g3E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uO02td5g3E button.navbar-toggler:focus {
  outline: none;
}
.cid-uO02td5g3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uO02td5g3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uO02td5g3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uO02td5g3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uO02td5g3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uO02td5g3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO02td5g3E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uO02td5g3E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uO02td5g3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO02td5g3E .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uO02td5g3E .collapsed .btn {
  display: -webkit-flex;
}
.cid-uO02td5g3E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uO02td5g3E .collapsed .navbar-collapse.collapsing,
.cid-uO02td5g3E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uO02td5g3E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uO02td5g3E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uO02td5g3E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uO02td5g3E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uO02td5g3E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uO02td5g3E .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uO02td5g3E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uO02td5g3E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uO02td5g3E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uO02td5g3E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uO02td5g3E .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uO02td5g3E .collapsed button.navbar-toggler {
  display: block;
}
.cid-uO02td5g3E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uO02td5g3E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uO02td5g3E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uO02td5g3E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uO02td5g3E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uO02td5g3E .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;
}
@media (max-width: 991px) {
  .cid-uO02td5g3E.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uO02td5g3E img {
    height: 3.8rem !important;
  }
  .cid-uO02td5g3E .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uO02td5g3E .menu-wrap {
    flex-direction: column;
  }
  .cid-uO02td5g3E .btn {
    display: -webkit-flex;
  }
  .cid-uO02td5g3E button.navbar-toggler {
    display: block;
  }
  .cid-uO02td5g3E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uO02td5g3E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uO02td5g3E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uO02td5g3E .navbar-collapse.collapsing,
  .cid-uO02td5g3E .navbar-collapse.show {
    display: block !important;
  }
  .cid-uO02td5g3E .navbar-collapse.collapsing .navbar-nav,
  .cid-uO02td5g3E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uO02td5g3E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uO02td5g3E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uO02td5g3E .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uO02td5g3E .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uO02td5g3E .navbar-collapse.collapsing .navbar-buttons,
  .cid-uO02td5g3E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uO02td5g3E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uO02td5g3E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uO02td5g3E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uO02td5g3E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uO02td5g3E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uO02td5g3E .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-uO02td5g3E .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uO02td5g3E .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uO02td5g3E .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uO02td5g3E .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uO02td5g3E .nav-link:hover,
.cid-uO02td5g3E .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uO02tdvfWX {
  background-image: url("../../../assets/images/strecke-2-1837x1225.jpg");
}
.cid-uO02tdvfWX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uO02tdvfWX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uO02tdvfWX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOgG9LoNni {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOgG9LoNni .item:focus,
.cid-uOgG9LoNni span:focus {
  outline: none;
}
.cid-uOgG9LoNni .row {
  justify-content: center;
}
.cid-uOgG9LoNni .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOgG9LoNni .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uOgG9LoNni .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgG9LoNni .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOgG9LoNni .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOgG9LoNni .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOgG9LoNni .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uOgG9LoNni .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOgG9LoNni .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOgG9LoNni .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOgG9LoNni .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOgG9LoNni .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOgG9LoNni .item-wrapper {
  position: relative;
}
.cid-uOgG9LoNni .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uOgG9LoNni .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOgG9LoNni .embla__slide .slide-content {
  width: 100%;
}
.cid-uOgG9LoNni .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uOgG9LoNni .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uOgG9LoNni .embla__button--next,
.cid-uOgG9LoNni .embla__button--prev {
  display: flex;
}
.cid-uOgG9LoNni .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOgG9LoNni .embla__button {
    display: none;
  }
}
.cid-uOgG9LoNni .embla__button:hover {
  background-color: transparent !important;
}
.cid-uOgG9LoNni .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOgG9LoNni .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOgG9LoNni .embla__button {
    top: auto;
  }
}
.cid-uOgG9LoNni .embla {
  position: relative;
  width: 100%;
}
.cid-uOgG9LoNni .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOgG9LoNni .embla__viewport {
    padding: 0;
  }
}
.cid-uOgG9LoNni .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOgG9LoNni .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOgG9LoNni .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOgG9LoNni .mbr-label,
.cid-uOgG9LoNni .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uOgG9LoNni .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uOgG9LoNni .mbr-text,
.cid-uOgG9LoNni .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOgG9LoNni .mbr-section-title,
.cid-uOgG9LoNni .mbr-section-btn {
  color: #000000;
}
.cid-uO02teoWIj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #151515;
}
@media (max-width: 767px) {
  .cid-uO02teoWIj .content {
    text-align: center;
  }
  .cid-uO02teoWIj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uO02teoWIj .img-logo img {
  height: 6rem;
}
.cid-uO02teoWIj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uO02teoWIj .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uO02teoWIj .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uO02teoWIj .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uO02teoWIj .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uO02teoWIj .social-list a:hover {
  opacity: 1;
}
.cid-uO02teoWIj .list {
  list-style-type: none;
  padding: 0;
}
.cid-uO02teoWIj .list li {
  padding-bottom: 0.5rem;
}
.cid-uO02teoWIj .list li:last-child {
  padding-bottom: 0;
}
.cid-uO02teoWIj .mbr-footer-list,
.cid-uO02teoWIj .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uO02teoWIj .mbr-footer-list,
  .cid-uO02teoWIj .form-text,
  .cid-uO02teoWIj .footer-title,
  .cid-uO02teoWIj .footer-main-title,
  .cid-uO02teoWIj .form-text,
  .cid-uO02teoWIj .list {
    text-align: center !important;
  }
  .cid-uO02teoWIj .mbr-form,
  .cid-uO02teoWIj .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uO02teoWIj .footer-main-title {
  color: #ffffff;
}
.cid-uO02teoWIj .mbr-footer-list {
  color: #ffffff;
}
.cid-uO02teoWIj .form-text {
  color: #ffffff;
}
.cid-uO02teoWIj .mbr-footer-list UL {
  text-align: center;
}
.cid-uO02teoWIj .mbr-footer-list DIV {
  text-align: center;
}
.cid-uO02teoWIj .footer-title {
  text-align: center;
}
.cid-uO02teoWIj .mbr-footer-list P {
  text-align: center;
}
.cid-uO02teU3PN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
