.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'righteous-v13-latin-ext_latin-regular';
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-2 {
  font-family: 'righteous-v13-latin-ext_latin-regular';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'righteous-v13-latin-ext_latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'righteous-v13-latin-ext_latin-regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'abeezee-v22-latin-ext_latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.98rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #e6c63b !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e6c63b;
  color: #e6c63b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: #b39617 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #e6c63b !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a68b15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #e6c63b;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'righteous-v13-latin-ext_latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'righteous-v13-latin-ext_latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tsazVoPr1v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsazVoPr1v .carousel {
  height: 400px;
}
.cid-tsazVoPr1v .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsazVoPr1v .carousel-item,
.cid-tsazVoPr1v .carousel-inner {
  height: 100%;
}
.cid-tsazVoPr1v .mbr-overlay {
  z-index: 1;
}
.cid-tsazVoPr1v .carousel-caption {
  bottom: 40px;
}
.cid-tsazVoPr1v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsazVoPr1v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsazVoPr1v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsazVoPr1v .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsazVoPr1v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsazVoPr1v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsazVoPr1v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsazVoPr1v .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsazVoPr1v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsazVoPr1v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsazVoPr1v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsazVoPr1v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tsazVoPr1v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsazVoPr1v .carousel-indicators li.active,
.cid-tsazVoPr1v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsazVoPr1v .carousel-indicators li::after,
.cid-tsazVoPr1v .carousel-indicators li::before {
  content: none;
}
.cid-tsazVoPr1v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsazVoPr1v .carousel-indicators {
    display: none !important;
  }
}
.cid-tsazVpergz {
  z-index: 1000;
  width: 100%;
}
.cid-tsazVpergz #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-tsazVpergz nav.navbar {
  position: fixed;
}
.cid-tsazVpergz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsazVpergz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsazVpergz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsazVpergz .dropdown-item:hover,
.cid-tsazVpergz .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tsazVpergz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsazVpergz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsazVpergz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsazVpergz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsazVpergz .nav-link {
  position: relative;
}
.cid-tsazVpergz .container {
  display: flex;
  margin: auto;
}
.cid-tsazVpergz .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsazVpergz .dropdown-menu,
.cid-tsazVpergz .navbar.opened {
  background: #fbce0d !important;
}
.cid-tsazVpergz .nav-item:focus,
.cid-tsazVpergz .nav-link:focus {
  outline: none;
}
.cid-tsazVpergz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsazVpergz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsazVpergz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsazVpergz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsazVpergz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsazVpergz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsazVpergz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-tsazVpergz .navbar.opened {
  transition: all 0.3s;
}
.cid-tsazVpergz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsazVpergz .navbar .navbar-logo img {
  width: auto;
}
.cid-tsazVpergz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsazVpergz .navbar.collapsed {
  justify-content: center;
}
.cid-tsazVpergz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsazVpergz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsazVpergz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsazVpergz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsazVpergz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsazVpergz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsazVpergz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsazVpergz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsazVpergz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsazVpergz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsazVpergz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsazVpergz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsazVpergz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsazVpergz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsazVpergz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsazVpergz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsazVpergz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsazVpergz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsazVpergz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsazVpergz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsazVpergz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsazVpergz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsazVpergz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsazVpergz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsazVpergz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsazVpergz .dropdown-item.active,
.cid-tsazVpergz .dropdown-item:active {
  background-color: transparent;
}
.cid-tsazVpergz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsazVpergz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsazVpergz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsazVpergz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-tsazVpergz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsazVpergz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsazVpergz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsazVpergz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsazVpergz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsazVpergz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tsazVpergz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsazVpergz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsazVpergz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsazVpergz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsazVpergz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsazVpergz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsazVpergz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsazVpergz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsazVpergz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsazVpergz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsazVpergz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsazVpergz .navbar {
    height: 70px;
  }
  .cid-tsazVpergz .navbar.opened {
    height: auto;
  }
  .cid-tsazVpergz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-33 {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-33 #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-33 body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-33 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-33 .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-33 .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-33 .close:hover,
#custom-html-33 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-33 .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-33 .modal-body {
  padding: 2px 16px;
}
#custom-html-33 .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-tsazVpwDJ1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
#custom-html-4w .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsazVqtU5U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-tsazVqtU5U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsazVqtU5U .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsazVqtU5U .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsazVqtU5U .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsazVqtU5U .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsazVqtU5U .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsazVqtU5U .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsazVqtU5U .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsazVqtU5U .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsazVqtU5U .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsazVqtU5U .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsazVqtU5U .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsazVqtU5U .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsazVqtU5U .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsaBS4Di3R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaBS4Di3R .carousel {
  height: 400px;
}
.cid-tsaBS4Di3R .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsaBS4Di3R .carousel-item,
.cid-tsaBS4Di3R .carousel-inner {
  height: 100%;
}
.cid-tsaBS4Di3R .mbr-overlay {
  z-index: 1;
}
.cid-tsaBS4Di3R .carousel-caption {
  bottom: 40px;
}
.cid-tsaBS4Di3R .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsaBS4Di3R .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsaBS4Di3R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsaBS4Di3R .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsaBS4Di3R .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsaBS4Di3R .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsaBS4Di3R .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsaBS4Di3R .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsaBS4Di3R .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaBS4Di3R .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsaBS4Di3R .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsaBS4Di3R .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tsaBS4Di3R .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsaBS4Di3R .carousel-indicators li.active,
.cid-tsaBS4Di3R .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsaBS4Di3R .carousel-indicators li::after,
.cid-tsaBS4Di3R .carousel-indicators li::before {
  content: none;
}
.cid-tsaBS4Di3R .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsaBS4Di3R .carousel-indicators {
    display: none !important;
  }
}
.cid-tsaBS56R8K {
  z-index: 1000;
  width: 100%;
}
.cid-tsaBS56R8K #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-tsaBS56R8K nav.navbar {
  position: fixed;
}
.cid-tsaBS56R8K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaBS56R8K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsaBS56R8K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsaBS56R8K .dropdown-item:hover,
.cid-tsaBS56R8K .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tsaBS56R8K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsaBS56R8K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsaBS56R8K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsaBS56R8K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsaBS56R8K .nav-link {
  position: relative;
}
.cid-tsaBS56R8K .container {
  display: flex;
  margin: auto;
}
.cid-tsaBS56R8K .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsaBS56R8K .dropdown-menu,
.cid-tsaBS56R8K .navbar.opened {
  background: #fbce0d !important;
}
.cid-tsaBS56R8K .nav-item:focus,
.cid-tsaBS56R8K .nav-link:focus {
  outline: none;
}
.cid-tsaBS56R8K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsaBS56R8K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsaBS56R8K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsaBS56R8K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaBS56R8K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsaBS56R8K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsaBS56R8K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-tsaBS56R8K .navbar.opened {
  transition: all 0.3s;
}
.cid-tsaBS56R8K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsaBS56R8K .navbar .navbar-logo img {
  width: auto;
}
.cid-tsaBS56R8K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsaBS56R8K .navbar.collapsed {
  justify-content: center;
}
.cid-tsaBS56R8K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsaBS56R8K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsaBS56R8K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsaBS56R8K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsaBS56R8K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsaBS56R8K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsaBS56R8K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsaBS56R8K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsaBS56R8K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsaBS56R8K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsaBS56R8K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsaBS56R8K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsaBS56R8K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsaBS56R8K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsaBS56R8K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsaBS56R8K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsaBS56R8K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsaBS56R8K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsaBS56R8K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsaBS56R8K .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsaBS56R8K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsaBS56R8K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsaBS56R8K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsaBS56R8K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsaBS56R8K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsaBS56R8K .dropdown-item.active,
.cid-tsaBS56R8K .dropdown-item:active {
  background-color: transparent;
}
.cid-tsaBS56R8K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsaBS56R8K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsaBS56R8K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsaBS56R8K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-tsaBS56R8K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsaBS56R8K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsaBS56R8K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsaBS56R8K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsaBS56R8K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsaBS56R8K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tsaBS56R8K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsaBS56R8K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaBS56R8K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaBS56R8K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsaBS56R8K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaBS56R8K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsaBS56R8K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsaBS56R8K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaBS56R8K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsaBS56R8K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsaBS56R8K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsaBS56R8K .navbar {
    height: 70px;
  }
  .cid-tsaBS56R8K .navbar.opened {
    height: auto;
  }
  .cid-tsaBS56R8K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-35 {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-35 #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-35 body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-35 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-35 .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-35 .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-35 .close:hover,
#custom-html-35 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-35 .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-35 .modal-body {
  padding: 2px 16px;
}
#custom-html-35 .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-tsaBS5nT6A {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
#custom-html-52 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaBS5Ammt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-tsaBS5Ammt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsaBS5Ammt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsaBS5Ammt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsaBS5Ammt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsaBS5Ammt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsaBS5Ammt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsaBS5Ammt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsaBS5Ammt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsaBS5Ammt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsaBS5Ammt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsaBS5Ammt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsaBS5Ammt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsaBS5Ammt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsaBS5Ammt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsaqFetWZ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaqFetWZ4 .carousel {
  height: 400px;
}
.cid-tsaqFetWZ4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsaqFetWZ4 .carousel-item,
.cid-tsaqFetWZ4 .carousel-inner {
  height: 100%;
}
.cid-tsaqFetWZ4 .mbr-overlay {
  z-index: 1;
}
.cid-tsaqFetWZ4 .carousel-caption {
  bottom: 40px;
}
.cid-tsaqFetWZ4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsaqFetWZ4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsaqFetWZ4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsaqFetWZ4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsaqFetWZ4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsaqFetWZ4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsaqFetWZ4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsaqFetWZ4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsaqFetWZ4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaqFetWZ4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsaqFetWZ4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsaqFetWZ4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tsaqFetWZ4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsaqFetWZ4 .carousel-indicators li.active,
.cid-tsaqFetWZ4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsaqFetWZ4 .carousel-indicators li::after,
.cid-tsaqFetWZ4 .carousel-indicators li::before {
  content: none;
}
.cid-tsaqFetWZ4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsaqFetWZ4 .carousel-indicators {
    display: none !important;
  }
}
.cid-tsaqFeWHq0 {
  z-index: 1000;
  width: 100%;
}
.cid-tsaqFeWHq0 #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-tsaqFeWHq0 nav.navbar {
  position: fixed;
}
.cid-tsaqFeWHq0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaqFeWHq0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsaqFeWHq0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsaqFeWHq0 .dropdown-item:hover,
.cid-tsaqFeWHq0 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tsaqFeWHq0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsaqFeWHq0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsaqFeWHq0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsaqFeWHq0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsaqFeWHq0 .nav-link {
  position: relative;
}
.cid-tsaqFeWHq0 .container {
  display: flex;
  margin: auto;
}
.cid-tsaqFeWHq0 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsaqFeWHq0 .dropdown-menu,
.cid-tsaqFeWHq0 .navbar.opened {
  background: #fbce0d !important;
}
.cid-tsaqFeWHq0 .nav-item:focus,
.cid-tsaqFeWHq0 .nav-link:focus {
  outline: none;
}
.cid-tsaqFeWHq0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsaqFeWHq0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsaqFeWHq0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsaqFeWHq0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaqFeWHq0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsaqFeWHq0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsaqFeWHq0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-tsaqFeWHq0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tsaqFeWHq0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsaqFeWHq0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tsaqFeWHq0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsaqFeWHq0 .navbar.collapsed {
  justify-content: center;
}
.cid-tsaqFeWHq0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsaqFeWHq0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsaqFeWHq0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsaqFeWHq0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsaqFeWHq0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsaqFeWHq0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsaqFeWHq0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsaqFeWHq0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsaqFeWHq0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsaqFeWHq0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsaqFeWHq0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsaqFeWHq0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsaqFeWHq0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsaqFeWHq0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsaqFeWHq0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsaqFeWHq0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsaqFeWHq0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsaqFeWHq0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsaqFeWHq0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsaqFeWHq0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsaqFeWHq0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsaqFeWHq0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsaqFeWHq0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsaqFeWHq0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsaqFeWHq0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsaqFeWHq0 .dropdown-item.active,
.cid-tsaqFeWHq0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsaqFeWHq0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsaqFeWHq0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsaqFeWHq0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsaqFeWHq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-tsaqFeWHq0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsaqFeWHq0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsaqFeWHq0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsaqFeWHq0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsaqFeWHq0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsaqFeWHq0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tsaqFeWHq0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsaqFeWHq0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaqFeWHq0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaqFeWHq0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsaqFeWHq0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaqFeWHq0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsaqFeWHq0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsaqFeWHq0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaqFeWHq0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsaqFeWHq0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsaqFeWHq0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsaqFeWHq0 .navbar {
    height: 70px;
  }
  .cid-tsaqFeWHq0 .navbar.opened {
    height: auto;
  }
  .cid-tsaqFeWHq0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-36 {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-36 #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-36 body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-36 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-36 .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-36 .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-36 .close:hover,
#custom-html-36 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-36 .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-36 .modal-body {
  padding: 2px 16px;
}
#custom-html-36 .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-tsaqFfhoyF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
#custom-html-53 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaF8ISPNS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #feffed;
}
.cid-tsaF8ISPNS .item {
  padding-bottom: 2rem;
}
.cid-tsaF8ISPNS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tsaF8ISPNS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tsaF8ISPNS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsaF8ISPNS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsaF8ISPNS .carousel-control,
.cid-tsaF8ISPNS .close {
  background: #1b1b1b;
}
.cid-tsaF8ISPNS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsaF8ISPNS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsaF8ISPNS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsaF8ISPNS .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsaF8ISPNS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsaF8ISPNS .close::before {
  content: '\e91a';
}
.cid-tsaF8ISPNS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsaF8ISPNS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsaF8ISPNS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaF8ISPNS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsaF8ISPNS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsaF8ISPNS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsaF8ISPNS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsaF8ISPNS .carousel-indicators li.active,
.cid-tsaF8ISPNS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsaF8ISPNS .carousel-indicators li::after,
.cid-tsaF8ISPNS .carousel-indicators li::before {
  content: none;
}
.cid-tsaF8ISPNS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsaF8ISPNS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsaF8ISPNS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsaF8ISPNS .carousel-indicators {
    display: none;
  }
}
.cid-tsaF8ISPNS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsaF8ISPNS .carousel-inner > .active {
  display: block;
}
.cid-tsaF8ISPNS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaF8ISPNS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsaF8ISPNS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsaF8ISPNS .carousel-control,
  .cid-tsaF8ISPNS .carousel-indicators,
  .cid-tsaF8ISPNS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsaF8ISPNS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsaF8ISPNS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsaF8ISPNS .carousel-indicators .active,
