body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'MetaOffcPro-Bold';
  font-size: 4.0625rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'MetaOffcPro-Bold';
  font-size: 3.1875rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.984375rem;
}
.display-4 {
  font-family: 'HelveticaNeueLTStd-Cn';
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'MetaOffcPro-Bold';
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'HelveticaNeueLTStd-Cn';
  font-size: 1.5625rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #8e8d8d !important;
}
.bg-info {
  background-color: #8e8d8d !important;
}
.bg-warning {
  background-color: #8e8d8d !important;
}
.bg-danger {
  background-color: #8e8d8d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #757373 !important;
  border-color: #757373 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8e8d8d;
  color: #8e8d8d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8e8d8d;
  color: #8e8d8d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8e8d8d;
  color: #8e8d8d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8e8d8d;
  color: #8e8d8d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8e8d8d;
  color: #8e8d8d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8d8d !important;
  border-color: #8e8d8d !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #8e8d8d !important;
}
.text-success {
  color: #8e8d8d !important;
}
.text-info {
  color: #8e8d8d !important;
}
.text-warning {
  color: #8e8d8d !important;
}
.text-danger {
  color: #8e8d8d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5b5a5a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5b5a5a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5b5a5a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5b5a5a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b5a5a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #8e8d8d;
}
.alert-warning {
  background-color: #8e8d8d;
}
.alert-danger {
  background-color: #8e8d8d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cdcdcd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cdcdcd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdcdcd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cdcdcd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #8e8d8d !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='%23ffffff' %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.4s;
}
.cid-sa69dh2Rwn {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .empty_md {
    display: block;
  }
}
.cid-sa69dh2Rwn .container,
.cid-sa69dh2Rwn .container-fluid,
.cid-sa69dh2Rwn .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-sa69dh2Rwn .container,
  .cid-sa69dh2Rwn .container-fluid,
  .cid-sa69dh2Rwn .empty_md {
    min-height: 170px !important;
  }
}
.cid-sa69dh2Rwn .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-sa69dh2Rwn .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 110px !important;
  }
}
.cid-sa69dh2Rwn .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-sa69dh2Rwn .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-sa69dh2Rwn .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-sa69dh2Rwn .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-sa69dh2Rwn .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-sa69dh2Rwn .empty,
  .cid-sa69dh2Rwn .icons-menu {
    min-width: 265px;
  }
  .cid-sa69dh2Rwn .navbar-logo {
    margin: 0;
  }
  .cid-sa69dh2Rwn .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-sa69dh2Rwn .btn {
    white-space: nowrap;
  }
  .cid-sa69dh2Rwn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sa69dh2Rwn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sa69dh2Rwn .dropdown-toggle::after,
  .cid-sa69dh2Rwn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sa69dh2Rwn .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-sa69dh2Rwn .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-sa69dh2Rwn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sa69dh2Rwn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sa69dh2Rwn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sa69dh2Rwn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sa69dh2Rwn .nav-item:focus,
.cid-sa69dh2Rwn .nav-link:focus {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sa69dh2Rwn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sa69dh2Rwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sa69dh2Rwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sa69dh2Rwn ul.navbar-nav li {
  margin: auto;
}
.cid-sa69dh2Rwn .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sa69dh2Rwn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sa69dh2Rwn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sa69dh2Rwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sa69dh2Rwn .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-sa69dh2Rwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.1rem - 1rem);
  }
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sa69dh2Rwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sa69dh2Rwn .navbar .icons-menu,
  .cid-sa69dh2Rwn .navbar .empty {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-sa69dh2Rwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sa69dh2Rwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sa69dh2Rwn .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-sa69dh2Rwn .navbar .container-fluid,
  .cid-sa69dh2Rwn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sa69dh2Rwn .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-sa69dh2Rwn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sa69dh2Rwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-sa69dh2Rwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sa69dh2Rwn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sa69dh2Rwn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sa69dh2Rwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sa69dh2Rwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sa69dh2Rwn .dropdown-item.active,
.cid-sa69dh2Rwn .dropdown-item:active {
  background-color: transparent;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sa69dh2Rwn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sa69dh2Rwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sa69dh2Rwn .navbar-buttons {
  text-align: center;
}
.cid-sa69dh2Rwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa69dh2Rwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa69dh2Rwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa69dh2Rwn .navbar-dropdown {
  position: absolute;
}
.cid-sa69dh2Rwn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sa69dh2Rwn a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-sa69dh2Rwn .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sa69dh2Rwn .navbar {
    height: 77px;
  }
  .cid-sa69dh2Rwn .navbar.opened {
    height: auto;
  }
  .cid-sa69dh2Rwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpryYd3Ubn header {
  position: absolute;
  background-color: white;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.cid-tpryYd3Ubn header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.cid-tpryYd3Ubn header .container {
  position: relative;
  z-index: 2;
}
.cid-tpryYd3Ubn header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.1;
  z-index: 1;
}
.cid-tpryYd3Ubn .mbr-figure {
  margin: 0 auto;
  width: 50%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tpryYd3Ubn .mbr-figure img {
  height: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tpryYd3Ubn .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tngjCleXjF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tngjCleXjF .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tngjCleXjF .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tngjCleXjF .mbr-section-title,
.cid-tngjCleXjF .wrap {
  text-align: center;
}
.cid-tngjCleXjF .mbr-text,
.cid-tngjCleXjF .mbr-section-btn {
  text-align: center;
}
.cid-tmol1GjjtG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmol1GjjtG .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tmol1GjjtG .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmol1GjjtG .card_topic,
.cid-tmol1GjjtG .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmol1GjjtG .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmol1GjjtG .image {
  position: relative;
}
.cid-tmol1GjjtG .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tmol1GjjtG .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmol1GjjtG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmol1GjjtG .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmol1GjjtG .mbr-section-btn .btn-secondary-outline .active,
.cid-tmol1GjjtG .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmol1GjjtG .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tmol1GjjtG .content_block {
    padding: 30px 15px;
  }
  .cid-tmol1GjjtG .mbr-figure {
    padding: 0;
  }
  .cid-tmol1GjjtG .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tmol1GjjtG .mbr-text,
.cid-tmol1GjjtG .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tmol1GjjtG .mbr-section-title {
  color: #232323;
}
.cid-tmoljA4PAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmoljA4PAm .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tmoljA4PAm .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmoljA4PAm .card_topic,
.cid-tmoljA4PAm .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmoljA4PAm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmoljA4PAm .image {
  position: relative;
}
.cid-tmoljA4PAm .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tmoljA4PAm .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmoljA4PAm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmoljA4PAm .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmoljA4PAm .mbr-section-btn .btn-secondary-outline .active,
.cid-tmoljA4PAm .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmoljA4PAm .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tmoljA4PAm .content_block {
    padding: 30px 15px;
  }
  .cid-tmoljA4PAm .mbr-figure {
    padding: 0;
  }
  .cid-tmoljA4PAm .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tmoljA4PAm .mbr-text,
.cid-tmoljA4PAm .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tmoljA4PAm .mbr-section-title {
  color: #232323;
}
.cid-tqh5PH7500 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqh5PH7500 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tqh5PH7500 .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tqh5PH7500 video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-tqh5PH7500 .mbr-section-title,
.cid-tqh5PH7500 .wrap {
  color: #1a191d;
}
.cid-tmoika3ue6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tmoika3ue6 .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tmoika3ue6 .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tmoika3ue6 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tmoika3ue6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tmoika3ue6 .item:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmoika3ue6 .mbr-section-title,
.cid-tmoika3ue6 .card_topic,
.cid-tmoika3ue6 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmoika3ue6 .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-tmoika3ue6 .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tmoika3ue6 .card_post {
    margin-top: 15px;
  }
}
.cid-tmoika3ue6 .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tmoika3ue6 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tmoika3ue6 .category_content,
.cid-tmoika3ue6 .date,
.cid-tmoika3ue6 .name_author {
  opacity: .8;
}
.cid-tmoika3ue6 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmoika3ue6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmoika3ue6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmoika3ue6 .mbr-section-btn .btn-secondary-outline .active,
.cid-tmoika3ue6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmoika3ue6 .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmoika3ue6 .item-img {
    margin-bottom: 20px;
  }
}
.cid-tmoika3ue6 img,
.cid-tmoika3ue6 .item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-tmoika3ue6 .item:focus,
.cid-tmoika3ue6 span:focus {
  outline: none;
}
.cid-tmoika3ue6 .mbr-section-subtitle {
  color: #8e8d8d;
}
.cid-tmoika3ue6 .mbr-text,
.cid-tmoika3ue6 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tmoika3ue6 .category_content,
.cid-tmoika3ue6 .card_topic {
  color: #ffffff;
}
.cid-tmoika3ue6 .mbr-section-title,
.cid-tmoika3ue6 .post_wrap {
  color: #8e8d8d;
}
.cid-sa6jXKqAqJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sa6jXKqAqJ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-sa6jXKqAqJ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-sa6jXKqAqJ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-sa6jXKqAqJ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-sa6jXKqAqJ .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-sa6jXKqAqJ .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .privacy {
    text-align: left;
  }
}
.cid-sa6jXKqAqJ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sa6jXKqAqJ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-sa6jXKqAqJ .divider {
    margin: 20px 0;
  }
  .cid-sa6jXKqAqJ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-sa6jXKqAqJ .footer_wrap img {
    margin: auto;
  }
  .cid-sa6jXKqAqJ .privacy {
    text-align: center;
  }
}
.cid-tnhuaVDFa6 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tnhuaVDFa6 {
    min-height: 170px !important;
  }
}
.cid-tnhuaVDFa6 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tnhuaVDFa6 .empty_md {
    display: block;
  }
}
.cid-tnhuaVDFa6 .container,
.cid-tnhuaVDFa6 .container-fluid,
.cid-tnhuaVDFa6 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tnhuaVDFa6 .container,
  .cid-tnhuaVDFa6 .container-fluid,
  .cid-tnhuaVDFa6 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tnhuaVDFa6 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tnhuaVDFa6 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tnhuaVDFa6 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tnhuaVDFa6 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tnhuaVDFa6 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tnhuaVDFa6 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tnhuaVDFa6 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tnhuaVDFa6 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tnhuaVDFa6 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tnhuaVDFa6 .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tnhuaVDFa6 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tnhuaVDFa6 .empty,
  .cid-tnhuaVDFa6 .icons-menu {
    min-width: 265px;
  }
  .cid-tnhuaVDFa6 .navbar-logo {
    margin: 0;
  }
  .cid-tnhuaVDFa6 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tnhuaVDFa6 .btn {
    white-space: nowrap;
  }
  .cid-tnhuaVDFa6 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tnhuaVDFa6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tnhuaVDFa6 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tnhuaVDFa6 .dropdown-toggle::after,
  .cid-tnhuaVDFa6 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tnhuaVDFa6 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tnhuaVDFa6 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnhuaVDFa6 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tnhuaVDFa6 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnhuaVDFa6 .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tnhuaVDFa6 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tnhuaVDFa6 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tnhuaVDFa6 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tnhuaVDFa6 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tnhuaVDFa6 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tnhuaVDFa6 .nav-item:focus,
.cid-tnhuaVDFa6 .nav-link:focus {
  outline: none;
}
.cid-tnhuaVDFa6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tnhuaVDFa6 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tnhuaVDFa6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tnhuaVDFa6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnhuaVDFa6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tnhuaVDFa6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnhuaVDFa6 ul.navbar-nav li {
  margin: auto;
}
.cid-tnhuaVDFa6 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tnhuaVDFa6 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tnhuaVDFa6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tnhuaVDFa6 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tnhuaVDFa6 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tnhuaVDFa6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnhuaVDFa6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnhuaVDFa6 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tnhuaVDFa6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tnhuaVDFa6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnhuaVDFa6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnhuaVDFa6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tnhuaVDFa6 .navbar .icons-menu,
  .cid-tnhuaVDFa6 .navbar .empty {
    display: none;
  }
  .cid-tnhuaVDFa6 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tnhuaVDFa6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnhuaVDFa6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnhuaVDFa6 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tnhuaVDFa6 .navbar .container-fluid,
  .cid-tnhuaVDFa6 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tnhuaVDFa6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnhuaVDFa6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnhuaVDFa6 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tnhuaVDFa6 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tnhuaVDFa6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tnhuaVDFa6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tnhuaVDFa6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tnhuaVDFa6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tnhuaVDFa6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnhuaVDFa6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnhuaVDFa6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnhuaVDFa6 .dropdown-item.active,
