.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Acme-Regular';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Acme-Regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost-SemiBold';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost-VariableFont_wght';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #990000 !important;
}
.bg-success {
  background-color: #f3eacd !important;
}
.bg-info {
  background-color: #e4d6a7 !important;
}
.bg-warning {
  background-color: #d1bc78 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #420000 !important;
  border-color: #420000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #420000 !important;
  border-color: #420000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #420000 !important;
  border-color: #420000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #420000 !important;
  border-color: #420000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4d6a7 !important;
  border-color: #e4d6a7 !important;
  color: #6b5a21 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d0b765 !important;
  border-color: #d0b765 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6b5a21 !important;
  background-color: #d0b765 !important;
  border-color: #d0b765 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f3eacd !important;
  border-color: #f3eacd !important;
  color: #9c8025 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #564615 !important;
  background-color: #e2cd87 !important;
  border-color: #e2cd87 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9c8025 !important;
  background-color: #e2cd87 !important;
  border-color: #e2cd87 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d1bc78 !important;
  border-color: #d1bc78 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b5993e !important;
  border-color: #b5993e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b5993e !important;
  border-color: #b5993e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #990000;
  color: #990000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #420000 !important;
  background-color: transparent!important;
  border-color: #420000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #990000 !important;
  border-color: #990000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #990000;
  color: #990000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #420000 !important;
  background-color: transparent!important;
  border-color: #420000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #990000 !important;
  border-color: #990000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e4d6a7;
  color: #e4d6a7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0b765 !important;
  background-color: transparent!important;
  border-color: #d0b765 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6b5a21 !important;
  background-color: #e4d6a7 !important;
  border-color: #e4d6a7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f3eacd;
  color: #f3eacd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e2cd87 !important;
  background-color: transparent!important;
  border-color: #e2cd87 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9c8025 !important;
  background-color: #f3eacd !important;
  border-color: #f3eacd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d1bc78;
  color: #d1bc78;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b5993e !important;
  background-color: transparent!important;
  border-color: #b5993e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d1bc78 !important;
  border-color: #d1bc78 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #990000 !important;
}
.text-secondary {
  color: #990000 !important;
}
.text-success {
  color: #f3eacd !important;
}
.text-info {
  color: #e4d6a7 !important;
}
.text-warning {
  color: #d1bc78 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #330000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #330000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dfc77b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ccb259 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a98f3a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #990000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4d6a7;
}
.alert-warning {
  background-color: #d1bc78;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #990000;
  border-color: #990000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #990000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff1a1a;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost-SemiBold';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #990000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost-SemiBold';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #990000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #990000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #990000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #990000;
  border-bottom-color: #990000;
}
.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: #990000 !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: #990000 !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='%23990000' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ts4ZDE9Rph {
  z-index: 1000;
  width: 100%;
}
.cid-ts4ZDE9Rph nav.navbar {
  position: fixed;
}
.cid-ts4ZDE9Rph .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts4ZDE9Rph .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts4ZDE9Rph .dropdown-item:hover,
.cid-ts4ZDE9Rph .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-ts4ZDE9Rph .dropdown-item:hover span {
  color: white;
}
.cid-ts4ZDE9Rph .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts4ZDE9Rph .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts4ZDE9Rph .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts4ZDE9Rph .nav-link {
  position: relative;
}
.cid-ts4ZDE9Rph .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .container {
    flex-wrap: nowrap;
  }
}
.cid-ts4ZDE9Rph .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown-menu,
.cid-ts4ZDE9Rph .navbar.opened {
  background: #353535 !important;
}
.cid-ts4ZDE9Rph .nav-item:focus,
.cid-ts4ZDE9Rph .nav-link:focus {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4ZDE9Rph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4ZDE9Rph .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ts4ZDE9Rph .navbar.opened {
  transition: all 0.3s;
}
.cid-ts4ZDE9Rph .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts4ZDE9Rph .navbar .navbar-logo img {
  width: auto;
}
.cid-ts4ZDE9Rph .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar.collapsed {
  justify-content: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts4ZDE9Rph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts4ZDE9Rph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts4ZDE9Rph .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts4ZDE9Rph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts4ZDE9Rph .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts4ZDE9Rph .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts4ZDE9Rph .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts4ZDE9Rph .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown-item.active,
.cid-ts4ZDE9Rph .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4ZDE9Rph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4ZDE9Rph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4ZDE9Rph ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts4ZDE9Rph .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts4ZDE9Rph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts4ZDE9Rph a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts4ZDE9Rph .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4ZDE9Rph .navbar {
    height: 70px;
  }
  .cid-ts4ZDE9Rph .navbar.opened {
    height: auto;
  }
  .cid-ts4ZDE9Rph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8kc1jUz06 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-t8kc1jUz06 .carousel {
  height: 800px;
}
.cid-t8kc1jUz06 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8kc1jUz06 .carousel-item,
.cid-t8kc1jUz06 .carousel-inner {
  height: 100%;
}
.cid-t8kc1jUz06 .carousel-caption {
  bottom: 40px;
}
.cid-t8kc1jUz06 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8kc1jUz06 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t8kc1jUz06 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t8kc1jUz06 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t8kc1jUz06 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8kc1jUz06 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8kc1jUz06 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8kc1jUz06 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8kc1jUz06 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8kc1jUz06 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8kc1jUz06 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8kc1jUz06 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8kc1jUz06 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t8kc1jUz06 .carousel-indicators li.active,
.cid-t8kc1jUz06 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8kc1jUz06 .carousel-indicators li::after,
.cid-t8kc1jUz06 .carousel-indicators li::before {
  content: none;
}
.cid-t8kc1jUz06 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8kc1jUz06 .carousel-indicators {
    display: none !important;
  }
}
.cid-t8kc1jUz06 H5 {
  color: #ffffff;
}
.cid-t8kc1jUz06 P {
  color: #ffffff;
}
.cid-uMtkxRzqik {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3eacd;
}
.cid-uMtkxRzqik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMtkxRzqik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMtkxRzqik .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMtkxRzqik .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMtkxRzqik .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMtkxRzqik .mbr-section-title {
  color: #990000;
}
.cid-uMtkxRzqik .mbr-text,
.cid-uMtkxRzqik .mbr-section-btn {
  color: #353535;
}
.cid-uJEr0TuAjY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-uJEr0TuAjY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJEr0TuAjY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJEr0TuAjY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJEr0TuAjY .mbr-section-title {
  color: #990000;
  text-align: left;
}
.cid-uHYeEgZ6JA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-uHYeEgZ6JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYeEgZ6JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYeEgZ6JA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHYeEgZ6JA .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uHYeEgZ6JA .mbr-section-title {
  color: #d1bc78;
}
.cid-uHYeEgZ6JA .mbr-text,
.cid-uHYeEgZ6JA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uHYn6Z54Qz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-uHYn6Z54Qz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHdIiCmN5s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3eacd;
}
.cid-uHdIiCmN5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdIiCmN5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdIiCmN5s .mbr-section-title {
  color: #990000;
}
.cid-uFwLx0J0Bo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-uFwLx0J0Bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwLx0J0Bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFwLx0J0Bo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFwLx0J0Bo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFwLx0J0Bo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uFwLx0J0Bo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFwLx0J0Bo .mbr-section-title {
  text-align: center;
  color: #d1bc78;
}
.cid-uFwLx0J0Bo .mbr-text,
.cid-uFwLx0J0Bo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uFwzuCNp64 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-uFwzuCNp64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwzuCNp64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwzuCNp64 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFwzuCNp64 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFwzuCNp64 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFwzuCNp64 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uFwzuCNp64 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFwzuCNp64 .mbr-section-title {
  color: #990000;
}
.cid-uFwzuCNp64 .mbr-text,
.cid-uFwzuCNp64 .mbr-section-btn {
  color: #232323;
}
.cid-uEWQIZqNsV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #990000;
}
.cid-uEWQIZqNsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWQIZqNsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWQIZqNsV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uEWQIZqNsV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uEWQIZqNsV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uEWQIZqNsV .mbr-section-title {
  color: #ffffff;
}
.cid-uEWQIZqNsV .mbr-text,
.cid-uEWQIZqNsV .mbr-section-btn {
  color: #d1bc78;
}
.cid-uCA2EeqfOi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-karnival-1280x994.jpg");
}
@media (max-width: 991px) {
  .cid-uCA2EeqfOi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCA2EeqfOi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCA2EeqfOi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCA2EeqfOi .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-uxi8inqtA7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-uxi8inqtA7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxi8inqtA7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxi8inqtA7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uxi8inqtA7 .mbr-section-title {
  color: #990000;
  text-align: left;
}
.cid-uva0kEeEyy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-uva0kEeEyy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uva0kEeEyy .row {
  flex-direction: row-reverse;
}
.cid-uva0kEeEyy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uva0kEeEyy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uva0kEeEyy .mbr-section-title {
  color: #990000;
}
.cid-urflqSFLIN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-urflqSFLIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urflqSFLIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urflqSFLIN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urflqSFLIN .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-urflqSFLIN .mbr-section-title {
  color: #d1bc78;
}
.cid-urflqSFLIN .mbr-text,
.cid-urflqSFLIN .mbr-section-btn {
  color: #ffffff;
}
.cid-un6CbaI6gS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-un6CbaI6gS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-un6CbaI6gS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-un6CbaI6gS .text-wrapper {
    padding: 2rem;
  }
}
.cid-un6CbaI6gS .mbr-section-title {
  color: #990000;
  text-align: left;
}
.cid-umP2ipA12S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-umP2ipA12S .mbr-fallback-image.disabled {
  display: none;
}
.cid-umP2ipA12S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umP2ipA12S .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umP2ipA12S .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-umP2ipA12S .mbr-section-title {
  color: #d1bc78;
}
.cid-umP2ipA12S .mbr-text,
.cid-umP2ipA12S .mbr-section-btn {
  color: #ffffff;
}
.cid-ukQCjVzeFs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-ukQCjVzeFs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukQCjVzeFs .row {
  flex-direction: row-reverse;
}
.cid-ukQCjVzeFs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukQCjVzeFs .text-wrapper {
    padding: 2rem;
  }
}
.cid-ukQCjVzeFs .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-ukQCjVzeFs .mbr-text {
  text-align: center;
}
.cid-ulZE5wmd4P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d3c7b7;
}
.cid-uiFTQYwNij {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-uiFTQYwNij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFTQYwNij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFTQYwNij .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiFTQYwNij .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uiFTQYwNij .mbr-section-title {
  color: #d1bc78;
  text-align: center;
}
.cid-uiFTQYwNij .mbr-text,
.cid-uiFTQYwNij .mbr-section-btn {
  color: #ffffff;
}
.cid-uiFXJ2ojWz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #990000;
}
.cid-uiFXJ2ojWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFXJ2ojWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFXJ2ojWz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uiFXJ2ojWz .team-card:hover {
  transform: translateY(-10px);
}
.cid-uiFXJ2ojWz .item-wrapper {
  background: #bbbbbb;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uiFXJ2ojWz .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiFXJ2ojWz .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uiFXJ2ojWz .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiFXJ2ojWz .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uiFXJ2ojWz .social-row {
  text-align: center;
}
.cid-uiFXJ2ojWz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uiFXJ2ojWz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uiFXJ2ojWz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uiFXJ2ojWz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uiFXJ2ojWz .mbr-section-title {
  color: #e4d6a7;
}
.cid-uiFXJ2ojWz .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uiFXJ2ojWz .card-title,
.cid-uiFXJ2ojWz .social-row {
  color: #990000;
}
.cid-ufLKHXoH21 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-ufLKHXoH21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLKHXoH21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufLKHXoH21 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ufLKHXoH21 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufLKHXoH21 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ufLKHXoH21 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ufLKHXoH21 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufLKHXoH21 .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-ufLKHXoH21 .mbr-text,
.cid-ufLKHXoH21 .mbr-section-btn {
  color: #353535;
}
.cid-ucKoWwjYVU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-ucKoWwjYVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKoWwjYVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucKoWwjYVU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucKoWwjYVU .row {
  flex-direction: row-reverse;
}
.cid-ucKoWwjYVU img {
  width: 100%;
}
.cid-ucKoWwjYVU .mbr-description {
  color: #990000;
}
.cid-ucKpfIxGSO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fhw-uebergang-rot-beige-1200x100-1200x100.jpg");
}
.cid-ucKpfIxGSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucKpfIxGSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jvbEuRL0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #990000;
}
.cid-u8jvbEuRL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8jvbEuRL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jvbEuRL0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8jvbEuRL0 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-u8jvbEuRL0 .mbr-section-title {
  color: #d1bc78;
}
.cid-u8jvbEuRL0 .mbr-text,
.cid-u8jvbEuRL0 .mbr-section-btn {
  color: #ffffff;
}
.cid-u3BUIDIHNl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-u3BUIDIHNl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3BUIDIHNl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3BUIDIHNl .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3BUIDIHNl .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-tZt9O5VXZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tZt9O5VXZI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZt9O5VXZI .row {
  flex-direction: row-reverse;
}
.cid-tZt9O5VXZI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZt9O5VXZI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZt9O5VXZI .mbr-section-title {
  color: #990000;
}
.cid-tYO1uTlJl8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-rot-web-1024w-1024x725.jpg");
}
.cid-tYO1uTlJl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYO1uTlJl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYO1uTlJl8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYO1uTlJl8 .row {
  flex-direction: row-reverse;
}
.cid-tYO1uTlJl8 img {
  width: 100%;
}
.cid-tYO1uTlJl8 .mbr-description {
  color: #990000;
}
.cid-tYBhb9wsgl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tYBhb9wsgl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYBhb9wsgl .row {
  flex-direction: row-reverse;
}
.cid-tYBhb9wsgl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYBhb9wsgl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYBhb9wsgl .mbr-section-title {
  color: #990000;
}
.cid-tWhOQX9oCB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-tWhOQX9oCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWhOQX9oCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWhOQX9oCB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWhOQX9oCB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWhOQX9oCB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWhOQX9oCB .mbr-section-title {
  color: #990000;
}
.cid-tWhOQX9oCB .mbr-text,
.cid-tWhOQX9oCB .mbr-section-btn {
  text-align: left;
}
.cid-tWhHF6RpOg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tWhHF6RpOg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWhHF6RpOg .row {
  flex-direction: row-reverse;
}
.cid-tWhHF6RpOg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWhHF6RpOg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWhHF6RpOg .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-tWhHF6RpOg .mbr-text {
  text-align: left;
}
.cid-tY8CYrEsFv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #990000;
}
.cid-tY8CYrEsFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY8CYrEsFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY8CYrEsFv .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tY8CYrEsFv .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tY8CYrEsFv .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tY8CYrEsFv [class^="socicon-"]:before,
.cid-tY8CYrEsFv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tY8CYrEsFv .mbr-section-title,
.cid-tY8CYrEsFv .social-list {
  color: #fafafa;
}
.cid-tUm1a5rpFG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tUm1a5rpFG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUm1a5rpFG .row {
  flex-direction: row-reverse;
}
.cid-tUm1a5rpFG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUm1a5rpFG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUm1a5rpFG .mbr-section-title {
  color: #990000;
}
.cid-tUm1a5rpFG .mbr-text {
  color: #232323;
}
.cid-tTTUC7KzlJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-tTTUC7KzlJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTTUC7KzlJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTTUC7KzlJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTTUC7KzlJ .mbr-section-title {
  color: #990000;
}
.cid-tTTUC7KzlJ .mbr-text {
  color: #353535;
}
.cid-tQj8IW4mJx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tQj8IW4mJx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQj8IW4mJx .row {
  flex-direction: row-reverse;
}
.cid-tQj8IW4mJx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQj8IW4mJx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tQj8IW4mJx .mbr-section-title {
  color: #990000;
}
.cid-tOSTwLfwOL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-rot-web-1024w-1024x725.jpg");
}
.cid-tOSTwLfwOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSTwLfwOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOSTwLfwOL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOSTwLfwOL .row {
  flex-direction: row-reverse;
}
.cid-tOSTwLfwOL img {
  width: 100%;
}
.cid-tOSTwLfwOL .mbr-description {
  color: #990000;
}
.cid-tG84f4vves {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/siegel-fhw-transparent-c-weiss-schatten96dpi-w-533x539.png");
}
.cid-tG84f4vves .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG84f4vves .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG84f4vves .mbr-text,
.cid-tG84f4vves .mbr-section-btn {
  color: #232323;
}
.cid-tG84f4vves .card-title,
.cid-tG84f4vves .card-box {
  color: #fafafa;
}
.cid-tG84f4vves .mbr-text,
.cid-tG84f4vves .link-wrap {
  color: #ffffff;
}
.cid-tG84f4vves .card-box .mbr-text,
.cid-tG84f4vves .mbr-section-btn {
  color: #fafafa;
}
.cid-tukBcoKYdW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hintergrund-rot-web-1024w-1024x725.jpg");
}
.cid-tukBcoKYdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tukBcoKYdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tukBcoKYdW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tukBcoKYdW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tukBcoKYdW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tukBcoKYdW .link-wrap {
    align-items: center;
  }
}
.cid-tukBcoKYdW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tukBcoKYdW .card-title,
.cid-tukBcoKYdW .card-box {
  color: #fafafa;
}
.cid-tukBcoKYdW .mbr-text,
.cid-tukBcoKYdW .link-wrap,
.cid-tukBcoKYdW .mbr-section-btn {
  color: #353535;
}
.cid-tsPe1xRG5j {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-tsPe1xRG5j img,
.cid-tsPe1xRG5j .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsPe1xRG5j .item:focus,
.cid-tsPe1xRG5j span:focus {
  outline: none;
}
.cid-tsPe1xRG5j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsPe1xRG5j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsPe1xRG5j .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsPe1xRG5j .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsPe1xRG5j .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsPe1xRG5j .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsPe1xRG5j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsPe1xRG5j .mbr-section-title {
  color: #990000;
}
.cid-tsPe1xRG5j .mbr-text,
.cid-tsPe1xRG5j .mbr-section-btn {
  text-align: left;
}
.cid-tsPe1xRG5j .item-title {
  text-align: center;
  color: #990000;
}
.cid-tsPe1xRG5j .item-subtitle {
  text-align: left;
}
.cid-tsaijTqu8v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-tsaijTqu8v img,
.cid-tsaijTqu8v .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsaijTqu8v .item:focus,
.cid-tsaijTqu8v span:focus {
  outline: none;
}
.cid-tsaijTqu8v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsaijTqu8v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsaijTqu8v .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsaijTqu8v .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsaijTqu8v .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsaijTqu8v .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsaijTqu8v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsaijTqu8v .mbr-section-title {
  color: #990000;
}
.cid-tsaijTqu8v .mbr-text,
.cid-tsaijTqu8v .mbr-section-btn {
  text-align: left;
}
.cid-tsaijTqu8v .item-title {
  text-align: left;
}
.cid-tsaijTqu8v .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sRoP4UQwNh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-sRoP4UQwNh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRoP4UQwNh .mbr-text {
  color: #fafafa;
}
.cid-sTKu2OHq03 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hg-abstrakt-007-2022-oben-2-web-1920x386.jpg");
}
.cid-sTKu2OHq03 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sTKu2OHq03 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sTKu2OHq03 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sTKu2OHq03 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sTKu2OHq03 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sTKu2OHq03 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTKu2OHq03 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sTKu2OHq03 .social-row {
  text-align: center;
}
.cid-sTKu2OHq03 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sTKu2OHq03 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sTKu2OHq03 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sTKu2OHq03 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sTKu2OHq03 .mbr-section-title {
  color: #ffffff;
}
.cid-sTKu2OHq03 .card-title,
.cid-sTKu2OHq03 .social-row {
  color: #353535;
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIcpKik5o8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tIcpKik5o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIcpKik5o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIcpKik5o8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tIcpKik5o8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tIcpKik5o8 .mbr-section-title {
  color: #ffffff;
}
.cid-sRLQ7H6u20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3eacd;
}
.cid-sRLQ7H6u20 .mbr-text {
  text-align: left;
}
.cid-ts4ZDE9Rph {
  z-index: 1000;
  width: 100%;
}
.cid-ts4ZDE9Rph nav.navbar {
  position: fixed;
}
.cid-ts4ZDE9Rph .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts4ZDE9Rph .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts4ZDE9Rph .dropdown-item:hover,
.cid-ts4ZDE9Rph .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-ts4ZDE9Rph .dropdown-item:hover span {
  color: white;
}
.cid-ts4ZDE9Rph .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts4ZDE9Rph .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts4ZDE9Rph .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts4ZDE9Rph .nav-link {
  position: relative;
}
.cid-ts4ZDE9Rph .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .container {
    flex-wrap: nowrap;
  }
}
.cid-ts4ZDE9Rph .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown-menu,
.cid-ts4ZDE9Rph .navbar.opened {
  background: #353535 !important;
}
.cid-ts4ZDE9Rph .nav-item:focus,
.cid-ts4ZDE9Rph .nav-link:focus {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4ZDE9Rph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4ZDE9Rph .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ts4ZDE9Rph .navbar.opened {
  transition: all 0.3s;
}
.cid-ts4ZDE9Rph .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts4ZDE9Rph .navbar .navbar-logo img {
  width: auto;
}
.cid-ts4ZDE9Rph .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar.collapsed {
  justify-content: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts4ZDE9Rph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts4ZDE9Rph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts4ZDE9Rph .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts4ZDE9Rph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts4ZDE9Rph .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts4ZDE9Rph .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts4ZDE9Rph .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts4ZDE9Rph .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown-item.active,
.cid-ts4ZDE9Rph .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4ZDE9Rph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4ZDE9Rph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4ZDE9Rph ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts4ZDE9Rph .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts4ZDE9Rph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts4ZDE9Rph a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts4ZDE9Rph .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4ZDE9Rph .navbar {
    height: 70px;
  }
  .cid-ts4ZDE9Rph .navbar.opened {
    height: auto;
  }
  .cid-ts4ZDE9Rph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRVReY87ZQ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-sRVReY87ZQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRVReY87ZQ .mbr-section-title {
  color: #ffffff;
}
.cid-ul8Xl91tGT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-ul8Xl91tGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul8Xl91tGT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul8Xl91tGT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ul8Xl91tGT .mbr-section-title {
  color: #990000;
}
.cid-ul8Xl91tGT .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-ul8Xl91tGT .mbr-description {
  color: #990000;
}
.cid-ufLI3wXjDF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-ufLI3wXjDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLI3wXjDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufLI3wXjDF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ufLI3wXjDF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufLI3wXjDF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ufLI3wXjDF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ufLI3wXjDF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ufLI3wXjDF .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-ufLI3wXjDF .mbr-text,
.cid-ufLI3wXjDF .mbr-section-btn {
  color: #353535;
}
.cid-tQj3SMyOcV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-tQj3SMyOcV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQj3SMyOcV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQj3SMyOcV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tQj3SMyOcV .mbr-section-title {
  color: #990000;
}
.cid-tQj3SMyOcV .mbr-text {
  color: #353535;
}
.cid-tQiUkzXJQp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tQiUkzXJQp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQiUkzXJQp .row {
  flex-direction: row-reverse;
}
.cid-tQiUkzXJQp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQiUkzXJQp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tQiUkzXJQp .mbr-section-title {
  color: #990000;
}
.cid-tDCdNgqMDj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tDCdNgqMDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCdNgqMDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCdNgqMDj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDCdNgqMDj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDCdNgqMDj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDCdNgqMDj .mbr-section-title {
  color: #990000;
}
.cid-tAfw2fdN9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3eacd;
}
.cid-tAfw2fdN9k .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tAfw2fdN9k .timeline-element {
  position: relative;
}
.cid-tAfw2fdN9k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tAfw2fdN9k .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #990000;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-tAfw2fdN9k .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #990000;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-tAfw2fdN9k .iconBackground {
    left: 15px !important;
  }
  .cid-tAfw2fdN9k .separline:before {
    left: 15px !important;
  }
}
.cid-tAfw2fdN9k .mbr-section-title,
.cid-tAfw2fdN9k .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tAfw2fdN9k .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-tAfw2fdN9k .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tAfw2fdN9k .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-tAfw2fdN9k .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-tAfw2fdN9k .timeline-text-content {
  margin-left: 2rem;
}
.cid-tAfw2fdN9k .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tAfw2fdN9k .mbr-timeline-date {
  text-align: right;
  color: #353535;
}
.cid-tAfw2fdN9k .mbr-timeline-title {
  color: #990000;
}
.cid-tAfw2fdN9k .mbr-section-title {
  color: #990000;
}
.cid-tw7ts7Dtg1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-tw7ts7Dtg1 blockquote {
  border-color: #990000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tw7ts7Dtg1 .mbr-section-title {
  color: #990000;
}
.cid-tvF5J5nwpT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-tvF5J5nwpT blockquote {
  border-color: #990000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tvF5J5nwpT .mbr-section-title {
  color: #990000;
}
.cid-tvrtxmMNIM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-tvrtxmMNIM blockquote {
  border-color: #990000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tvrtxmMNIM .mbr-section-title {
  color: #990000;
}
.cid-tvbOwF58JA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-tvbOwF58JA blockquote {
  border-color: #990000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tvbOwF58JA .mbr-section-title {
  color: #990000;
}
.cid-tuUfm3PXj4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3eacd;
}
.cid-tuUfm3PXj4 blockquote {
  border-color: #990000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tuUfm3PXj4 .mbr-section-title {
  color: #990000;
}
.cid-tswjx4K97W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hintergrund-rot-web-1024w-1024x725.jpg");
}
.cid-tswjx4K97W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswjx4K97W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tswjx4K97W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswjx4K97W .row {
  flex-direction: row-reverse;
}
.cid-tswjx4K97W img {
  width: 100%;
}
.cid-tswjx4K97W .mbr-description {
  color: #990000;
}
.cid-tswjvlOXgD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-tswjvlOXgD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswjvlOXgD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswjvlOXgD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswjvlOXgD .mbr-section-title {
  color: #990000;
}
.cid-tswjvlOXgD .mbr-text {
  color: #353535;
}
.cid-tswiZKoEI0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tswiZKoEI0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswiZKoEI0 .row {
  flex-direction: row-reverse;
}
.cid-tswiZKoEI0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswiZKoEI0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswiZKoEI0 .mbr-section-title {
  color: #990000;
}
.cid-tswiZ4tWK8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-tswiZ4tWK8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswiZ4tWK8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswiZ4tWK8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswiZ4tWK8 .mbr-section-title {
  color: #990000;
}
.cid-tswiZ4tWK8 .mbr-text {
  color: #353535;
}
.cid-tswiXfH6C9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #e4d6a7;
}
.cid-tswiXfH6C9 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tswiXfH6C9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tswiXfH6C9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswiXfH6C9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswiXfH6C9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswiXfH6C9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tswiXfH6C9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tswiXfH6C9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswiXfH6C9 .card-title {
  color: #990000;
}
.cid-tswiVr4Tb8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tswiVr4Tb8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswiVr4Tb8 .row {
  flex-direction: row-reverse;
}
.cid-tswiVr4Tb8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswiVr4Tb8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswiVr4Tb8 .mbr-section-title {
  color: #990000;
}
.cid-tswiTVArem {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-tswiTVArem .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswiTVArem img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswiTVArem .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswiTVArem .mbr-section-title {
  color: #990000;
  text-align: left;
}
.cid-tswiS8yW5C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-tswiS8yW5C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswiS8yW5C .row {
  flex-direction: row-reverse;
}
.cid-tswiS8yW5C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswiS8yW5C .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswiS8yW5C .mbr-section-title {
  color: #990000;
}
.cid-tswiQeC7MS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-tswiQeC7MS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tswiQeC7MS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tswiQeC7MS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tswiQeC7MS .mbr-section-title {
  color: #990000;
}
.cid-tswiQeC7MS .mbr-text {
  color: #353535;
}
.cid-tswiNXqGS3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tswiNXqGS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswiNXqGS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswiNXqGS3 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tswiNXqGS3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tswiNXqGS3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tswiNXqGS3 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tswiNXqGS3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tswiNXqGS3 .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-tswiNXqGS3 .mbr-text,
.cid-tswiNXqGS3 .mbr-section-btn {
  color: #353535;
}
.cid-t8jWKPzz1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-t8jWKPzz1G .content-wrapper {
  background: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-t8jWKPzz1G .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8jWKPzz1G .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8jWKPzz1G .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8jWKPzz1G .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8jWKPzz1G .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8jWKPzz1G .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8jWKPzz1G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8jWKPzz1G .card-title {
  color: #990000;
}
.cid-ta3qhOMV9v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e4d6a7;
}
.cid-ta3qhOMV9v blockquote {
  border-color: #990000;
  border-radius: 4px;
  background-color: #f3eacd;
}
.cid-ta3qhOMV9v .mbr-section-title {
  color: #990000;
}
.cid-t65jykw38R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-t65jykw38R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t65jykw38R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t65jykw38R .text-wrapper {
    padding: 2rem;
  }
}
.cid-t65jykw38R .mbr-section-title {
  color: #990000;
}
.cid-t58HrRBC9y {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-t58HrRBC9y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t58HrRBC9y .row {
  flex-direction: row-reverse;
}
.cid-t58HrRBC9y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t58HrRBC9y .text-wrapper {
    padding: 2rem;
  }
}
.cid-t58HrRBC9y .mbr-section-title {
  color: #990000;
}
.cid-t3ainVZsDT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-t3ainVZsDT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3ainVZsDT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t3ainVZsDT .text-wrapper {
    padding: 2rem;
  }
}
.cid-t3ainVZsDT .mbr-section-title {
  color: #990000;
}
.cid-t3ainVZsDT .mbr-text {
  text-align: left;
}
.cid-t2pXSy3ztm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-t2pXSy3ztm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2pXSy3ztm .row {
  flex-direction: row-reverse;
}
.cid-t2pXSy3ztm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2pXSy3ztm .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2pXSy3ztm .mbr-section-title {
  color: #990000;
}
.cid-t2pWkNkPkX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-t2pWkNkPkX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2pWkNkPkX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t2pWkNkPkX .text-wrapper {
    padding: 2rem;
  }
}
.cid-t2pWkNkPkX .mbr-section-title {
  color: #990000;
}
.cid-sZ6vv04v63 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-sZ6vv04v63 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZ6vv04v63 .row {
  flex-direction: row-reverse;
}
.cid-sZ6vv04v63 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sZ6vv04v63 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sZ6vv04v63 .mbr-section-title {
  color: #990000;
}
.cid-sZ6MMYPfid {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-sZ6MMYPfid .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sZ6MMYPfid .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sZ6MMYPfid .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #990000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sRWuUafbQM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3eacd;
}
@media (max-width: 991px) {
  .cid-sRWuUafbQM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRWuUafbQM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRWuUafbQM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRWuUafbQM .mbr-section-title {
  color: #990000;
}
.cid-sRWuUUw9Ma {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
@media (max-width: 991px) {
  .cid-sRWuUUw9Ma .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRWuUUw9Ma .row {
  flex-direction: row-reverse;
}
.cid-sRWuUUw9Ma img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRWuUUw9Ma .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRWuUUw9Ma .mbr-section-title {
  color: #990000;
}
.cid-ts4ZDE9Rph {
  z-index: 1000;
  width: 100%;
}
.cid-ts4ZDE9Rph nav.navbar {
  position: fixed;
}
.cid-ts4ZDE9Rph .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts4ZDE9Rph .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts4ZDE9Rph .dropdown-item:hover,
.cid-ts4ZDE9Rph .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-ts4ZDE9Rph .dropdown-item:hover span {
  color: white;
}
.cid-ts4ZDE9Rph .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts4ZDE9Rph .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts4ZDE9Rph .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts4ZDE9Rph .nav-link {
  position: relative;
}
.cid-ts4ZDE9Rph .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .container {
    flex-wrap: nowrap;
  }
}
.cid-ts4ZDE9Rph .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown-menu,
.cid-ts4ZDE9Rph .navbar.opened {
  background: #353535 !important;
}
.cid-ts4ZDE9Rph .nav-item:focus,
.cid-ts4ZDE9Rph .nav-link:focus {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4ZDE9Rph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4ZDE9Rph .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ts4ZDE9Rph .navbar.opened {
  transition: all 0.3s;
}
.cid-ts4ZDE9Rph .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts4ZDE9Rph .navbar .navbar-logo img {
  width: auto;
}
.cid-ts4ZDE9Rph .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar.collapsed {
  justify-content: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts4ZDE9Rph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts4ZDE9Rph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts4ZDE9Rph .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts4ZDE9Rph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts4ZDE9Rph .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts4ZDE9Rph .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts4ZDE9Rph .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts4ZDE9Rph .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown-item.active,
.cid-ts4ZDE9Rph .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4ZDE9Rph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4ZDE9Rph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4ZDE9Rph ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts4ZDE9Rph .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts4ZDE9Rph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts4ZDE9Rph a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts4ZDE9Rph .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4ZDE9Rph .navbar {
    height: 70px;
  }
  .cid-ts4ZDE9Rph .navbar.opened {
    height: auto;
  }
  .cid-ts4ZDE9Rph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-te0loSMZ8X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-te0loSMZ8X .carousel {
  height: 800px;
}
.cid-te0loSMZ8X .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-te0loSMZ8X .carousel-item,
.cid-te0loSMZ8X .carousel-inner {
  height: 100%;
}
.cid-te0loSMZ8X .carousel-caption {
  bottom: 40px;
}
.cid-te0loSMZ8X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-te0loSMZ8X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-te0loSMZ8X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-te0loSMZ8X .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-te0loSMZ8X .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-te0loSMZ8X .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-te0loSMZ8X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-te0loSMZ8X .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-te0loSMZ8X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te0loSMZ8X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-te0loSMZ8X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-te0loSMZ8X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-te0loSMZ8X .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-te0loSMZ8X .carousel-indicators li.active,
.cid-te0loSMZ8X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-te0loSMZ8X .carousel-indicators li::after,
.cid-te0loSMZ8X .carousel-indicators li::before {
  content: none;
}
.cid-te0loSMZ8X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-te0loSMZ8X .carousel-indicators {
    display: none !important;
  }
}
.cid-te0loSMZ8X H5 {
  color: #ffffff;
}
.cid-te0loSMZ8X P {
  color: #ffffff;
}
.cid-te0loT4yV5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d3c7b7;
}
@media (max-width: 991px) {
  .cid-te0loT4yV5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-te0loT4yV5 .row {
  flex-direction: row-reverse;
}
.cid-te0loT4yV5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-te0loT4yV5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-te0loT4yV5 .mbr-section-title {
  color: #990000;
}
.cid-ts4ZDE9Rph {
  z-index: 1000;
  width: 100%;
}
.cid-ts4ZDE9Rph nav.navbar {
  position: fixed;
}
.cid-ts4ZDE9Rph .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts4ZDE9Rph .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts4ZDE9Rph .dropdown-item:hover,
.cid-ts4ZDE9Rph .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-ts4ZDE9Rph .dropdown-item:hover span {
  color: white;
}
.cid-ts4ZDE9Rph .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts4ZDE9Rph .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts4ZDE9Rph .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts4ZDE9Rph .nav-link {
  position: relative;
}
.cid-ts4ZDE9Rph .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .container {
    flex-wrap: nowrap;
  }
}
.cid-ts4ZDE9Rph .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown-menu,
.cid-ts4ZDE9Rph .navbar.opened {
  background: #353535 !important;
}
.cid-ts4ZDE9Rph .nav-item:focus,
.cid-ts4ZDE9Rph .nav-link:focus {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4ZDE9Rph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4ZDE9Rph .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ts4ZDE9Rph .navbar.opened {
  transition: all 0.3s;
}
.cid-ts4ZDE9Rph .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts4ZDE9Rph .navbar .navbar-logo img {
  width: auto;
}
.cid-ts4ZDE9Rph .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar.collapsed {
  justify-content: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts4ZDE9Rph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts4ZDE9Rph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts4ZDE9Rph .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts4ZDE9Rph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts4ZDE9Rph .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts4ZDE9Rph .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts4ZDE9Rph .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts4ZDE9Rph .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown-item.active,
.cid-ts4ZDE9Rph .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4ZDE9Rph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4ZDE9Rph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4ZDE9Rph ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts4ZDE9Rph .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts4ZDE9Rph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts4ZDE9Rph a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts4ZDE9Rph .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4ZDE9Rph .navbar {
    height: 70px;
  }
  .cid-ts4ZDE9Rph .navbar.opened {
    height: auto;
  }
  .cid-ts4ZDE9Rph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tIcq6cpaEa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tIcq6cpaEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIcq6cpaEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIcq6cpaEa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tIcq6cpaEa .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tIcq6cpaEa .mbr-section-title {
  color: #ffffff;
}
.cid-sRMdURGJhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-ts4ZDE9Rph {
  z-index: 1000;
  width: 100%;
}
.cid-ts4ZDE9Rph nav.navbar {
  position: fixed;
}
.cid-ts4ZDE9Rph .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts4ZDE9Rph .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts4ZDE9Rph .dropdown-item:hover,
.cid-ts4ZDE9Rph .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-ts4ZDE9Rph .dropdown-item:hover span {
  color: white;
}
.cid-ts4ZDE9Rph .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts4ZDE9Rph .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts4ZDE9Rph .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts4ZDE9Rph .nav-link {
  position: relative;
}
.cid-ts4ZDE9Rph .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .container {
    flex-wrap: nowrap;
  }
}
.cid-ts4ZDE9Rph .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown-menu,
.cid-ts4ZDE9Rph .navbar.opened {
  background: #353535 !important;
}
.cid-ts4ZDE9Rph .nav-item:focus,
.cid-ts4ZDE9Rph .nav-link:focus {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts4ZDE9Rph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4ZDE9Rph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4ZDE9Rph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4ZDE9Rph .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ts4ZDE9Rph .navbar.opened {
  transition: all 0.3s;
}
.cid-ts4ZDE9Rph .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts4ZDE9Rph .navbar .navbar-logo img {
  width: auto;
}
.cid-ts4ZDE9Rph .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar.collapsed {
  justify-content: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts4ZDE9Rph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts4ZDE9Rph .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts4ZDE9Rph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4ZDE9Rph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts4ZDE9Rph .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts4ZDE9Rph .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts4ZDE9Rph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts4ZDE9Rph .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4ZDE9Rph .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts4ZDE9Rph .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts4ZDE9Rph .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts4ZDE9Rph .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts4ZDE9Rph .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts4ZDE9Rph .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts4ZDE9Rph .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4ZDE9Rph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4ZDE9Rph .dropdown-item.active,
.cid-ts4ZDE9Rph .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4ZDE9Rph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4ZDE9Rph .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ts4ZDE9Rph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4ZDE9Rph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4ZDE9Rph ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts4ZDE9Rph .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts4ZDE9Rph button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4ZDE9Rph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts4ZDE9Rph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4ZDE9Rph .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts4ZDE9Rph a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts4ZDE9Rph .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4ZDE9Rph .navbar {
    height: 70px;
  }
  .cid-ts4ZDE9Rph .navbar.opened {
    height: auto;
  }
  .cid-ts4ZDE9Rph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts50BpFBi1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fhw-brauchtum-karneval-rot-1200x400.jpg");
}
.cid-ts50BpFBi1 .mbr-text,
.cid-ts50BpFBi1 .mbr-section-btn {
  color: #232323;
}
.cid-ts50BpFBi1 .card-title,
.cid-ts50BpFBi1 .card-box {
  color: #ffffff;
}
.cid-ts50BpFBi1 .mbr-text,
.cid-ts50BpFBi1 .link-wrap {
  color: #ffffff;
}
.cid-ts50BpFBi1 .card-box .mbr-text,
.cid-ts50BpFBi1 .mbr-section-btn {
  color: #fafafa;
}
.cid-tscoGYCfEg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fhw-rheindorferburg-1200x400-1200x400.jpg");
}
.cid-tscoGYCfEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tscoGYCfEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tscoGYCfEg .mbr-text,
.cid-tscoGYCfEg .mbr-section-btn {
  color: #232323;
}
.cid-tscoGYCfEg .card-title,
.cid-tscoGYCfEg .card-box {
  color: #990000;
}
.cid-tscoGYCfEg .mbr-text,
.cid-tscoGYCfEg .link-wrap {
  color: #ffffff;
}
.cid-tscoGYCfEg .card-box .mbr-text,
.cid-tscoGYCfEg .mbr-section-btn {
  color: #353535;
}
.cid-tscrHyILLX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #990000;
}
.cid-tscrHyILLX .mbr-text,
.cid-tscrHyILLX .mbr-section-btn {
  color: #232323;
}
.cid-tscrHyILLX .card-title,
.cid-tscrHyILLX .card-box {
  color: #ffffff;
}
.cid-tscrHyILLX .mbr-text,
.cid-tscrHyILLX .link-wrap {
  color: #ffffff;
}
.cid-tt6qr8swJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3eacd;
}
.cid-tt6qr8swJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6qr8swJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6qr8swJZ .mbr-section-title {
  color: #990000;
}
.cid-tsck1q8L80 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hintergrund-rot-web-1024w-siegel-1024x725.jpg");
}
.cid-tsck1q8L80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsck1q8L80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsck1q8L80 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tsck1q8L80 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tsck1q8L80 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsck1q8L80 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tsck1q8L80 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tsck1q8L80 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tsck1q8L80 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tsck1q8L80 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsck1q8L80 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsck1q8L80 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsck1q8L80 .card-title {
  color: #e4d6a7;
}
.cid-tsck1q8L80 .mbr-text,
.cid-tsck1q8L80 .social-row {
  color: #fafafa;
}
.cid-tsck1q8L80 .card-subtitle {
  color: #f3eacd;
}
.cid-ts50BvH1n0 {
  z-index: 1000;
  width: 100%;
}
.cid-ts50BvH1n0 nav.navbar {
  position: fixed;
}
.cid-ts50BvH1n0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts50BvH1n0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts50BvH1n0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts50BvH1n0 .dropdown-item:hover,
.cid-ts50BvH1n0 .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-ts50BvH1n0 .dropdown-item:hover span {
  color: white;
}
.cid-ts50BvH1n0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts50BvH1n0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts50BvH1n0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts50BvH1n0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts50BvH1n0 .nav-link {
  position: relative;
}
.cid-ts50BvH1n0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts50BvH1n0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ts50BvH1n0 .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts50BvH1n0 .dropdown-menu,
.cid-ts50BvH1n0 .navbar.opened {
  background: #353535 !important;
}
.cid-ts50BvH1n0 .nav-item:focus,
.cid-ts50BvH1n0 .nav-link:focus {
  outline: none;
}
.cid-ts50BvH1n0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts50BvH1n0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts50BvH1n0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts50BvH1n0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts50BvH1n0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts50BvH1n0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts50BvH1n0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-ts50BvH1n0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ts50BvH1n0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts50BvH1n0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ts50BvH1n0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts50BvH1n0 .navbar.collapsed {
  justify-content: center;
}
.cid-ts50BvH1n0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts50BvH1n0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts50BvH1n0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ts50BvH1n0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts50BvH1n0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts50BvH1n0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts50BvH1n0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts50BvH1n0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts50BvH1n0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts50BvH1n0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts50BvH1n0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts50BvH1n0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts50BvH1n0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts50BvH1n0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts50BvH1n0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts50BvH1n0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts50BvH1n0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts50BvH1n0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts50BvH1n0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts50BvH1n0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts50BvH1n0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts50BvH1n0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts50BvH1n0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts50BvH1n0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts50BvH1n0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts50BvH1n0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts50BvH1n0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts50BvH1n0 .dropdown-item.active,
.cid-ts50BvH1n0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ts50BvH1n0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts50BvH1n0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts50BvH1n0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts50BvH1n0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ts50BvH1n0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts50BvH1n0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts50BvH1n0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts50BvH1n0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts50BvH1n0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts50BvH1n0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-ts50BvH1n0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts50BvH1n0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts50BvH1n0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts50BvH1n0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts50BvH1n0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts50BvH1n0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts50BvH1n0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts50BvH1n0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts50BvH1n0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts50BvH1n0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts50BvH1n0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts50BvH1n0 .navbar {
    height: 70px;
  }
  .cid-ts50BvH1n0 .navbar.opened {
    height: auto;
  }
  .cid-ts50BvH1n0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsayjIBMy7 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karneval-titelbild-test1-1200x400.jpg");
}
.cid-tsayjIBMy7 .mbr-text,
.cid-tsayjIBMy7 .mbr-section-btn {
  color: #232323;
}
.cid-tsayjIBMy7 .card-title,
.cid-tsayjIBMy7 .card-box {
  color: #ffffff;
}
.cid-tsayjIBMy7 .mbr-text,
.cid-tsayjIBMy7 .link-wrap {
  color: #ffffff;
}
.cid-tsayjISn2m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tsayjISn2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsayjISn2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsayjISn2m .mbr-section-title {
  color: #fafafa;
}
.cid-tsayjISn2m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuNb7X6pzJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/hintergrund-rot-web-1024w-siegel-1024x725.jpg");
}
.cid-tuNb7X6pzJ .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-tuNb7X6pzJ img,
.cid-tuNb7X6pzJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tuNb7X6pzJ .item:focus,
.cid-tuNb7X6pzJ span:focus {
  outline: none;
}
.cid-tuNb7X6pzJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tuNb7X6pzJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tuNb7X6pzJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tuNb7X6pzJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuNb7X6pzJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tuNb7X6pzJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tuNb7X6pzJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tuNb7X6pzJ .mbr-section-title {
  color: #ffffff;
}
.cid-tuNb7X6pzJ .mbr-text,
.cid-tuNb7X6pzJ .mbr-section-btn {
  text-align: center;
}
.cid-tuNb7X6pzJ .item-title {
  text-align: center;
  color: #990000;
}
.cid-tuNb7X6pzJ .item-subtitle {
  text-align: center;
}
.cid-tseL6bJ8cn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tseL6bJ8cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tseL6bJ8cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tseL6bJ8cn .mbr-section-title {
  color: #fafafa;
}
.cid-tseL6bJ8cn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsayjOYnra {
  z-index: 1000;
  width: 100%;
}
.cid-tsayjOYnra nav.navbar {
  position: fixed;
}
.cid-tsayjOYnra .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsayjOYnra .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsayjOYnra .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsayjOYnra .dropdown-item:hover,
.cid-tsayjOYnra .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tsayjOYnra .dropdown-item:hover span {
  color: white;
}
.cid-tsayjOYnra .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsayjOYnra .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsayjOYnra .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsayjOYnra .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsayjOYnra .nav-link {
  position: relative;
}
.cid-tsayjOYnra .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsayjOYnra .container {
    flex-wrap: nowrap;
  }
}
.cid-tsayjOYnra .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsayjOYnra .dropdown-menu,
.cid-tsayjOYnra .navbar.opened {
  background: #353535 !important;
}
.cid-tsayjOYnra .nav-item:focus,
.cid-tsayjOYnra .nav-link:focus {
  outline: none;
}
.cid-tsayjOYnra .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsayjOYnra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsayjOYnra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsayjOYnra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsayjOYnra .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsayjOYnra .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsayjOYnra .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tsayjOYnra .navbar.opened {
  transition: all 0.3s;
}
.cid-tsayjOYnra .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsayjOYnra .navbar .navbar-logo img {
  width: auto;
}
.cid-tsayjOYnra .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsayjOYnra .navbar.collapsed {
  justify-content: center;
}
.cid-tsayjOYnra .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsayjOYnra .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsayjOYnra .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tsayjOYnra .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsayjOYnra .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsayjOYnra .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsayjOYnra .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsayjOYnra .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsayjOYnra .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsayjOYnra .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsayjOYnra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsayjOYnra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsayjOYnra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsayjOYnra .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsayjOYnra .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsayjOYnra .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsayjOYnra .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsayjOYnra .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsayjOYnra .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsayjOYnra .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsayjOYnra .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsayjOYnra .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsayjOYnra .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsayjOYnra .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsayjOYnra .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsayjOYnra .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsayjOYnra .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsayjOYnra .dropdown-item.active,
.cid-tsayjOYnra .dropdown-item:active {
  background-color: transparent;
}
.cid-tsayjOYnra .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsayjOYnra .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsayjOYnra .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsayjOYnra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tsayjOYnra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsayjOYnra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsayjOYnra ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsayjOYnra .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsayjOYnra button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsayjOYnra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tsayjOYnra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsayjOYnra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsayjOYnra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsayjOYnra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsayjOYnra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsayjOYnra nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsayjOYnra nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsayjOYnra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsayjOYnra .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsayjOYnra a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsayjOYnra .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsayjOYnra .navbar {
    height: 70px;
  }
  .cid-tsayjOYnra .navbar.opened {
    height: auto;
  }
  .cid-tsayjOYnra .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsOOGJE79V {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tsOOGJE79V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOOGJE79V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOOGJE79V .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsOOGJE79V .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tsOOGJE79V .mbr-section-title {
  color: #ffffff;
}
.cid-tsOOGK0eBu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsOOGK0eBu .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-tsOOGK0eBu .mbr-section-subtitle {
  color: #353535;
}
.cid-tsP7BhLxBR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsP7BhLxBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsP7BhLxBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsP7BhLxBR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsP7BhLxBR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tsP7BhLxBR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsP7BhLxBR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsP7BhLxBR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsP7BhLxBR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsP7BhLxBR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsP7BhLxBR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tI6W3u3RQM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tI6W3u3RQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI6W3u3RQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI6W3u3RQM .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tI6W3u3RQM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tI6W3u3RQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tI6W3u3RQM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tI6W3u3RQM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tI6W3u3RQM .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-tI6W3u3RQM .mbr-text,
.cid-tI6W3u3RQM .mbr-section-btn {
  color: #353535;
}
.cid-tsOOGLNHys {
  z-index: 1000;
  width: 100%;
}
.cid-tsOOGLNHys nav.navbar {
  position: fixed;
}
.cid-tsOOGLNHys .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsOOGLNHys .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsOOGLNHys .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsOOGLNHys .dropdown-item:hover,
.cid-tsOOGLNHys .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tsOOGLNHys .dropdown-item:hover span {
  color: white;
}
.cid-tsOOGLNHys .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsOOGLNHys .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsOOGLNHys .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsOOGLNHys .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsOOGLNHys .nav-link {
  position: relative;
}
.cid-tsOOGLNHys .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsOOGLNHys .container {
    flex-wrap: nowrap;
  }
}
.cid-tsOOGLNHys .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsOOGLNHys .dropdown-menu,
.cid-tsOOGLNHys .navbar.opened {
  background: #353535 !important;
}
.cid-tsOOGLNHys .nav-item:focus,
.cid-tsOOGLNHys .nav-link:focus {
  outline: none;
}
.cid-tsOOGLNHys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsOOGLNHys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsOOGLNHys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsOOGLNHys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsOOGLNHys .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsOOGLNHys .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsOOGLNHys .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tsOOGLNHys .navbar.opened {
  transition: all 0.3s;
}
.cid-tsOOGLNHys .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsOOGLNHys .navbar .navbar-logo img {
  width: auto;
}
.cid-tsOOGLNHys .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsOOGLNHys .navbar.collapsed {
  justify-content: center;
}
.cid-tsOOGLNHys .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsOOGLNHys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsOOGLNHys .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tsOOGLNHys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsOOGLNHys .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsOOGLNHys .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsOOGLNHys .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsOOGLNHys .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsOOGLNHys .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsOOGLNHys .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsOOGLNHys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsOOGLNHys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsOOGLNHys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsOOGLNHys .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsOOGLNHys .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsOOGLNHys .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsOOGLNHys .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsOOGLNHys .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsOOGLNHys .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsOOGLNHys .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsOOGLNHys .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsOOGLNHys .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsOOGLNHys .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsOOGLNHys .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsOOGLNHys .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsOOGLNHys .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsOOGLNHys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsOOGLNHys .dropdown-item.active,
.cid-tsOOGLNHys .dropdown-item:active {
  background-color: transparent;
}
.cid-tsOOGLNHys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsOOGLNHys .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsOOGLNHys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsOOGLNHys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tsOOGLNHys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsOOGLNHys .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsOOGLNHys ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsOOGLNHys .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsOOGLNHys button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsOOGLNHys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tsOOGLNHys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsOOGLNHys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsOOGLNHys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsOOGLNHys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsOOGLNHys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsOOGLNHys nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsOOGLNHys nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsOOGLNHys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsOOGLNHys .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsOOGLNHys a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsOOGLNHys .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsOOGLNHys .navbar {
    height: 70px;
  }
  .cid-tsOOGLNHys .navbar.opened {
    height: auto;
  }
  .cid-tsOOGLNHys .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsQ6aG7oH5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tsQ6aG7oH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsQ6aG7oH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsQ6aG7oH5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsQ6aG7oH5 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tsQ6aG7oH5 .mbr-section-title {
  color: #ffffff;
}
.cid-tsQVjPJ09h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsQVjPJ09h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsQVjPJ09h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsQVjPJ09h .mbr-section-title {
  color: #990000;
}
.cid-tsQVjPJ09h .mbr-section-subtitle {
  text-align: center;
}
.cid-tsQ6aGArsj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsQ6aGArsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsQ6aGArsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsQ6aGArsj .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsQ6aGArsj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tsQ6aGArsj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsQ6aGArsj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsQ6aGArsj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsQ6aGArsj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsQ6aGArsj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsQ6aGArsj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsQ6aGArsj .card-title {
  color: #990000;
}
.cid-tsQ6aH2RO3 {
  z-index: 1000;
  width: 100%;
}
.cid-tsQ6aH2RO3 nav.navbar {
  position: fixed;
}
.cid-tsQ6aH2RO3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsQ6aH2RO3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsQ6aH2RO3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsQ6aH2RO3 .dropdown-item:hover,
.cid-tsQ6aH2RO3 .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tsQ6aH2RO3 .dropdown-item:hover span {
  color: white;
}
.cid-tsQ6aH2RO3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsQ6aH2RO3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsQ6aH2RO3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsQ6aH2RO3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsQ6aH2RO3 .nav-link {
  position: relative;
}
.cid-tsQ6aH2RO3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsQ6aH2RO3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tsQ6aH2RO3 .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsQ6aH2RO3 .dropdown-menu,
.cid-tsQ6aH2RO3 .navbar.opened {
  background: #353535 !important;
}
.cid-tsQ6aH2RO3 .nav-item:focus,
.cid-tsQ6aH2RO3 .nav-link:focus {
  outline: none;
}
.cid-tsQ6aH2RO3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsQ6aH2RO3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQ6aH2RO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsQ6aH2RO3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsQ6aH2RO3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsQ6aH2RO3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsQ6aH2RO3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tsQ6aH2RO3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tsQ6aH2RO3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsQ6aH2RO3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tsQ6aH2RO3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsQ6aH2RO3 .navbar.collapsed {
  justify-content: center;
}
.cid-tsQ6aH2RO3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsQ6aH2RO3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsQ6aH2RO3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tsQ6aH2RO3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsQ6aH2RO3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsQ6aH2RO3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsQ6aH2RO3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsQ6aH2RO3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsQ6aH2RO3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsQ6aH2RO3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsQ6aH2RO3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsQ6aH2RO3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsQ6aH2RO3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsQ6aH2RO3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsQ6aH2RO3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsQ6aH2RO3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsQ6aH2RO3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsQ6aH2RO3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsQ6aH2RO3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsQ6aH2RO3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsQ6aH2RO3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsQ6aH2RO3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsQ6aH2RO3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsQ6aH2RO3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsQ6aH2RO3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsQ6aH2RO3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsQ6aH2RO3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsQ6aH2RO3 .dropdown-item.active,
.cid-tsQ6aH2RO3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsQ6aH2RO3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsQ6aH2RO3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsQ6aH2RO3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsQ6aH2RO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tsQ6aH2RO3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsQ6aH2RO3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQ6aH2RO3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsQ6aH2RO3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsQ6aH2RO3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsQ6aH2RO3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tsQ6aH2RO3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsQ6aH2RO3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsQ6aH2RO3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsQ6aH2RO3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsQ6aH2RO3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsQ6aH2RO3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsQ6aH2RO3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsQ6aH2RO3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsQ6aH2RO3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsQ6aH2RO3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsQ6aH2RO3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsQ6aH2RO3 .navbar {
    height: 70px;
  }
  .cid-tsQ6aH2RO3 .navbar.opened {
    height: auto;
  }
  .cid-tsQ6aH2RO3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuq17ABLx3 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fhw-brauchtum-karneval-tollitten-1200x400-1200x400.jpg");
}
.cid-tuq17ABLx3 .mbr-text,
.cid-tuq17ABLx3 .mbr-section-btn {
  color: #232323;
}
.cid-tuq17ABLx3 .card-title,
.cid-tuq17ABLx3 .card-box {
  color: #ffffff;
}
.cid-tuq17ABLx3 .mbr-text,
.cid-tuq17ABLx3 .link-wrap {
  color: #ffffff;
}
.cid-tuq17ALODC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tuq17ALODC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuq17ALODC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuq17ALODC .mbr-section-title {
  color: #fafafa;
}
.cid-tuq17ALODC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuN5ERyraa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tuN5ERyraa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuN5ERyraa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuN5ERyraa .mbr-section-title {
  color: #fafafa;
}
.cid-tuN5ERyraa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuOOxDf7N3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tuOOxDf7N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuOOxDf7N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuOOxDf7N3 .mbr-section-title {
  color: #fafafa;
}
.cid-tuOOxDf7N3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuNp7zvfkn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuNp7zvfkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNp7zvfkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNp7zvfkn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuNp7zvfkn .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuNp7zvfkn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuNp7zvfkn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuNp7zvfkn .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuNp7zvfkn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuNp7zvfkn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuNp7zvfkn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuNp7zvfkn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuNp7zvfkn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuNp7zvfkn .card-title {
  color: #e4d6a7;
}
.cid-tuNp7zvfkn .mbr-text,
.cid-tuNp7zvfkn .social-row {
  color: #ffffff;
}
.cid-tuNp7zvfkn .card-subtitle {
  color: #f3eacd;
}
.cid-tuO2S3QcLP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuO2S3QcLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuO2S3QcLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuO2S3QcLP .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuO2S3QcLP .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuO2S3QcLP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO2S3QcLP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuO2S3QcLP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuO2S3QcLP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuO2S3QcLP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuO2S3QcLP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuO2S3QcLP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO2S3QcLP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuO2S3QcLP .card-title {
  color: #e4d6a7;
}
.cid-tuO2S3QcLP .mbr-text,
.cid-tuO2S3QcLP .social-row {
  color: #ffffff;
}
.cid-tuO2S3QcLP .card-subtitle {
  color: #f3eacd;
}
.cid-tuO8BEff9c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuO8BEff9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuO8BEff9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuO8BEff9c .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuO8BEff9c .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuO8BEff9c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuO8BEff9c .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuO8BEff9c .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuO8BEff9c .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuO8BEff9c .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuO8BEff9c .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuO8BEff9c .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuO8BEff9c .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuO8BEff9c .card-title {
  color: #e4d6a7;
}
.cid-tuO8BEff9c .mbr-text,
.cid-tuO8BEff9c .social-row {
  color: #ffffff;
}
.cid-tuO8BEff9c .card-subtitle {
  color: #f3eacd;
}
.cid-tuOBs4qWeI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuOBs4qWeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuOBs4qWeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuOBs4qWeI .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuOBs4qWeI .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuOBs4qWeI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuOBs4qWeI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuOBs4qWeI .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuOBs4qWeI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuOBs4qWeI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuOBs4qWeI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuOBs4qWeI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuOBs4qWeI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuOBs4qWeI .card-title {
  color: #e4d6a7;
}
.cid-tuOBs4qWeI .mbr-text,
.cid-tuOBs4qWeI .social-row {
  color: #ffffff;
}
.cid-tuOBs4qWeI .card-subtitle {
  color: #f3eacd;
}
.cid-tuOGMBKEgq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuOGMBKEgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuOGMBKEgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuOGMBKEgq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuOGMBKEgq .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuOGMBKEgq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuOGMBKEgq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuOGMBKEgq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuOGMBKEgq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuOGMBKEgq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuOGMBKEgq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuOGMBKEgq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuOGMBKEgq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuOGMBKEgq .card-title {
  color: #e4d6a7;
}
.cid-tuOGMBKEgq .mbr-text,
.cid-tuOGMBKEgq .social-row {
  color: #ffffff;
}
.cid-tuOGMBKEgq .card-subtitle {
  color: #f3eacd;
}
.cid-tuUjQxObl4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUjQxObl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUjQxObl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUjQxObl4 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUjQxObl4 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUjQxObl4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUjQxObl4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUjQxObl4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUjQxObl4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUjQxObl4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUjQxObl4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUjQxObl4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUjQxObl4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUjQxObl4 .card-title {
  color: #e4d6a7;
}
.cid-tuUjQxObl4 .mbr-text,
.cid-tuUjQxObl4 .social-row {
  color: #ffffff;
}
.cid-tuUjQxObl4 .card-subtitle {
  color: #f3eacd;
}
.cid-tuUnz5x0NQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUnz5x0NQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUnz5x0NQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUnz5x0NQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUnz5x0NQ .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUnz5x0NQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUnz5x0NQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUnz5x0NQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUnz5x0NQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUnz5x0NQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUnz5x0NQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUnz5x0NQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUnz5x0NQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUnz5x0NQ .card-title {
  color: #e4d6a7;
}
.cid-tuUnz5x0NQ .mbr-text,
.cid-tuUnz5x0NQ .social-row {
  color: #ffffff;
}
.cid-tuUnz5x0NQ .card-subtitle {
  color: #f3eacd;
}
.cid-tuUoQtPoec {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUoQtPoec .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUoQtPoec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUoQtPoec .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUoQtPoec .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUoQtPoec .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUoQtPoec .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUoQtPoec .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUoQtPoec .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUoQtPoec .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUoQtPoec .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUoQtPoec .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUoQtPoec .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUoQtPoec .card-title {
  color: #e4d6a7;
}
.cid-tuUoQtPoec .mbr-text,
.cid-tuUoQtPoec .social-row {
  color: #ffffff;
}
.cid-tuUoQtPoec .card-subtitle {
  color: #f3eacd;
}
.cid-tuUrcbqgrp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUrcbqgrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUrcbqgrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUrcbqgrp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUrcbqgrp .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUrcbqgrp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUrcbqgrp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUrcbqgrp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUrcbqgrp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUrcbqgrp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUrcbqgrp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUrcbqgrp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUrcbqgrp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUrcbqgrp .card-title {
  color: #e4d6a7;
}
.cid-tuUrcbqgrp .mbr-text,
.cid-tuUrcbqgrp .social-row {
  color: #ffffff;
}
.cid-tuUrcbqgrp .card-subtitle {
  color: #f3eacd;
}
.cid-tuUs0fRaL4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUs0fRaL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUs0fRaL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUs0fRaL4 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUs0fRaL4 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUs0fRaL4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUs0fRaL4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUs0fRaL4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUs0fRaL4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUs0fRaL4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUs0fRaL4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUs0fRaL4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUs0fRaL4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUs0fRaL4 .card-title {
  color: #e4d6a7;
}
.cid-tuUs0fRaL4 .mbr-text,
.cid-tuUs0fRaL4 .social-row {
  color: #ffffff;
}
.cid-tuUs0fRaL4 .card-subtitle {
  color: #f3eacd;
}
.cid-tuUsMrnHx3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUsMrnHx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUsMrnHx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUsMrnHx3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUsMrnHx3 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUsMrnHx3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUsMrnHx3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUsMrnHx3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUsMrnHx3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUsMrnHx3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUsMrnHx3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUsMrnHx3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUsMrnHx3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUsMrnHx3 .card-title {
  color: #e4d6a7;
}
.cid-tuUsMrnHx3 .mbr-text,
.cid-tuUsMrnHx3 .social-row {
  color: #ffffff;
}
.cid-tuUsMrnHx3 .card-subtitle {
  color: #f3eacd;
}
.cid-tuUtO7WDXV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUtO7WDXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUtO7WDXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUtO7WDXV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUtO7WDXV .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUtO7WDXV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUtO7WDXV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUtO7WDXV .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUtO7WDXV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUtO7WDXV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUtO7WDXV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUtO7WDXV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUtO7WDXV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUtO7WDXV .card-title {
  color: #e4d6a7;
}
.cid-tuUtO7WDXV .mbr-text,
.cid-tuUtO7WDXV .social-row {
  color: #ffffff;
}
.cid-tuUtO7WDXV .card-subtitle {
  color: #f3eacd;
}
.cid-tuUv4YzS8h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUv4YzS8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUv4YzS8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUv4YzS8h .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUv4YzS8h .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUv4YzS8h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUv4YzS8h .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUv4YzS8h .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUv4YzS8h .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUv4YzS8h .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUv4YzS8h .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUv4YzS8h .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUv4YzS8h .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUv4YzS8h .card-title {
  color: #e4d6a7;
}
.cid-tuUv4YzS8h .mbr-text,
.cid-tuUv4YzS8h .social-row {
  color: #ffffff;
}
.cid-tuUv4YzS8h .card-subtitle {
  color: #f3eacd;
}
.cid-tuUvXmLIT3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUvXmLIT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUvXmLIT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUvXmLIT3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUvXmLIT3 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUvXmLIT3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUvXmLIT3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUvXmLIT3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUvXmLIT3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUvXmLIT3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUvXmLIT3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUvXmLIT3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUvXmLIT3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUvXmLIT3 .card-title {
  color: #e4d6a7;
}
.cid-tuUvXmLIT3 .mbr-text,
.cid-tuUvXmLIT3 .social-row {
  color: #ffffff;
}
.cid-tuUvXmLIT3 .card-subtitle {
  color: #f3eacd;
}
.cid-tuUwW8AsHT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tuUwW8AsHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuUwW8AsHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuUwW8AsHT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tuUwW8AsHT .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tuUwW8AsHT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuUwW8AsHT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuUwW8AsHT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tuUwW8AsHT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuUwW8AsHT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuUwW8AsHT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tuUwW8AsHT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuUwW8AsHT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tuUwW8AsHT .card-title {
  color: #e4d6a7;
}
.cid-tuUwW8AsHT .mbr-text,
.cid-tuUwW8AsHT .social-row {
  color: #ffffff;
}
.cid-tuUwW8AsHT .card-subtitle {
  color: #f3eacd;
}
.cid-tvKhbWuysZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKhbWuysZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKhbWuysZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKhbWuysZ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKhbWuysZ .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKhbWuysZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKhbWuysZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKhbWuysZ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKhbWuysZ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKhbWuysZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKhbWuysZ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKhbWuysZ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKhbWuysZ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKhbWuysZ .card-title {
  color: #e4d6a7;
}
.cid-tvKhbWuysZ .mbr-text,
.cid-tvKhbWuysZ .social-row {
  color: #ffffff;
}
.cid-tvKhbWuysZ .card-subtitle {
  color: #f3eacd;
}
.cid-tvhssMGDqR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvhssMGDqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvhssMGDqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvhssMGDqR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvhssMGDqR .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvhssMGDqR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvhssMGDqR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvhssMGDqR .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvhssMGDqR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvhssMGDqR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvhssMGDqR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvhssMGDqR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvhssMGDqR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvhssMGDqR .card-title {
  color: #e4d6a7;
}
.cid-tvhssMGDqR .mbr-text,
.cid-tvhssMGDqR .social-row {
  color: #ffffff;
}
.cid-tvhssMGDqR .card-subtitle {
  color: #f3eacd;
}
.cid-tvhtNCSFUG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvhtNCSFUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvhtNCSFUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvhtNCSFUG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvhtNCSFUG .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvhtNCSFUG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvhtNCSFUG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvhtNCSFUG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvhtNCSFUG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvhtNCSFUG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvhtNCSFUG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvhtNCSFUG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvhtNCSFUG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvhtNCSFUG .card-title {
  color: #e4d6a7;
}
.cid-tvhtNCSFUG .mbr-text,
.cid-tvhtNCSFUG .social-row {
  color: #ffffff;
}
.cid-tvhtNCSFUG .card-subtitle {
  color: #f3eacd;
}
.cid-tvjK12ZelU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvjK12ZelU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvjK12ZelU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvjK12ZelU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvjK12ZelU .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvjK12ZelU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvjK12ZelU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvjK12ZelU .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvjK12ZelU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvjK12ZelU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvjK12ZelU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvjK12ZelU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvjK12ZelU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvjK12ZelU .card-title {
  color: #e4d6a7;
}
.cid-tvjK12ZelU .mbr-text,
.cid-tvjK12ZelU .social-row {
  color: #ffffff;
}
.cid-tvjK12ZelU .card-subtitle {
  color: #f3eacd;
}
.cid-tvKi7eAukX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKi7eAukX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKi7eAukX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKi7eAukX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKi7eAukX .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKi7eAukX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKi7eAukX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKi7eAukX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKi7eAukX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKi7eAukX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKi7eAukX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKi7eAukX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKi7eAukX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKi7eAukX .card-title {
  color: #e4d6a7;
}
.cid-tvKi7eAukX .mbr-text,
.cid-tvKi7eAukX .social-row {
  color: #ffffff;
}
.cid-tvKi7eAukX .card-subtitle {
  color: #f3eacd;
}
.cid-tvKiLM0ir9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKiLM0ir9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKiLM0ir9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKiLM0ir9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKiLM0ir9 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKiLM0ir9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKiLM0ir9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKiLM0ir9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKiLM0ir9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKiLM0ir9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKiLM0ir9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKiLM0ir9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKiLM0ir9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKiLM0ir9 .card-title {
  color: #e4d6a7;
}
.cid-tvKiLM0ir9 .mbr-text,
.cid-tvKiLM0ir9 .social-row {
  color: #ffffff;
}
.cid-tvKiLM0ir9 .card-subtitle {
  color: #f3eacd;
}
.cid-tvKjf2pF4O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKjf2pF4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKjf2pF4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKjf2pF4O .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKjf2pF4O .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKjf2pF4O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKjf2pF4O .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKjf2pF4O .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKjf2pF4O .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKjf2pF4O .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKjf2pF4O .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKjf2pF4O .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKjf2pF4O .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKjf2pF4O .card-title {
  color: #e4d6a7;
}
.cid-tvKjf2pF4O .mbr-text,
.cid-tvKjf2pF4O .social-row {
  color: #ffffff;
}
.cid-tvKjf2pF4O .card-subtitle {
  color: #f3eacd;
}
.cid-tvKlgp2zzy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKlgp2zzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKlgp2zzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKlgp2zzy .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKlgp2zzy .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKlgp2zzy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKlgp2zzy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKlgp2zzy .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKlgp2zzy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKlgp2zzy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKlgp2zzy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKlgp2zzy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKlgp2zzy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKlgp2zzy .card-title {
  color: #e4d6a7;
}
.cid-tvKlgp2zzy .mbr-text,
.cid-tvKlgp2zzy .social-row {
  color: #ffffff;
}
.cid-tvKlgp2zzy .card-subtitle {
  color: #f3eacd;
}
.cid-tvjPadHhsX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvjPadHhsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvjPadHhsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvjPadHhsX .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvjPadHhsX .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvjPadHhsX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvjPadHhsX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvjPadHhsX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvjPadHhsX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvjPadHhsX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvjPadHhsX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvjPadHhsX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvjPadHhsX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvjPadHhsX .card-title {
  color: #e4d6a7;
}
.cid-tvjPadHhsX .mbr-text,
.cid-tvjPadHhsX .social-row {
  color: #ffffff;
}
.cid-tvjPadHhsX .card-subtitle {
  color: #f3eacd;
}
.cid-tvjPWRFE19 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvjPWRFE19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvjPWRFE19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvjPWRFE19 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvjPWRFE19 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvjPWRFE19 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvjPWRFE19 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvjPWRFE19 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvjPWRFE19 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvjPWRFE19 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvjPWRFE19 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvjPWRFE19 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvjPWRFE19 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvjPWRFE19 .card-title {
  color: #e4d6a7;
}
.cid-tvjPWRFE19 .mbr-text,
.cid-tvjPWRFE19 .social-row {
  color: #ffffff;
}
.cid-tvjPWRFE19 .card-subtitle {
  color: #f3eacd;
}
.cid-tvjU6Dd7iF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvjU6Dd7iF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvjU6Dd7iF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvjU6Dd7iF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvjU6Dd7iF .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvjU6Dd7iF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvjU6Dd7iF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvjU6Dd7iF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvjU6Dd7iF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvjU6Dd7iF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvjU6Dd7iF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvjU6Dd7iF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvjU6Dd7iF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvjU6Dd7iF .card-title {
  color: #e4d6a7;
}
.cid-tvjU6Dd7iF .mbr-text,
.cid-tvjU6Dd7iF .social-row {
  color: #ffffff;
}
.cid-tvjU6Dd7iF .card-subtitle {
  color: #f3eacd;
}
.cid-tvKm4j38QJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKm4j38QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKm4j38QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKm4j38QJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKm4j38QJ .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKm4j38QJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKm4j38QJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKm4j38QJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKm4j38QJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKm4j38QJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKm4j38QJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKm4j38QJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKm4j38QJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKm4j38QJ .card-title {
  color: #e4d6a7;
}
.cid-tvKm4j38QJ .mbr-text,
.cid-tvKm4j38QJ .social-row {
  color: #ffffff;
}
.cid-tvKm4j38QJ .card-subtitle {
  color: #f3eacd;
}
.cid-tvKn4qsSoC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKn4qsSoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKn4qsSoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKn4qsSoC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKn4qsSoC .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKn4qsSoC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKn4qsSoC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKn4qsSoC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKn4qsSoC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKn4qsSoC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKn4qsSoC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKn4qsSoC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKn4qsSoC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKn4qsSoC .card-title {
  color: #e4d6a7;
}
.cid-tvKn4qsSoC .mbr-text,
.cid-tvKn4qsSoC .social-row {
  color: #ffffff;
}
.cid-tvKn4qsSoC .card-subtitle {
  color: #f3eacd;
}
.cid-tvKoqukCvh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKoqukCvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKoqukCvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKoqukCvh .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKoqukCvh .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKoqukCvh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKoqukCvh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKoqukCvh .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKoqukCvh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKoqukCvh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKoqukCvh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKoqukCvh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKoqukCvh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKoqukCvh .card-title {
  color: #e4d6a7;
}
.cid-tvKoqukCvh .mbr-text,
.cid-tvKoqukCvh .social-row {
  color: #ffffff;
}
.cid-tvKoqukCvh .card-subtitle {
  color: #f3eacd;
}
.cid-tvjWgwpii7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvjWgwpii7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvjWgwpii7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvjWgwpii7 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvjWgwpii7 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvjWgwpii7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvjWgwpii7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvjWgwpii7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvjWgwpii7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvjWgwpii7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvjWgwpii7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvjWgwpii7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvjWgwpii7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvjWgwpii7 .card-title {
  color: #e4d6a7;
}
.cid-tvjWgwpii7 .mbr-text,
.cid-tvjWgwpii7 .social-row {
  color: #ffffff;
}
.cid-tvjWgwpii7 .card-subtitle {
  color: #f3eacd;
}
.cid-tvKeDB2E80 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKeDB2E80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKeDB2E80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKeDB2E80 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKeDB2E80 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKeDB2E80 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKeDB2E80 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKeDB2E80 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKeDB2E80 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKeDB2E80 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKeDB2E80 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKeDB2E80 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKeDB2E80 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKeDB2E80 .card-title {
  color: #e4d6a7;
}
.cid-tvKeDB2E80 .mbr-text,
.cid-tvKeDB2E80 .social-row {
  color: #ffffff;
}
.cid-tvKeDB2E80 .card-subtitle {
  color: #f3eacd;
}
.cid-tvk02oCx1J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvk02oCx1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvk02oCx1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvk02oCx1J .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvk02oCx1J .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvk02oCx1J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvk02oCx1J .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvk02oCx1J .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvk02oCx1J .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvk02oCx1J .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvk02oCx1J .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvk02oCx1J .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvk02oCx1J .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvk02oCx1J .card-title {
  color: #e4d6a7;
}
.cid-tvk02oCx1J .mbr-text,
.cid-tvk02oCx1J .social-row {
  color: #ffffff;
}
.cid-tvk02oCx1J .card-subtitle {
  color: #f3eacd;
}
.cid-tvrk93xVxT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrk93xVxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrk93xVxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrk93xVxT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrk93xVxT .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrk93xVxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrk93xVxT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrk93xVxT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrk93xVxT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrk93xVxT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrk93xVxT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrk93xVxT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrk93xVxT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrk93xVxT .card-title {
  color: #e4d6a7;
}
.cid-tvrk93xVxT .mbr-text,
.cid-tvrk93xVxT .social-row {
  color: #ffffff;
}
.cid-tvrk93xVxT .card-subtitle {
  color: #f3eacd;
}
.cid-tvrimk0bFF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrimk0bFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrimk0bFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrimk0bFF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrimk0bFF .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrimk0bFF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrimk0bFF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrimk0bFF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrimk0bFF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrimk0bFF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrimk0bFF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrimk0bFF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrimk0bFF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrimk0bFF .card-title {
  color: #e4d6a7;
}
.cid-tvrimk0bFF .mbr-text,
.cid-tvrimk0bFF .social-row {
  color: #ffffff;
}
.cid-tvrimk0bFF .card-subtitle {
  color: #f3eacd;
}
.cid-tvreFf78GY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvreFf78GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvreFf78GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvreFf78GY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvreFf78GY .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvreFf78GY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvreFf78GY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvreFf78GY .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvreFf78GY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvreFf78GY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvreFf78GY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvreFf78GY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvreFf78GY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvreFf78GY .card-title {
  color: #e4d6a7;
}
.cid-tvreFf78GY .mbr-text,
.cid-tvreFf78GY .social-row {
  color: #ffffff;
}
.cid-tvreFf78GY .card-subtitle {
  color: #f3eacd;
}
.cid-tvrlKxafE1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrlKxafE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrlKxafE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrlKxafE1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrlKxafE1 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrlKxafE1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrlKxafE1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrlKxafE1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrlKxafE1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrlKxafE1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrlKxafE1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrlKxafE1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrlKxafE1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrlKxafE1 .card-title {
  color: #e4d6a7;
}
.cid-tvrlKxafE1 .mbr-text,
.cid-tvrlKxafE1 .social-row {
  color: #ffffff;
}
.cid-tvrlKxafE1 .card-subtitle {
  color: #f3eacd;
}
.cid-tvrn8suEGi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrn8suEGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrn8suEGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrn8suEGi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrn8suEGi .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrn8suEGi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrn8suEGi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrn8suEGi .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrn8suEGi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrn8suEGi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrn8suEGi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrn8suEGi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrn8suEGi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrn8suEGi .card-title {
  color: #e4d6a7;
}
.cid-tvrn8suEGi .mbr-text,
.cid-tvrn8suEGi .social-row {
  color: #ffffff;
}
.cid-tvrn8suEGi .card-subtitle {
  color: #f3eacd;
}
.cid-tvrnZTz0Gq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrnZTz0Gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrnZTz0Gq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrnZTz0Gq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrnZTz0Gq .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrnZTz0Gq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrnZTz0Gq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrnZTz0Gq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrnZTz0Gq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrnZTz0Gq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrnZTz0Gq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrnZTz0Gq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrnZTz0Gq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrnZTz0Gq .card-title {
  color: #e4d6a7;
}
.cid-tvrnZTz0Gq .mbr-text,
.cid-tvrnZTz0Gq .social-row {
  color: #ffffff;
}
.cid-tvrnZTz0Gq .card-subtitle {
  color: #f3eacd;
}
.cid-tvrpvxyKYz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrpvxyKYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrpvxyKYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrpvxyKYz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrpvxyKYz .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrpvxyKYz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrpvxyKYz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrpvxyKYz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrpvxyKYz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrpvxyKYz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrpvxyKYz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrpvxyKYz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrpvxyKYz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrpvxyKYz .card-title {
  color: #e4d6a7;
}
.cid-tvrpvxyKYz .mbr-text,
.cid-tvrpvxyKYz .social-row {
  color: #ffffff;
}
.cid-tvrpvxyKYz .card-subtitle {
  color: #f3eacd;
}
.cid-tvrq0GYJMf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrq0GYJMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrq0GYJMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrq0GYJMf .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrq0GYJMf .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrq0GYJMf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrq0GYJMf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrq0GYJMf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrq0GYJMf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrq0GYJMf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrq0GYJMf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrq0GYJMf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrq0GYJMf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrq0GYJMf .card-title {
  color: #e4d6a7;
}
.cid-tvrq0GYJMf .mbr-text,
.cid-tvrq0GYJMf .social-row {
  color: #ffffff;
}
.cid-tvrq0GYJMf .card-subtitle {
  color: #f3eacd;
}
.cid-tvrqGEB7lk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrqGEB7lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrqGEB7lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrqGEB7lk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrqGEB7lk .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrqGEB7lk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrqGEB7lk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrqGEB7lk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrqGEB7lk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrqGEB7lk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrqGEB7lk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrqGEB7lk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrqGEB7lk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrqGEB7lk .card-title {
  color: #e4d6a7;
}
.cid-tvrqGEB7lk .mbr-text,
.cid-tvrqGEB7lk .social-row {
  color: #ffffff;
}
.cid-tvrqGEB7lk .card-subtitle {
  color: #f3eacd;
}
.cid-tvrrh8htBJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrrh8htBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrrh8htBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrrh8htBJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrrh8htBJ .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrrh8htBJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrrh8htBJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrrh8htBJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrrh8htBJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrrh8htBJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrrh8htBJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrrh8htBJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrrh8htBJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrrh8htBJ .card-title {
  color: #e4d6a7;
}
.cid-tvrrh8htBJ .mbr-text,
.cid-tvrrh8htBJ .social-row {
  color: #ffffff;
}
.cid-tvrrh8htBJ .card-subtitle {
  color: #f3eacd;
}
.cid-tvrrXHizzo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvrrXHizzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvrrXHizzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvrrXHizzo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvrrXHizzo .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvrrXHizzo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvrrXHizzo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvrrXHizzo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvrrXHizzo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvrrXHizzo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvrrXHizzo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvrrXHizzo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvrrXHizzo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvrrXHizzo .card-title {
  color: #e4d6a7;
}
.cid-tvrrXHizzo .mbr-text,
.cid-tvrrXHizzo .social-row {
  color: #ffffff;
}
.cid-tvrrXHizzo .card-subtitle {
  color: #f3eacd;
}
.cid-tvEMxhVvXA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEMxhVvXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEMxhVvXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEMxhVvXA .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEMxhVvXA .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEMxhVvXA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEMxhVvXA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEMxhVvXA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEMxhVvXA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEMxhVvXA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEMxhVvXA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEMxhVvXA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEMxhVvXA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEMxhVvXA .card-title {
  color: #e4d6a7;
}
.cid-tvEMxhVvXA .mbr-text,
.cid-tvEMxhVvXA .social-row {
  color: #ffffff;
}
.cid-tvEMxhVvXA .card-subtitle {
  color: #f3eacd;
}
.cid-tvEOY1hvl2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEOY1hvl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEOY1hvl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEOY1hvl2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEOY1hvl2 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEOY1hvl2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEOY1hvl2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEOY1hvl2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEOY1hvl2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEOY1hvl2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEOY1hvl2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEOY1hvl2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEOY1hvl2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEOY1hvl2 .card-title {
  color: #e4d6a7;
}
.cid-tvEOY1hvl2 .mbr-text,
.cid-tvEOY1hvl2 .social-row {
  color: #ffffff;
}
.cid-tvEOY1hvl2 .card-subtitle {
  color: #f3eacd;
}
.cid-tvEQKZEqS6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEQKZEqS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEQKZEqS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEQKZEqS6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEQKZEqS6 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEQKZEqS6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEQKZEqS6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEQKZEqS6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEQKZEqS6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEQKZEqS6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEQKZEqS6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEQKZEqS6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEQKZEqS6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEQKZEqS6 .card-title {
  color: #e4d6a7;
}
.cid-tvEQKZEqS6 .mbr-text,
.cid-tvEQKZEqS6 .social-row {
  color: #ffffff;
}
.cid-tvEQKZEqS6 .card-subtitle {
  color: #f3eacd;
}
.cid-tvEPOb09Y7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEPOb09Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEPOb09Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEPOb09Y7 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEPOb09Y7 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEPOb09Y7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEPOb09Y7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEPOb09Y7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEPOb09Y7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEPOb09Y7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEPOb09Y7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEPOb09Y7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEPOb09Y7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEPOb09Y7 .card-title {
  color: #e4d6a7;
}
.cid-tvEPOb09Y7 .mbr-text,
.cid-tvEPOb09Y7 .social-row {
  color: #ffffff;
}
.cid-tvEPOb09Y7 .card-subtitle {
  color: #f3eacd;
}
.cid-tvET6dW32m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvET6dW32m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvET6dW32m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvET6dW32m .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvET6dW32m .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvET6dW32m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvET6dW32m .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvET6dW32m .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvET6dW32m .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvET6dW32m .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvET6dW32m .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvET6dW32m .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvET6dW32m .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvET6dW32m .card-title {
  color: #e4d6a7;
}
.cid-tvET6dW32m .mbr-text,
.cid-tvET6dW32m .social-row {
  color: #ffffff;
}
.cid-tvET6dW32m .card-subtitle {
  color: #f3eacd;
}
.cid-tvEWUXse3T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEWUXse3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEWUXse3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEWUXse3T .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEWUXse3T .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEWUXse3T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEWUXse3T .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEWUXse3T .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEWUXse3T .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEWUXse3T .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEWUXse3T .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEWUXse3T .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEWUXse3T .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEWUXse3T .card-title {
  color: #e4d6a7;
}
.cid-tvEWUXse3T .mbr-text,
.cid-tvEWUXse3T .social-row {
  color: #ffffff;
}
.cid-tvEWUXse3T .card-subtitle {
  color: #f3eacd;
}
.cid-tvEXNWrr5Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEXNWrr5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEXNWrr5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEXNWrr5Y .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEXNWrr5Y .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEXNWrr5Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEXNWrr5Y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEXNWrr5Y .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEXNWrr5Y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEXNWrr5Y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEXNWrr5Y .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEXNWrr5Y .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEXNWrr5Y .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEXNWrr5Y .card-title {
  color: #e4d6a7;
}
.cid-tvEXNWrr5Y .mbr-text,
.cid-tvEXNWrr5Y .social-row {
  color: #ffffff;
}
.cid-tvEXNWrr5Y .card-subtitle {
  color: #f3eacd;
}
.cid-tvEZ3xZfLQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvEZ3xZfLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvEZ3xZfLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvEZ3xZfLQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvEZ3xZfLQ .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvEZ3xZfLQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvEZ3xZfLQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvEZ3xZfLQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvEZ3xZfLQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvEZ3xZfLQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvEZ3xZfLQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvEZ3xZfLQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvEZ3xZfLQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvEZ3xZfLQ .card-title {
  color: #e4d6a7;
}
.cid-tvEZ3xZfLQ .mbr-text,
.cid-tvEZ3xZfLQ .social-row {
  color: #ffffff;
}
.cid-tvEZ3xZfLQ .card-subtitle {
  color: #f3eacd;
}
.cid-tvF15IGC2Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvF15IGC2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvF15IGC2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvF15IGC2Q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvF15IGC2Q .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvF15IGC2Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvF15IGC2Q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvF15IGC2Q .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvF15IGC2Q .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvF15IGC2Q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvF15IGC2Q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvF15IGC2Q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvF15IGC2Q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvF15IGC2Q .card-title {
  color: #e4d6a7;
}
.cid-tvF15IGC2Q .mbr-text,
.cid-tvF15IGC2Q .social-row {
  color: #ffffff;
}
.cid-tvF15IGC2Q .card-subtitle {
  color: #f3eacd;
}
.cid-tvF23eFYhx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvF23eFYhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvF23eFYhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvF23eFYhx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvF23eFYhx .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvF23eFYhx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvF23eFYhx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvF23eFYhx .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvF23eFYhx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvF23eFYhx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvF23eFYhx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvF23eFYhx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvF23eFYhx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvF23eFYhx .card-title {
  color: #e4d6a7;
}
.cid-tvF23eFYhx .mbr-text,
.cid-tvF23eFYhx .social-row {
  color: #ffffff;
}
.cid-tvF23eFYhx .card-subtitle {
  color: #f3eacd;
}
.cid-tvF2RUPIn0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvF2RUPIn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvF2RUPIn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvF2RUPIn0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvF2RUPIn0 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvF2RUPIn0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvF2RUPIn0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvF2RUPIn0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvF2RUPIn0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvF2RUPIn0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvF2RUPIn0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvF2RUPIn0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvF2RUPIn0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvF2RUPIn0 .card-title {
  color: #e4d6a7;
}
.cid-tvF2RUPIn0 .mbr-text,
.cid-tvF2RUPIn0 .social-row {
  color: #ffffff;
}
.cid-tvF2RUPIn0 .card-subtitle {
  color: #f3eacd;
}
.cid-tvF3XgmwVu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvF3XgmwVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvF3XgmwVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvF3XgmwVu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvF3XgmwVu .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvF3XgmwVu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvF3XgmwVu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvF3XgmwVu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvF3XgmwVu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvF3XgmwVu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvF3XgmwVu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvF3XgmwVu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvF3XgmwVu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvF3XgmwVu .card-title {
  color: #e4d6a7;
}
.cid-tvF3XgmwVu .mbr-text,
.cid-tvF3XgmwVu .social-row {
  color: #ffffff;
}
.cid-tvF3XgmwVu .card-subtitle {
  color: #f3eacd;
}
.cid-tvKuDsZxYb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKuDsZxYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKuDsZxYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKuDsZxYb .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKuDsZxYb .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKuDsZxYb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKuDsZxYb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKuDsZxYb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKuDsZxYb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKuDsZxYb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKuDsZxYb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKuDsZxYb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKuDsZxYb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKuDsZxYb .card-title {
  color: #e4d6a7;
}
.cid-tvKuDsZxYb .mbr-text,
.cid-tvKuDsZxYb .social-row {
  color: #ffffff;
}
.cid-tvKuDsZxYb .card-subtitle {
  color: #f3eacd;
}
.cid-tvKAxWe0JW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKAxWe0JW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKAxWe0JW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKAxWe0JW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKAxWe0JW .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKAxWe0JW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKAxWe0JW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKAxWe0JW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKAxWe0JW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKAxWe0JW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKAxWe0JW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKAxWe0JW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKAxWe0JW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKAxWe0JW .card-title {
  color: #e4d6a7;
}
.cid-tvKAxWe0JW .mbr-text,
.cid-tvKAxWe0JW .social-row {
  color: #ffffff;
}
.cid-tvKAxWe0JW .card-subtitle {
  color: #f3eacd;
}
.cid-tvKEPAioAQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKEPAioAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKEPAioAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKEPAioAQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKEPAioAQ .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKEPAioAQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKEPAioAQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKEPAioAQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKEPAioAQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKEPAioAQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKEPAioAQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKEPAioAQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKEPAioAQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKEPAioAQ .card-title {
  color: #e4d6a7;
}
.cid-tvKEPAioAQ .mbr-text,
.cid-tvKEPAioAQ .social-row {
  color: #ffffff;
}
.cid-tvKEPAioAQ .card-subtitle {
  color: #f3eacd;
}
.cid-tvKJxL5kXn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hg-abstrakt-008-2022-1200x400.jpg");
}
.cid-tvKJxL5kXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKJxL5kXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKJxL5kXn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tvKJxL5kXn .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-tvKJxL5kXn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvKJxL5kXn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tvKJxL5kXn .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tvKJxL5kXn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tvKJxL5kXn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvKJxL5kXn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tvKJxL5kXn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvKJxL5kXn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tvKJxL5kXn .card-title {
  color: #e4d6a7;
}
.cid-tvKJxL5kXn .mbr-text,
.cid-tvKJxL5kXn .social-row {
  color: #ffffff;
}
.cid-tvKJxL5kXn .card-subtitle {
  color: #f3eacd;
}
.cid-tuq17FmOZ0 {
  z-index: 1000;
  width: 100%;
}
.cid-tuq17FmOZ0 nav.navbar {
  position: fixed;
}
.cid-tuq17FmOZ0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuq17FmOZ0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuq17FmOZ0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuq17FmOZ0 .dropdown-item:hover,
.cid-tuq17FmOZ0 .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tuq17FmOZ0 .dropdown-item:hover span {
  color: white;
}
.cid-tuq17FmOZ0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuq17FmOZ0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuq17FmOZ0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuq17FmOZ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuq17FmOZ0 .nav-link {
  position: relative;
}
.cid-tuq17FmOZ0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuq17FmOZ0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tuq17FmOZ0 .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuq17FmOZ0 .dropdown-menu,
.cid-tuq17FmOZ0 .navbar.opened {
  background: #353535 !important;
}
.cid-tuq17FmOZ0 .nav-item:focus,
.cid-tuq17FmOZ0 .nav-link:focus {
  outline: none;
}
.cid-tuq17FmOZ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuq17FmOZ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuq17FmOZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuq17FmOZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuq17FmOZ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuq17FmOZ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuq17FmOZ0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tuq17FmOZ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuq17FmOZ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuq17FmOZ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuq17FmOZ0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuq17FmOZ0 .navbar.collapsed {
  justify-content: center;
}
.cid-tuq17FmOZ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuq17FmOZ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuq17FmOZ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tuq17FmOZ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuq17FmOZ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuq17FmOZ0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuq17FmOZ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuq17FmOZ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuq17FmOZ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuq17FmOZ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuq17FmOZ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuq17FmOZ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuq17FmOZ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuq17FmOZ0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuq17FmOZ0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuq17FmOZ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuq17FmOZ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuq17FmOZ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuq17FmOZ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuq17FmOZ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuq17FmOZ0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuq17FmOZ0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuq17FmOZ0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuq17FmOZ0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuq17FmOZ0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuq17FmOZ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuq17FmOZ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuq17FmOZ0 .dropdown-item.active,
.cid-tuq17FmOZ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuq17FmOZ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuq17FmOZ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuq17FmOZ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuq17FmOZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tuq17FmOZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuq17FmOZ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuq17FmOZ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuq17FmOZ0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuq17FmOZ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuq17FmOZ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tuq17FmOZ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuq17FmOZ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuq17FmOZ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuq17FmOZ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuq17FmOZ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuq17FmOZ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuq17FmOZ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuq17FmOZ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuq17FmOZ0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuq17FmOZ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuq17FmOZ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuq17FmOZ0 .navbar {
    height: 70px;
  }
  .cid-tuq17FmOZ0 .navbar.opened {
    height: auto;
  }
  .cid-tuq17FmOZ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tuNfnOlcnn {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fhw-brauchtum-karneval-tollitten-1200x400-1200x400.jpg");
}
.cid-tuNfnOlcnn .mbr-text,
.cid-tuNfnOlcnn .mbr-section-btn {
  color: #232323;
}
.cid-tuNfnOlcnn .card-title,
.cid-tuNfnOlcnn .card-box {
  color: #ffffff;
}
.cid-tuNfnOlcnn .mbr-text,
.cid-tuNfnOlcnn .link-wrap {
  color: #ffffff;
}
.cid-tuNfnOC1H3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tuNfnOC1H3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNfnOC1H3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNfnOC1H3 .mbr-section-title {
  color: #fafafa;
}
.cid-tuNfnOC1H3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuOihLIpLo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tuOihLIpLo .carousel {
    min-height: 600px;
  }
  .cid-tuOihLIpLo .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tuOihLIpLo .carousel {
    min-height: 390px;
  }
  .cid-tuOihLIpLo .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tuOihLIpLo .carousel {
    min-height: 330px;
  }
  .cid-tuOihLIpLo .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tuOihLIpLo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tuOihLIpLo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tuOihLIpLo .carousel,