.cid-tsaF8ISPNS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsaF8ISPNS .carousel-indicators .active {
  background: #fff;
}
.cid-tsaF8ISPNS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsaF8ISPNS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsaF8ISPNS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsaF8ISPNS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsaF8ISPNS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsaF8ISPNS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsaF8ISPNS .carousel {
  width: 100%;
}
.cid-tsaF8ISPNS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsaF8ISPNS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsaF8ISPNS .modal.fade .modal-dialog,
.cid-tsaF8ISPNS .modal.in .modal-dialog {
  transform: none;
}
.cid-tsaF8ISPNS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsaF8ISPNS H6 {
  text-align: center;
}
#custom-html-54 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaGFj8Iod {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #feffed;
}
.cid-tsaGFj8Iod .item {
  padding-bottom: 2rem;
}
.cid-tsaGFj8Iod .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tsaGFj8Iod .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tsaGFj8Iod .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tsaGFj8Iod .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsaGFj8Iod .carousel-control,
.cid-tsaGFj8Iod .close {
  background: #1b1b1b;
}
.cid-tsaGFj8Iod .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsaGFj8Iod .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsaGFj8Iod .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsaGFj8Iod .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsaGFj8Iod .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsaGFj8Iod .close::before {
  content: '\e91a';
}
.cid-tsaGFj8Iod .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsaGFj8Iod .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsaGFj8Iod .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaGFj8Iod .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsaGFj8Iod .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsaGFj8Iod .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsaGFj8Iod .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsaGFj8Iod .carousel-indicators li.active,
.cid-tsaGFj8Iod .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsaGFj8Iod .carousel-indicators li::after,
.cid-tsaGFj8Iod .carousel-indicators li::before {
  content: none;
}
.cid-tsaGFj8Iod .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsaGFj8Iod .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsaGFj8Iod .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsaGFj8Iod .carousel-indicators {
    display: none;
  }
}
.cid-tsaGFj8Iod .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsaGFj8Iod .carousel-inner > .active {
  display: block;
}
.cid-tsaGFj8Iod .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaGFj8Iod .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsaGFj8Iod .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsaGFj8Iod .carousel-control,
  .cid-tsaGFj8Iod .carousel-indicators,
  .cid-tsaGFj8Iod .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsaGFj8Iod .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsaGFj8Iod .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsaGFj8Iod .carousel-indicators .active,