.cid-tnhuaVDFa6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tnhuaVDFa6 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnhuaVDFa6 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tnhuaVDFa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tnhuaVDFa6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tnhuaVDFa6 .navbar-buttons {
  text-align: center;
}
.cid-tnhuaVDFa6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tnhuaVDFa6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tnhuaVDFa6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnhuaVDFa6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnhuaVDFa6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnhuaVDFa6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnhuaVDFa6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnhuaVDFa6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnhuaVDFa6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnhuaVDFa6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnhuaVDFa6 .navbar-dropdown {
  position: absolute;
}
.cid-tnhuaVDFa6 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnhuaVDFa6 a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tnhuaVDFa6 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnhuaVDFa6 .navbar {
    height: 77px;
  }
  .cid-tnhuaVDFa6 .navbar.opened {
    height: auto;
  }
  .cid-tnhuaVDFa6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnhuaWGGlf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-startseite-slider-motiv-produktvielfalt-1920x795px-1920x795.jpg");
}
.cid-tnhuaWGGlf .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhuaWGGlf .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhy8WaenI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhy8WaenI .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhy8WaenI .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhy8WaenI .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhy8WaenI .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhy8WaenI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhy8WaenI .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhy8WaenI .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhy8WaenI .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhy8WaenI .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhy8WaenI .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhy8WaenI .mbr-text,
.cid-tnhy8WaenI .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhuaYCRft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhuaYCRft .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhuaYCRft .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhuaYCRft .card_topic,
.cid-tnhuaYCRft .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhuaYCRft .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhuaYCRft .image {
  position: relative;
}
.cid-tnhuaYCRft .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhuaYCRft .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhuaYCRft .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhuaYCRft .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhuaYCRft .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhuaYCRft .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhuaYCRft .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhuaYCRft .content_block {
    padding: 30px 15px;
  }
  .cid-tnhuaYCRft .mbr-figure {
    padding: 0;
  }
  .cid-tnhuaYCRft .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhuaYCRft .mbr-text,
.cid-tnhuaYCRft .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhuaYCRft .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhub0pCBd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhub0pCBd .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhub0pCBd .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhub0pCBd .card_topic,
.cid-tnhub0pCBd .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhub0pCBd .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhub0pCBd .image {
  position: relative;
}
.cid-tnhub0pCBd .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhub0pCBd .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhub0pCBd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhub0pCBd .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhub0pCBd .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhub0pCBd .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhub0pCBd .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhub0pCBd .content_block {
    padding: 30px 15px;
  }
  .cid-tnhub0pCBd .mbr-figure {
    padding: 0;
  }
  .cid-tnhub0pCBd .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhub0pCBd .mbr-text,
.cid-tnhub0pCBd .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhub0pCBd .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhzyMbXg2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhzyMbXg2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhzyMbXg2 .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhzyMbXg2 .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhzyMbXg2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhzyMbXg2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhzyMbXg2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhzyMbXg2 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhzyMbXg2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhzyMbXg2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhzyMbXg2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhzyMbXg2 .mbr-text,
.cid-tnhzyMbXg2 .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhzzqaE3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhzzqaE3z .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhzzqaE3z .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhzzqaE3z .card_topic,
.cid-tnhzzqaE3z .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhzzqaE3z .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhzzqaE3z .image {
  position: relative;
}
.cid-tnhzzqaE3z .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhzzqaE3z .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhzzqaE3z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhzzqaE3z .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhzzqaE3z .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhzzqaE3z .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhzzqaE3z .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhzzqaE3z .content_block {
    padding: 30px 15px;
  }
  .cid-tnhzzqaE3z .mbr-figure {
    padding: 0;
  }
  .cid-tnhzzqaE3z .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhzzqaE3z .mbr-text,
.cid-tnhzzqaE3z .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhzzqaE3z .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhzzZpu0t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhzzZpu0t .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhzzZpu0t .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhzzZpu0t .card_topic,
.cid-tnhzzZpu0t .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhzzZpu0t .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhzzZpu0t .image {
  position: relative;
}
.cid-tnhzzZpu0t .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhzzZpu0t .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhzzZpu0t .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhzzZpu0t .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhzzZpu0t .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhzzZpu0t .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhzzZpu0t .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhzzZpu0t .content_block {
    padding: 30px 15px;
  }
  .cid-tnhzzZpu0t .mbr-figure {
    padding: 0;
  }
  .cid-tnhzzZpu0t .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhzzZpu0t .mbr-text,
.cid-tnhzzZpu0t .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhzzZpu0t .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhAiIfCtn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhAiIfCtn .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhAiIfCtn .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhAiIfCtn .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhAiIfCtn .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhAiIfCtn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhAiIfCtn .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhAiIfCtn .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhAiIfCtn .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhAiIfCtn .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhAiIfCtn .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhAiIfCtn .mbr-text,
.cid-tnhAiIfCtn .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhAjrgVfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhAjrgVfv .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhAjrgVfv .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhAjrgVfv .card_topic,
.cid-tnhAjrgVfv .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhAjrgVfv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhAjrgVfv .image {
  position: relative;
}
.cid-tnhAjrgVfv .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhAjrgVfv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhAjrgVfv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhAjrgVfv .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhAjrgVfv .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhAjrgVfv .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhAjrgVfv .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhAjrgVfv .content_block {
    padding: 30px 15px;
  }
  .cid-tnhAjrgVfv .mbr-figure {
    padding: 0;
  }
  .cid-tnhAjrgVfv .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhAjrgVfv .mbr-text,
.cid-tnhAjrgVfv .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhAjrgVfv .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhAjX4MEH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhAjX4MEH .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhAjX4MEH .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhAjX4MEH .card_topic,
.cid-tnhAjX4MEH .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhAjX4MEH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhAjX4MEH .image {
  position: relative;
}
.cid-tnhAjX4MEH .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhAjX4MEH .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhAjX4MEH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhAjX4MEH .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhAjX4MEH .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhAjX4MEH .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhAjX4MEH .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhAjX4MEH .content_block {
    padding: 30px 15px;
  }
  .cid-tnhAjX4MEH .mbr-figure {
    padding: 0;
  }
  .cid-tnhAjX4MEH .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhAjX4MEH .mbr-text,
.cid-tnhAjX4MEH .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhAjX4MEH .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhALoIgMi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhALoIgMi .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhALoIgMi .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhALoIgMi .card_topic,
.cid-tnhALoIgMi .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhALoIgMi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhALoIgMi .image {
  position: relative;
}
.cid-tnhALoIgMi .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhALoIgMi .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhALoIgMi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhALoIgMi .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhALoIgMi .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhALoIgMi .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhALoIgMi .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhALoIgMi .content_block {
    padding: 30px 15px;
  }
  .cid-tnhALoIgMi .mbr-figure {
    padding: 0;
  }
  .cid-tnhALoIgMi .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhALoIgMi .mbr-text,
.cid-tnhALoIgMi .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhALoIgMi .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhB323SjN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhB323SjN .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhB323SjN .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhB323SjN .card_topic,
.cid-tnhB323SjN .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhB323SjN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhB323SjN .image {
  position: relative;
}
.cid-tnhB323SjN .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhB323SjN .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhB323SjN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhB323SjN .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhB323SjN .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhB323SjN .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhB323SjN .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhB323SjN .content_block {
    padding: 30px 15px;
  }
  .cid-tnhB323SjN .mbr-figure {
    padding: 0;
  }
  .cid-tnhB323SjN .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhB323SjN .mbr-text,
.cid-tnhB323SjN .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhB323SjN .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhBt35Ll3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhBt35Ll3 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhBt35Ll3 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhBt35Ll3 .card_topic,
.cid-tnhBt35Ll3 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhBt35Ll3 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhBt35Ll3 .image {
  position: relative;
}
.cid-tnhBt35Ll3 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhBt35Ll3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhBt35Ll3 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhBt35Ll3 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhBt35Ll3 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhBt35Ll3 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhBt35Ll3 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhBt35Ll3 .content_block {
    padding: 30px 15px;
  }
  .cid-tnhBt35Ll3 .mbr-figure {
    padding: 0;
  }
  .cid-tnhBt35Ll3 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhBt35Ll3 .mbr-text,
.cid-tnhBt35Ll3 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhBt35Ll3 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhBQy5E5q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhBQy5E5q .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhBQy5E5q .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhBQy5E5q .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhBQy5E5q .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhBQy5E5q .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhBQy5E5q .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhBQy5E5q .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhBQy5E5q .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhBQy5E5q .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhBQy5E5q .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhBQy5E5q .mbr-text,
.cid-tnhBQy5E5q .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhBRDWL5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhBRDWL5s .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhBRDWL5s .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhBRDWL5s .card_topic,
.cid-tnhBRDWL5s .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhBRDWL5s .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhBRDWL5s .image {
  position: relative;
}
.cid-tnhBRDWL5s .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhBRDWL5s .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhBRDWL5s .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhBRDWL5s .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhBRDWL5s .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhBRDWL5s .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhBRDWL5s .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhBRDWL5s .content_block {
    padding: 30px 15px;
  }
  .cid-tnhBRDWL5s .mbr-figure {
    padding: 0;
  }
  .cid-tnhBRDWL5s .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhBRDWL5s .mbr-text,
.cid-tnhBRDWL5s .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhBRDWL5s .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhBSsOUsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhBSsOUsU .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhBSsOUsU .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhBSsOUsU .card_topic,
.cid-tnhBSsOUsU .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhBSsOUsU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhBSsOUsU .image {
  position: relative;
}
.cid-tnhBSsOUsU .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhBSsOUsU .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhBSsOUsU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhBSsOUsU .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhBSsOUsU .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhBSsOUsU .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhBSsOUsU .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhBSsOUsU .content_block {
    padding: 30px 15px;
  }
  .cid-tnhBSsOUsU .mbr-figure {
    padding: 0;
  }
  .cid-tnhBSsOUsU .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhBSsOUsU .mbr-text,
.cid-tnhBSsOUsU .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhBSsOUsU .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhCubIkq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnhCubIkq2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhCubIkq2 .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhCubIkq2 .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhCubIkq2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhCubIkq2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhCubIkq2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhCubIkq2 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhCubIkq2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhCubIkq2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhCubIkq2 .image_post {
  display: inline-block;
}
.cid-tnhCubIkq2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tnhCubIkq2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhCubIkq2 .mbr-text,
.cid-tnhCubIkq2 .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhCpeszBL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhCpeszBL .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhCpeszBL .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhCpeszBL .card_topic,
.cid-tnhCpeszBL .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhCpeszBL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhCpeszBL .image {
  position: relative;
}
.cid-tnhCpeszBL .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhCpeszBL .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhCpeszBL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhCpeszBL .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhCpeszBL .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhCpeszBL .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhCpeszBL .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhCpeszBL .content_block {
    padding: 30px 15px;
  }
  .cid-tnhCpeszBL .mbr-figure {
    padding: 0;
  }
  .cid-tnhCpeszBL .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhCpeszBL .mbr-text,
.cid-tnhCpeszBL .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhCpeszBL .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhCE5sibN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhCE5sibN .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-tnhCE5sibN .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhCE5sibN .card_topic,
.cid-tnhCE5sibN .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhCE5sibN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhCE5sibN .image {
  position: relative;
}
.cid-tnhCE5sibN .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
.cid-tnhCE5sibN .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhCE5sibN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhCE5sibN .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhCE5sibN .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhCE5sibN .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhCE5sibN .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhCE5sibN .content_block {
    padding: 30px 15px;
  }
  .cid-tnhCE5sibN .mbr-figure {
    padding: 0;
  }
  .cid-tnhCE5sibN .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhCE5sibN .mbr-text,
.cid-tnhCE5sibN .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhCE5sibN .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhCEKd3a5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhCEKd3a5 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhCEKd3a5 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhCEKd3a5 .card_topic,
.cid-tnhCEKd3a5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhCEKd3a5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhCEKd3a5 .image {
  position: relative;
}
.cid-tnhCEKd3a5 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhCEKd3a5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhCEKd3a5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhCEKd3a5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhCEKd3a5 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhCEKd3a5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhCEKd3a5 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhCEKd3a5 .content_block {
    padding: 30px 15px;
  }
  .cid-tnhCEKd3a5 .mbr-figure {
    padding: 0;
  }
  .cid-tnhCEKd3a5 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhCEKd3a5 .mbr-text,