.cid-tuOihLIpLo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tuOihLIpLo .item-wrapper {
  width: 100%;
}
.cid-tuOihLIpLo .carousel-caption {
  bottom: 40px;
}
.cid-tuOihLIpLo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tuOihLIpLo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tuOihLIpLo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tuOihLIpLo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tuOihLIpLo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tuOihLIpLo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuOihLIpLo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuOihLIpLo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuOihLIpLo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tuOihLIpLo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tuOihLIpLo .carousel-indicators li.active,
.cid-tuOihLIpLo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuOihLIpLo .carousel-indicators li::after,
.cid-tuOihLIpLo .carousel-indicators li::before {
  content: none;
}
.cid-tuOihLIpLo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tuOihLIpLo .carousel-indicators {
    display: none !important;
  }
}
.cid-tvEEihaB2F {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tvEEihaB2F .carousel {
    min-height: 600px;
  }
  .cid-tvEEihaB2F .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tvEEihaB2F .carousel {
    min-height: 390px;
  }
  .cid-tvEEihaB2F .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tvEEihaB2F .carousel {
    min-height: 330px;
  }
  .cid-tvEEihaB2F .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tvEEihaB2F .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tvEEihaB2F .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tvEEihaB2F .carousel,
.cid-tvEEihaB2F .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tvEEihaB2F .item-wrapper {
  width: 100%;
}
.cid-tvEEihaB2F .carousel-caption {
  bottom: 40px;
}
.cid-tvEEihaB2F .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tvEEihaB2F .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tvEEihaB2F .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tvEEihaB2F .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tvEEihaB2F .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tvEEihaB2F .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvEEihaB2F .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvEEihaB2F .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvEEihaB2F .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tvEEihaB2F .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tvEEihaB2F .carousel-indicators li.active,
.cid-tvEEihaB2F .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tvEEihaB2F .carousel-indicators li::after,
.cid-tvEEihaB2F .carousel-indicators li::before {
  content: none;
}
.cid-tvEEihaB2F .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tvEEihaB2F .carousel-indicators {
    display: none !important;
  }
}
.cid-tuNfnORIYM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-tuNfnORIYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNfnORIYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNfnORIYM .mbr-section-title {
  color: #fafafa;
}
.cid-tuNfnORIYM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuNfnPi9Ku {
  z-index: 1000;
  width: 100%;
}
.cid-tuNfnPi9Ku nav.navbar {
  position: fixed;
}
.cid-tuNfnPi9Ku .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuNfnPi9Ku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuNfnPi9Ku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuNfnPi9Ku .dropdown-item:hover,
.cid-tuNfnPi9Ku .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tuNfnPi9Ku .dropdown-item:hover span {
  color: white;
}
.cid-tuNfnPi9Ku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuNfnPi9Ku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuNfnPi9Ku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuNfnPi9Ku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuNfnPi9Ku .nav-link {
  position: relative;
}
.cid-tuNfnPi9Ku .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuNfnPi9Ku .container {
    flex-wrap: nowrap;
  }
}
.cid-tuNfnPi9Ku .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuNfnPi9Ku .dropdown-menu,
.cid-tuNfnPi9Ku .navbar.opened {
  background: #353535 !important;
}
.cid-tuNfnPi9Ku .nav-item:focus,
.cid-tuNfnPi9Ku .nav-link:focus {
  outline: none;
}
.cid-tuNfnPi9Ku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuNfnPi9Ku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuNfnPi9Ku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuNfnPi9Ku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuNfnPi9Ku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuNfnPi9Ku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuNfnPi9Ku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tuNfnPi9Ku .navbar.opened {
  transition: all 0.3s;
}
.cid-tuNfnPi9Ku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuNfnPi9Ku .navbar .navbar-logo img {
  width: auto;
}
.cid-tuNfnPi9Ku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuNfnPi9Ku .navbar.collapsed {
  justify-content: center;
}
.cid-tuNfnPi9Ku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuNfnPi9Ku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuNfnPi9Ku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tuNfnPi9Ku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuNfnPi9Ku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuNfnPi9Ku .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuNfnPi9Ku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuNfnPi9Ku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuNfnPi9Ku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuNfnPi9Ku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuNfnPi9Ku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuNfnPi9Ku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuNfnPi9Ku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuNfnPi9Ku .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuNfnPi9Ku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuNfnPi9Ku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuNfnPi9Ku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuNfnPi9Ku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuNfnPi9Ku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuNfnPi9Ku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tuNfnPi9Ku .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tuNfnPi9Ku .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuNfnPi9Ku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuNfnPi9Ku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuNfnPi9Ku .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuNfnPi9Ku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuNfnPi9Ku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuNfnPi9Ku .dropdown-item.active,
.cid-tuNfnPi9Ku .dropdown-item:active {
  background-color: transparent;
}
.cid-tuNfnPi9Ku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuNfnPi9Ku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuNfnPi9Ku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuNfnPi9Ku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tuNfnPi9Ku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuNfnPi9Ku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuNfnPi9Ku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuNfnPi9Ku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuNfnPi9Ku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuNfnPi9Ku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tuNfnPi9Ku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuNfnPi9Ku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuNfnPi9Ku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuNfnPi9Ku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuNfnPi9Ku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNfnPi9Ku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuNfnPi9Ku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuNfnPi9Ku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNfnPi9Ku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuNfnPi9Ku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuNfnPi9Ku .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuNfnPi9Ku .navbar {
    height: 70px;
  }
  .cid-tuNfnPi9Ku .navbar.opened {
    height: auto;
  }
  .cid-tuNfnPi9Ku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-txtLFfNlpt {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fhw-brauchtum-karneval-orden-sepia-1200x400.jpg");
}
.cid-txtLFfNlpt .mbr-text,
.cid-txtLFfNlpt .mbr-section-btn {
  color: #232323;
}
.cid-txtLFfNlpt .card-title,
.cid-txtLFfNlpt .card-box {
  color: #ffffff;
}
.cid-txtLFfNlpt .mbr-text,
.cid-txtLFfNlpt .link-wrap {
  color: #ffffff;
}
.cid-txtLFfXRvf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-txtLFfXRvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFfXRvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFfXRvf .mbr-section-title {
  color: #fafafa;
}
.cid-txtLFfXRvf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txtLFg6K9M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFg6K9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFg6K9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFg6K9M .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFg6K9M .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFg6K9M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFg6K9M .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFg6K9M .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFg6K9M .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFg6K9M .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFg6K9M .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFg6K9M .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFg6K9M .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFg6K9M .card-title {
  color: #e4d6a7;
}
.cid-txtLFg6K9M .mbr-text,
.cid-txtLFg6K9M .social-row {
  color: #ffffff;
}
.cid-txtLFg6K9M .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFgr086 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFgr086 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFgr086 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFgr086 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFgr086 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFgr086 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFgr086 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFgr086 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFgr086 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFgr086 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFgr086 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFgr086 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFgr086 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFgr086 .card-title {
  color: #e4d6a7;
}
.cid-txtLFgr086 .mbr-text,
.cid-txtLFgr086 .social-row {
  color: #ffffff;
}
.cid-txtLFgr086 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFgO3SN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFgO3SN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFgO3SN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFgO3SN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFgO3SN .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFgO3SN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFgO3SN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFgO3SN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFgO3SN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFgO3SN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFgO3SN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFgO3SN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFgO3SN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFgO3SN .card-title {
  color: #e4d6a7;
}
.cid-txtLFgO3SN .mbr-text,
.cid-txtLFgO3SN .social-row {
  color: #ffffff;
}
.cid-txtLFgO3SN .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFh8PIk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFh8PIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFh8PIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFh8PIk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFh8PIk .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFh8PIk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFh8PIk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFh8PIk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFh8PIk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFh8PIk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFh8PIk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFh8PIk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFh8PIk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFh8PIk .card-title {
  color: #e4d6a7;
}
.cid-txtLFh8PIk .mbr-text,
.cid-txtLFh8PIk .social-row {
  color: #ffffff;
}
.cid-txtLFh8PIk .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFhtUlh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFhtUlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFhtUlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFhtUlh .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFhtUlh .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFhtUlh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFhtUlh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFhtUlh .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFhtUlh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFhtUlh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFhtUlh .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFhtUlh .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFhtUlh .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFhtUlh .card-title {
  color: #e4d6a7;
}
.cid-txtLFhtUlh .mbr-text,
.cid-txtLFhtUlh .social-row {
  color: #ffffff;
}
.cid-txtLFhtUlh .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFhStXd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFhStXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFhStXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFhStXd .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFhStXd .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFhStXd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFhStXd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFhStXd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFhStXd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFhStXd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFhStXd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFhStXd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFhStXd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFhStXd .card-title {
  color: #e4d6a7;
}
.cid-txtLFhStXd .mbr-text,
.cid-txtLFhStXd .social-row {
  color: #ffffff;
}
.cid-txtLFhStXd .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFieNd0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFieNd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFieNd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFieNd0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFieNd0 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFieNd0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFieNd0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFieNd0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFieNd0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFieNd0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFieNd0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFieNd0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFieNd0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFieNd0 .card-title {
  color: #e4d6a7;
}
.cid-txtLFieNd0 .mbr-text,
.cid-txtLFieNd0 .social-row {
  color: #ffffff;
}
.cid-txtLFieNd0 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFiD5I4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFiD5I4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFiD5I4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFiD5I4 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFiD5I4 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFiD5I4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFiD5I4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFiD5I4 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFiD5I4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFiD5I4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFiD5I4 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFiD5I4 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFiD5I4 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFiD5I4 .card-title {
  color: #e4d6a7;
}
.cid-txtLFiD5I4 .mbr-text,
.cid-txtLFiD5I4 .social-row {
  color: #ffffff;
}
.cid-txtLFiD5I4 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFiZz8b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFiZz8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFiZz8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFiZz8b .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFiZz8b .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFiZz8b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFiZz8b .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFiZz8b .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFiZz8b .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFiZz8b .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFiZz8b .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFiZz8b .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFiZz8b .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFiZz8b .card-title {
  color: #e4d6a7;
}
.cid-txtLFiZz8b .mbr-text,
.cid-txtLFiZz8b .social-row {
  color: #ffffff;
}
.cid-txtLFiZz8b .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFjmTp6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFjmTp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFjmTp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFjmTp6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFjmTp6 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFjmTp6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFjmTp6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFjmTp6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFjmTp6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFjmTp6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFjmTp6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFjmTp6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFjmTp6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFjmTp6 .card-title {
  color: #e4d6a7;
}
.cid-txtLFjmTp6 .mbr-text,
.cid-txtLFjmTp6 .social-row {
  color: #ffffff;
}
.cid-txtLFjmTp6 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFjNncL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFjNncL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFjNncL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFjNncL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFjNncL .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFjNncL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFjNncL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFjNncL .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFjNncL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFjNncL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFjNncL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFjNncL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFjNncL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFjNncL .card-title {
  color: #e4d6a7;
}
.cid-txtLFjNncL .mbr-text,
.cid-txtLFjNncL .social-row {
  color: #ffffff;
}
.cid-txtLFjNncL .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFkaSwp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFkaSwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFkaSwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFkaSwp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFkaSwp .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFkaSwp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFkaSwp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFkaSwp .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFkaSwp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFkaSwp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFkaSwp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFkaSwp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFkaSwp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFkaSwp .card-title {
  color: #e4d6a7;
}
.cid-txtLFkaSwp .mbr-text,
.cid-txtLFkaSwp .social-row {
  color: #ffffff;
}
.cid-txtLFkaSwp .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFkBKfm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFkBKfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFkBKfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFkBKfm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFkBKfm .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFkBKfm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFkBKfm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFkBKfm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFkBKfm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFkBKfm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFkBKfm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFkBKfm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFkBKfm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFkBKfm .card-title {
  color: #e4d6a7;
}
.cid-txtLFkBKfm .mbr-text,
.cid-txtLFkBKfm .social-row {
  color: #ffffff;
}
.cid-txtLFkBKfm .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFkZPes {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFkZPes .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFkZPes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFkZPes .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFkZPes .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFkZPes .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFkZPes .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFkZPes .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFkZPes .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFkZPes .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFkZPes .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFkZPes .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFkZPes .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFkZPes .card-title {
  color: #e4d6a7;
}
.cid-txtLFkZPes .mbr-text,
.cid-txtLFkZPes .social-row {
  color: #ffffff;
}
.cid-txtLFkZPes .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFlnV8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFlnV8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFlnV8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFlnV8D .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFlnV8D .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFlnV8D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFlnV8D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFlnV8D .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFlnV8D .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFlnV8D .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFlnV8D .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFlnV8D .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFlnV8D .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFlnV8D .card-title {
  color: #e4d6a7;
}
.cid-txtLFlnV8D .mbr-text,
.cid-txtLFlnV8D .social-row {
  color: #ffffff;
}
.cid-txtLFlnV8D .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFlPrdj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFlPrdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFlPrdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFlPrdj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFlPrdj .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFlPrdj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFlPrdj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFlPrdj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFlPrdj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFlPrdj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFlPrdj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFlPrdj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFlPrdj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFlPrdj .card-title {
  color: #e4d6a7;
}
.cid-txtLFlPrdj .mbr-text,
.cid-txtLFlPrdj .social-row {
  color: #ffffff;
}
.cid-txtLFlPrdj .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFmeEKa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFmeEKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFmeEKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFmeEKa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFmeEKa .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFmeEKa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFmeEKa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFmeEKa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFmeEKa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFmeEKa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFmeEKa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFmeEKa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFmeEKa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFmeEKa .card-title {
  color: #e4d6a7;
}
.cid-txtLFmeEKa .mbr-text,
.cid-txtLFmeEKa .social-row {
  color: #ffffff;
}
.cid-txtLFmeEKa .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFmHMX2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFmHMX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFmHMX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFmHMX2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFmHMX2 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFmHMX2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFmHMX2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFmHMX2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFmHMX2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFmHMX2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFmHMX2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFmHMX2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFmHMX2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFmHMX2 .card-title {
  color: #e4d6a7;
}
.cid-txtLFmHMX2 .mbr-text,
.cid-txtLFmHMX2 .social-row {
  color: #ffffff;
}
.cid-txtLFmHMX2 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFn71yu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFn71yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFn71yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFn71yu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFn71yu .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFn71yu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFn71yu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFn71yu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFn71yu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFn71yu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFn71yu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFn71yu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFn71yu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFn71yu .card-title {
  color: #e4d6a7;
}
.cid-txtLFn71yu .mbr-text,
.cid-txtLFn71yu .social-row {
  color: #ffffff;
}
.cid-txtLFn71yu .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFnBdKi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFnBdKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFnBdKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFnBdKi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFnBdKi .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFnBdKi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFnBdKi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFnBdKi .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFnBdKi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFnBdKi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFnBdKi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFnBdKi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFnBdKi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFnBdKi .card-title {
  color: #e4d6a7;
}
.cid-txtLFnBdKi .mbr-text,
.cid-txtLFnBdKi .social-row {
  color: #ffffff;
}
.cid-txtLFnBdKi .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFo3n17 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFo3n17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFo3n17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFo3n17 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFo3n17 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFo3n17 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFo3n17 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFo3n17 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFo3n17 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFo3n17 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFo3n17 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFo3n17 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFo3n17 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFo3n17 .card-title {
  color: #e4d6a7;
}
.cid-txtLFo3n17 .mbr-text,
.cid-txtLFo3n17 .social-row {
  color: #ffffff;
}
.cid-txtLFo3n17 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFoypqw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFoypqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFoypqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFoypqw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFoypqw .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFoypqw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFoypqw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFoypqw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFoypqw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFoypqw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFoypqw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFoypqw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFoypqw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFoypqw .card-title {
  color: #e4d6a7;
}
.cid-txtLFoypqw .mbr-text,
.cid-txtLFoypqw .social-row {
  color: #ffffff;
}
.cid-txtLFoypqw .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFp2avz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFp2avz .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFp2avz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFp2avz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFp2avz .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFp2avz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFp2avz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFp2avz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFp2avz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFp2avz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFp2avz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFp2avz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFp2avz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFp2avz .card-title {
  color: #e4d6a7;
}
.cid-txtLFp2avz .mbr-text,
.cid-txtLFp2avz .social-row {
  color: #ffffff;
}
.cid-txtLFp2avz .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFpyVnc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFpyVnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFpyVnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFpyVnc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFpyVnc .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFpyVnc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFpyVnc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFpyVnc .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFpyVnc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFpyVnc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFpyVnc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFpyVnc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFpyVnc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFpyVnc .card-title {
  color: #e4d6a7;
}
.cid-txtLFpyVnc .mbr-text,
.cid-txtLFpyVnc .social-row {
  color: #ffffff;
}
.cid-txtLFpyVnc .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFq30UP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFq30UP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFq30UP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFq30UP .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFq30UP .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFq30UP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFq30UP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFq30UP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFq30UP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFq30UP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFq30UP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFq30UP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFq30UP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFq30UP .card-title {
  color: #e4d6a7;
}
.cid-txtLFq30UP .mbr-text,
.cid-txtLFq30UP .social-row {
  color: #ffffff;
}
.cid-txtLFq30UP .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFqAbe2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFqAbe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFqAbe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFqAbe2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFqAbe2 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFqAbe2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFqAbe2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFqAbe2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFqAbe2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFqAbe2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFqAbe2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFqAbe2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFqAbe2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFqAbe2 .card-title {
  color: #e4d6a7;
}
.cid-txtLFqAbe2 .mbr-text,
.cid-txtLFqAbe2 .social-row {
  color: #ffffff;
}
.cid-txtLFqAbe2 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFr6SCC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFr6SCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFr6SCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFr6SCC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFr6SCC .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFr6SCC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFr6SCC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFr6SCC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFr6SCC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFr6SCC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFr6SCC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFr6SCC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFr6SCC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFr6SCC .card-title {
  color: #e4d6a7;
}
.cid-txtLFr6SCC .mbr-text,
.cid-txtLFr6SCC .social-row {
  color: #ffffff;
}
.cid-txtLFr6SCC .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFrELp3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFrELp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFrELp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFrELp3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFrELp3 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFrELp3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFrELp3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFrELp3 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFrELp3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFrELp3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFrELp3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFrELp3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFrELp3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFrELp3 .card-title {
  color: #e4d6a7;
}
.cid-txtLFrELp3 .mbr-text,
.cid-txtLFrELp3 .social-row {
  color: #ffffff;
}
.cid-txtLFrELp3 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFsa6dT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFsa6dT .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFsa6dT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFsa6dT .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFsa6dT .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFsa6dT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFsa6dT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFsa6dT .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFsa6dT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFsa6dT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFsa6dT .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFsa6dT .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFsa6dT .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFsa6dT .card-title {
  color: #e4d6a7;
}
.cid-txtLFsa6dT .mbr-text,
.cid-txtLFsa6dT .social-row {
  color: #ffffff;
}
.cid-txtLFsa6dT .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFsJQ10 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFsJQ10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFsJQ10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFsJQ10 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFsJQ10 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFsJQ10 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFsJQ10 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFsJQ10 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFsJQ10 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFsJQ10 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFsJQ10 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFsJQ10 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFsJQ10 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFsJQ10 .card-title {
  color: #e4d6a7;
}
.cid-txtLFsJQ10 .mbr-text,
.cid-txtLFsJQ10 .social-row {
  color: #ffffff;
}
.cid-txtLFsJQ10 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFthKEm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFthKEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFthKEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFthKEm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFthKEm .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFthKEm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFthKEm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFthKEm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFthKEm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFthKEm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFthKEm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFthKEm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFthKEm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFthKEm .card-title {
  color: #e4d6a7;
}
.cid-txtLFthKEm .mbr-text,
.cid-txtLFthKEm .social-row {
  color: #ffffff;
}
.cid-txtLFthKEm .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFtSFr1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFtSFr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFtSFr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFtSFr1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFtSFr1 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFtSFr1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFtSFr1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFtSFr1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFtSFr1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFtSFr1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFtSFr1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFtSFr1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFtSFr1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFtSFr1 .card-title {
  color: #e4d6a7;
}
.cid-txtLFtSFr1 .mbr-text,
.cid-txtLFtSFr1 .social-row {
  color: #ffffff;
}
.cid-txtLFtSFr1 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFurBfL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFurBfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFurBfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFurBfL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFurBfL .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFurBfL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFurBfL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFurBfL .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFurBfL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFurBfL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFurBfL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFurBfL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFurBfL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFurBfL .card-title {
  color: #e4d6a7;
}
.cid-txtLFurBfL .mbr-text,
.cid-txtLFurBfL .social-row {
  color: #ffffff;
}
.cid-txtLFurBfL .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFv2mxg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFv2mxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFv2mxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFv2mxg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFv2mxg .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFv2mxg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFv2mxg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFv2mxg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFv2mxg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFv2mxg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFv2mxg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFv2mxg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFv2mxg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFv2mxg .card-title {
  color: #e4d6a7;
}
.cid-txtLFv2mxg .mbr-text,
.cid-txtLFv2mxg .social-row {
  color: #ffffff;
}
.cid-txtLFv2mxg .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFvBxs9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFvBxs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFvBxs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFvBxs9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFvBxs9 .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFvBxs9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFvBxs9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFvBxs9 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFvBxs9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFvBxs9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFvBxs9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFvBxs9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFvBxs9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFvBxs9 .card-title {
  color: #e4d6a7;
}
.cid-txtLFvBxs9 .mbr-text,
.cid-txtLFvBxs9 .social-row {
  color: #ffffff;
}
.cid-txtLFvBxs9 .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFwbHYK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFwbHYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFwbHYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFwbHYK .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFwbHYK .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFwbHYK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFwbHYK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFwbHYK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFwbHYK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFwbHYK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFwbHYK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFwbHYK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFwbHYK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFwbHYK .card-title {
  color: #e4d6a7;
}
.cid-txtLFwbHYK .mbr-text,
.cid-txtLFwbHYK .social-row {
  color: #ffffff;
}
.cid-txtLFwbHYK .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFwKg0s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFwKg0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFwKg0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFwKg0s .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFwKg0s .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFwKg0s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFwKg0s .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFwKg0s .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFwKg0s .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFwKg0s .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFwKg0s .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFwKg0s .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFwKg0s .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFwKg0s .card-title {
  color: #e4d6a7;
}
.cid-txtLFwKg0s .mbr-text,
.cid-txtLFwKg0s .social-row {
  color: #ffffff;
}
.cid-txtLFwKg0s .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFxmM0L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background-1588600-1920-1920x1440.jpg");
}
.cid-txtLFxmM0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFxmM0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFxmM0L .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFxmM0L .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFxmM0L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFxmM0L .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFxmM0L .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFxmM0L .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFxmM0L .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFxmM0L .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFxmM0L .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFxmM0L .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFxmM0L .card-title {
  color: #e4d6a7;
}
.cid-txtLFxmM0L .mbr-text,
.cid-txtLFxmM0L .social-row {
  color: #ffffff;
}
.cid-txtLFxmM0L .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFxXcFU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-txtLFxXcFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFxXcFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFxXcFU .mbr-section-title {
  color: #fafafa;
}
.cid-txtLFxXcFU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txtLFyrJ2w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-txtLFyrJ2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFyrJ2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFyrJ2w .mbr-section-title {
  color: #fafafa;
}
.cid-txtLFyrJ2w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txtLFyTCwg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFyTCwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFyTCwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFyTCwg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFyTCwg .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFyTCwg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFyTCwg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFyTCwg .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFyTCwg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFyTCwg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFyTCwg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFyTCwg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFyTCwg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFyTCwg .card-title {
  color: #e4d6a7;
}
.cid-txtLFyTCwg .mbr-text,
.cid-txtLFyTCwg .social-row {
  color: #fafafa;
}
.cid-txtLFyTCwg .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFzxdtU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFzxdtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFzxdtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFzxdtU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFzxdtU .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFzxdtU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFzxdtU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFzxdtU .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFzxdtU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFzxdtU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFzxdtU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFzxdtU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFzxdtU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFzxdtU .card-title {
  color: #e4d6a7;
}
.cid-txtLFzxdtU .mbr-text,
.cid-txtLFzxdtU .social-row {
  color: #fafafa;
}
.cid-txtLFzxdtU .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFAbdyE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFAbdyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFAbdyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFAbdyE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFAbdyE .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFAbdyE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFAbdyE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFAbdyE .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFAbdyE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFAbdyE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFAbdyE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFAbdyE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFAbdyE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFAbdyE .card-title {
  color: #e4d6a7;
}
.cid-txtLFAbdyE .mbr-text,
.cid-txtLFAbdyE .social-row {
  color: #fafafa;
}
.cid-txtLFAbdyE .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFAQulo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFAQulo .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFAQulo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFAQulo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFAQulo .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFAQulo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFAQulo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFAQulo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFAQulo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFAQulo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFAQulo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFAQulo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFAQulo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFAQulo .card-title {
  color: #e4d6a7;
}
.cid-txtLFAQulo .mbr-text,
.cid-txtLFAQulo .social-row {
  color: #fafafa;
}
.cid-txtLFAQulo .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFBtKHH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFBtKHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFBtKHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFBtKHH .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFBtKHH .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFBtKHH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFBtKHH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFBtKHH .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFBtKHH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFBtKHH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFBtKHH .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFBtKHH .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFBtKHH .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFBtKHH .card-title {
  color: #e4d6a7;
}
.cid-txtLFBtKHH .mbr-text,
.cid-txtLFBtKHH .social-row {
  color: #fafafa;
}
.cid-txtLFBtKHH .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFC9ntL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFC9ntL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFC9ntL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFC9ntL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFC9ntL .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFC9ntL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFC9ntL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFC9ntL .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFC9ntL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFC9ntL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFC9ntL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFC9ntL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFC9ntL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFC9ntL .card-title {
  color: #e4d6a7;
}
.cid-txtLFC9ntL .mbr-text,
.cid-txtLFC9ntL .social-row {
  color: #fafafa;
}
.cid-txtLFC9ntL .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFCQ0RA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFCQ0RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFCQ0RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFCQ0RA .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFCQ0RA .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFCQ0RA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFCQ0RA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFCQ0RA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFCQ0RA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFCQ0RA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFCQ0RA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFCQ0RA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFCQ0RA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFCQ0RA .card-title {
  color: #e4d6a7;
}
.cid-txtLFCQ0RA .mbr-text,
.cid-txtLFCQ0RA .social-row {
  color: #fafafa;
}
.cid-txtLFCQ0RA .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFDwAzk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFDwAzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFDwAzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFDwAzk .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFDwAzk .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFDwAzk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFDwAzk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFDwAzk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFDwAzk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFDwAzk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFDwAzk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFDwAzk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFDwAzk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFDwAzk .card-title {
  color: #e4d6a7;
}
.cid-txtLFDwAzk .mbr-text,
.cid-txtLFDwAzk .social-row {
  color: #fafafa;
}
.cid-txtLFDwAzk .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFEeLJa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFEeLJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFEeLJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFEeLJa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFEeLJa .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFEeLJa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFEeLJa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFEeLJa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFEeLJa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFEeLJa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFEeLJa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFEeLJa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFEeLJa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFEeLJa .card-title {
  color: #e4d6a7;
}
.cid-txtLFEeLJa .mbr-text,
.cid-txtLFEeLJa .social-row {
  color: #fafafa;
}
.cid-txtLFEeLJa .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFEU1TW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFEU1TW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFEU1TW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFEU1TW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFEU1TW .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFEU1TW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFEU1TW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFEU1TW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFEU1TW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFEU1TW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFEU1TW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFEU1TW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFEU1TW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFEU1TW .card-title {
  color: #e4d6a7;
}
.cid-txtLFEU1TW .mbr-text,
.cid-txtLFEU1TW .social-row {
  color: #fafafa;
}
.cid-txtLFEU1TW .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFFCWTE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/hg-steinwand-016-2022-1920x1280.jpg");
}
.cid-txtLFFCWTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFFCWTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFFCWTE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txtLFFCWTE .card-wrapper {
  background-color: #000000;
  border-radius: 4px;
}
.cid-txtLFFCWTE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txtLFFCWTE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txtLFFCWTE .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txtLFFCWTE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txtLFFCWTE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txtLFFCWTE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txtLFFCWTE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txtLFFCWTE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-txtLFFCWTE .card-title {
  color: #e4d6a7;
}
.cid-txtLFFCWTE .mbr-text,
.cid-txtLFFCWTE .social-row {
  color: #ffffff;
}
.cid-txtLFFCWTE .card-subtitle {
  color: #f3eacd;
}
.cid-txtLFGkuMS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fhw-uebergang-rot-beige-1200x100-1200x100.jpg");
}
.cid-txtLFGkuMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txtLFGkuMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txtLFHrizT {
  z-index: 1000;
  width: 100%;
}
.cid-txtLFHrizT nav.navbar {
  position: fixed;
}
.cid-txtLFHrizT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txtLFHrizT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txtLFHrizT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txtLFHrizT .dropdown-item:hover,
.cid-txtLFHrizT .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-txtLFHrizT .dropdown-item:hover span {
  color: white;
}
.cid-txtLFHrizT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txtLFHrizT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txtLFHrizT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txtLFHrizT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txtLFHrizT .nav-link {
  position: relative;
}
.cid-txtLFHrizT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txtLFHrizT .container {
    flex-wrap: nowrap;
  }
}
.cid-txtLFHrizT .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txtLFHrizT .dropdown-menu,
.cid-txtLFHrizT .navbar.opened {
  background: #353535 !important;
}
.cid-txtLFHrizT .nav-item:focus,
.cid-txtLFHrizT .nav-link:focus {
  outline: none;
}
.cid-txtLFHrizT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txtLFHrizT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txtLFHrizT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txtLFHrizT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txtLFHrizT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txtLFHrizT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txtLFHrizT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-txtLFHrizT .navbar.opened {
  transition: all 0.3s;
}
.cid-txtLFHrizT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txtLFHrizT .navbar .navbar-logo img {
  width: auto;
}
.cid-txtLFHrizT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txtLFHrizT .navbar.collapsed {
  justify-content: center;
}
.cid-txtLFHrizT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txtLFHrizT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txtLFHrizT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-txtLFHrizT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txtLFHrizT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txtLFHrizT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txtLFHrizT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txtLFHrizT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txtLFHrizT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txtLFHrizT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txtLFHrizT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txtLFHrizT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txtLFHrizT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txtLFHrizT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txtLFHrizT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txtLFHrizT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txtLFHrizT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txtLFHrizT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txtLFHrizT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txtLFHrizT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txtLFHrizT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txtLFHrizT .navbar.navbar-short {
  min-height: 60px;
}
.cid-txtLFHrizT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txtLFHrizT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txtLFHrizT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txtLFHrizT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txtLFHrizT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txtLFHrizT .dropdown-item.active,
.cid-txtLFHrizT .dropdown-item:active {
  background-color: transparent;
}
.cid-txtLFHrizT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txtLFHrizT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txtLFHrizT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txtLFHrizT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-txtLFHrizT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txtLFHrizT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txtLFHrizT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txtLFHrizT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txtLFHrizT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txtLFHrizT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-txtLFHrizT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txtLFHrizT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txtLFHrizT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txtLFHrizT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txtLFHrizT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txtLFHrizT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txtLFHrizT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txtLFHrizT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txtLFHrizT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txtLFHrizT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txtLFHrizT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txtLFHrizT .navbar {
    height: 70px;
  }
  .cid-txtLFHrizT .navbar.opened {
    height: auto;
  }
  .cid-txtLFHrizT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsODQdaOff {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tsODQdaOff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsODQdaOff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsODQdaOff .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsODQdaOff .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tsODQdaOff .mbr-section-title {
  color: #ffffff;
}
.cid-tsODQdlECj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tsODQdlECj .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-tsODQdlECj .mbr-section-subtitle {
  color: #353535;
}
.cid-tsODQdsz9o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-tsODQdsz9o .mbr-section-title {
  color: #990000;
}
.cid-tsODQdAE6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4d6a7;
}
.cid-tsODQdAE6F .img-wrapper {
  text-align: center;
}
.cid-tsODQdAE6F img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tsODQdAE6F .row {
  align-items: flex-start;
}
.cid-tsODQdAE6F .card-wrapper {
  border-radius: 4px;
  background: #f3eacd;
}
@media (max-width: 992px) {
  .cid-tsODQdAE6F .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tsODQdAE6F .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsODQdAE6F .card-wrapper {
    padding: 1rem;
  }
}
.cid-tsODQdQYsm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e4d6a7;
}
.cid-tsODQdQYsm .img-wrapper {
  text-align: center;
}
.cid-tsODQdQYsm img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tsODQdQYsm .row {
  align-items: flex-start;
}
.cid-tsODQdQYsm .card-wrapper {
  border-radius: 4px;
  background: #f3eacd;
}
@media (max-width: 992px) {
  .cid-tsODQdQYsm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tsODQdQYsm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsODQdQYsm .card-wrapper {
    padding: 1rem;
  }
}
.cid-tsODQe7UKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tsODQe7UKC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tsODQe7UKC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tsODQe7UKC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #990000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #990000;
  color: #990000;
}
.cid-tsODQe7UKC .mbr-section-title {
  text-align: center;
}
.cid-tsODQer9Xb {
  z-index: 1000;
  width: 100%;
}
.cid-tsODQer9Xb nav.navbar {
  position: fixed;
}
.cid-tsODQer9Xb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsODQer9Xb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsODQer9Xb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsODQer9Xb .dropdown-item:hover,
.cid-tsODQer9Xb .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tsODQer9Xb .dropdown-item:hover span {
  color: white;
}
.cid-tsODQer9Xb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsODQer9Xb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsODQer9Xb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsODQer9Xb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsODQer9Xb .nav-link {
  position: relative;
}
.cid-tsODQer9Xb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsODQer9Xb .container {
    flex-wrap: nowrap;
  }
}
.cid-tsODQer9Xb .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsODQer9Xb .dropdown-menu,
.cid-tsODQer9Xb .navbar.opened {
  background: #353535 !important;
}
.cid-tsODQer9Xb .nav-item:focus,
.cid-tsODQer9Xb .nav-link:focus {
  outline: none;
}
.cid-tsODQer9Xb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsODQer9Xb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsODQer9Xb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsODQer9Xb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsODQer9Xb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsODQer9Xb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsODQer9Xb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tsODQer9Xb .navbar.opened {
  transition: all 0.3s;
}
.cid-tsODQer9Xb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsODQer9Xb .navbar .navbar-logo img {
  width: auto;
}
.cid-tsODQer9Xb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsODQer9Xb .navbar.collapsed {
  justify-content: center;
}
.cid-tsODQer9Xb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsODQer9Xb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsODQer9Xb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tsODQer9Xb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsODQer9Xb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsODQer9Xb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsODQer9Xb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsODQer9Xb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsODQer9Xb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsODQer9Xb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsODQer9Xb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsODQer9Xb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsODQer9Xb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsODQer9Xb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsODQer9Xb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsODQer9Xb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsODQer9Xb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsODQer9Xb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsODQer9Xb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsODQer9Xb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsODQer9Xb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsODQer9Xb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsODQer9Xb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsODQer9Xb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsODQer9Xb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsODQer9Xb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsODQer9Xb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsODQer9Xb .dropdown-item.active,
.cid-tsODQer9Xb .dropdown-item:active {
  background-color: transparent;
}
.cid-tsODQer9Xb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsODQer9Xb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsODQer9Xb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsODQer9Xb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tsODQer9Xb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsODQer9Xb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsODQer9Xb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsODQer9Xb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsODQer9Xb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsODQer9Xb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tsODQer9Xb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsODQer9Xb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsODQer9Xb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsODQer9Xb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsODQer9Xb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsODQer9Xb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsODQer9Xb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsODQer9Xb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsODQer9Xb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsODQer9Xb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsODQer9Xb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsODQer9Xb .navbar {
    height: 70px;
  }
  .cid-tsODQer9Xb .navbar.opened {
    height: auto;
  }
  .cid-tsODQer9Xb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHY5ZSMO2H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #990000;
}
.cid-uHY5ZSMO2H .mbr-section-title {
  color: #e4d6a7;
}
.cid-uHY5ZSMO2H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHY5J92CVR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #990000;
}
.cid-uHY5J92CVR .img-wrapper {
  text-align: center;
}
.cid-uHY5J92CVR img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHY5J92CVR .row {
  align-items: flex-start;
}
.cid-uHY5J92CVR .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (max-width: 992px) {
  .cid-uHY5J92CVR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHY5J92CVR .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHY5J92CVR .card-wrapper {
    padding: 1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCqrJcJmkB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tCqrJcJmkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCqrJcJmkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCqrJcJmkB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCqrJcJmkB .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tCqrJcJmkB .mbr-section-title {
  color: #ffffff;
}
.cid-tCqrJcThWC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCqrJcThWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCqrJcThWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCqrJcThWC .mbr-section-title {
  color: #990000;
}
.cid-tCqrJcThWC .mbr-section-subtitle {
  text-align: center;
}
.cid-tCqrJd1hTT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCqrJd1hTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCqrJd1hTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCqrJd1hTT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCqrJd1hTT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tCqrJd1hTT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCqrJd1hTT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCqrJd1hTT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCqrJd1hTT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tCqrJd1hTT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tCqrJd1hTT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCqrJd1hTT .card-title {
  color: #990000;
}
.cid-tCqrJdaPmK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-tCqrJdaPmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCqrJdaPmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCqrJdaPmK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCqrJdaPmK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCqrJdaPmK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCqrJdaPmK .mbr-section-title {
  color: #990000;
}
.cid-tCqrJdjIZ3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCqrJdjIZ3 .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-tCqrJdjIZ3 .mbr-section-subtitle {
  color: #353535;
}
.cid-tCqrJdpbq7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCqrJdpbq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCqrJdpbq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCqrJdpbq7 .card-wrapper {
  background: #990000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tCqrJdpbq7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCqrJdpbq7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCqrJdpbq7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tCqrJdpbq7 .mbr-text,
.cid-tCqrJdpbq7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tCqrJdpbq7 .card-title,
.cid-tCqrJdpbq7 .card-box {
  text-align: center;
}
.cid-tCqrJdzHKe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCqrJdzHKe .line {
  background-color: #990000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCqrJdzHKe .mbr-text {
  color: #990000;
}
.cid-tCqrJdG6bW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCqrJdMhx9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tCqrJdTL2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCqrJe0EW6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tCqrJe75Q6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCqrJefFiJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tCqrJemz6j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCqrJeutX5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tCqrJeC9cA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #990000;
}
.cid-tCqrJeC9cA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCqrJeC9cA .mbr-text {
  color: #ffffff;
}
.cid-tCqrJeI5BQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-tCqrJeI5BQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCqrJeI5BQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCqrJeI5BQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCqrJeI5BQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCqrJeI5BQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCqrJeI5BQ .mbr-section-title {
  color: #990000;
}
.cid-tCqrJf8mMP {
  z-index: 1000;
  width: 100%;
}
.cid-tCqrJf8mMP nav.navbar {
  position: fixed;
}
.cid-tCqrJf8mMP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCqrJf8mMP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCqrJf8mMP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCqrJf8mMP .dropdown-item:hover,
.cid-tCqrJf8mMP .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tCqrJf8mMP .dropdown-item:hover span {
  color: white;
}
.cid-tCqrJf8mMP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCqrJf8mMP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCqrJf8mMP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCqrJf8mMP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCqrJf8mMP .nav-link {
  position: relative;
}
.cid-tCqrJf8mMP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCqrJf8mMP .container {
    flex-wrap: nowrap;
  }
}
.cid-tCqrJf8mMP .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCqrJf8mMP .dropdown-menu,
.cid-tCqrJf8mMP .navbar.opened {
  background: #353535 !important;
}
.cid-tCqrJf8mMP .nav-item:focus,
.cid-tCqrJf8mMP .nav-link:focus {
  outline: none;
}
.cid-tCqrJf8mMP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCqrJf8mMP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCqrJf8mMP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCqrJf8mMP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCqrJf8mMP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCqrJf8mMP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCqrJf8mMP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tCqrJf8mMP .navbar.opened {
  transition: all 0.3s;
}
.cid-tCqrJf8mMP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCqrJf8mMP .navbar .navbar-logo img {
  width: auto;
}
.cid-tCqrJf8mMP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCqrJf8mMP .navbar.collapsed {
  justify-content: center;
}
.cid-tCqrJf8mMP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCqrJf8mMP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCqrJf8mMP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tCqrJf8mMP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCqrJf8mMP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCqrJf8mMP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCqrJf8mMP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCqrJf8mMP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCqrJf8mMP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCqrJf8mMP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCqrJf8mMP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCqrJf8mMP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCqrJf8mMP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCqrJf8mMP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCqrJf8mMP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCqrJf8mMP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCqrJf8mMP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCqrJf8mMP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCqrJf8mMP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCqrJf8mMP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCqrJf8mMP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCqrJf8mMP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCqrJf8mMP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCqrJf8mMP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCqrJf8mMP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCqrJf8mMP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCqrJf8mMP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCqrJf8mMP .dropdown-item.active,
.cid-tCqrJf8mMP .dropdown-item:active {
  background-color: transparent;
}
.cid-tCqrJf8mMP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCqrJf8mMP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCqrJf8mMP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCqrJf8mMP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tCqrJf8mMP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCqrJf8mMP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCqrJf8mMP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCqrJf8mMP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCqrJf8mMP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCqrJf8mMP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tCqrJf8mMP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCqrJf8mMP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqrJf8mMP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCqrJf8mMP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCqrJf8mMP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqrJf8mMP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCqrJf8mMP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCqrJf8mMP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCqrJf8mMP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCqrJf8mMP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCqrJf8mMP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCqrJf8mMP .navbar {
    height: 70px;
  }
  .cid-tCqrJf8mMP .navbar.opened {
    height: auto;
  }
  .cid-tCqrJf8mMP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsPognJNtx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-tsPognJNtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsPognJNtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsPognJNtx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsPognJNtx .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tsPognJNtx .mbr-section-title {
  color: #ffffff;
}
.cid-tsR2QDZZVL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsR2QDZZVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsR2QDZZVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsR2QDZZVL .mbr-section-title {
  color: #990000;
}
.cid-tsR2QDZZVL .mbr-section-subtitle {
  text-align: center;
}
.cid-tsPtq4J0ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsPtq4J0ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsPtq4J0ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsPtq4J0ep .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsPtq4J0ep .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tsPtq4J0ep .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsPtq4J0ep .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsPtq4J0ep .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsPtq4J0ep .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsPtq4J0ep .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsPtq4J0ep .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsPtq4J0ep .card-title {
  color: #990000;
}
.cid-tI7j7ZHWw1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-tI7j7ZHWw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7j7ZHWw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7j7ZHWw1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tI7j7ZHWw1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tI7j7ZHWw1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tI7j7ZHWw1 .mbr-section-title {
  color: #990000;
}
.cid-tsPogo0XOC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsPogo0XOC .mbr-text {
  text-align: left;
  color: #353535;
}
.cid-tsPogo0XOC .mbr-section-subtitle {
  color: #353535;
}
.cid-tsPPIsOXMz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsPPIsOXMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsPPIsOXMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsPPIsOXMz .card-wrapper {
  background: #990000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tsPPIsOXMz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsPPIsOXMz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsPPIsOXMz .card-wrapper {
    padding: 4rem;
  }
}
.cid-tsPPIsOXMz .mbr-text,
.cid-tsPPIsOXMz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tsPPIsOXMz .card-title,
.cid-tsPPIsOXMz .card-box {
  text-align: center;
}
.cid-tsPDDEOBpu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsPDDEOBpu .line {
  background-color: #990000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsPDDEOBpu .mbr-text {
  color: #990000;
}
.cid-tsPDa9uF3F {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsPEBQYC2D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tsPF1rmoEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsPG67vu1f {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tsPG797O9b {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsPG6D3pdC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tsPG8fRxxy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsPG8DSWkk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tukrXZS8gz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #990000;
}
.cid-tukrXZS8gz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tukrXZS8gz .mbr-text {
  color: #ffffff;
}
.cid-tI7jgH6lS2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4d6a7;
}
.cid-tI7jgH6lS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7jgH6lS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7jgH6lS2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tI7jgH6lS2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tI7jgH6lS2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tI7jgH6lS2 .mbr-section-title {
  color: #990000;
}
.cid-tsPogpgFfv {
  z-index: 1000;
  width: 100%;
}
.cid-tsPogpgFfv nav.navbar {
  position: fixed;
}
.cid-tsPogpgFfv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsPogpgFfv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsPogpgFfv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsPogpgFfv .dropdown-item:hover,
.cid-tsPogpgFfv .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-tsPogpgFfv .dropdown-item:hover span {
  color: white;
}
.cid-tsPogpgFfv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsPogpgFfv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsPogpgFfv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsPogpgFfv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsPogpgFfv .nav-link {
  position: relative;
}
.cid-tsPogpgFfv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsPogpgFfv .container {
    flex-wrap: nowrap;
  }
}
.cid-tsPogpgFfv .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsPogpgFfv .dropdown-menu,
.cid-tsPogpgFfv .navbar.opened {
  background: #353535 !important;
}
.cid-tsPogpgFfv .nav-item:focus,
.cid-tsPogpgFfv .nav-link:focus {
  outline: none;
}
.cid-tsPogpgFfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsPogpgFfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsPogpgFfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsPogpgFfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsPogpgFfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsPogpgFfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsPogpgFfv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-tsPogpgFfv .navbar.opened {
  transition: all 0.3s;
}
.cid-tsPogpgFfv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsPogpgFfv .navbar .navbar-logo img {
  width: auto;
}
.cid-tsPogpgFfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsPogpgFfv .navbar.collapsed {
  justify-content: center;
}
.cid-tsPogpgFfv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsPogpgFfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsPogpgFfv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tsPogpgFfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsPogpgFfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsPogpgFfv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsPogpgFfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsPogpgFfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsPogpgFfv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsPogpgFfv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsPogpgFfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsPogpgFfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsPogpgFfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsPogpgFfv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsPogpgFfv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsPogpgFfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsPogpgFfv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsPogpgFfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsPogpgFfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsPogpgFfv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsPogpgFfv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsPogpgFfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsPogpgFfv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsPogpgFfv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsPogpgFfv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsPogpgFfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsPogpgFfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsPogpgFfv .dropdown-item.active,
.cid-tsPogpgFfv .dropdown-item:active {
  background-color: transparent;
}
.cid-tsPogpgFfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsPogpgFfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsPogpgFfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsPogpgFfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tsPogpgFfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsPogpgFfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsPogpgFfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsPogpgFfv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsPogpgFfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsPogpgFfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-tsPogpgFfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsPogpgFfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPogpgFfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPogpgFfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsPogpgFfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPogpgFfv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsPogpgFfv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsPogpgFfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPogpgFfv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsPogpgFfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsPogpgFfv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsPogpgFfv .navbar {
    height: 70px;
  }
  .cid-tsPogpgFfv .navbar.opened {
    height: auto;
  }
  .cid-tsPogpgFfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7az80Zcf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tI7az80Zcf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tI7az80Zcf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tI7az80Zcf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tI7az80Zcf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tI7az80Zcf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tI7az80Zcf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tI7az80Zcf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tI7az80Zcf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tI7az80Zcf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tI7az80Zcf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tI7az80Zcf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tI7az80Zcf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uE07twYVqN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-uE07twYVqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE07twYVqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE07twYVqN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uE07twYVqN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uE07twYVqN .mbr-section-title {
  color: #ffffff;
}
.cid-uE07txn1IH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uE07txn1IH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE07txn1IH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE07txn1IH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uE07txn1IH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uE07txn1IH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uE07txn1IH .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uE07txn1IH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uE07txn1IH .mbr-section-title {
  color: #990000;
  text-align: center;
}
.cid-uE07txn1IH .mbr-text,
.cid-uE07txn1IH .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uE07txwsLE {
  z-index: 1000;
  width: 100%;
}
.cid-uE07txwsLE nav.navbar {
  position: fixed;
}
.cid-uE07txwsLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE07txwsLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE07txwsLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uE07txwsLE .dropdown-item:hover,
.cid-uE07txwsLE .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-uE07txwsLE .dropdown-item:hover span {
  color: white;
}
.cid-uE07txwsLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE07txwsLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE07txwsLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE07txwsLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE07txwsLE .nav-link {
  position: relative;
}
.cid-uE07txwsLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uE07txwsLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uE07txwsLE .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uE07txwsLE .dropdown-menu,
.cid-uE07txwsLE .navbar.opened {
  background: #353535 !important;
}
.cid-uE07txwsLE .nav-item:focus,
.cid-uE07txwsLE .nav-link:focus {
  outline: none;
}
.cid-uE07txwsLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE07txwsLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE07txwsLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE07txwsLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE07txwsLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE07txwsLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE07txwsLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uE07txwsLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uE07txwsLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uE07txwsLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uE07txwsLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE07txwsLE .navbar.collapsed {
  justify-content: center;
}
.cid-uE07txwsLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE07txwsLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE07txwsLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uE07txwsLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE07txwsLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE07txwsLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE07txwsLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE07txwsLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE07txwsLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE07txwsLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE07txwsLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE07txwsLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE07txwsLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE07txwsLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE07txwsLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE07txwsLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE07txwsLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE07txwsLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uE07txwsLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE07txwsLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uE07txwsLE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uE07txwsLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uE07txwsLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uE07txwsLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uE07txwsLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE07txwsLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE07txwsLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE07txwsLE .dropdown-item.active,
.cid-uE07txwsLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uE07txwsLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE07txwsLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE07txwsLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE07txwsLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uE07txwsLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE07txwsLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE07txwsLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE07txwsLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uE07txwsLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uE07txwsLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-uE07txwsLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uE07txwsLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE07txwsLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uE07txwsLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uE07txwsLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE07txwsLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE07txwsLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE07txwsLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE07txwsLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uE07txwsLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE07txwsLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE07txwsLE .navbar {
    height: 70px;
  }
  .cid-uE07txwsLE .navbar.opened {
    height: auto;
  }
  .cid-uE07txwsLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE07txMjU3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uE07txMjU3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uE07txMjU3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uE07txMjU3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uE07txMjU3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE07txMjU3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE07txMjU3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uE07txMjU3 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uE07txMjU3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uE07txMjU3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uE07txMjU3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uE07txMjU3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uE07txMjU3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uE07txMjU3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uE07txMjU3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFwlzrwqqA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/walberberg-intro-ort-mit-geschichte-ot-w-1024x767.jpg");
}
.cid-uFwlzrwqqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwlzrwqqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwlzrwqqA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFwlzrwqqA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFwlzrwqqA .mbr-section-title {
  color: #ffffff;
}
.cid-uFwqniEOrE {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bcherboard-bearb-969x137.jpg");
}
.cid-uFwqniEOrE .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uFwqniEOrE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uFwqniEOrE {
    align-items: flex-end;
  }
  .cid-uFwqniEOrE .row {
    justify-content: flex-start;
  }
  .cid-uFwqniEOrE .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFwqniEOrE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFwqniEOrE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFwqniEOrE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFwqniEOrE .content-wrap {
    width: 100%;
  }
}
.cid-uFwqniEOrE .mbr-section-title {
  text-align: center;
}
.cid-uFwnCaU28e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFwnCaU28e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwnCaU28e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwnCaU28e .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFwnCaU28e .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFwnCaU28e .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFwnCaU28e .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFwnCaU28e .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uFwnCaU28e .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uFwnCaU28e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFwlzrHjkZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFwlzrHjkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFwlzrHjkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFwlzrHjkZ .mbr-section-title {
  color: #990000;
}
.cid-uFwlzrHjkZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uFwtxP4jKV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFwtxP4jKV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uFwtxP4jKV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uFwtxP4jKV .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #990000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uFwlzrYBqg {
  z-index: 1000;
  width: 100%;
}
.cid-uFwlzrYBqg nav.navbar {
  position: fixed;
}
.cid-uFwlzrYBqg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwlzrYBqg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFwlzrYBqg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFwlzrYBqg .dropdown-item:hover,
.cid-uFwlzrYBqg .dropdown-item:focus {
  background: #990000 !important;
  color: white !important;
}
.cid-uFwlzrYBqg .dropdown-item:hover span {
  color: white;
}
.cid-uFwlzrYBqg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFwlzrYBqg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFwlzrYBqg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFwlzrYBqg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFwlzrYBqg .nav-link {
  position: relative;
}
.cid-uFwlzrYBqg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFwlzrYBqg .container {
    flex-wrap: nowrap;
  }
}
.cid-uFwlzrYBqg .iconfont-wrapper {
  color: #990000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFwlzrYBqg .dropdown-menu,
.cid-uFwlzrYBqg .navbar.opened {
  background: #353535 !important;
}
.cid-uFwlzrYBqg .nav-item:focus,
.cid-uFwlzrYBqg .nav-link:focus {
  outline: none;
}
.cid-uFwlzrYBqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFwlzrYBqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFwlzrYBqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFwlzrYBqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFwlzrYBqg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFwlzrYBqg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFwlzrYBqg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.2);
}
.cid-uFwlzrYBqg .navbar.opened {
  transition: all 0.3s;
}
.cid-uFwlzrYBqg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFwlzrYBqg .navbar .navbar-logo img {
  width: auto;
}
.cid-uFwlzrYBqg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFwlzrYBqg .navbar.collapsed {
  justify-content: center;
}
.cid-uFwlzrYBqg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFwlzrYBqg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFwlzrYBqg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uFwlzrYBqg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFwlzrYBqg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFwlzrYBqg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFwlzrYBqg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFwlzrYBqg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFwlzrYBqg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFwlzrYBqg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFwlzrYBqg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFwlzrYBqg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFwlzrYBqg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFwlzrYBqg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFwlzrYBqg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFwlzrYBqg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFwlzrYBqg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFwlzrYBqg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFwlzrYBqg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFwlzrYBqg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFwlzrYBqg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFwlzrYBqg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFwlzrYBqg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFwlzrYBqg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFwlzrYBqg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFwlzrYBqg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFwlzrYBqg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFwlzrYBqg .dropdown-item.active,
.cid-uFwlzrYBqg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFwlzrYBqg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFwlzrYBqg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFwlzrYBqg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFwlzrYBqg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uFwlzrYBqg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFwlzrYBqg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFwlzrYBqg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFwlzrYBqg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFwlzrYBqg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFwlzrYBqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #990000;
}
.cid-uFwlzrYBqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFwlzrYBqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwlzrYBqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFwlzrYBqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFwlzrYBqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwlzrYBqg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFwlzrYBqg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFwlzrYBqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFwlzrYBqg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFwlzrYBqg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFwlzrYBqg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFwlzrYBqg .navbar {
    height: 70px;
  }
  .cid-uFwlzrYBqg .navbar.opened {
    height: auto;
  }
  .cid-uFwlzrYBqg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFwlzscTuB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uFwlzscTuB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFwlzscTuB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFwlzscTuB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFwlzscTuB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFwlzscTuB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFwlzscTuB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFwlzscTuB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFwlzscTuB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFwlzscTuB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFwlzscTuB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFwlzscTuB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFwlzscTuB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFwlzscTuB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFwlzscTuB .media-container-row .row-copirayt p {
  width: 100%;
}