.cid-tsaGFj8Iod .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsaGFj8Iod .carousel-indicators .active {
  background: #fff;
}
.cid-tsaGFj8Iod .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsaGFj8Iod .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsaGFj8Iod .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsaGFj8Iod .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsaGFj8Iod .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsaGFj8Iod .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsaGFj8Iod .carousel {
  width: 100%;
}
.cid-tsaGFj8Iod .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsaGFj8Iod .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsaGFj8Iod .modal.fade .modal-dialog,
.cid-tsaGFj8Iod .modal.in .modal-dialog {
  transform: none;
}
.cid-tsaGFj8Iod .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsaGFj8Iod H6 {
  text-align: center;
}
#custom-html-55 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaqFg4VoV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-tsaqFg4VoV .row {
    flex-direction: column-reverse;
  }
  .cid-tsaqFg4VoV .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsaqFg4VoV .openmap {
  width: 550px;
}
@media (max-width: 1220px) {
  .cid-tsaqFg4VoV .openmap {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.cid-tsaqFg4VoV .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tsaqFg4VoV .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #feffed;
}
.cid-tsaqFg4VoV .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tsaqFg4VoV .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsaqFg4VoV .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tsaqFg4VoV .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
#custom-html-56 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaqFgjyQW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-tsaqFgjyQW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsaqFgjyQW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsaqFgjyQW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsaqFgjyQW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsaqFgjyQW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsaqFgjyQW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsaqFgjyQW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsaqFgjyQW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsaqFgjyQW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsaqFgjyQW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsaqFgjyQW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsaqFgjyQW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsaqFgjyQW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsaqFgjyQW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsaPBOqYxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaPBOqYxy .carousel {
  height: 400px;
}
.cid-tsaPBOqYxy .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsaPBOqYxy .carousel-item,
.cid-tsaPBOqYxy .carousel-inner {
  height: 100%;
}
.cid-tsaPBOqYxy .mbr-overlay {
  z-index: 1;
}
.cid-tsaPBOqYxy .carousel-caption {
  bottom: 40px;
}
.cid-tsaPBOqYxy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsaPBOqYxy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsaPBOqYxy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsaPBOqYxy .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsaPBOqYxy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsaPBOqYxy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsaPBOqYxy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsaPBOqYxy .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsaPBOqYxy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsaPBOqYxy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsaPBOqYxy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsaPBOqYxy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tsaPBOqYxy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsaPBOqYxy .carousel-indicators li.active,
.cid-tsaPBOqYxy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsaPBOqYxy .carousel-indicators li::after,
.cid-tsaPBOqYxy .carousel-indicators li::before {
  content: none;
}
.cid-tsaPBOqYxy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsaPBOqYxy .carousel-indicators {
    display: none !important;
  }
}
.cid-tsaPBOPOK8 {
  z-index: 1000;
  width: 100%;
}
.cid-tsaPBOPOK8 #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-tsaPBOPOK8 nav.navbar {
  position: fixed;
}
.cid-tsaPBOPOK8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaPBOPOK8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsaPBOPOK8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsaPBOPOK8 .dropdown-item:hover,
.cid-tsaPBOPOK8 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tsaPBOPOK8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsaPBOPOK8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsaPBOPOK8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsaPBOPOK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsaPBOPOK8 .nav-link {
  position: relative;
}
.cid-tsaPBOPOK8 .container {
  display: flex;
  margin: auto;
}
.cid-tsaPBOPOK8 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsaPBOPOK8 .dropdown-menu,
.cid-tsaPBOPOK8 .navbar.opened {
  background: #fbce0d !important;
}
.cid-tsaPBOPOK8 .nav-item:focus,
.cid-tsaPBOPOK8 .nav-link:focus {
  outline: none;
}
.cid-tsaPBOPOK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsaPBOPOK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsaPBOPOK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsaPBOPOK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsaPBOPOK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsaPBOPOK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsaPBOPOK8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-tsaPBOPOK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tsaPBOPOK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsaPBOPOK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tsaPBOPOK8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsaPBOPOK8 .navbar.collapsed {
  justify-content: center;
}
.cid-tsaPBOPOK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsaPBOPOK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsaPBOPOK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsaPBOPOK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsaPBOPOK8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsaPBOPOK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsaPBOPOK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsaPBOPOK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsaPBOPOK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsaPBOPOK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsaPBOPOK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsaPBOPOK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsaPBOPOK8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsaPBOPOK8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsaPBOPOK8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsaPBOPOK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsaPBOPOK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsaPBOPOK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsaPBOPOK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsaPBOPOK8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsaPBOPOK8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsaPBOPOK8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsaPBOPOK8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsaPBOPOK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsaPBOPOK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsaPBOPOK8 .dropdown-item.active,
.cid-tsaPBOPOK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsaPBOPOK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsaPBOPOK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsaPBOPOK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsaPBOPOK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-tsaPBOPOK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsaPBOPOK8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsaPBOPOK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsaPBOPOK8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsaPBOPOK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsaPBOPOK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tsaPBOPOK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsaPBOPOK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaPBOPOK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsaPBOPOK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsaPBOPOK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaPBOPOK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsaPBOPOK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsaPBOPOK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsaPBOPOK8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsaPBOPOK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsaPBOPOK8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsaPBOPOK8 .navbar {
    height: 70px;
  }
  .cid-tsaPBOPOK8 .navbar.opened {
    height: auto;
  }
  .cid-tsaPBOPOK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-37 {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-37 #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-37 body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-37 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-37 .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-37 .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-37 .close:hover,
#custom-html-37 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-37 .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-37 .modal-body {
  padding: 2px 16px;
}
#custom-html-37 .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-tsaPBP8HAM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
#custom-html-57 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaQBIEKny {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaQBIEKny .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tsaQBIEKny .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tsaQBIEKny .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c63b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #e6c63b;
  color: #e6c63b;
  content: "✓";
}
.cid-tsaRkdaT48 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRkdaT48 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tsaRkdaT48 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tsaRkdaT48 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c63b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #e6c63b;
  color: #e6c63b;
  content: "✓";
}
.cid-tsaRl5qBYr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsaRl5qBYr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tsaRl5qBYr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tsaRl5qBYr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c63b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #e6c63b;
  color: #e6c63b;
  content: "✓";
}
#custom-html-58 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaPBQ8OJq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-tsaPBQ8OJq .row {
    flex-direction: column-reverse;
  }
  .cid-tsaPBQ8OJq .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsaPBQ8OJq .openmap {
  width: 550px;
}
@media (max-width: 1220px) {
  .cid-tsaPBQ8OJq .openmap {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.cid-tsaPBQ8OJq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tsaPBQ8OJq .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #feffed;
}
.cid-tsaPBQ8OJq .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tsaPBQ8OJq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsaPBQ8OJq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tsaPBQ8OJq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
#custom-html-59 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsaPBQnEGQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-tsaPBQnEGQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsaPBQnEGQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsaPBQnEGQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsaPBQnEGQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsaPBQnEGQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsaPBQnEGQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsaPBQnEGQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsaPBQnEGQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsaPBQnEGQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsaPBQnEGQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsaPBQnEGQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsaPBQnEGQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsaPBQnEGQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsaPBQnEGQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsPQvQF74q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsPQvQF74q .carousel {
  height: 400px;
}
.cid-tsPQvQF74q .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsPQvQF74q .carousel-item,
.cid-tsPQvQF74q .carousel-inner {
  height: 100%;
}
.cid-tsPQvQF74q .mbr-overlay {
  z-index: 1;
}
.cid-tsPQvQF74q .carousel-caption {
  bottom: 40px;
}
.cid-tsPQvQF74q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsPQvQF74q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsPQvQF74q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsPQvQF74q .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsPQvQF74q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsPQvQF74q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsPQvQF74q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsPQvQF74q .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsPQvQF74q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsPQvQF74q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsPQvQF74q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsPQvQF74q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tsPQvQF74q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tsPQvQF74q .carousel-indicators li.active,
.cid-tsPQvQF74q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsPQvQF74q .carousel-indicators li::after,
.cid-tsPQvQF74q .carousel-indicators li::before {
  content: none;
}
.cid-tsPQvQF74q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsPQvQF74q .carousel-indicators {
    display: none !important;
  }
}
.cid-tsPQvRgYHi {
  z-index: 1000;
  width: 100%;
}
.cid-tsPQvRgYHi #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-tsPQvRgYHi nav.navbar {
  position: fixed;
}
.cid-tsPQvRgYHi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsPQvRgYHi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsPQvRgYHi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsPQvRgYHi .dropdown-item:hover,
.cid-tsPQvRgYHi .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tsPQvRgYHi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsPQvRgYHi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsPQvRgYHi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsPQvRgYHi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsPQvRgYHi .nav-link {
  position: relative;
}
.cid-tsPQvRgYHi .container {
  display: flex;
  margin: auto;
}
.cid-tsPQvRgYHi .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsPQvRgYHi .dropdown-menu,
.cid-tsPQvRgYHi .navbar.opened {
  background: #fbce0d !important;
}
.cid-tsPQvRgYHi .nav-item:focus,
.cid-tsPQvRgYHi .nav-link:focus {
  outline: none;
}
.cid-tsPQvRgYHi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsPQvRgYHi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsPQvRgYHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsPQvRgYHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsPQvRgYHi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsPQvRgYHi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsPQvRgYHi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-tsPQvRgYHi .navbar.opened {
  transition: all 0.3s;
}
.cid-tsPQvRgYHi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsPQvRgYHi .navbar .navbar-logo img {
  width: auto;
}
.cid-tsPQvRgYHi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsPQvRgYHi .navbar.collapsed {
  justify-content: center;
}
.cid-tsPQvRgYHi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsPQvRgYHi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsPQvRgYHi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsPQvRgYHi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsPQvRgYHi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsPQvRgYHi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsPQvRgYHi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsPQvRgYHi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsPQvRgYHi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsPQvRgYHi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsPQvRgYHi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsPQvRgYHi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsPQvRgYHi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsPQvRgYHi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsPQvRgYHi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsPQvRgYHi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsPQvRgYHi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsPQvRgYHi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsPQvRgYHi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsPQvRgYHi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsPQvRgYHi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsPQvRgYHi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsPQvRgYHi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsPQvRgYHi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsPQvRgYHi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsPQvRgYHi .dropdown-item.active,
.cid-tsPQvRgYHi .dropdown-item:active {
  background-color: transparent;
}
.cid-tsPQvRgYHi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsPQvRgYHi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsPQvRgYHi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsPQvRgYHi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-tsPQvRgYHi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsPQvRgYHi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsPQvRgYHi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsPQvRgYHi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsPQvRgYHi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsPQvRgYHi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tsPQvRgYHi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsPQvRgYHi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPQvRgYHi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsPQvRgYHi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsPQvRgYHi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPQvRgYHi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsPQvRgYHi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsPQvRgYHi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsPQvRgYHi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsPQvRgYHi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsPQvRgYHi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsPQvRgYHi .navbar {
    height: 70px;
  }
  .cid-tsPQvRgYHi .navbar.opened {
    height: auto;
  }
  .cid-tsPQvRgYHi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-34 {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-34 #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-34 body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-34 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-34 .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-34 .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-34 .close:hover,
#custom-html-34 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-34 .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-34 .modal-body {
  padding: 2px 16px;
}
#custom-html-34 .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-tsPQvRBS4U {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
#custom-html-51 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-tsPQvRPBv6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-tsPQvRPBv6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsPQvRPBv6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsPQvRPBv6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsPQvRPBv6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsPQvRPBv6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsPQvRPBv6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsPQvRPBv6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsPQvRPBv6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsPQvRPBv6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsPQvRPBv6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsPQvRPBv6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsPQvRPBv6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsPQvRPBv6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsPQvRPBv6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ttbNpXMiOG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttbNpXMiOG .carousel {
  height: 400px;
}
.cid-ttbNpXMiOG .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttbNpXMiOG .carousel-item,
.cid-ttbNpXMiOG .carousel-inner {
  height: 100%;
}
.cid-ttbNpXMiOG .mbr-overlay {
  z-index: 1;
}
.cid-ttbNpXMiOG .carousel-caption {
  bottom: 40px;
}
.cid-ttbNpXMiOG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ttbNpXMiOG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ttbNpXMiOG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ttbNpXMiOG .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttbNpXMiOG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ttbNpXMiOG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ttbNpXMiOG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttbNpXMiOG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttbNpXMiOG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttbNpXMiOG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttbNpXMiOG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttbNpXMiOG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttbNpXMiOG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttbNpXMiOG .carousel-indicators li.active,
.cid-ttbNpXMiOG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttbNpXMiOG .carousel-indicators li::after,
.cid-ttbNpXMiOG .carousel-indicators li::before {
  content: none;
}
.cid-ttbNpXMiOG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttbNpXMiOG .carousel-indicators {
    display: none !important;
  }
}
#custom-html-3u {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-3u #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-3u body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-3u .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-3u .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-3u .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-3u .close:hover,
#custom-html-3u .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-3u .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-3u .modal-body {
  padding: 2px 16px;
}
#custom-html-3u .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-ttbNpYptVc {
  z-index: 1000;
  width: 100%;
}
.cid-ttbNpYptVc #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-ttbNpYptVc nav.navbar {
  position: fixed;
}
.cid-ttbNpYptVc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttbNpYptVc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttbNpYptVc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttbNpYptVc .dropdown-item:hover,
.cid-ttbNpYptVc .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ttbNpYptVc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttbNpYptVc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttbNpYptVc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttbNpYptVc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttbNpYptVc .nav-link {
  position: relative;
}
.cid-ttbNpYptVc .container {
  display: flex;
  margin: auto;
}
.cid-ttbNpYptVc .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttbNpYptVc .dropdown-menu,
.cid-ttbNpYptVc .navbar.opened {
  background: #fbce0d !important;
}
.cid-ttbNpYptVc .nav-item:focus,
.cid-ttbNpYptVc .nav-link:focus {
  outline: none;
}
.cid-ttbNpYptVc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttbNpYptVc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttbNpYptVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttbNpYptVc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttbNpYptVc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttbNpYptVc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttbNpYptVc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-ttbNpYptVc .navbar.opened {
  transition: all 0.3s;
}
.cid-ttbNpYptVc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttbNpYptVc .navbar .navbar-logo img {
  width: auto;
}
.cid-ttbNpYptVc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttbNpYptVc .navbar.collapsed {
  justify-content: center;
}
.cid-ttbNpYptVc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttbNpYptVc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttbNpYptVc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttbNpYptVc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttbNpYptVc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttbNpYptVc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttbNpYptVc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttbNpYptVc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttbNpYptVc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttbNpYptVc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttbNpYptVc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttbNpYptVc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttbNpYptVc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttbNpYptVc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttbNpYptVc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttbNpYptVc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttbNpYptVc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttbNpYptVc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttbNpYptVc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttbNpYptVc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttbNpYptVc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttbNpYptVc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttbNpYptVc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttbNpYptVc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttbNpYptVc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttbNpYptVc .dropdown-item.active,
.cid-ttbNpYptVc .dropdown-item:active {
  background-color: transparent;
}
.cid-ttbNpYptVc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttbNpYptVc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttbNpYptVc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttbNpYptVc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-ttbNpYptVc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttbNpYptVc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttbNpYptVc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttbNpYptVc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttbNpYptVc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttbNpYptVc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ttbNpYptVc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttbNpYptVc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttbNpYptVc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttbNpYptVc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttbNpYptVc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttbNpYptVc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttbNpYptVc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttbNpYptVc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttbNpYptVc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttbNpYptVc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttbNpYptVc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttbNpYptVc .navbar {
    height: 70px;
  }
  .cid-ttbNpYptVc .navbar.opened {
    height: auto;
  }
  .cid-ttbNpYptVc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttbRcrGJ1u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