.cid-tnhCEKd3a5 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhCEKd3a5 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhDbgVsCb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhDbgVsCb .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-tnhDbgVsCb .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhDbgVsCb .card_topic,
.cid-tnhDbgVsCb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhDbgVsCb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhDbgVsCb .image {
  position: relative;
}
.cid-tnhDbgVsCb .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
.cid-tnhDbgVsCb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhDbgVsCb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhDbgVsCb .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhDbgVsCb .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhDbgVsCb .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhDbgVsCb .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhDbgVsCb .content_block {
    padding: 30px 15px;
  }
  .cid-tnhDbgVsCb .mbr-figure {
    padding: 0;
  }
  .cid-tnhDbgVsCb .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhDbgVsCb .mbr-text,
.cid-tnhDbgVsCb .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhDbgVsCb .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhDdCsqtR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhDdCsqtR .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhDdCsqtR .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhDdCsqtR .card_topic,
.cid-tnhDdCsqtR .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhDdCsqtR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhDdCsqtR .image {
  position: relative;
}
.cid-tnhDdCsqtR .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhDdCsqtR .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhDdCsqtR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhDdCsqtR .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhDdCsqtR .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhDdCsqtR .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhDdCsqtR .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhDdCsqtR .content_block {
    padding: 30px 15px;
  }
  .cid-tnhDdCsqtR .mbr-figure {
    padding: 0;
  }
  .cid-tnhDdCsqtR .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhDdCsqtR .mbr-text,
.cid-tnhDdCsqtR .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhDdCsqtR .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhDNiUwxs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhDNiUwxs .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhDNiUwxs .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhDNiUwxs .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhDNiUwxs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhDNiUwxs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhDNiUwxs .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhDNiUwxs .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhDNiUwxs .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhDNiUwxs .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhDNiUwxs .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhDNiUwxs .mbr-text,
.cid-tnhDNiUwxs .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhDOknc1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhDOknc1r .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhDOknc1r .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhDOknc1r .card_topic,
.cid-tnhDOknc1r .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhDOknc1r .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhDOknc1r .image {
  position: relative;
}
.cid-tnhDOknc1r .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhDOknc1r .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhDOknc1r .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhDOknc1r .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhDOknc1r .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhDOknc1r .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhDOknc1r .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhDOknc1r .content_block {
    padding: 30px 15px;
  }
  .cid-tnhDOknc1r .mbr-figure {
    padding: 0;
  }
  .cid-tnhDOknc1r .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhDOknc1r .mbr-text,
.cid-tnhDOknc1r .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhDOknc1r .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhDOO5Z7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhDOO5Z7I .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhDOO5Z7I .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhDOO5Z7I .card_topic,
.cid-tnhDOO5Z7I .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhDOO5Z7I .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhDOO5Z7I .image {
  position: relative;
}
.cid-tnhDOO5Z7I .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhDOO5Z7I .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhDOO5Z7I .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhDOO5Z7I .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhDOO5Z7I .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhDOO5Z7I .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhDOO5Z7I .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhDOO5Z7I .content_block {
    padding: 30px 15px;
  }
  .cid-tnhDOO5Z7I .mbr-figure {
    padding: 0;
  }
  .cid-tnhDOO5Z7I .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhDOO5Z7I .mbr-text,
.cid-tnhDOO5Z7I .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhDOO5Z7I .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhEdu31a1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhEdu31a1 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhEdu31a1 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhEdu31a1 .card_topic,
.cid-tnhEdu31a1 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhEdu31a1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhEdu31a1 .image {
  position: relative;
}
.cid-tnhEdu31a1 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhEdu31a1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhEdu31a1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhEdu31a1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhEdu31a1 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhEdu31a1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhEdu31a1 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhEdu31a1 .content_block {
    padding: 30px 15px;
  }
  .cid-tnhEdu31a1 .mbr-figure {
    padding: 0;
  }
  .cid-tnhEdu31a1 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhEdu31a1 .mbr-text,
.cid-tnhEdu31a1 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhEdu31a1 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhub3Nvyw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhub3Nvyw .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tnhub3Nvyw .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tnhub3Nvyw .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tnhub3Nvyw .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tnhub3Nvyw .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tnhub3Nvyw .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tnhub3Nvyw .privacy {
    text-align: left;
  }
}
.cid-tnhub3Nvyw .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tnhub3Nvyw .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tnhub3Nvyw .divider {
    margin: 20px 0;
  }
  .cid-tnhub3Nvyw .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tnhub3Nvyw .footer_wrap img {
    margin: auto;
  }
  .cid-tnhub3Nvyw .privacy {
    text-align: center;
  }
}
.cid-tmopPsAJOe {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tmopPsAJOe {
    min-height: 170px !important;
  }
}
.cid-tmopPsAJOe .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tmopPsAJOe .empty_md {
    display: block;
  }
}
.cid-tmopPsAJOe .container,
.cid-tmopPsAJOe .container-fluid,
.cid-tmopPsAJOe .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tmopPsAJOe .container,
  .cid-tmopPsAJOe .container-fluid,
  .cid-tmopPsAJOe .empty_md {
    min-height: 170px !important;
  }
}
.cid-tmopPsAJOe .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tmopPsAJOe .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tmopPsAJOe .top_menu {
    min-height: 110px !important;
  }
}
.cid-tmopPsAJOe .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tmopPsAJOe .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tmopPsAJOe .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tmopPsAJOe .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tmopPsAJOe .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tmopPsAJOe .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tmopPsAJOe .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tmopPsAJOe .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tmopPsAJOe .empty,
  .cid-tmopPsAJOe .icons-menu {
    min-width: 265px;
  }
  .cid-tmopPsAJOe .navbar-logo {
    margin: 0;
  }
  .cid-tmopPsAJOe .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tmopPsAJOe .btn {
    white-space: nowrap;
  }
  .cid-tmopPsAJOe .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tmopPsAJOe .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tmopPsAJOe .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tmopPsAJOe .dropdown-toggle::after,
  .cid-tmopPsAJOe .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tmopPsAJOe .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tmopPsAJOe .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tmopPsAJOe .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tmopPsAJOe .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tmopPsAJOe .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tmopPsAJOe .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tmopPsAJOe .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tmopPsAJOe .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tmopPsAJOe .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tmopPsAJOe .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tmopPsAJOe .nav-item:focus,
.cid-tmopPsAJOe .nav-link:focus {
  outline: none;
}
.cid-tmopPsAJOe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tmopPsAJOe .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tmopPsAJOe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tmopPsAJOe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmopPsAJOe .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tmopPsAJOe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmopPsAJOe ul.navbar-nav li {
  margin: auto;
}
.cid-tmopPsAJOe .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tmopPsAJOe .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tmopPsAJOe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tmopPsAJOe .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tmopPsAJOe .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tmopPsAJOe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmopPsAJOe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmopPsAJOe .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tmopPsAJOe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tmopPsAJOe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmopPsAJOe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmopPsAJOe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tmopPsAJOe .navbar .icons-menu,
  .cid-tmopPsAJOe .navbar .empty {
    display: none;
  }
  .cid-tmopPsAJOe .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tmopPsAJOe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmopPsAJOe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmopPsAJOe .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tmopPsAJOe .navbar .container-fluid,
  .cid-tmopPsAJOe .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tmopPsAJOe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmopPsAJOe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmopPsAJOe .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tmopPsAJOe .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tmopPsAJOe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tmopPsAJOe .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tmopPsAJOe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tmopPsAJOe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmopPsAJOe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmopPsAJOe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmopPsAJOe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmopPsAJOe .dropdown-item.active,
.cid-tmopPsAJOe .dropdown-item:active {
  background-color: transparent;
}
.cid-tmopPsAJOe .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmopPsAJOe .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tmopPsAJOe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmopPsAJOe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tmopPsAJOe .navbar-buttons {
  text-align: center;
}
.cid-tmopPsAJOe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tmopPsAJOe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tmopPsAJOe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmopPsAJOe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmopPsAJOe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmopPsAJOe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmopPsAJOe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmopPsAJOe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmopPsAJOe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmopPsAJOe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmopPsAJOe .navbar-dropdown {
  position: absolute;
}
.cid-tmopPsAJOe a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tmopPsAJOe a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tmopPsAJOe .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmopPsAJOe .navbar {
    height: 77px;
  }
  .cid-tmopPsAJOe .navbar.opened {
    height: auto;
  }
  .cid-tmopPsAJOe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnhtPRS8bv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-startseite-slider-motiv-praezision-1920x795px-1920x795.jpg");
}
.cid-tnhtPRS8bv .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhtPRS8bv .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmorY82aeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmorY82aeN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tmorY82aeN .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmorY82aeN .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tmorY82aeN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tmorY82aeN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmorY82aeN .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmorY82aeN .mbr-section-btn .btn-secondary-outline .active,
.cid-tmorY82aeN .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmorY82aeN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tmorY82aeN .image_post {
  display: inline-block;
}
.cid-tmorY82aeN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tmorY82aeN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tmorY82aeN .mbr-text,
.cid-tmorY82aeN .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tmow5OVMtN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmow5OVMtN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmow5OVMtN .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmow5OVMtN .mbr-section-btn .btn-secondary-outline .active,
.cid-tmow5OVMtN .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (min-width: 991px) {
  .cid-tmow5OVMtN .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-tmow5OVMtN img,
.cid-tmow5OVMtN .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-tmow5OVMtN .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-tmow5OVMtN .item-wrapper:hover .item-title a {
  color: #8e8d8d !important;
}
@media (min-width: 992px) {
  .cid-tmow5OVMtN .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-tmow5OVMtN .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tmow5OVMtN .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-tmow5OVMtN .item-content {
    padding-top: 20px;
  }
}
.cid-tmow5OVMtN .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-tmow5OVMtN .card_post {
    padding: 20px;
  }
}
.cid-tmow5OVMtN .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tmow5OVMtN .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tmow5OVMtN .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tmow5OVMtN .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tmow5OVMtN .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tmow5OVMtN .item:focus,
.cid-tmow5OVMtN span:focus {
  outline: none;
}
.cid-tmow5OVMtN .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tmow5OVMtN .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tmow5OVMtN .item-title,
.cid-tmow5OVMtN .card_topic,
.cid-tmow5OVMtN .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-tmow5OVMtN .category_content {
  opacity: .8;
}
.cid-tmow5OVMtN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmopPtY9VP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmopPtY9VP .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tmopPtY9VP .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmopPtY9VP .card_topic,
.cid-tmopPtY9VP .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmopPtY9VP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmopPtY9VP .image {
  position: relative;
}
.cid-tmopPtY9VP .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tmopPtY9VP .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmopPtY9VP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmopPtY9VP .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmopPtY9VP .mbr-section-btn .btn-secondary-outline .active,
.cid-tmopPtY9VP .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmopPtY9VP .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tmopPtY9VP .content_block {
    padding: 30px 15px;
  }
  .cid-tmopPtY9VP .mbr-figure {
    padding: 0;
  }
  .cid-tmopPtY9VP .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tmopPtY9VP .mbr-text,
.cid-tmopPtY9VP .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tmopPtY9VP .mbr-section-title {
  color: #8e8d8d;
}
.cid-tmowDAC1y6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmowDAC1y6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmowDAC1y6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmowDAC1y6 .mbr-section-btn .btn-secondary-outline .active,
.cid-tmowDAC1y6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (min-width: 991px) {
  .cid-tmowDAC1y6 .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-tmowDAC1y6 img,
.cid-tmowDAC1y6 .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-tmowDAC1y6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-tmowDAC1y6 .item-wrapper:hover .item-title a {
  color: #8e8d8d !important;
}
@media (min-width: 992px) {
  .cid-tmowDAC1y6 .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-tmowDAC1y6 .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tmowDAC1y6 .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-tmowDAC1y6 .item-content {
    padding-top: 20px;
  }
}
.cid-tmowDAC1y6 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-tmowDAC1y6 .card_post {
    padding: 20px;
  }
}
.cid-tmowDAC1y6 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tmowDAC1y6 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tmowDAC1y6 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tmowDAC1y6 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tmowDAC1y6 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tmowDAC1y6 .item:focus,
.cid-tmowDAC1y6 span:focus {
  outline: none;
}
.cid-tmowDAC1y6 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tmowDAC1y6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tmowDAC1y6 .item-title,
.cid-tmowDAC1y6 .card_topic,
.cid-tmowDAC1y6 .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-tmowDAC1y6 .category_content {
  opacity: .8;
}
.cid-tmowDAC1y6 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmowE4yHR4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmowE4yHR4 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tmowE4yHR4 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmowE4yHR4 .card_topic,
.cid-tmowE4yHR4 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmowE4yHR4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmowE4yHR4 .image {
  position: relative;
}
.cid-tmowE4yHR4 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tmowE4yHR4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmowE4yHR4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmowE4yHR4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmowE4yHR4 .mbr-section-btn .btn-secondary-outline .active,
.cid-tmowE4yHR4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmowE4yHR4 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tmowE4yHR4 .content_block {
    padding: 30px 15px;
  }
  .cid-tmowE4yHR4 .mbr-figure {
    padding: 0;
  }
  .cid-tmowE4yHR4 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tmowE4yHR4 .mbr-text,
.cid-tmowE4yHR4 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tmowE4yHR4 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tmowEVeKnq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmowEVeKnq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmowEVeKnq .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmowEVeKnq .mbr-section-btn .btn-secondary-outline .active,
.cid-tmowEVeKnq .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
@media (min-width: 991px) {
  .cid-tmowEVeKnq .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-tmowEVeKnq img,
.cid-tmowEVeKnq .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-tmowEVeKnq .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-tmowEVeKnq .item-wrapper:hover .item-title a {
  color: #8e8d8d !important;
}
@media (min-width: 992px) {
  .cid-tmowEVeKnq .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-tmowEVeKnq .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tmowEVeKnq .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-tmowEVeKnq .item-content {
    padding-top: 20px;
  }
}
.cid-tmowEVeKnq .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-tmowEVeKnq .card_post {
    padding: 20px;
  }
}
.cid-tmowEVeKnq .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tmowEVeKnq .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tmowEVeKnq .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tmowEVeKnq .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tmowEVeKnq .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tmowEVeKnq .item:focus,
.cid-tmowEVeKnq span:focus {
  outline: none;
}
.cid-tmowEVeKnq .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tmowEVeKnq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tmowEVeKnq .item-title,
.cid-tmowEVeKnq .card_topic,
.cid-tmowEVeKnq .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-tmowEVeKnq .category_content {
  opacity: .8;
}
.cid-tmowEVeKnq .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmowFj9W4K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmowFj9W4K .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tmowFj9W4K .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tmowFj9W4K .card_topic,
.cid-tmowFj9W4K .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tmowFj9W4K .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tmowFj9W4K .image {
  position: relative;
}
.cid-tmowFj9W4K .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tmowFj9W4K .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmowFj9W4K .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tmowFj9W4K .mbr-section-btn .btn-secondary-outline:hover,
.cid-tmowFj9W4K .mbr-section-btn .btn-secondary-outline .active,
.cid-tmowFj9W4K .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tmowFj9W4K .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tmowFj9W4K .content_block {
    padding: 30px 15px;
  }
  .cid-tmowFj9W4K .mbr-figure {
    padding: 0;
  }
  .cid-tmowFj9W4K .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tmowFj9W4K .mbr-text,
.cid-tmowFj9W4K .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tmowFj9W4K .mbr-section-title {
  color: #8e8d8d;
}
.cid-tng9QVusqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tng9QVusqS .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tng9QVusqS .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tng9QVusqS .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tng9QVusqS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tng9QVusqS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tng9QVusqS .mbr-section-btn .btn-secondary-outline:hover,
.cid-tng9QVusqS .mbr-section-btn .btn-secondary-outline .active,
.cid-tng9QVusqS .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tng9QVusqS .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tng9QVusqS .image_post {
  display: inline-block;
}
.cid-tng9QVusqS .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tng9QVusqS .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tng9QVusqS .mbr-text,
.cid-tng9QVusqS .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tng9RC7xBS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tng9RC7xBS .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tng9RC7xBS .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tng9RC7xBS .card_topic,
.cid-tng9RC7xBS .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tng9RC7xBS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tng9RC7xBS .image {
  position: relative;
}
.cid-tng9RC7xBS .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tng9RC7xBS .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tng9RC7xBS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tng9RC7xBS .mbr-section-btn .btn-secondary-outline:hover,
.cid-tng9RC7xBS .mbr-section-btn .btn-secondary-outline .active,
.cid-tng9RC7xBS .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tng9RC7xBS .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tng9RC7xBS .content_block {
    padding: 30px 15px;
  }
  .cid-tng9RC7xBS .mbr-figure {
    padding: 0;
  }
  .cid-tng9RC7xBS .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tng9RC7xBS .mbr-text,
.cid-tng9RC7xBS .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tng9RC7xBS .mbr-section-title {
  color: #8e8d8d;
}
.cid-tngauJJwpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tngauJJwpu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tngauJJwpu .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tngauJJwpu .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tngauJJwpu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tngauJJwpu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tngauJJwpu .mbr-section-btn .btn-secondary-outline:hover,
.cid-tngauJJwpu .mbr-section-btn .btn-secondary-outline .active,
.cid-tngauJJwpu .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tngauJJwpu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tngauJJwpu .image_post {
  display: inline-block;
}
.cid-tngauJJwpu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tngauJJwpu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tngauJJwpu .mbr-text,
.cid-tngauJJwpu .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tngavEFvEo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tngavEFvEo .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tngavEFvEo .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tngavEFvEo .card_topic,
.cid-tngavEFvEo .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tngavEFvEo .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tngavEFvEo .image {
  position: relative;
}
.cid-tngavEFvEo .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tngavEFvEo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tngavEFvEo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tngavEFvEo .mbr-section-btn .btn-secondary-outline:hover,
.cid-tngavEFvEo .mbr-section-btn .btn-secondary-outline .active,
.cid-tngavEFvEo .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tngavEFvEo .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tngavEFvEo .content_block {
    padding: 30px 15px;
  }
  .cid-tngavEFvEo .mbr-figure {
    padding: 0;
  }
  .cid-tngavEFvEo .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tngavEFvEo .mbr-text,
.cid-tngavEFvEo .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tngavEFvEo .mbr-section-title {
  color: #8e8d8d;
}
.cid-tngaI23GXV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tngaI23GXV .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tngaI23GXV .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tngaI23GXV .card_topic,
.cid-tngaI23GXV .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tngaI23GXV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tngaI23GXV .image {
  position: relative;
}
.cid-tngaI23GXV .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tngaI23GXV .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tngaI23GXV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tngaI23GXV .mbr-section-btn .btn-secondary-outline:hover,
.cid-tngaI23GXV .mbr-section-btn .btn-secondary-outline .active,
.cid-tngaI23GXV .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tngaI23GXV .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tngaI23GXV .content_block {
    padding: 30px 15px;
  }
  .cid-tngaI23GXV .mbr-figure {
    padding: 0;
  }
  .cid-tngaI23GXV .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tngaI23GXV .mbr-text,
.cid-tngaI23GXV .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tngaI23GXV .mbr-section-title {
  color: #8e8d8d;
}
.cid-tngaIARWQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tngaIARWQB .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tngaIARWQB .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tngaIARWQB .card_topic,
.cid-tngaIARWQB .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tngaIARWQB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tngaIARWQB .image {
  position: relative;
}
.cid-tngaIARWQB .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tngaIARWQB .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tngaIARWQB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tngaIARWQB .mbr-section-btn .btn-secondary-outline:hover,
.cid-tngaIARWQB .mbr-section-btn .btn-secondary-outline .active,
.cid-tngaIARWQB .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tngaIARWQB .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tngaIARWQB .content_block {
    padding: 30px 15px;
  }
  .cid-tngaIARWQB .mbr-figure {
    padding: 0;
  }
  .cid-tngaIARWQB .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tngaIARWQB .mbr-text,
.cid-tngaIARWQB .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tngaIARWQB .mbr-section-title {
  color: #8e8d8d;
}
.cid-tngb9HovP9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tngb9HovP9 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tngb9HovP9 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tngb9HovP9 .card_topic,
.cid-tngb9HovP9 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tngb9HovP9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tngb9HovP9 .image {
  position: relative;
}
.cid-tngb9HovP9 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tngb9HovP9 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tngb9HovP9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tngb9HovP9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tngb9HovP9 .mbr-section-btn .btn-secondary-outline .active,
.cid-tngb9HovP9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tngb9HovP9 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tngb9HovP9 .content_block {
    padding: 30px 15px;
  }
  .cid-tngb9HovP9 .mbr-figure {
    padding: 0;
  }
  .cid-tngb9HovP9 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tngb9HovP9 .mbr-text,
.cid-tngb9HovP9 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tngb9HovP9 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tmopPuUDNZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmopPuUDNZ .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tmopPuUDNZ .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tmopPuUDNZ .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tmopPuUDNZ .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tmopPuUDNZ .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tmopPuUDNZ .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tmopPuUDNZ .privacy {
    text-align: left;
  }
}
.cid-tmopPuUDNZ .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tmopPuUDNZ .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tmopPuUDNZ .divider {
    margin: 20px 0;
  }
  .cid-tmopPuUDNZ .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tmopPuUDNZ .footer_wrap img {
    margin: auto;
  }
  .cid-tmopPuUDNZ .privacy {
    text-align: center;
  }
}
.cid-toAWl9heNz {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-toAWl9heNz {
    min-height: 170px !important;
  }
}
.cid-toAWl9heNz .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-toAWl9heNz .empty_md {
    display: block;
  }
}
.cid-toAWl9heNz .container,
.cid-toAWl9heNz .container-fluid,
.cid-toAWl9heNz .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-toAWl9heNz .container,
  .cid-toAWl9heNz .container-fluid,
  .cid-toAWl9heNz .empty_md {
    min-height: 170px !important;
  }
}
.cid-toAWl9heNz .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-toAWl9heNz .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-toAWl9heNz .top_menu {
    min-height: 110px !important;
  }
}
.cid-toAWl9heNz .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-toAWl9heNz .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-toAWl9heNz .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-toAWl9heNz .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-toAWl9heNz .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-toAWl9heNz .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-toAWl9heNz .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-toAWl9heNz .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-toAWl9heNz .empty,
  .cid-toAWl9heNz .icons-menu {
    min-width: 265px;
  }
  .cid-toAWl9heNz .navbar-logo {
    margin: 0;
  }
  .cid-toAWl9heNz .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-toAWl9heNz .btn {
    white-space: nowrap;
  }
  .cid-toAWl9heNz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-toAWl9heNz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-toAWl9heNz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-toAWl9heNz .dropdown-toggle::after,
  .cid-toAWl9heNz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-toAWl9heNz .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-toAWl9heNz .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-toAWl9heNz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-toAWl9heNz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-toAWl9heNz .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-toAWl9heNz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-toAWl9heNz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-toAWl9heNz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-toAWl9heNz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-toAWl9heNz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-toAWl9heNz .nav-item:focus,
.cid-toAWl9heNz .nav-link:focus {
  outline: none;
}
.cid-toAWl9heNz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-toAWl9heNz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-toAWl9heNz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-toAWl9heNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toAWl9heNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-toAWl9heNz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toAWl9heNz ul.navbar-nav li {
  margin: auto;
}
.cid-toAWl9heNz .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-toAWl9heNz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-toAWl9heNz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-toAWl9heNz .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-toAWl9heNz .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-toAWl9heNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toAWl9heNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toAWl9heNz .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-toAWl9heNz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-toAWl9heNz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toAWl9heNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toAWl9heNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-toAWl9heNz .navbar .icons-menu,
  .cid-toAWl9heNz .navbar .empty {
    display: none;
  }
  .cid-toAWl9heNz .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-toAWl9heNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toAWl9heNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toAWl9heNz .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-toAWl9heNz .navbar .container-fluid,
  .cid-toAWl9heNz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-toAWl9heNz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toAWl9heNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toAWl9heNz .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-toAWl9heNz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-toAWl9heNz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-toAWl9heNz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-toAWl9heNz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-toAWl9heNz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toAWl9heNz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toAWl9heNz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-toAWl9heNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toAWl9heNz .dropdown-item.active,