#custom-html-4z .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ttbNpZ1NOc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-ttbNpZ1NOc .row {
    flex-direction: column-reverse;
  }
  .cid-ttbNpZ1NOc .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttbNpZ1NOc .openmap {
  width: 550px;
}
@media (max-width: 1220px) {
  .cid-ttbNpZ1NOc .openmap {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.cid-ttbNpZ1NOc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ttbNpZ1NOc .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #feffed;
}
.cid-ttbNpZ1NOc .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ttbNpZ1NOc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttbNpZ1NOc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ttbNpZ1NOc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
#custom-html-50 .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ttbNpZlLHv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-ttbNpZlLHv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ttbNpZlLHv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ttbNpZlLHv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ttbNpZlLHv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ttbNpZlLHv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ttbNpZlLHv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ttbNpZlLHv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ttbNpZlLHv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttbNpZlLHv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ttbNpZlLHv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ttbNpZlLHv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttbNpZlLHv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttbNpZlLHv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ttbNpZlLHv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts4DRjMyvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ts4DRjMyvH .carousel {
  height: 400px;
}
.cid-ts4DRjMyvH .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ts4DRjMyvH .carousel-item,
.cid-ts4DRjMyvH .carousel-inner {
  height: 100%;
}
.cid-ts4DRjMyvH .mbr-overlay {
  z-index: 1;
}
.cid-ts4DRjMyvH .carousel-caption {
  bottom: 40px;
}
.cid-ts4DRjMyvH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ts4DRjMyvH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ts4DRjMyvH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ts4DRjMyvH .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ts4DRjMyvH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ts4DRjMyvH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ts4DRjMyvH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ts4DRjMyvH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ts4DRjMyvH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ts4DRjMyvH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ts4DRjMyvH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ts4DRjMyvH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ts4DRjMyvH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ts4DRjMyvH .carousel-indicators li.active,
.cid-ts4DRjMyvH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ts4DRjMyvH .carousel-indicators li::after,
.cid-ts4DRjMyvH .carousel-indicators li::before {
  content: none;
}
.cid-ts4DRjMyvH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ts4DRjMyvH .carousel-indicators {
    display: none !important;
  }
}
#custom-html-32 {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-32 #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-32 body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-32 .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-32 .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-32 .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-32 .close:hover,
#custom-html-32 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-32 .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-32 .modal-body {
  padding: 2px 16px;
}
#custom-html-32 .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-ttc1K16I6j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttc1K16I6j body {
  font-family: 'abeezee-v22-latin-ext_latin-regular', sans-serif;
  background-color: White;
  line-height: 25px;
  font-size: 18px;
}
.cid-ttc1K16I6j #boxfarbe {
  margin-top: 0px;
  padding: 5px 8px 5px 8px;
  background-color: #353535;
  width: 45%;
  min-width: 360px;
  border-radius: 20px;
  color: #ffffff;
}
.cid-ttc1K16I6j h4 {
  font-weight: Normal;
}
.cid-ttc1K16I6j div.events {
  font-family: 'abeezee-v22-latin-ext_latin-regular', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 100px;
  max-height: 1000px;
  padding-left: ;
  font-size: 18px;
}
.cid-ttc1K16I6j dt.neu:nth-child(odd) {
  color: #4D95CC;
  background-color: transparent;
  padding: 2px;
  line-height: 2px;
}
.cid-ttc1K16I6j dt.alt:nth-child(odd) {
  color: #555555;
  background-color: transparent;
  padding: 2px;
}
.cid-ts4E2MXUgq {
  z-index: 1000;
  width: 100%;
}
.cid-ts4E2MXUgq #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-ts4E2MXUgq nav.navbar {
  position: fixed;
}
.cid-ts4E2MXUgq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4E2MXUgq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts4E2MXUgq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts4E2MXUgq .dropdown-item:hover,
.cid-ts4E2MXUgq .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ts4E2MXUgq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts4E2MXUgq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts4E2MXUgq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts4E2MXUgq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts4E2MXUgq .nav-link {
  position: relative;
}
.cid-ts4E2MXUgq .container {
  display: flex;
  margin: auto;
}
.cid-ts4E2MXUgq .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts4E2MXUgq .dropdown-menu,
.cid-ts4E2MXUgq .navbar.opened {
  background: #fbce0d !important;
}
.cid-ts4E2MXUgq .nav-item:focus,
.cid-ts4E2MXUgq .nav-link:focus {
  outline: none;
}
.cid-ts4E2MXUgq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts4E2MXUgq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts4E2MXUgq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts4E2MXUgq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts4E2MXUgq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts4E2MXUgq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts4E2MXUgq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-ts4E2MXUgq .navbar.opened {
  transition: all 0.3s;
}
.cid-ts4E2MXUgq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts4E2MXUgq .navbar .navbar-logo img {
  width: auto;
}
.cid-ts4E2MXUgq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts4E2MXUgq .navbar.collapsed {
  justify-content: center;
}
.cid-ts4E2MXUgq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts4E2MXUgq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ts4E2MXUgq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts4E2MXUgq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts4E2MXUgq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts4E2MXUgq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts4E2MXUgq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts4E2MXUgq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts4E2MXUgq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts4E2MXUgq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts4E2MXUgq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts4E2MXUgq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts4E2MXUgq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts4E2MXUgq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts4E2MXUgq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts4E2MXUgq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts4E2MXUgq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts4E2MXUgq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts4E2MXUgq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ts4E2MXUgq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts4E2MXUgq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts4E2MXUgq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts4E2MXUgq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts4E2MXUgq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts4E2MXUgq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts4E2MXUgq .dropdown-item.active,
.cid-ts4E2MXUgq .dropdown-item:active {
  background-color: transparent;
}
.cid-ts4E2MXUgq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts4E2MXUgq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts4E2MXUgq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts4E2MXUgq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-ts4E2MXUgq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts4E2MXUgq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts4E2MXUgq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts4E2MXUgq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts4E2MXUgq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts4E2MXUgq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ts4E2MXUgq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts4E2MXUgq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4E2MXUgq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts4E2MXUgq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts4E2MXUgq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4E2MXUgq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts4E2MXUgq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts4E2MXUgq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts4E2MXUgq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts4E2MXUgq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts4E2MXUgq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts4E2MXUgq .navbar {
    height: 70px;
  }
  .cid-ts4E2MXUgq .navbar.opened {
    height: auto;
  }
  .cid-ts4E2MXUgq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-4u .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ttM1MwqUxN {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hg-start-2000x1154.jpg");
}
.cid-ttM1MwqUxN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ttM1MwqUxN .team-card:hover {
  transform: translateY(-10px);
}
.cid-ttM1MwqUxN .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ttM1MwqUxN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ttM1MwqUxN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ttM1MwqUxN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttM1MwqUxN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ttM1MwqUxN .social-row {
  text-align: center;
}
.cid-ttM1MwqUxN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttM1MwqUxN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ttM1MwqUxN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttM1MwqUxN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ttM1MwqUxN .mbr-section-title {
  color: #ffffff;
}
.cid-ttM1MwqUxN .mbr-section-subtitle {
  color: #f0c50d;
}
#custom-html-4v .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ttuIZ25SqV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttuIZ25SqV .card-wrapper {
  padding: 4rem;
  background-color: #feffed;
  border-radius: 4px;
}
.cid-ttuIZ25SqV .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-ttuIZ25SqV .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-ttuIZ25SqV .card-wrapper {
    padding: 1rem;
  }
}
.cid-ttuIZ25SqV ul {
  list-style: none;
}
.cid-ttuIZ25SqV li {
  position: relative;
}
.cid-ttuIZ25SqV li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #353535;
  font-size: 0.8rem;
}
.cid-ttuIZ25SqV .mbr-section-btn {
  width: 100%;
}
.cid-ttuIZ25SqV .btn {
  width: 100%;
}
#custom-html-4s .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ts4HfUVTkD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-ts4HfUVTkD .row {
    flex-direction: column-reverse;
  }
  .cid-ts4HfUVTkD .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ts4HfUVTkD .openmap {
  width: 550px;
}
@media (max-width: 1220px) {
  .cid-ts4HfUVTkD .openmap {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.cid-ts4HfUVTkD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ts4HfUVTkD .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #feffed;
}
.cid-ts4HfUVTkD .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ts4HfUVTkD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ts4HfUVTkD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ts4HfUVTkD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
#custom-html-4t .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ts4EBIkuwU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-ts4EBIkuwU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ts4EBIkuwU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ts4EBIkuwU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ts4EBIkuwU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ts4EBIkuwU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ts4EBIkuwU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ts4EBIkuwU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ts4EBIkuwU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ts4EBIkuwU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ts4EBIkuwU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ts4EBIkuwU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ts4EBIkuwU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ts4EBIkuwU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ts4EBIkuwU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ttuKEvaNS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttuKEvaNS7 .carousel {
  height: 400px;
}
.cid-ttuKEvaNS7 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttuKEvaNS7 .carousel-item,
.cid-ttuKEvaNS7 .carousel-inner {
  height: 100%;
}
.cid-ttuKEvaNS7 .mbr-overlay {
  z-index: 1;
}
.cid-ttuKEvaNS7 .carousel-caption {
  bottom: 40px;
}
.cid-ttuKEvaNS7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ttuKEvaNS7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ttuKEvaNS7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ttuKEvaNS7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttuKEvaNS7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ttuKEvaNS7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ttuKEvaNS7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttuKEvaNS7 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttuKEvaNS7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttuKEvaNS7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ttuKEvaNS7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttuKEvaNS7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttuKEvaNS7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ttuKEvaNS7 .carousel-indicators li.active,
.cid-ttuKEvaNS7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttuKEvaNS7 .carousel-indicators li::after,
.cid-ttuKEvaNS7 .carousel-indicators li::before {
  content: none;
}
.cid-ttuKEvaNS7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ttuKEvaNS7 .carousel-indicators {
    display: none !important;
  }
}
.cid-ttuKEvwPTd {
  z-index: 1000;
  width: 100%;
}
.cid-ttuKEvwPTd #myBtn {
  background-color: transparent;
  border: 0px;
  color: #FEFFED;
}
.cid-ttuKEvwPTd nav.navbar {
  position: fixed;
}
.cid-ttuKEvwPTd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttuKEvwPTd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttuKEvwPTd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttuKEvwPTd .dropdown-item:hover,
.cid-ttuKEvwPTd .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-ttuKEvwPTd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttuKEvwPTd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttuKEvwPTd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttuKEvwPTd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttuKEvwPTd .nav-link {
  position: relative;
}
.cid-ttuKEvwPTd .container {
  display: flex;
  margin: auto;
}
.cid-ttuKEvwPTd .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttuKEvwPTd .dropdown-menu,
.cid-ttuKEvwPTd .navbar.opened {
  background: #fbce0d !important;
}
.cid-ttuKEvwPTd .nav-item:focus,
.cid-ttuKEvwPTd .nav-link:focus {
  outline: none;
}
.cid-ttuKEvwPTd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttuKEvwPTd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttuKEvwPTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttuKEvwPTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttuKEvwPTd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttuKEvwPTd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttuKEvwPTd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(251, 206, 13, 0.9);
}
.cid-ttuKEvwPTd .navbar.opened {
  transition: all 0.3s;
}
.cid-ttuKEvwPTd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttuKEvwPTd .navbar .navbar-logo img {
  width: auto;
}
.cid-ttuKEvwPTd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttuKEvwPTd .navbar.collapsed {
  justify-content: center;
}
.cid-ttuKEvwPTd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttuKEvwPTd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttuKEvwPTd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttuKEvwPTd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttuKEvwPTd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttuKEvwPTd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttuKEvwPTd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttuKEvwPTd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttuKEvwPTd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttuKEvwPTd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttuKEvwPTd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttuKEvwPTd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttuKEvwPTd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttuKEvwPTd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttuKEvwPTd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttuKEvwPTd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttuKEvwPTd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttuKEvwPTd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttuKEvwPTd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttuKEvwPTd .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttuKEvwPTd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttuKEvwPTd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttuKEvwPTd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttuKEvwPTd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttuKEvwPTd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttuKEvwPTd .dropdown-item.active,
.cid-ttuKEvwPTd .dropdown-item:active {
  background-color: transparent;
}
.cid-ttuKEvwPTd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttuKEvwPTd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttuKEvwPTd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttuKEvwPTd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbce0d;
}
.cid-ttuKEvwPTd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttuKEvwPTd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttuKEvwPTd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttuKEvwPTd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttuKEvwPTd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttuKEvwPTd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ttuKEvwPTd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttuKEvwPTd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttuKEvwPTd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttuKEvwPTd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttuKEvwPTd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttuKEvwPTd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttuKEvwPTd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttuKEvwPTd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttuKEvwPTd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttuKEvwPTd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttuKEvwPTd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttuKEvwPTd .navbar {
    height: 70px;
  }
  .cid-ttuKEvwPTd .navbar.opened {
    height: auto;
  }
  .cid-ttuKEvwPTd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-4l {
  /* Button umgestalten */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#custom-html-4l #myBtn {
  display: none;
  /* unsichtbar */
  background-color: #ff0000;
  border: 0px;
  color: #FEFFED;
}
#custom-html-4l body {
  font-family: Arial, Helvetica, sans-serif;
}
#custom-html-4l .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100001;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#custom-html-4l .modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 420px;
  min-width: 340px;
  height: 460px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#custom-html-4l .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#custom-html-4l .close:hover,