.cid-toAWl9heNz .dropdown-item:active {
  background-color: transparent;
}
.cid-toAWl9heNz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toAWl9heNz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-toAWl9heNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toAWl9heNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-toAWl9heNz .navbar-buttons {
  text-align: center;
}
.cid-toAWl9heNz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-toAWl9heNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-toAWl9heNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toAWl9heNz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toAWl9heNz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toAWl9heNz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toAWl9heNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toAWl9heNz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toAWl9heNz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toAWl9heNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toAWl9heNz .navbar-dropdown {
  position: absolute;
}
.cid-toAWl9heNz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-toAWl9heNz a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-toAWl9heNz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toAWl9heNz .navbar {
    height: 77px;
  }
  .cid-toAWl9heNz .navbar.opened {
    height: auto;
  }
  .cid-toAWl9heNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toAWlaqxND {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/starkenberger-startseite-slider-motiv-praezision-1920x795px-1920x795.jpg");
}
.cid-toAWlaqxND .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-toAWlaqxND .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-toAWlchqZa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toAWlchqZa .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-toAWlchqZa .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-toAWlchqZa .card_topic,
.cid-toAWlchqZa .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-toAWlchqZa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-toAWlchqZa .image {
  position: relative;
}
.cid-toAWlchqZa .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-toAWlchqZa .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toAWlchqZa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-toAWlchqZa .mbr-section-btn .btn-secondary-outline:hover,
.cid-toAWlchqZa .mbr-section-btn .btn-secondary-outline .active,
.cid-toAWlchqZa .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-toAWlchqZa .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-toAWlchqZa .content_block {
    padding: 30px 15px;
  }
  .cid-toAWlchqZa .mbr-figure {
    padding: 0;
  }
  .cid-toAWlchqZa .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-toAWlchqZa .mbr-text,
.cid-toAWlchqZa .mbr-section-btn {
  color: #8e8d8d;
}
.cid-toAWlchqZa .mbr-section-title {
  color: #8e8d8d;
}
.cid-toBaqVI0Ij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toBaqVI0Ij .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-toBaqVI0Ij .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-toBaqVI0Ij .card_topic,
.cid-toBaqVI0Ij .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-toBaqVI0Ij .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-toBaqVI0Ij .image {
  position: relative;
}
.cid-toBaqVI0Ij .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-toBaqVI0Ij .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toBaqVI0Ij .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-toBaqVI0Ij .mbr-section-btn .btn-secondary-outline:hover,
.cid-toBaqVI0Ij .mbr-section-btn .btn-secondary-outline .active,
.cid-toBaqVI0Ij .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-toBaqVI0Ij .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-toBaqVI0Ij .content_block {
    padding: 30px 15px;
  }
  .cid-toBaqVI0Ij .mbr-figure {
    padding: 0;
  }
  .cid-toBaqVI0Ij .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-toBaqVI0Ij .mbr-text,
.cid-toBaqVI0Ij .mbr-section-btn {
  color: #8e8d8d;
}
.cid-toBaqVI0Ij .mbr-section-title {
  color: #8e8d8d;
}
.cid-toBccqYVAQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toBccqYVAQ .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-toBccqYVAQ .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-toBccqYVAQ .card_topic,
.cid-toBccqYVAQ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-toBccqYVAQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-toBccqYVAQ .image {
  position: relative;
}
.cid-toBccqYVAQ .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-toBccqYVAQ .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-toBccqYVAQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-toBccqYVAQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-toBccqYVAQ .mbr-section-btn .btn-secondary-outline .active,
.cid-toBccqYVAQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-toBccqYVAQ .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-toBccqYVAQ .content_block {
    padding: 30px 15px;
  }
  .cid-toBccqYVAQ .mbr-figure {
    padding: 0;
  }
  .cid-toBccqYVAQ .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-toBccqYVAQ .mbr-text,
.cid-toBccqYVAQ .mbr-section-btn {
  color: #8e8d8d;
}
.cid-toBccqYVAQ .mbr-section-title {
  color: #8e8d8d;
}
.cid-toAWlfYBiE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toAWlfYBiE .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-toAWlfYBiE .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-toAWlfYBiE .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-toAWlfYBiE .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-toAWlfYBiE .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-toAWlfYBiE .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-toAWlfYBiE .privacy {
    text-align: left;
  }
}
.cid-toAWlfYBiE .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-toAWlfYBiE .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-toAWlfYBiE .divider {
    margin: 20px 0;
  }
  .cid-toAWlfYBiE .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-toAWlfYBiE .footer_wrap img {
    margin: auto;
  }
  .cid-toAWlfYBiE .privacy {
    text-align: center;
  }
}
.cid-tp9kUsxXFd {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tp9kUsxXFd {
    min-height: 170px !important;
  }
}
.cid-tp9kUsxXFd .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tp9kUsxXFd .empty_md {
    display: block;
  }
}
.cid-tp9kUsxXFd .container,
.cid-tp9kUsxXFd .container-fluid,
.cid-tp9kUsxXFd .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tp9kUsxXFd .container,
  .cid-tp9kUsxXFd .container-fluid,
  .cid-tp9kUsxXFd .empty_md {
    min-height: 170px !important;
  }
}
.cid-tp9kUsxXFd .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tp9kUsxXFd .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tp9kUsxXFd .top_menu {
    min-height: 110px !important;
  }
}
.cid-tp9kUsxXFd .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tp9kUsxXFd .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tp9kUsxXFd .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tp9kUsxXFd .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tp9kUsxXFd .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tp9kUsxXFd .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tp9kUsxXFd .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tp9kUsxXFd .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tp9kUsxXFd .empty,
  .cid-tp9kUsxXFd .icons-menu {
    min-width: 265px;
  }
  .cid-tp9kUsxXFd .navbar-logo {
    margin: 0;
  }
  .cid-tp9kUsxXFd .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tp9kUsxXFd .btn {
    white-space: nowrap;
  }
  .cid-tp9kUsxXFd .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tp9kUsxXFd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tp9kUsxXFd .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tp9kUsxXFd .dropdown-toggle::after,
  .cid-tp9kUsxXFd .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tp9kUsxXFd .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tp9kUsxXFd .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tp9kUsxXFd .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tp9kUsxXFd .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tp9kUsxXFd .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tp9kUsxXFd .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tp9kUsxXFd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tp9kUsxXFd .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tp9kUsxXFd .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tp9kUsxXFd .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tp9kUsxXFd .nav-item:focus,
.cid-tp9kUsxXFd .nav-link:focus {
  outline: none;
}
.cid-tp9kUsxXFd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tp9kUsxXFd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tp9kUsxXFd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tp9kUsxXFd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp9kUsxXFd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tp9kUsxXFd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp9kUsxXFd ul.navbar-nav li {
  margin: auto;
}
.cid-tp9kUsxXFd .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tp9kUsxXFd .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tp9kUsxXFd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tp9kUsxXFd .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tp9kUsxXFd .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tp9kUsxXFd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp9kUsxXFd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp9kUsxXFd .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tp9kUsxXFd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tp9kUsxXFd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tp9kUsxXFd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp9kUsxXFd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tp9kUsxXFd .navbar .icons-menu,
  .cid-tp9kUsxXFd .navbar .empty {
    display: none;
  }
  .cid-tp9kUsxXFd .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tp9kUsxXFd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp9kUsxXFd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp9kUsxXFd .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tp9kUsxXFd .navbar .container-fluid,
  .cid-tp9kUsxXFd .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tp9kUsxXFd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tp9kUsxXFd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp9kUsxXFd .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tp9kUsxXFd .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tp9kUsxXFd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tp9kUsxXFd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tp9kUsxXFd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tp9kUsxXFd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp9kUsxXFd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp9kUsxXFd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp9kUsxXFd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp9kUsxXFd .dropdown-item.active,
.cid-tp9kUsxXFd .dropdown-item:active {
  background-color: transparent;
}
.cid-tp9kUsxXFd .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp9kUsxXFd .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tp9kUsxXFd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tp9kUsxXFd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tp9kUsxXFd .navbar-buttons {
  text-align: center;
}
.cid-tp9kUsxXFd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tp9kUsxXFd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tp9kUsxXFd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp9kUsxXFd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp9kUsxXFd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp9kUsxXFd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp9kUsxXFd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp9kUsxXFd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp9kUsxXFd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp9kUsxXFd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp9kUsxXFd .navbar-dropdown {
  position: absolute;
}
.cid-tp9kUsxXFd a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tp9kUsxXFd a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tp9kUsxXFd .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp9kUsxXFd .navbar {
    height: 77px;
  }
  .cid-tp9kUsxXFd .navbar.opened {
    height: auto;
  }
  .cid-tp9kUsxXFd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp9kUta9rE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-gruppe-kariere-960x795px-960x795.jpeg");
}
.cid-tp9kUta9rE .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tp9kUta9rE .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tp9p70FItm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tp9p70FItm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tp9p70FItm img,
.cid-tp9p70FItm .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-tp9p70FItm .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-tp9p70FItm .item-wrapper:hover .item-title a {
  color: #8e8d8d !important;
}
@media (min-width: 992px) {
  .cid-tp9p70FItm .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-tp9p70FItm .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tp9p70FItm .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-tp9p70FItm .item-content {
    padding-top: 20px;
  }
}
.cid-tp9p70FItm .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-tp9p70FItm .card_post {
    padding: 20px;
  }
}
.cid-tp9p70FItm .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tp9p70FItm .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tp9p70FItm .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tp9p70FItm .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tp9p70FItm .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tp9p70FItm .item:focus,
.cid-tp9p70FItm span:focus {
  outline: none;
}
.cid-tp9p70FItm .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tp9p70FItm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tp9p70FItm .item-title,
.cid-tp9p70FItm .card_topic,
.cid-tp9p70FItm .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-tp9p70FItm .category_content {
  opacity: .8;
}
.cid-tp9p70FItm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tp9p70FItm .mbr-section-subtitle {
  color: #8e8d8d;
}
.cid-tp9p70FItm .mbr-section-title {
  color: #8e8d8d;
}
.cid-tp9p70FItm .item-title {
  color: #8e8d8d;
}
.cid-tp9p70FItm .mbr-text,
.cid-tp9p70FItm .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tp9vWdb6fD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-gruppe-karriere-zug-kabine-960x795px-960x795.jpg");
}
.cid-tp9vWdb6fD .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tp9vWdb6fD .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tp9kUvNqcT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tp9kUvNqcT .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tp9kUvNqcT .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tp9kUvNqcT .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tp9kUvNqcT .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tp9kUvNqcT .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tp9kUvNqcT .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tp9kUvNqcT .privacy {
    text-align: left;
  }
}
.cid-tp9kUvNqcT .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tp9kUvNqcT .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tp9kUvNqcT .divider {
    margin: 20px 0;
  }
  .cid-tp9kUvNqcT .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tp9kUvNqcT .footer_wrap img {
    margin: auto;
  }
  .cid-tp9kUvNqcT .privacy {
    text-align: center;
  }
}
.cid-tp9yoUaRum {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tp9yoUaRum {
    min-height: 170px !important;
  }
}
.cid-tp9yoUaRum .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tp9yoUaRum .empty_md {
    display: block;
  }
}
.cid-tp9yoUaRum .container,
.cid-tp9yoUaRum .container-fluid,
.cid-tp9yoUaRum .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tp9yoUaRum .container,
  .cid-tp9yoUaRum .container-fluid,
  .cid-tp9yoUaRum .empty_md {
    min-height: 170px !important;
  }
}
.cid-tp9yoUaRum .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tp9yoUaRum .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tp9yoUaRum .top_menu {
    min-height: 110px !important;
  }
}
.cid-tp9yoUaRum .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tp9yoUaRum .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tp9yoUaRum .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tp9yoUaRum .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tp9yoUaRum .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tp9yoUaRum .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tp9yoUaRum .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tp9yoUaRum .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tp9yoUaRum .empty,
  .cid-tp9yoUaRum .icons-menu {
    min-width: 265px;
  }
  .cid-tp9yoUaRum .navbar-logo {
    margin: 0;
  }
  .cid-tp9yoUaRum .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tp9yoUaRum .btn {
    white-space: nowrap;
  }
  .cid-tp9yoUaRum .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tp9yoUaRum .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tp9yoUaRum .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tp9yoUaRum .dropdown-toggle::after,
  .cid-tp9yoUaRum .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tp9yoUaRum .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tp9yoUaRum .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tp9yoUaRum .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tp9yoUaRum .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tp9yoUaRum .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tp9yoUaRum .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tp9yoUaRum .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tp9yoUaRum .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tp9yoUaRum .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tp9yoUaRum .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tp9yoUaRum .nav-item:focus,