#custom-html-4l .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-4l .modal-header {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
#custom-html-4l .modal-body {
  padding: 2px 16px;
}
#custom-html-4l .modal-footer {
  padding: 2px 16px;
  background-color: #3E3E3E;
  color: white;
}
.cid-ttuLaZ0yJW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
#custom-html-4x .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ttuKUCY9dA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-ttuKUCY9dA .row {
    flex-direction: column-reverse;
  }
  .cid-ttuKUCY9dA .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttuKUCY9dA .openmap {
  width: 550px;
}
@media (max-width: 1220px) {
  .cid-ttuKUCY9dA .openmap {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.cid-ttuKUCY9dA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ttuKUCY9dA .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #feffed;
}
.cid-ttuKUCY9dA .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ttuKUCY9dA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttuKUCY9dA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ttuKUCY9dA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #353535;
}
#custom-html-4y .linie {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, rgba(240, 185, 0, 0), rgba(240, 185, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-ttuKEw6dI2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3e3e3e;
}
.cid-ttuKEw6dI2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ttuKEw6dI2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ttuKEw6dI2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ttuKEw6dI2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ttuKEw6dI2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ttuKEw6dI2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ttuKEw6dI2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ttuKEw6dI2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ttuKEw6dI2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ttuKEw6dI2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ttuKEw6dI2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttuKEw6dI2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ttuKEw6dI2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ttuKEw6dI2 .media-container-row .row-copirayt p {
  width: 100%;
}