.cid-tp9yoUaRum .nav-link:focus {
  outline: none;
}
.cid-tp9yoUaRum .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tp9yoUaRum .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tp9yoUaRum .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tp9yoUaRum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp9yoUaRum .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tp9yoUaRum ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tp9yoUaRum ul.navbar-nav li {
  margin: auto;
}
.cid-tp9yoUaRum .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tp9yoUaRum .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tp9yoUaRum .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tp9yoUaRum .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tp9yoUaRum .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tp9yoUaRum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp9yoUaRum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tp9yoUaRum .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tp9yoUaRum .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tp9yoUaRum .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tp9yoUaRum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp9yoUaRum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tp9yoUaRum .navbar .icons-menu,
  .cid-tp9yoUaRum .navbar .empty {
    display: none;
  }
  .cid-tp9yoUaRum .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tp9yoUaRum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp9yoUaRum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp9yoUaRum .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tp9yoUaRum .navbar .container-fluid,
  .cid-tp9yoUaRum .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tp9yoUaRum .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tp9yoUaRum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp9yoUaRum .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tp9yoUaRum .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tp9yoUaRum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tp9yoUaRum .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tp9yoUaRum .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tp9yoUaRum .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp9yoUaRum .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp9yoUaRum .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp9yoUaRum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp9yoUaRum .dropdown-item.active,
.cid-tp9yoUaRum .dropdown-item:active {
  background-color: transparent;
}
.cid-tp9yoUaRum .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp9yoUaRum .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tp9yoUaRum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tp9yoUaRum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tp9yoUaRum .navbar-buttons {
  text-align: center;
}
.cid-tp9yoUaRum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tp9yoUaRum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tp9yoUaRum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp9yoUaRum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp9yoUaRum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp9yoUaRum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp9yoUaRum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp9yoUaRum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp9yoUaRum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp9yoUaRum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp9yoUaRum .navbar-dropdown {
  position: absolute;
}
.cid-tp9yoUaRum a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tp9yoUaRum a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tp9yoUaRum .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp9yoUaRum .navbar {
    height: 77px;
  }
  .cid-tp9yoUaRum .navbar.opened {
    height: auto;
  }
  .cid-tp9yoUaRum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp9yoViWun {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-gruppe-motiv-sand-ball-tvv-1920x600px-1920x600.jpg");
}
.cid-tp9yoViWun .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tp9yoViWun .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tp9yoW5FgM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tp9yoW5FgM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tp9yoW5FgM img,
.cid-tp9yoW5FgM .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-tp9yoW5FgM .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-tp9yoW5FgM .item-wrapper:hover .item-title a {
  color: #8e8d8d !important;
}
@media (min-width: 992px) {
  .cid-tp9yoW5FgM .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-tp9yoW5FgM .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-tp9yoW5FgM .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-tp9yoW5FgM .item-content {
    padding-top: 20px;
  }
}
.cid-tp9yoW5FgM .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-tp9yoW5FgM .card_post {
    padding: 20px;
  }
}
.cid-tp9yoW5FgM .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-tp9yoW5FgM .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-tp9yoW5FgM .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-tp9yoW5FgM .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-tp9yoW5FgM .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-tp9yoW5FgM .item:focus,
.cid-tp9yoW5FgM span:focus {
  outline: none;
}
.cid-tp9yoW5FgM .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tp9yoW5FgM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tp9yoW5FgM .item-title,
.cid-tp9yoW5FgM .card_topic,
.cid-tp9yoW5FgM .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-tp9yoW5FgM .category_content {
  opacity: .8;
}
.cid-tp9yoW5FgM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tp9yoW5FgM .mbr-section-subtitle {
  color: #8e8d8d;
}
.cid-tp9yoW5FgM .mbr-section-title {
  color: #8e8d8d;
}
.cid-tp9yoW5FgM .item-title {
  color: #8e8d8d;
}
.cid-tp9yoW5FgM .mbr-text,
.cid-tp9yoW5FgM .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tp9yoXj6fu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tp9yoXj6fu .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tp9yoXj6fu .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tp9yoXj6fu .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tp9yoXj6fu .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tp9yoXj6fu .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tp9yoXj6fu .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tp9yoXj6fu .privacy {
    text-align: left;
  }
}
.cid-tp9yoXj6fu .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tp9yoXj6fu .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tp9yoXj6fu .divider {
    margin: 20px 0;
  }
  .cid-tp9yoXj6fu .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tp9yoXj6fu .footer_wrap img {
    margin: auto;
  }
  .cid-tp9yoXj6fu .privacy {
    text-align: center;
  }
}
.cid-tpdJiwYrf0 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tpdJiwYrf0 {
    min-height: 170px !important;
  }
}
.cid-tpdJiwYrf0 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tpdJiwYrf0 .empty_md {
    display: block;
  }
}
.cid-tpdJiwYrf0 .container,
.cid-tpdJiwYrf0 .container-fluid,
.cid-tpdJiwYrf0 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tpdJiwYrf0 .container,
  .cid-tpdJiwYrf0 .container-fluid,
  .cid-tpdJiwYrf0 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tpdJiwYrf0 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tpdJiwYrf0 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tpdJiwYrf0 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tpdJiwYrf0 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpdJiwYrf0 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tpdJiwYrf0 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tpdJiwYrf0 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tpdJiwYrf0 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tpdJiwYrf0 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tpdJiwYrf0 .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tpdJiwYrf0 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tpdJiwYrf0 .empty,
  .cid-tpdJiwYrf0 .icons-menu {
    min-width: 265px;
  }
  .cid-tpdJiwYrf0 .navbar-logo {
    margin: 0;
  }
  .cid-tpdJiwYrf0 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tpdJiwYrf0 .btn {
    white-space: nowrap;
  }
  .cid-tpdJiwYrf0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tpdJiwYrf0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tpdJiwYrf0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tpdJiwYrf0 .dropdown-toggle::after,
  .cid-tpdJiwYrf0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tpdJiwYrf0 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tpdJiwYrf0 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdJiwYrf0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tpdJiwYrf0 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdJiwYrf0 .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tpdJiwYrf0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tpdJiwYrf0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tpdJiwYrf0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tpdJiwYrf0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tpdJiwYrf0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tpdJiwYrf0 .nav-item:focus,
.cid-tpdJiwYrf0 .nav-link:focus {
  outline: none;
}
.cid-tpdJiwYrf0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tpdJiwYrf0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tpdJiwYrf0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tpdJiwYrf0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpdJiwYrf0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tpdJiwYrf0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpdJiwYrf0 ul.navbar-nav li {
  margin: auto;
}
.cid-tpdJiwYrf0 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tpdJiwYrf0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tpdJiwYrf0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tpdJiwYrf0 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tpdJiwYrf0 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tpdJiwYrf0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpdJiwYrf0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpdJiwYrf0 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tpdJiwYrf0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tpdJiwYrf0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpdJiwYrf0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpdJiwYrf0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tpdJiwYrf0 .navbar .icons-menu,
  .cid-tpdJiwYrf0 .navbar .empty {
    display: none;
  }
  .cid-tpdJiwYrf0 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tpdJiwYrf0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpdJiwYrf0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpdJiwYrf0 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tpdJiwYrf0 .navbar .container-fluid,
  .cid-tpdJiwYrf0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tpdJiwYrf0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpdJiwYrf0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpdJiwYrf0 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tpdJiwYrf0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tpdJiwYrf0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tpdJiwYrf0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tpdJiwYrf0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tpdJiwYrf0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpdJiwYrf0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpdJiwYrf0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpdJiwYrf0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpdJiwYrf0 .dropdown-item.active,
.cid-tpdJiwYrf0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpdJiwYrf0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpdJiwYrf0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tpdJiwYrf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpdJiwYrf0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tpdJiwYrf0 .navbar-buttons {
  text-align: center;
}
.cid-tpdJiwYrf0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tpdJiwYrf0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tpdJiwYrf0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpdJiwYrf0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpdJiwYrf0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpdJiwYrf0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpdJiwYrf0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpdJiwYrf0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpdJiwYrf0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpdJiwYrf0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpdJiwYrf0 .navbar-dropdown {
  position: absolute;
}
.cid-tpdJiwYrf0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdJiwYrf0 a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tpdJiwYrf0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpdJiwYrf0 .navbar {
    height: 77px;
  }
  .cid-tpdJiwYrf0 .navbar.opened {
    height: auto;
  }
  .cid-tpdJiwYrf0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpdJiyj3RH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-gruppe-unternehmen-fliessband-1920x600px-1920x600.jpg");
}
.cid-tpdJiyj3RH .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tpdJiyj3RH .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tpdKzAr1oQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/starkenberger-unternehmen-fahnen-960x795px-960x795.jpg");
}
.cid-tpdKzAr1oQ .title {
  margin-bottom: 2rem;
}
.cid-tpdKzAr1oQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdKzAr1oQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tpdKzAr1oQ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tpdKzAr1oQ .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tpdKzAr1oQ .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tpdKzAr1oQ h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-tpdKzAr1oQ .form-control {
  border-radius: 4px !important;
  padding-left: 15px;
}
.cid-tpdKzAr1oQ .google-map {
  width: 100%;
  height: 25rem;
  border-radius: 4px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tpdKzAr1oQ .google-map iframe {
  width: inherit;
  height: 100%;
  border-radius: 4px;
}
.cid-tpdKzAr1oQ .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tpdKzAr1oQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpdKzAr1oQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpdKzAr1oQ textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-tpdKzAr1oQ .mbr-section-title {
    text-align: center;
  }
  .cid-tpdKzAr1oQ .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tpdKzAr1oQ .input-group-btn {
    text-align: center;
  }
}
.cid-tpdKzAr1oQ H2 {
  color: #8e8d8d;
}
.cid-tpdOhy5YNN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/starkenberger-gruppe-sande-riesel-960x600px-960x600.jpg");
}
.cid-tpdOhy5YNN .title {
  margin-bottom: 2rem;
}
.cid-tpdOhy5YNN .mbr-section-subtitle {
  color: #767676;
}
.cid-tpdOhy5YNN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tpdOhy5YNN a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tpdOhy5YNN .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tpdOhy5YNN .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tpdOhy5YNN h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-tpdOhy5YNN .form-control {
  border-radius: 4px !important;
  padding-left: 15px;
}
.cid-tpdOhy5YNN .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tpdOhy5YNN .google-map iframe {
  width: inherit;
  height: 100%;
  border-radius: 4px;
}
.cid-tpdOhy5YNN .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tpdOhy5YNN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpdOhy5YNN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpdOhy5YNN textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-tpdOhy5YNN .mbr-section-title {
    text-align: center;
  }
  .cid-tpdOhy5YNN .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tpdOhy5YNN .input-group-btn {
    text-align: center;
  }
}
.cid-tpdOhy5YNN H2 {
  color: #8e8d8d;
}
.cid-tqgSPPfjEa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/starkenberger-quarzsandwerke-standort-1920x600px-1920x600.jpg");
}
.cid-tqgSPPfjEa .title {
  margin-bottom: 2rem;
}
.cid-tqgSPPfjEa .mbr-section-subtitle {
  color: #767676;
}
.cid-tqgSPPfjEa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tqgSPPfjEa a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tqgSPPfjEa .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqgSPPfjEa .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tqgSPPfjEa h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-tqgSPPfjEa .form-control {
  border-radius: 4px !important;
  padding-left: 15px;
}
.cid-tqgSPPfjEa .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tqgSPPfjEa .google-map iframe {
  width: inherit;
  height: 100%;
  border-radius: 4px;
}
.cid-tqgSPPfjEa .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tqgSPPfjEa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqgSPPfjEa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqgSPPfjEa textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-tqgSPPfjEa .mbr-section-title {
    text-align: center;
  }
  .cid-tqgSPPfjEa .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tqgSPPfjEa .input-group-btn {
    text-align: center;
  }
}
.cid-tqgSPPfjEa H2 {
  color: #8e8d8d;
}
.cid-tpdJiEt7A3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpdJiEt7A3 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tpdJiEt7A3 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tpdJiEt7A3 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tpdJiEt7A3 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tpdJiEt7A3 .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tpdJiEt7A3 .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tpdJiEt7A3 .privacy {
    text-align: left;
  }
}
.cid-tpdJiEt7A3 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tpdJiEt7A3 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tpdJiEt7A3 .divider {
    margin: 20px 0;
  }
  .cid-tpdJiEt7A3 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tpdJiEt7A3 .footer_wrap img {
    margin: auto;
  }
  .cid-tpdJiEt7A3 .privacy {
    text-align: center;
  }
}
.cid-tnhFBoiXq7 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tnhFBoiXq7 {
    min-height: 170px !important;
  }
}
.cid-tnhFBoiXq7 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tnhFBoiXq7 .empty_md {
    display: block;
  }
}
.cid-tnhFBoiXq7 .container,
.cid-tnhFBoiXq7 .container-fluid,
.cid-tnhFBoiXq7 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tnhFBoiXq7 .container,
  .cid-tnhFBoiXq7 .container-fluid,
  .cid-tnhFBoiXq7 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tnhFBoiXq7 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tnhFBoiXq7 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tnhFBoiXq7 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tnhFBoiXq7 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tnhFBoiXq7 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tnhFBoiXq7 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tnhFBoiXq7 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tnhFBoiXq7 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tnhFBoiXq7 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tnhFBoiXq7 .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tnhFBoiXq7 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tnhFBoiXq7 .empty,
  .cid-tnhFBoiXq7 .icons-menu {
    min-width: 265px;
  }
  .cid-tnhFBoiXq7 .navbar-logo {
    margin: 0;
  }
  .cid-tnhFBoiXq7 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tnhFBoiXq7 .btn {
    white-space: nowrap;
  }
  .cid-tnhFBoiXq7 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tnhFBoiXq7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tnhFBoiXq7 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tnhFBoiXq7 .dropdown-toggle::after,
  .cid-tnhFBoiXq7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tnhFBoiXq7 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tnhFBoiXq7 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnhFBoiXq7 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tnhFBoiXq7 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnhFBoiXq7 .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tnhFBoiXq7 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tnhFBoiXq7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tnhFBoiXq7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tnhFBoiXq7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tnhFBoiXq7 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tnhFBoiXq7 .nav-item:focus,
.cid-tnhFBoiXq7 .nav-link:focus {
  outline: none;
}
.cid-tnhFBoiXq7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tnhFBoiXq7 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tnhFBoiXq7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tnhFBoiXq7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnhFBoiXq7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tnhFBoiXq7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnhFBoiXq7 ul.navbar-nav li {
  margin: auto;
}
.cid-tnhFBoiXq7 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tnhFBoiXq7 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tnhFBoiXq7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tnhFBoiXq7 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tnhFBoiXq7 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tnhFBoiXq7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnhFBoiXq7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnhFBoiXq7 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tnhFBoiXq7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tnhFBoiXq7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tnhFBoiXq7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnhFBoiXq7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tnhFBoiXq7 .navbar .icons-menu,
  .cid-tnhFBoiXq7 .navbar .empty {
    display: none;
  }
  .cid-tnhFBoiXq7 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tnhFBoiXq7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnhFBoiXq7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnhFBoiXq7 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tnhFBoiXq7 .navbar .container-fluid,
  .cid-tnhFBoiXq7 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tnhFBoiXq7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnhFBoiXq7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnhFBoiXq7 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tnhFBoiXq7 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tnhFBoiXq7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tnhFBoiXq7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tnhFBoiXq7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tnhFBoiXq7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tnhFBoiXq7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnhFBoiXq7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnhFBoiXq7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnhFBoiXq7 .dropdown-item.active,
.cid-tnhFBoiXq7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tnhFBoiXq7 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnhFBoiXq7 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tnhFBoiXq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tnhFBoiXq7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tnhFBoiXq7 .navbar-buttons {
  text-align: center;
}
.cid-tnhFBoiXq7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tnhFBoiXq7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tnhFBoiXq7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnhFBoiXq7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnhFBoiXq7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnhFBoiXq7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnhFBoiXq7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnhFBoiXq7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnhFBoiXq7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnhFBoiXq7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnhFBoiXq7 .navbar-dropdown {
  position: absolute;
}
.cid-tnhFBoiXq7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tnhFBoiXq7 a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tnhFBoiXq7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnhFBoiXq7 .navbar {
    height: 77px;
  }
  .cid-tnhFBoiXq7 .navbar.opened {
    height: auto;
  }
  .cid-tnhFBoiXq7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnhFBp1IGO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-startseite-slider-motiv-kompetenz-1920x795px-1920x795.jpg");
}
.cid-tnhFBp1IGO .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBp1IGO .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBpnJhM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhFBpnJhM .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhFBpnJhM .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBpnJhM .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhFBpnJhM .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhFBpnJhM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBpnJhM .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhFBpnJhM .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhFBpnJhM .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhFBpnJhM .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhFBpnJhM .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhFBpnJhM .mbr-text,
.cid-tnhFBpnJhM .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhFBpIWDj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhFBpIWDj .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhFBpIWDj .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBpIWDj .card_topic,
.cid-tnhFBpIWDj .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhFBpIWDj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhFBpIWDj .image {
  position: relative;
}
.cid-tnhFBpIWDj .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhFBpIWDj .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhFBpIWDj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBpIWDj .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhFBpIWDj .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhFBpIWDj .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhFBpIWDj .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhFBpIWDj .content_block {
    padding: 30px 15px;
  }
  .cid-tnhFBpIWDj .mbr-figure {
    padding: 0;
  }
  .cid-tnhFBpIWDj .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhFBpIWDj .mbr-text,
.cid-tnhFBpIWDj .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhFBpIWDj .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhFBpYf5g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhFBpYf5g .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhFBpYf5g .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBpYf5g .card_topic,
.cid-tnhFBpYf5g .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhFBpYf5g .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhFBpYf5g .image {
  position: relative;
}
.cid-tnhFBpYf5g .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhFBpYf5g .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhFBpYf5g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBpYf5g .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhFBpYf5g .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhFBpYf5g .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhFBpYf5g .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhFBpYf5g .content_block {
    padding: 30px 15px;
  }
  .cid-tnhFBpYf5g .mbr-figure {
    padding: 0;
  }
  .cid-tnhFBpYf5g .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhFBpYf5g .mbr-text,
.cid-tnhFBpYf5g .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhFBpYf5g .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhGbBklnS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhGbBklnS .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhGbBklnS .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhGbBklnS .card_topic,
.cid-tnhGbBklnS .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhGbBklnS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhGbBklnS .image {
  position: relative;
}
.cid-tnhGbBklnS .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhGbBklnS .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhGbBklnS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhGbBklnS .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhGbBklnS .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhGbBklnS .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhGbBklnS .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhGbBklnS .content_block {
    padding: 30px 15px;
  }
  .cid-tnhGbBklnS .mbr-figure {
    padding: 0;
  }
  .cid-tnhGbBklnS .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhGbBklnS .mbr-text,
.cid-tnhGbBklnS .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhGbBklnS .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhGZpdlYB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhGZpdlYB .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhGZpdlYB .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhGZpdlYB .card_topic,
.cid-tnhGZpdlYB .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhGZpdlYB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhGZpdlYB .image {
  position: relative;
}
.cid-tnhGZpdlYB .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhGZpdlYB .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhGZpdlYB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhGZpdlYB .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhGZpdlYB .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhGZpdlYB .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhGZpdlYB .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhGZpdlYB .content_block {
    padding: 30px 15px;
  }
  .cid-tnhGZpdlYB .mbr-figure {
    padding: 0;
  }
  .cid-tnhGZpdlYB .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhGZpdlYB .mbr-text,
.cid-tnhGZpdlYB .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhGZpdlYB .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhFBqezV5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhFBqezV5 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #8e8d8d;
  border-bottom: 1px solid #8e8d8d;
  z-index: 1;
}
.cid-tnhFBqezV5 .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBqezV5 .mbr-section-title {
  margin-bottom: 12px;
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhFBqezV5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tnhFBqezV5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBqezV5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhFBqezV5 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhFBqezV5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhFBqezV5 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tnhFBqezV5 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tnhFBqezV5 .mbr-text,
.cid-tnhFBqezV5 .mbr-section-btn {
  color: #8e8d8d;
  text-align: center;
}
.cid-tnhFBqt907 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhFBqt907 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhFBqt907 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBqt907 .card_topic,
.cid-tnhFBqt907 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhFBqt907 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhFBqt907 .image {
  position: relative;
}
.cid-tnhFBqt907 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhFBqt907 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhFBqt907 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBqt907 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhFBqt907 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhFBqt907 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhFBqt907 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhFBqt907 .content_block {
    padding: 30px 15px;
  }
  .cid-tnhFBqt907 .mbr-figure {
    padding: 0;
  }
  .cid-tnhFBqt907 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhFBqt907 .mbr-text,
.cid-tnhFBqt907 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhFBqt907 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhFBqMf05 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhFBqMf05 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhFBqMf05 .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhFBqMf05 .card_topic,
.cid-tnhFBqMf05 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhFBqMf05 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhFBqMf05 .image {
  position: relative;
}
.cid-tnhFBqMf05 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhFBqMf05 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhFBqMf05 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhFBqMf05 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhFBqMf05 .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhFBqMf05 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhFBqMf05 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhFBqMf05 .content_block {
    padding: 30px 15px;
  }
  .cid-tnhFBqMf05 .mbr-figure {
    padding: 0;
  }
  .cid-tnhFBqMf05 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhFBqMf05 .mbr-text,
.cid-tnhFBqMf05 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhFBqMf05 .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhG9EAu7H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnhG9EAu7H .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tnhG9EAu7H .content_block:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tnhG9EAu7H .card_topic,
.cid-tnhG9EAu7H .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tnhG9EAu7H .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #8e8d8d;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tnhG9EAu7H .image {
  position: relative;
}
.cid-tnhG9EAu7H .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  pointer-events: none;
}
.cid-tnhG9EAu7H .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnhG9EAu7H .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tnhG9EAu7H .mbr-section-btn .btn-secondary-outline:hover,
.cid-tnhG9EAu7H .mbr-section-btn .btn-secondary-outline .active,
.cid-tnhG9EAu7H .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tnhG9EAu7H .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tnhG9EAu7H .content_block {
    padding: 30px 15px;
  }
  .cid-tnhG9EAu7H .mbr-figure {
    padding: 0;
  }
  .cid-tnhG9EAu7H .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
.cid-tnhG9EAu7H .mbr-text,
.cid-tnhG9EAu7H .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tnhG9EAu7H .mbr-section-title {
  color: #8e8d8d;
}
.cid-tnhFBx7q4k {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnhFBx7q4k .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tnhFBx7q4k .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tnhFBx7q4k .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tnhFBx7q4k .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tnhFBx7q4k .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tnhFBx7q4k .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tnhFBx7q4k .privacy {
    text-align: left;
  }
}
.cid-tnhFBx7q4k .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tnhFBx7q4k .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tnhFBx7q4k .divider {
    margin: 20px 0;
  }
  .cid-tnhFBx7q4k .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tnhFBx7q4k .footer_wrap img {
    margin: auto;
  }
  .cid-tnhFBx7q4k .privacy {
    text-align: center;
  }
}
.cid-tpdSTIxxF5 {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tpdSTIxxF5 {
    min-height: 170px !important;
  }
}
.cid-tpdSTIxxF5 .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tpdSTIxxF5 .empty_md {
    display: block;
  }
}
.cid-tpdSTIxxF5 .container,
.cid-tpdSTIxxF5 .container-fluid,
.cid-tpdSTIxxF5 .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tpdSTIxxF5 .container,
  .cid-tpdSTIxxF5 .container-fluid,
  .cid-tpdSTIxxF5 .empty_md {
    min-height: 170px !important;
  }
}
.cid-tpdSTIxxF5 .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tpdSTIxxF5 .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tpdSTIxxF5 .top_menu {
    min-height: 110px !important;
  }
}
.cid-tpdSTIxxF5 .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpdSTIxxF5 .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tpdSTIxxF5 .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tpdSTIxxF5 .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tpdSTIxxF5 .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tpdSTIxxF5 .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tpdSTIxxF5 .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tpdSTIxxF5 .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tpdSTIxxF5 .empty,
  .cid-tpdSTIxxF5 .icons-menu {
    min-width: 265px;
  }
  .cid-tpdSTIxxF5 .navbar-logo {
    margin: 0;
  }
  .cid-tpdSTIxxF5 .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tpdSTIxxF5 .btn {
    white-space: nowrap;
  }
  .cid-tpdSTIxxF5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tpdSTIxxF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tpdSTIxxF5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tpdSTIxxF5 .dropdown-toggle::after,
  .cid-tpdSTIxxF5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tpdSTIxxF5 .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tpdSTIxxF5 .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdSTIxxF5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tpdSTIxxF5 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdSTIxxF5 .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tpdSTIxxF5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tpdSTIxxF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tpdSTIxxF5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tpdSTIxxF5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tpdSTIxxF5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tpdSTIxxF5 .nav-item:focus,
.cid-tpdSTIxxF5 .nav-link:focus {
  outline: none;
}
.cid-tpdSTIxxF5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tpdSTIxxF5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tpdSTIxxF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tpdSTIxxF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpdSTIxxF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tpdSTIxxF5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpdSTIxxF5 ul.navbar-nav li {
  margin: auto;
}
.cid-tpdSTIxxF5 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tpdSTIxxF5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tpdSTIxxF5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tpdSTIxxF5 .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tpdSTIxxF5 .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tpdSTIxxF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpdSTIxxF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpdSTIxxF5 .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tpdSTIxxF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tpdSTIxxF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpdSTIxxF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpdSTIxxF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tpdSTIxxF5 .navbar .icons-menu,
  .cid-tpdSTIxxF5 .navbar .empty {
    display: none;
  }
  .cid-tpdSTIxxF5 .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tpdSTIxxF5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpdSTIxxF5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpdSTIxxF5 .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tpdSTIxxF5 .navbar .container-fluid,
  .cid-tpdSTIxxF5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tpdSTIxxF5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpdSTIxxF5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpdSTIxxF5 .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tpdSTIxxF5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tpdSTIxxF5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tpdSTIxxF5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tpdSTIxxF5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tpdSTIxxF5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpdSTIxxF5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpdSTIxxF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpdSTIxxF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpdSTIxxF5 .dropdown-item.active,
.cid-tpdSTIxxF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpdSTIxxF5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpdSTIxxF5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tpdSTIxxF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpdSTIxxF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tpdSTIxxF5 .navbar-buttons {
  text-align: center;
}
.cid-tpdSTIxxF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tpdSTIxxF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tpdSTIxxF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpdSTIxxF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpdSTIxxF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpdSTIxxF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpdSTIxxF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpdSTIxxF5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpdSTIxxF5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpdSTIxxF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpdSTIxxF5 .navbar-dropdown {
  position: absolute;
}
.cid-tpdSTIxxF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdSTIxxF5 a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tpdSTIxxF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpdSTIxxF5 .navbar {
    height: 77px;
  }
  .cid-tpdSTIxxF5 .navbar.opened {
    height: auto;
  }
  .cid-tpdSTIxxF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpdSTLgZqZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-gruppe-unternehmen-fliessband-1920x600px-1920x600.jpg");
}
.cid-tpdSTLgZqZ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tpdSTLgZqZ .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tpdT4Cj6Q8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpdT4Cj6Q8 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-tpdT4Cj6Q8 .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tpdT4Cj6Q8 .mbr-section-title,
.cid-tpdT4Cj6Q8 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tpdT4Cj6Q8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tpdT4Cj6Q8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tpdT4Cj6Q8 .mbr-section-btn .btn-secondary-outline .active,
.cid-tpdT4Cj6Q8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tpdT4Cj6Q8 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-tpdT4Cj6Q8 .mbr-text,
.cid-tpdT4Cj6Q8 .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tpdSTNNJuH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpdSTNNJuH .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tpdSTNNJuH .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tpdSTNNJuH .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tpdSTNNJuH .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tpdSTNNJuH .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tpdSTNNJuH .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tpdSTNNJuH .privacy {
    text-align: left;
  }
}
.cid-tpdSTNNJuH .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tpdSTNNJuH .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tpdSTNNJuH .divider {
    margin: 20px 0;
  }
  .cid-tpdSTNNJuH .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tpdSTNNJuH .footer_wrap img {
    margin: auto;
  }
  .cid-tpdSTNNJuH .privacy {
    text-align: center;
  }
}
.cid-tpdTnRHkZG {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #ffffff;
}
@media (min-width: 991px) {
  .cid-tpdTnRHkZG {
    min-height: 170px !important;
  }
}
.cid-tpdTnRHkZG .empty_md {
  display: none;
}
@media (max-width: 991px) {
  .cid-tpdTnRHkZG .empty_md {
    display: block;
  }
}
.cid-tpdTnRHkZG .container,
.cid-tpdTnRHkZG .container-fluid,
.cid-tpdTnRHkZG .empty_md {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .cid-tpdTnRHkZG .container,
  .cid-tpdTnRHkZG .container-fluid,
  .cid-tpdTnRHkZG .empty_md {
    min-height: 170px !important;
  }
}
.cid-tpdTnRHkZG .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.cid-tpdTnRHkZG .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cid-tpdTnRHkZG .top_menu {
    min-height: 110px !important;
  }
}
.cid-tpdTnRHkZG .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpdTnRHkZG .top_menu {
    min-height: 58px;
    position: relative;
  }
  .cid-tpdTnRHkZG .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #8e8d8d;
    left: -32px;
    width: calc(100% + 64px);
  }
  .cid-tpdTnRHkZG .icons-menu {
    display: flex;
    justify-content: flex-end;
  }
  .cid-tpdTnRHkZG .icons-menu .mbr-iconfont {
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 40px;
    margin-left: 1px;
  }
  .cid-tpdTnRHkZG .icons-menu .icons-wrapper {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    margin-right: 5px;
  }
  .cid-tpdTnRHkZG .icons-menu .icons-wrapper:hover {
    background: #8e8d8d;
  }
  .cid-tpdTnRHkZG .icons-menu .icons-wrapper:hover .mbr-iconfont {
    color: #ffffff;
  }
  .cid-tpdTnRHkZG .empty,
  .cid-tpdTnRHkZG .icons-menu {
    min-width: 265px;
  }
  .cid-tpdTnRHkZG .navbar-logo {
    margin: 0;
  }
  .cid-tpdTnRHkZG .navbar-logo img {
    margin: auto;
    width: auto;
  }
  .cid-tpdTnRHkZG .btn {
    white-space: nowrap;
  }
  .cid-tpdTnRHkZG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tpdTnRHkZG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tpdTnRHkZG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tpdTnRHkZG .dropdown-toggle::after,
  .cid-tpdTnRHkZG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tpdTnRHkZG .dropdown-toggle::after {
  content: "\e91a";
  font-family: "Moririse2";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -10px !important;
  font-size: 10px;
  height: 10px;
  width: 10px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: rotate(45deg);
}
.cid-tpdTnRHkZG .dropdown-menu {
  box-shadow: 0 9px 20px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 170px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdTnRHkZG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(0deg);
}
.cid-tpdTnRHkZG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 20px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdTnRHkZG .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #f8f8f8;
}
.cid-tpdTnRHkZG .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg);
}
.cid-tpdTnRHkZG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tpdTnRHkZG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tpdTnRHkZG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tpdTnRHkZG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tpdTnRHkZG .nav-item:focus,
.cid-tpdTnRHkZG .nav-link:focus {
  outline: none;
}
.cid-tpdTnRHkZG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tpdTnRHkZG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tpdTnRHkZG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tpdTnRHkZG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpdTnRHkZG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tpdTnRHkZG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpdTnRHkZG ul.navbar-nav li {
  margin: auto;
}
.cid-tpdTnRHkZG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tpdTnRHkZG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tpdTnRHkZG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tpdTnRHkZG .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .cid-tpdTnRHkZG .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
.cid-tpdTnRHkZG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpdTnRHkZG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpdTnRHkZG .navbar.collapsed.opened {
    min-height: 120px;
  }
  .cid-tpdTnRHkZG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tpdTnRHkZG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpdTnRHkZG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpdTnRHkZG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tpdTnRHkZG .navbar .icons-menu,
  .cid-tpdTnRHkZG .navbar .empty {
    display: none;
  }
  .cid-tpdTnRHkZG .navbar .top_menu {
    justify-content: space-between;
  }
  .cid-tpdTnRHkZG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpdTnRHkZG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpdTnRHkZG .navbar .nav-link {
    padding: 5px !important;
  }
  .cid-tpdTnRHkZG .navbar .container-fluid,
  .cid-tpdTnRHkZG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tpdTnRHkZG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpdTnRHkZG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpdTnRHkZG .navbar .navbar-logo img {
    margin: auto;
    width: auto;
    height: 5.6rem !important;
  }
  .cid-tpdTnRHkZG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tpdTnRHkZG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .cid-tpdTnRHkZG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tpdTnRHkZG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tpdTnRHkZG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpdTnRHkZG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpdTnRHkZG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpdTnRHkZG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpdTnRHkZG .dropdown-item.active,
.cid-tpdTnRHkZG .dropdown-item:active {
  background-color: transparent;
}
.cid-tpdTnRHkZG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpdTnRHkZG .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tpdTnRHkZG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpdTnRHkZG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tpdTnRHkZG .navbar-buttons {
  text-align: center;
}
.cid-tpdTnRHkZG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tpdTnRHkZG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tpdTnRHkZG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpdTnRHkZG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpdTnRHkZG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpdTnRHkZG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpdTnRHkZG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpdTnRHkZG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpdTnRHkZG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpdTnRHkZG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpdTnRHkZG .navbar-dropdown {
  position: absolute;
}
.cid-tpdTnRHkZG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tpdTnRHkZG a.nav-link:hover {
  color: #8e8d8d !important;
}
.is-builder .cid-tpdTnRHkZG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpdTnRHkZG .navbar {
    height: 77px;
  }
  .cid-tpdTnRHkZG .navbar.opened {
    height: auto;
  }
  .cid-tpdTnRHkZG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpdTnSouSq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/starkenberger-gruppe-unternehmen-fliessband-1920x600px-1920x600.jpg");
}
.cid-tpdTnSouSq .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tpdTnSouSq .head_wrap:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tpdTnTirFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpdTnTirFk .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-tpdTnTirFk .content_wrapper:hover .mbr-section-title a {
  color: #8e8d8d !important;
}
.cid-tpdTnTirFk .mbr-section-title,
.cid-tpdTnTirFk .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tpdTnTirFk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tpdTnTirFk .mbr-section-btn .btn-secondary-outline:hover,
.cid-tpdTnTirFk .mbr-section-btn .btn-secondary-outline .active,
.cid-tpdTnTirFk .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-tpdTnTirFk .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-tpdTnTirFk .mbr-text,
.cid-tpdTnTirFk .mbr-section-btn {
  color: #8e8d8d;
}
.cid-tpdTnTzjq5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpdTnTzjq5 .brand_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tpdTnTzjq5 .footer_logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.cid-tpdTnTzjq5 .footer_title {
  margin-bottom: 15px;
  opacity: .8;
}
.cid-tpdTnTzjq5 .footer_items {
  margin-bottom: .25rem;
  font-weight: 500;
}
.cid-tpdTnTzjq5 .footer_items a:hover {
  color: #8e8d8d !important;
}
.cid-tpdTnTzjq5 .privacy {
  margin-bottom: 10px;
  color: #8e8d8d;
}
@media (max-width: 767px) {
  .cid-tpdTnTzjq5 .privacy {
    text-align: left;
  }
}
.cid-tpdTnTzjq5 .line {
  position: relative;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tpdTnTzjq5 .line:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8e8d8d;
  left: -32px;
  width: calc(100% + 64px);
}
@media (max-width: 767px) {
  .cid-tpdTnTzjq5 .divider {
    margin: 20px 0;
  }
  .cid-tpdTnTzjq5 .footer_wrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .cid-tpdTnTzjq5 .footer_wrap img {
    margin: auto;
  }
  .cid-tpdTnTzjq5 .privacy {
    text-align: center;
  }
}
