body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost-VariableFont_wght';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost-VariableFont_wght';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost-VariableFont_wght';
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost-VariableFont_wght';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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-s48MCQYojq {
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start1-960x720.jpeg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCmr9bvm8D {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCmr9bvm8D .mbr-section-title {
  text-align: center;
}
.cid-tCmr9bvm8D .mbr-text,
.cid-tCmr9bvm8D .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tCmr9bvm8D .mbr-section-title,
  .cid-tCmr9bvm8D .mbr-section-btn,
  .cid-tCmr9bvm8D .mbr-text {
    text-align: center;
  }
}
.cid-u1fSfyh3Me {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1fSfyh3Me .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u1fSfyh3Me .mbr-section-subtitle {
  text-align: center;
}
.cid-tMUJ7hKesJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUJ7hKesJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUJ7hKesJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUJ7hKesJ .item {
  padding-bottom: 2rem;
}
.cid-tMUJ7hKesJ .item-wrapper {
  position: relative;
}
.cid-tMUJ7hKesJ .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-tMUJ7hKesJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUJ7hKesJ .carousel-control,
.cid-tMUJ7hKesJ .close {
  background: #1b1b1b;
}
.cid-tMUJ7hKesJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUJ7hKesJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUJ7hKesJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUJ7hKesJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUJ7hKesJ .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-tMUJ7hKesJ .close::before {
  content: '\e91a';
}
.cid-tMUJ7hKesJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUJ7hKesJ .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-tMUJ7hKesJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUJ7hKesJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUJ7hKesJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUJ7hKesJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUJ7hKesJ .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-tMUJ7hKesJ .carousel-indicators li.active,
.cid-tMUJ7hKesJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUJ7hKesJ .carousel-indicators li::after,
.cid-tMUJ7hKesJ .carousel-indicators li::before {
  content: none;
}
.cid-tMUJ7hKesJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUJ7hKesJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUJ7hKesJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUJ7hKesJ .carousel-indicators {
    display: none;
  }
}
.cid-tMUJ7hKesJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUJ7hKesJ .carousel-inner > .active {
  display: block;
}
.cid-tMUJ7hKesJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUJ7hKesJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUJ7hKesJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUJ7hKesJ .carousel-control,
  .cid-tMUJ7hKesJ .carousel-indicators,
  .cid-tMUJ7hKesJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUJ7hKesJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUJ7hKesJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUJ7hKesJ .carousel-indicators .active,
.cid-tMUJ7hKesJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUJ7hKesJ .carousel-indicators .active {
  background: #fff;
}
.cid-tMUJ7hKesJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUJ7hKesJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUJ7hKesJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUJ7hKesJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUJ7hKesJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUJ7hKesJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUJ7hKesJ .carousel {
  width: 100%;
}
.cid-tMUJ7hKesJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUJ7hKesJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUJ7hKesJ .modal.fade .modal-dialog,
.cid-tMUJ7hKesJ .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUJ7hKesJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUJ7hKesJ H6 {
  text-align: center;
}
.cid-tMUIuMC3vr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUIuMC3vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUIuMC3vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUIuMC3vr .item {
  padding-bottom: 2rem;
}
.cid-tMUIuMC3vr .item-wrapper {
  position: relative;
}
.cid-tMUIuMC3vr .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-tMUIuMC3vr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUIuMC3vr .carousel-control,
.cid-tMUIuMC3vr .close {
  background: #1b1b1b;
}
.cid-tMUIuMC3vr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUIuMC3vr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUIuMC3vr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUIuMC3vr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUIuMC3vr .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-tMUIuMC3vr .close::before {
  content: '\e91a';
}
.cid-tMUIuMC3vr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUIuMC3vr .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-tMUIuMC3vr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUIuMC3vr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUIuMC3vr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUIuMC3vr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUIuMC3vr .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-tMUIuMC3vr .carousel-indicators li.active,
.cid-tMUIuMC3vr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUIuMC3vr .carousel-indicators li::after,
.cid-tMUIuMC3vr .carousel-indicators li::before {
  content: none;
}
.cid-tMUIuMC3vr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUIuMC3vr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUIuMC3vr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUIuMC3vr .carousel-indicators {
    display: none;
  }
}
.cid-tMUIuMC3vr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUIuMC3vr .carousel-inner > .active {
  display: block;
}
.cid-tMUIuMC3vr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUIuMC3vr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUIuMC3vr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUIuMC3vr .carousel-control,
  .cid-tMUIuMC3vr .carousel-indicators,
  .cid-tMUIuMC3vr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUIuMC3vr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUIuMC3vr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUIuMC3vr .carousel-indicators .active,
.cid-tMUIuMC3vr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUIuMC3vr .carousel-indicators .active {
  background: #fff;
}
.cid-tMUIuMC3vr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUIuMC3vr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUIuMC3vr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUIuMC3vr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUIuMC3vr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUIuMC3vr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUIuMC3vr .carousel {
  width: 100%;
}
.cid-tMUIuMC3vr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUIuMC3vr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUIuMC3vr .modal.fade .modal-dialog,
.cid-tMUIuMC3vr .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUIuMC3vr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUIuMC3vr H6 {
  text-align: center;
}
.cid-tMUN9qQPwR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUN9qQPwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUN9qQPwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUN9qQPwR .item {
  padding-bottom: 2rem;
}
.cid-tMUN9qQPwR .item-wrapper {
  position: relative;
}
.cid-tMUN9qQPwR .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-tMUN9qQPwR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUN9qQPwR .carousel-control,
.cid-tMUN9qQPwR .close {
  background: #1b1b1b;
}
.cid-tMUN9qQPwR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUN9qQPwR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUN9qQPwR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUN9qQPwR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUN9qQPwR .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-tMUN9qQPwR .close::before {
  content: '\e91a';
}
.cid-tMUN9qQPwR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUN9qQPwR .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-tMUN9qQPwR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUN9qQPwR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUN9qQPwR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUN9qQPwR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUN9qQPwR .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-tMUN9qQPwR .carousel-indicators li.active,
.cid-tMUN9qQPwR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUN9qQPwR .carousel-indicators li::after,
.cid-tMUN9qQPwR .carousel-indicators li::before {
  content: none;
}
.cid-tMUN9qQPwR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUN9qQPwR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUN9qQPwR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUN9qQPwR .carousel-indicators {
    display: none;
  }
}
.cid-tMUN9qQPwR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUN9qQPwR .carousel-inner > .active {
  display: block;
}
.cid-tMUN9qQPwR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUN9qQPwR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUN9qQPwR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUN9qQPwR .carousel-control,
  .cid-tMUN9qQPwR .carousel-indicators,
  .cid-tMUN9qQPwR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUN9qQPwR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUN9qQPwR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUN9qQPwR .carousel-indicators .active,
.cid-tMUN9qQPwR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUN9qQPwR .carousel-indicators .active {
  background: #fff;
}
.cid-tMUN9qQPwR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUN9qQPwR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUN9qQPwR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUN9qQPwR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUN9qQPwR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUN9qQPwR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUN9qQPwR .carousel {
  width: 100%;
}
.cid-tMUN9qQPwR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUN9qQPwR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUN9qQPwR .modal.fade .modal-dialog,
.cid-tMUN9qQPwR .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUN9qQPwR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUN9qQPwR H6 {
  text-align: center;
}
.cid-tMUI1Maptd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUI1Maptd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUI1Maptd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUI1Maptd .item {
  padding-bottom: 2rem;
}
.cid-tMUI1Maptd .item-wrapper {
  position: relative;
}
.cid-tMUI1Maptd .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-tMUI1Maptd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUI1Maptd .carousel-control,
.cid-tMUI1Maptd .close {
  background: #1b1b1b;
}
.cid-tMUI1Maptd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUI1Maptd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUI1Maptd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUI1Maptd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUI1Maptd .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-tMUI1Maptd .close::before {
  content: '\e91a';
}
.cid-tMUI1Maptd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUI1Maptd .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-tMUI1Maptd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUI1Maptd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUI1Maptd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUI1Maptd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUI1Maptd .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-tMUI1Maptd .carousel-indicators li.active,
.cid-tMUI1Maptd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUI1Maptd .carousel-indicators li::after,
.cid-tMUI1Maptd .carousel-indicators li::before {
  content: none;
}
.cid-tMUI1Maptd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUI1Maptd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUI1Maptd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUI1Maptd .carousel-indicators {
    display: none;
  }
}
.cid-tMUI1Maptd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUI1Maptd .carousel-inner > .active {
  display: block;
}
.cid-tMUI1Maptd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUI1Maptd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUI1Maptd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUI1Maptd .carousel-control,
  .cid-tMUI1Maptd .carousel-indicators,
  .cid-tMUI1Maptd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUI1Maptd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUI1Maptd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUI1Maptd .carousel-indicators .active,
.cid-tMUI1Maptd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUI1Maptd .carousel-indicators .active {
  background: #fff;
}
.cid-tMUI1Maptd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUI1Maptd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUI1Maptd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUI1Maptd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUI1Maptd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUI1Maptd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUI1Maptd .carousel {
  width: 100%;
}
.cid-tMUI1Maptd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUI1Maptd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUI1Maptd .modal.fade .modal-dialog,
.cid-tMUI1Maptd .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUI1Maptd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUI1Maptd H6 {
  text-align: center;
}
.cid-tMUDGoKcdQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUDGoKcdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUDGoKcdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUDGoKcdQ .item {
  padding-bottom: 2rem;
}
.cid-tMUDGoKcdQ .item-wrapper {
  position: relative;
}
.cid-tMUDGoKcdQ .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-tMUDGoKcdQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUDGoKcdQ .carousel-control,
.cid-tMUDGoKcdQ .close {
  background: #1b1b1b;
}
.cid-tMUDGoKcdQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUDGoKcdQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUDGoKcdQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUDGoKcdQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUDGoKcdQ .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-tMUDGoKcdQ .close::before {
  content: '\e91a';
}
.cid-tMUDGoKcdQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUDGoKcdQ .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-tMUDGoKcdQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUDGoKcdQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUDGoKcdQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUDGoKcdQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUDGoKcdQ .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-tMUDGoKcdQ .carousel-indicators li.active,
.cid-tMUDGoKcdQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUDGoKcdQ .carousel-indicators li::after,
.cid-tMUDGoKcdQ .carousel-indicators li::before {
  content: none;
}
.cid-tMUDGoKcdQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUDGoKcdQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUDGoKcdQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUDGoKcdQ .carousel-indicators {
    display: none;
  }
}
.cid-tMUDGoKcdQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUDGoKcdQ .carousel-inner > .active {
  display: block;
}
.cid-tMUDGoKcdQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUDGoKcdQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUDGoKcdQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUDGoKcdQ .carousel-control,
  .cid-tMUDGoKcdQ .carousel-indicators,
  .cid-tMUDGoKcdQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUDGoKcdQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUDGoKcdQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUDGoKcdQ .carousel-indicators .active,
.cid-tMUDGoKcdQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUDGoKcdQ .carousel-indicators .active {
  background: #fff;
}
.cid-tMUDGoKcdQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUDGoKcdQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUDGoKcdQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUDGoKcdQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUDGoKcdQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUDGoKcdQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUDGoKcdQ .carousel {
  width: 100%;
}
.cid-tMUDGoKcdQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUDGoKcdQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUDGoKcdQ .modal.fade .modal-dialog,
.cid-tMUDGoKcdQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUDGoKcdQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUDGoKcdQ H6 {
  text-align: center;
}
.cid-tCni1X28Mp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCni1X28Mp .item {
  padding-bottom: 2rem;
}
.cid-tCni1X28Mp .item-wrapper {
  position: relative;
}
.cid-tCni1X28Mp .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-tCni1X28Mp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCni1X28Mp .carousel-control,
.cid-tCni1X28Mp .close {
  background: #1b1b1b;
}
.cid-tCni1X28Mp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCni1X28Mp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCni1X28Mp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCni1X28Mp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCni1X28Mp .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-tCni1X28Mp .close::before {
  content: '\e91a';
}
.cid-tCni1X28Mp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCni1X28Mp .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-tCni1X28Mp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCni1X28Mp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCni1X28Mp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCni1X28Mp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCni1X28Mp .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-tCni1X28Mp .carousel-indicators li.active,
.cid-tCni1X28Mp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCni1X28Mp .carousel-indicators li::after,
.cid-tCni1X28Mp .carousel-indicators li::before {
  content: none;
}
.cid-tCni1X28Mp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCni1X28Mp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCni1X28Mp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCni1X28Mp .carousel-indicators {
    display: none;
  }
}
.cid-tCni1X28Mp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCni1X28Mp .carousel-inner > .active {
  display: block;
}
.cid-tCni1X28Mp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCni1X28Mp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCni1X28Mp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCni1X28Mp .carousel-control,
  .cid-tCni1X28Mp .carousel-indicators,
  .cid-tCni1X28Mp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCni1X28Mp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCni1X28Mp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCni1X28Mp .carousel-indicators .active,
.cid-tCni1X28Mp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCni1X28Mp .carousel-indicators .active {
  background: #fff;
}
.cid-tCni1X28Mp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCni1X28Mp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCni1X28Mp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCni1X28Mp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCni1X28Mp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCni1X28Mp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCni1X28Mp .carousel {
  width: 100%;
}
.cid-tCni1X28Mp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCni1X28Mp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCni1X28Mp .modal.fade .modal-dialog,
.cid-tCni1X28Mp .modal.in .modal-dialog {
  transform: none;
}
.cid-tCni1X28Mp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCni1X28Mp H6 {
  text-align: center;
}
.cid-tCmr9gtJ3J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCmr9gtJ3J nav.navbar {
  position: fixed;
}
.cid-tCmr9gtJ3J .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-tCmr9gtJ3J .dropdown-menu {
  padding: 0;
}
.cid-tCmr9gtJ3J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCmr9gtJ3J .dropdown-item:hover,
.cid-tCmr9gtJ3J .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCmr9gtJ3J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCmr9gtJ3J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmr9gtJ3J .nav-link {
  position: relative;
}
.cid-tCmr9gtJ3J .container {
  display: flex;
  margin: auto;
}
.cid-tCmr9gtJ3J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCmr9gtJ3J .navbar-caption {
  padding-right: 4rem;
}
.cid-tCmr9gtJ3J .dropdown-menu,
.cid-tCmr9gtJ3J .navbar.opened {
  background: #ffffff !important;
}
.cid-tCmr9gtJ3J .nav-item:focus,
.cid-tCmr9gtJ3J .nav-link:focus {
  outline: none;
}
.cid-tCmr9gtJ3J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmr9gtJ3J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmr9gtJ3J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCmr9gtJ3J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmr9gtJ3J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmr9gtJ3J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmr9gtJ3J .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCmr9gtJ3J .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCmr9gtJ3J .navbar.opened {
  transition: all .3s;
}
.cid-tCmr9gtJ3J .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCmr9gtJ3J .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmr9gtJ3J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmr9gtJ3J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmr9gtJ3J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCmr9gtJ3J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCmr9gtJ3J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmr9gtJ3J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmr9gtJ3J .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: 55%;
}
.cid-tCmr9gtJ3J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmr9gtJ3J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCmr9gtJ3J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCmr9gtJ3J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmr9gtJ3J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmr9gtJ3J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmr9gtJ3J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmr9gtJ3J .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: 55%;
  }
  .cid-tCmr9gtJ3J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCmr9gtJ3J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmr9gtJ3J .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmr9gtJ3J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCmr9gtJ3J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmr9gtJ3J .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCmr9gtJ3J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCmr9gtJ3J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCmr9gtJ3J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCmr9gtJ3J .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCmr9gtJ3J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmr9gtJ3J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmr9gtJ3J .dropdown-item.active,
.cid-tCmr9gtJ3J .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmr9gtJ3J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmr9gtJ3J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmr9gtJ3J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmr9gtJ3J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCmr9gtJ3J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmr9gtJ3J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmr9gtJ3J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmr9gtJ3J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmr9gtJ3J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCmr9gtJ3J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCmr9gtJ3J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCmr9gtJ3J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCmr9gtJ3J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCmr9gtJ3J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCmr9gtJ3J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCmr9gtJ3J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCmr9gtJ3J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCmr9gtJ3J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCmr9gtJ3J .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCmr9gtJ3J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmr9gtJ3J .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-tCmr9gtJ3J .navbar {
    height: 77px;
  }
  .cid-tCmr9gtJ3J .navbar.opened {
    height: auto;
  }
  .cid-tCmr9gtJ3J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCnkCItjTd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCnkCItjTd .item {
  padding-bottom: 2rem;
}
.cid-tCnkCItjTd .item-wrapper {
  position: relative;
}
.cid-tCnkCItjTd .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-tCnkCItjTd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCnkCItjTd .carousel-control,
.cid-tCnkCItjTd .close {
  background: #1b1b1b;
}
.cid-tCnkCItjTd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCnkCItjTd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCnkCItjTd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCnkCItjTd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCnkCItjTd .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-tCnkCItjTd .close::before {
  content: '\e91a';
}
.cid-tCnkCItjTd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCnkCItjTd .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-tCnkCItjTd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkCItjTd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCnkCItjTd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCnkCItjTd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCnkCItjTd .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-tCnkCItjTd .carousel-indicators li.active,
.cid-tCnkCItjTd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCnkCItjTd .carousel-indicators li::after,
.cid-tCnkCItjTd .carousel-indicators li::before {
  content: none;
}
.cid-tCnkCItjTd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCnkCItjTd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCnkCItjTd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCnkCItjTd .carousel-indicators {
    display: none;
  }
}
.cid-tCnkCItjTd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCnkCItjTd .carousel-inner > .active {
  display: block;
}
.cid-tCnkCItjTd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkCItjTd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnkCItjTd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCnkCItjTd .carousel-control,
  .cid-tCnkCItjTd .carousel-indicators,
  .cid-tCnkCItjTd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCnkCItjTd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCnkCItjTd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCnkCItjTd .carousel-indicators .active,
.cid-tCnkCItjTd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCnkCItjTd .carousel-indicators .active {
  background: #fff;
}
.cid-tCnkCItjTd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCnkCItjTd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCnkCItjTd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCnkCItjTd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCnkCItjTd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCnkCItjTd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCnkCItjTd .carousel {
  width: 100%;
}
.cid-tCnkCItjTd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCnkCItjTd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCnkCItjTd .modal.fade .modal-dialog,
.cid-tCnkCItjTd .modal.in .modal-dialog {
  transform: none;
}
.cid-tCnkCItjTd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCnkCItjTd H6 {
  text-align: center;
}
.cid-tMUCPYXZWK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUCPYXZWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUCPYXZWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUCPYXZWK .item {
  padding-bottom: 2rem;
}
.cid-tMUCPYXZWK .item-wrapper {
  position: relative;
}
.cid-tMUCPYXZWK .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-tMUCPYXZWK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUCPYXZWK .carousel-control,
.cid-tMUCPYXZWK .close {
  background: #1b1b1b;
}
.cid-tMUCPYXZWK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUCPYXZWK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUCPYXZWK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUCPYXZWK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUCPYXZWK .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-tMUCPYXZWK .close::before {
  content: '\e91a';
}
.cid-tMUCPYXZWK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUCPYXZWK .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-tMUCPYXZWK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUCPYXZWK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUCPYXZWK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUCPYXZWK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUCPYXZWK .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-tMUCPYXZWK .carousel-indicators li.active,
.cid-tMUCPYXZWK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUCPYXZWK .carousel-indicators li::after,
.cid-tMUCPYXZWK .carousel-indicators li::before {
  content: none;
}
.cid-tMUCPYXZWK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUCPYXZWK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUCPYXZWK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUCPYXZWK .carousel-indicators {
    display: none;
  }
}
.cid-tMUCPYXZWK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUCPYXZWK .carousel-inner > .active {
  display: block;
}
.cid-tMUCPYXZWK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUCPYXZWK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUCPYXZWK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUCPYXZWK .carousel-control,
  .cid-tMUCPYXZWK .carousel-indicators,
  .cid-tMUCPYXZWK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUCPYXZWK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUCPYXZWK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUCPYXZWK .carousel-indicators .active,
.cid-tMUCPYXZWK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUCPYXZWK .carousel-indicators .active {
  background: #fff;
}
.cid-tMUCPYXZWK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUCPYXZWK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUCPYXZWK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUCPYXZWK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUCPYXZWK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUCPYXZWK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUCPYXZWK .carousel {
  width: 100%;
}
.cid-tMUCPYXZWK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUCPYXZWK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUCPYXZWK .modal.fade .modal-dialog,
.cid-tMUCPYXZWK .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUCPYXZWK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUCPYXZWK H6 {
  text-align: center;
}
.cid-tMUCmXeemj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUCmXeemj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUCmXeemj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUCmXeemj .item {
  padding-bottom: 2rem;
}
.cid-tMUCmXeemj .item-wrapper {
  position: relative;
}
.cid-tMUCmXeemj .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-tMUCmXeemj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUCmXeemj .carousel-control,
.cid-tMUCmXeemj .close {
  background: #1b1b1b;
}
.cid-tMUCmXeemj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUCmXeemj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUCmXeemj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUCmXeemj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUCmXeemj .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-tMUCmXeemj .close::before {
  content: '\e91a';
}
.cid-tMUCmXeemj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUCmXeemj .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-tMUCmXeemj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUCmXeemj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUCmXeemj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUCmXeemj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUCmXeemj .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-tMUCmXeemj .carousel-indicators li.active,
.cid-tMUCmXeemj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUCmXeemj .carousel-indicators li::after,
.cid-tMUCmXeemj .carousel-indicators li::before {
  content: none;
}
.cid-tMUCmXeemj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUCmXeemj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUCmXeemj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUCmXeemj .carousel-indicators {
    display: none;
  }
}
.cid-tMUCmXeemj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUCmXeemj .carousel-inner > .active {
  display: block;
}
.cid-tMUCmXeemj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUCmXeemj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUCmXeemj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUCmXeemj .carousel-control,
  .cid-tMUCmXeemj .carousel-indicators,
  .cid-tMUCmXeemj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUCmXeemj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUCmXeemj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUCmXeemj .carousel-indicators .active,
.cid-tMUCmXeemj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUCmXeemj .carousel-indicators .active {
  background: #fff;
}
.cid-tMUCmXeemj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUCmXeemj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUCmXeemj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUCmXeemj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUCmXeemj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUCmXeemj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUCmXeemj .carousel {
  width: 100%;
}
.cid-tMUCmXeemj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUCmXeemj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUCmXeemj .modal.fade .modal-dialog,
.cid-tMUCmXeemj .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUCmXeemj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUCmXeemj H6 {
  text-align: center;
}
.cid-tCnkDx4WF3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCnkDx4WF3 .item {
  padding-bottom: 2rem;
}
.cid-tCnkDx4WF3 .item-wrapper {
  position: relative;
}
.cid-tCnkDx4WF3 .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-tCnkDx4WF3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCnkDx4WF3 .carousel-control,
.cid-tCnkDx4WF3 .close {
  background: #1b1b1b;
}
.cid-tCnkDx4WF3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCnkDx4WF3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCnkDx4WF3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCnkDx4WF3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCnkDx4WF3 .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-tCnkDx4WF3 .close::before {
  content: '\e91a';
}
.cid-tCnkDx4WF3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCnkDx4WF3 .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-tCnkDx4WF3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkDx4WF3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCnkDx4WF3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCnkDx4WF3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCnkDx4WF3 .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-tCnkDx4WF3 .carousel-indicators li.active,
.cid-tCnkDx4WF3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCnkDx4WF3 .carousel-indicators li::after,
.cid-tCnkDx4WF3 .carousel-indicators li::before {
  content: none;
}
.cid-tCnkDx4WF3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCnkDx4WF3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCnkDx4WF3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCnkDx4WF3 .carousel-indicators {
    display: none;
  }
}
.cid-tCnkDx4WF3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCnkDx4WF3 .carousel-inner > .active {
  display: block;
}
.cid-tCnkDx4WF3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkDx4WF3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnkDx4WF3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCnkDx4WF3 .carousel-control,
  .cid-tCnkDx4WF3 .carousel-indicators,
  .cid-tCnkDx4WF3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCnkDx4WF3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCnkDx4WF3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCnkDx4WF3 .carousel-indicators .active,
.cid-tCnkDx4WF3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCnkDx4WF3 .carousel-indicators .active {
  background: #fff;
}
.cid-tCnkDx4WF3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCnkDx4WF3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCnkDx4WF3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCnkDx4WF3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCnkDx4WF3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCnkDx4WF3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCnkDx4WF3 .carousel {
  width: 100%;
}
.cid-tCnkDx4WF3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCnkDx4WF3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCnkDx4WF3 .modal.fade .modal-dialog,
.cid-tCnkDx4WF3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tCnkDx4WF3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCnkDx4WF3 H6 {
  text-align: center;
}
.cid-tCnkGSvDCT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCnkGSvDCT .item {
  padding-bottom: 2rem;
}
.cid-tCnkGSvDCT .item-wrapper {
  position: relative;
}
.cid-tCnkGSvDCT .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-tCnkGSvDCT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCnkGSvDCT .carousel-control,
.cid-tCnkGSvDCT .close {
  background: #1b1b1b;
}
.cid-tCnkGSvDCT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCnkGSvDCT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCnkGSvDCT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCnkGSvDCT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCnkGSvDCT .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-tCnkGSvDCT .close::before {
  content: '\e91a';
}
.cid-tCnkGSvDCT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCnkGSvDCT .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-tCnkGSvDCT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkGSvDCT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCnkGSvDCT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCnkGSvDCT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCnkGSvDCT .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-tCnkGSvDCT .carousel-indicators li.active,
.cid-tCnkGSvDCT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCnkGSvDCT .carousel-indicators li::after,
.cid-tCnkGSvDCT .carousel-indicators li::before {
  content: none;
}
.cid-tCnkGSvDCT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCnkGSvDCT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCnkGSvDCT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCnkGSvDCT .carousel-indicators {
    display: none;
  }
}
.cid-tCnkGSvDCT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCnkGSvDCT .carousel-inner > .active {
  display: block;
}
.cid-tCnkGSvDCT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkGSvDCT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnkGSvDCT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCnkGSvDCT .carousel-control,
  .cid-tCnkGSvDCT .carousel-indicators,
  .cid-tCnkGSvDCT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCnkGSvDCT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCnkGSvDCT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCnkGSvDCT .carousel-indicators .active,
.cid-tCnkGSvDCT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCnkGSvDCT .carousel-indicators .active {
  background: #fff;
}
.cid-tCnkGSvDCT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCnkGSvDCT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCnkGSvDCT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCnkGSvDCT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCnkGSvDCT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCnkGSvDCT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCnkGSvDCT .carousel {
  width: 100%;
}
.cid-tCnkGSvDCT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCnkGSvDCT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCnkGSvDCT .modal.fade .modal-dialog,
.cid-tCnkGSvDCT .modal.in .modal-dialog {
  transform: none;
}
.cid-tCnkGSvDCT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCnkGSvDCT H6 {
  text-align: center;
}
.cid-tCnkH80cxf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCnkH80cxf .item {
  padding-bottom: 2rem;
}
.cid-tCnkH80cxf .item-wrapper {
  position: relative;
}
.cid-tCnkH80cxf .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-tCnkH80cxf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCnkH80cxf .carousel-control,
.cid-tCnkH80cxf .close {
  background: #1b1b1b;
}
.cid-tCnkH80cxf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCnkH80cxf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCnkH80cxf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCnkH80cxf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCnkH80cxf .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-tCnkH80cxf .close::before {
  content: '\e91a';
}
.cid-tCnkH80cxf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCnkH80cxf .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-tCnkH80cxf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkH80cxf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCnkH80cxf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCnkH80cxf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCnkH80cxf .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-tCnkH80cxf .carousel-indicators li.active,
.cid-tCnkH80cxf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCnkH80cxf .carousel-indicators li::after,
.cid-tCnkH80cxf .carousel-indicators li::before {
  content: none;
}
.cid-tCnkH80cxf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCnkH80cxf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCnkH80cxf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCnkH80cxf .carousel-indicators {
    display: none;
  }
}
.cid-tCnkH80cxf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCnkH80cxf .carousel-inner > .active {
  display: block;
}
.cid-tCnkH80cxf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkH80cxf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnkH80cxf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCnkH80cxf .carousel-control,
  .cid-tCnkH80cxf .carousel-indicators,
  .cid-tCnkH80cxf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCnkH80cxf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCnkH80cxf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCnkH80cxf .carousel-indicators .active,
.cid-tCnkH80cxf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCnkH80cxf .carousel-indicators .active {
  background: #fff;
}
.cid-tCnkH80cxf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCnkH80cxf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCnkH80cxf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCnkH80cxf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCnkH80cxf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCnkH80cxf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCnkH80cxf .carousel {
  width: 100%;
}
.cid-tCnkH80cxf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCnkH80cxf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCnkH80cxf .modal.fade .modal-dialog,
.cid-tCnkH80cxf .modal.in .modal-dialog {
  transform: none;
}
.cid-tCnkH80cxf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCnkH80cxf H6 {
  text-align: center;
}
.cid-tCnkHn4gTe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCnkHn4gTe .item {
  padding-bottom: 2rem;
}
.cid-tCnkHn4gTe .item-wrapper {
  position: relative;
}
.cid-tCnkHn4gTe .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-tCnkHn4gTe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCnkHn4gTe .carousel-control,
.cid-tCnkHn4gTe .close {
  background: #1b1b1b;
}
.cid-tCnkHn4gTe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCnkHn4gTe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCnkHn4gTe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCnkHn4gTe .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCnkHn4gTe .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-tCnkHn4gTe .close::before {
  content: '\e91a';
}
.cid-tCnkHn4gTe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCnkHn4gTe .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-tCnkHn4gTe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkHn4gTe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCnkHn4gTe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCnkHn4gTe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCnkHn4gTe .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-tCnkHn4gTe .carousel-indicators li.active,
.cid-tCnkHn4gTe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCnkHn4gTe .carousel-indicators li::after,
.cid-tCnkHn4gTe .carousel-indicators li::before {
  content: none;
}
.cid-tCnkHn4gTe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCnkHn4gTe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCnkHn4gTe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCnkHn4gTe .carousel-indicators {
    display: none;
  }
}
.cid-tCnkHn4gTe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCnkHn4gTe .carousel-inner > .active {
  display: block;
}
.cid-tCnkHn4gTe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCnkHn4gTe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCnkHn4gTe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCnkHn4gTe .carousel-control,
  .cid-tCnkHn4gTe .carousel-indicators,
  .cid-tCnkHn4gTe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCnkHn4gTe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCnkHn4gTe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCnkHn4gTe .carousel-indicators .active,
.cid-tCnkHn4gTe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCnkHn4gTe .carousel-indicators .active {
  background: #fff;
}
.cid-tCnkHn4gTe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCnkHn4gTe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCnkHn4gTe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCnkHn4gTe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCnkHn4gTe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCnkHn4gTe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCnkHn4gTe .carousel {
  width: 100%;
}
.cid-tCnkHn4gTe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCnkHn4gTe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCnkHn4gTe .modal.fade .modal-dialog,
.cid-tCnkHn4gTe .modal.in .modal-dialog {
  transform: none;
}
.cid-tCnkHn4gTe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCnkHn4gTe H6 {
  text-align: center;
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCmraGq2qH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCmraGq2qH .mbr-section-title {
  text-align: center;
}
.cid-tCmraGq2qH .mbr-text,
.cid-tCmraGq2qH .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCmraGq2qH .mbr-section-title,
  .cid-tCmraGq2qH .mbr-section-btn,
  .cid-tCmraGq2qH .mbr-text {
    text-align: center;
  }
}
.cid-tCmraGXRPu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCmraGXRPu .mbr-section-title {
  text-align: left;
}
.cid-tCmraGXRPu .mbr-section-subtitle {
  text-align: left;
}
.cid-u1fRpwFxey {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u1fRpwFxey .video-wrapper iframe {
  width: 100%;
}
.cid-u1fRpwFxey .mbr-section-title,
.cid-u1fRpwFxey .mbr-section-subtitle,
.cid-u1fRpwFxey .mbr-text {
  text-align: center;
}
.cid-u1fRpwFxey .mbr-text {
  color: #fafafa;
}
.cid-tCmraKXMHs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCmraKXMHs nav.navbar {
  position: fixed;
}
.cid-tCmraKXMHs .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-tCmraKXMHs .dropdown-menu {
  padding: 0;
}
.cid-tCmraKXMHs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCmraKXMHs .dropdown-item:hover,
.cid-tCmraKXMHs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCmraKXMHs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCmraKXMHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmraKXMHs .nav-link {
  position: relative;
}
.cid-tCmraKXMHs .container {
  display: flex;
  margin: auto;
}
.cid-tCmraKXMHs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCmraKXMHs .navbar-caption {
  padding-right: 4rem;
}
.cid-tCmraKXMHs .dropdown-menu,
.cid-tCmraKXMHs .navbar.opened {
  background: #ffffff !important;
}
.cid-tCmraKXMHs .nav-item:focus,
.cid-tCmraKXMHs .nav-link:focus {
  outline: none;
}
.cid-tCmraKXMHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmraKXMHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmraKXMHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCmraKXMHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmraKXMHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmraKXMHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmraKXMHs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCmraKXMHs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCmraKXMHs .navbar.opened {
  transition: all .3s;
}
.cid-tCmraKXMHs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCmraKXMHs .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmraKXMHs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmraKXMHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmraKXMHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCmraKXMHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCmraKXMHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmraKXMHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmraKXMHs .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: 55%;
}
.cid-tCmraKXMHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmraKXMHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCmraKXMHs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCmraKXMHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmraKXMHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmraKXMHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmraKXMHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmraKXMHs .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: 55%;
  }
  .cid-tCmraKXMHs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCmraKXMHs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmraKXMHs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmraKXMHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCmraKXMHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmraKXMHs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCmraKXMHs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCmraKXMHs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCmraKXMHs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCmraKXMHs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCmraKXMHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmraKXMHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmraKXMHs .dropdown-item.active,
.cid-tCmraKXMHs .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmraKXMHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmraKXMHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmraKXMHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmraKXMHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCmraKXMHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmraKXMHs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmraKXMHs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmraKXMHs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmraKXMHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCmraKXMHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCmraKXMHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCmraKXMHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCmraKXMHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCmraKXMHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCmraKXMHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCmraKXMHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCmraKXMHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCmraKXMHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCmraKXMHs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCmraKXMHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmraKXMHs .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-tCmraKXMHs .navbar {
    height: 77px;
  }
  .cid-tCmraKXMHs .navbar.opened {
    height: auto;
  }
  .cid-tCmraKXMHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCoauWHRXh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCoauWHRXh .mbr-section-title {
  text-align: center;
}
.cid-tCoauWHRXh .mbr-text,
.cid-tCoauWHRXh .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCoauWHRXh .mbr-section-title,
  .cid-tCoauWHRXh .mbr-section-btn,
  .cid-tCoauWHRXh .mbr-text {
    text-align: center;
  }
}
.cid-tCodSIQKOY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCofiqTFoN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCoauYYAcy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCoauYYAcy nav.navbar {
  position: fixed;
}
.cid-tCoauYYAcy .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-tCoauYYAcy .dropdown-menu {
  padding: 0;
}
.cid-tCoauYYAcy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCoauYYAcy .dropdown-item:hover,
.cid-tCoauYYAcy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCoauYYAcy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCoauYYAcy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCoauYYAcy .nav-link {
  position: relative;
}
.cid-tCoauYYAcy .container {
  display: flex;
  margin: auto;
}
.cid-tCoauYYAcy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCoauYYAcy .navbar-caption {
  padding-right: 4rem;
}
.cid-tCoauYYAcy .dropdown-menu,
.cid-tCoauYYAcy .navbar.opened {
  background: #ffffff !important;
}
.cid-tCoauYYAcy .nav-item:focus,
.cid-tCoauYYAcy .nav-link:focus {
  outline: none;
}
.cid-tCoauYYAcy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCoauYYAcy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCoauYYAcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCoauYYAcy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCoauYYAcy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCoauYYAcy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCoauYYAcy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCoauYYAcy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCoauYYAcy .navbar.opened {
  transition: all .3s;
}
.cid-tCoauYYAcy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCoauYYAcy .navbar .navbar-logo img {
  width: auto;
}
.cid-tCoauYYAcy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCoauYYAcy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCoauYYAcy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCoauYYAcy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCoauYYAcy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCoauYYAcy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCoauYYAcy .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: 55%;
}
.cid-tCoauYYAcy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCoauYYAcy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCoauYYAcy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCoauYYAcy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCoauYYAcy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCoauYYAcy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCoauYYAcy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCoauYYAcy .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: 55%;
  }
  .cid-tCoauYYAcy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCoauYYAcy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCoauYYAcy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCoauYYAcy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCoauYYAcy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCoauYYAcy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCoauYYAcy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCoauYYAcy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCoauYYAcy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCoauYYAcy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCoauYYAcy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCoauYYAcy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCoauYYAcy .dropdown-item.active,
.cid-tCoauYYAcy .dropdown-item:active {
  background-color: transparent;
}
.cid-tCoauYYAcy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCoauYYAcy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCoauYYAcy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCoauYYAcy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCoauYYAcy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCoauYYAcy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCoauYYAcy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCoauYYAcy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCoauYYAcy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCoauYYAcy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCoauYYAcy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCoauYYAcy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCoauYYAcy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCoauYYAcy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCoauYYAcy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCoauYYAcy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCoauYYAcy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCoauYYAcy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCoauYYAcy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCoauYYAcy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCoauYYAcy .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-tCoauYYAcy .navbar {
    height: 77px;
  }
  .cid-tCoauYYAcy .navbar.opened {
    height: auto;
  }
  .cid-tCoauYYAcy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCoh3NyKF5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCoh3NyKF5 .mbr-section-title {
  text-align: center;
}
.cid-tCoh3NyKF5 .mbr-text,
.cid-tCoh3NyKF5 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCoh3NyKF5 .mbr-section-title,
  .cid-tCoh3NyKF5 .mbr-section-btn,
  .cid-tCoh3NyKF5 .mbr-text {
    text-align: center;
  }
}
.cid-tCoh3OAATI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCoh3PEFvw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tConuiRTVc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCopj2EM03 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCoqA8RtOM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCoh3QG8An {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCoh3QG8An nav.navbar {
  position: fixed;
}
.cid-tCoh3QG8An .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-tCoh3QG8An .dropdown-menu {
  padding: 0;
}
.cid-tCoh3QG8An .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCoh3QG8An .dropdown-item:hover,
.cid-tCoh3QG8An .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCoh3QG8An .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCoh3QG8An .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCoh3QG8An .nav-link {
  position: relative;
}
.cid-tCoh3QG8An .container {
  display: flex;
  margin: auto;
}
.cid-tCoh3QG8An .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCoh3QG8An .navbar-caption {
  padding-right: 4rem;
}
.cid-tCoh3QG8An .dropdown-menu,
.cid-tCoh3QG8An .navbar.opened {
  background: #ffffff !important;
}
.cid-tCoh3QG8An .nav-item:focus,
.cid-tCoh3QG8An .nav-link:focus {
  outline: none;
}
.cid-tCoh3QG8An .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCoh3QG8An .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCoh3QG8An .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCoh3QG8An .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCoh3QG8An .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCoh3QG8An .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCoh3QG8An .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCoh3QG8An .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCoh3QG8An .navbar.opened {
  transition: all .3s;
}
.cid-tCoh3QG8An .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCoh3QG8An .navbar .navbar-logo img {
  width: auto;
}
.cid-tCoh3QG8An .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCoh3QG8An .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCoh3QG8An .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCoh3QG8An .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCoh3QG8An .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCoh3QG8An .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCoh3QG8An .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: 55%;
}
.cid-tCoh3QG8An .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCoh3QG8An .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCoh3QG8An .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCoh3QG8An .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCoh3QG8An .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCoh3QG8An .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCoh3QG8An .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCoh3QG8An .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: 55%;
  }
  .cid-tCoh3QG8An .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCoh3QG8An .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCoh3QG8An .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCoh3QG8An .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCoh3QG8An .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCoh3QG8An .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCoh3QG8An .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCoh3QG8An .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCoh3QG8An .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCoh3QG8An .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCoh3QG8An .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCoh3QG8An .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCoh3QG8An .dropdown-item.active,
.cid-tCoh3QG8An .dropdown-item:active {
  background-color: transparent;
}
.cid-tCoh3QG8An .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCoh3QG8An .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCoh3QG8An .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCoh3QG8An .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCoh3QG8An .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCoh3QG8An .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCoh3QG8An ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCoh3QG8An .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCoh3QG8An button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCoh3QG8An button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCoh3QG8An button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCoh3QG8An button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCoh3QG8An button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCoh3QG8An button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCoh3QG8An nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCoh3QG8An nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCoh3QG8An nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCoh3QG8An nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCoh3QG8An .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCoh3QG8An a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCoh3QG8An .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-tCoh3QG8An .navbar {
    height: 77px;
  }
  .cid-tCoh3QG8An .navbar.opened {
    height: auto;
  }
  .cid-tCoh3QG8An .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCovLQd9hx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCovLQd9hx .mbr-section-title {
  text-align: center;
}
.cid-tCovLQd9hx .mbr-text,
.cid-tCovLQd9hx .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCovLQd9hx .mbr-section-title,
  .cid-tCovLQd9hx .mbr-section-btn,
  .cid-tCovLQd9hx .mbr-text {
    text-align: center;
  }
}
.cid-tCovLQSp5r {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCovLQSp5r .mbr-section-title {
  text-align: left;
}
.cid-tCovLQSp5r .mbr-section-subtitle {
  text-align: left;
}
.cid-tCovLS13wK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCovLS13wK nav.navbar {
  position: fixed;
}
.cid-tCovLS13wK .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-tCovLS13wK .dropdown-menu {
  padding: 0;
}
.cid-tCovLS13wK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCovLS13wK .dropdown-item:hover,
.cid-tCovLS13wK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCovLS13wK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCovLS13wK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCovLS13wK .nav-link {
  position: relative;
}
.cid-tCovLS13wK .container {
  display: flex;
  margin: auto;
}
.cid-tCovLS13wK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCovLS13wK .navbar-caption {
  padding-right: 4rem;
}
.cid-tCovLS13wK .dropdown-menu,
.cid-tCovLS13wK .navbar.opened {
  background: #ffffff !important;
}
.cid-tCovLS13wK .nav-item:focus,
.cid-tCovLS13wK .nav-link:focus {
  outline: none;
}
.cid-tCovLS13wK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCovLS13wK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCovLS13wK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCovLS13wK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCovLS13wK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCovLS13wK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCovLS13wK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCovLS13wK .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCovLS13wK .navbar.opened {
  transition: all .3s;
}
.cid-tCovLS13wK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCovLS13wK .navbar .navbar-logo img {
  width: auto;
}
.cid-tCovLS13wK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCovLS13wK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCovLS13wK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCovLS13wK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCovLS13wK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCovLS13wK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCovLS13wK .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: 55%;
}
.cid-tCovLS13wK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCovLS13wK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCovLS13wK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCovLS13wK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCovLS13wK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCovLS13wK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCovLS13wK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCovLS13wK .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: 55%;
  }
  .cid-tCovLS13wK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCovLS13wK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCovLS13wK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCovLS13wK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCovLS13wK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCovLS13wK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCovLS13wK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCovLS13wK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCovLS13wK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCovLS13wK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCovLS13wK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCovLS13wK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCovLS13wK .dropdown-item.active,
.cid-tCovLS13wK .dropdown-item:active {
  background-color: transparent;
}
.cid-tCovLS13wK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCovLS13wK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCovLS13wK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCovLS13wK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCovLS13wK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCovLS13wK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCovLS13wK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCovLS13wK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCovLS13wK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCovLS13wK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCovLS13wK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCovLS13wK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCovLS13wK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCovLS13wK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCovLS13wK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCovLS13wK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCovLS13wK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCovLS13wK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCovLS13wK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCovLS13wK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCovLS13wK .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-tCovLS13wK .navbar {
    height: 77px;
  }
  .cid-tCovLS13wK .navbar.opened {
    height: auto;
  }
  .cid-tCovLS13wK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCow0cVBcX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCow0cVBcX .mbr-section-title {
  text-align: center;
}
.cid-tCow0cVBcX .mbr-text,
.cid-tCow0cVBcX .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCow0cVBcX .mbr-section-title,
  .cid-tCow0cVBcX .mbr-section-btn,
  .cid-tCow0cVBcX .mbr-text {
    text-align: center;
  }
}
.cid-tCow0dvJLE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCow0dvJLE .mbr-section-title {
  text-align: left;
}
.cid-tCow0dvJLE .mbr-section-subtitle {
  text-align: left;
}
.cid-tCow0e1v6T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCow0e1v6T nav.navbar {
  position: fixed;
}
.cid-tCow0e1v6T .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-tCow0e1v6T .dropdown-menu {
  padding: 0;
}
.cid-tCow0e1v6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCow0e1v6T .dropdown-item:hover,
.cid-tCow0e1v6T .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCow0e1v6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCow0e1v6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCow0e1v6T .nav-link {
  position: relative;
}
.cid-tCow0e1v6T .container {
  display: flex;
  margin: auto;
}
.cid-tCow0e1v6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCow0e1v6T .navbar-caption {
  padding-right: 4rem;
}
.cid-tCow0e1v6T .dropdown-menu,
.cid-tCow0e1v6T .navbar.opened {
  background: #ffffff !important;
}
.cid-tCow0e1v6T .nav-item:focus,
.cid-tCow0e1v6T .nav-link:focus {
  outline: none;
}
.cid-tCow0e1v6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCow0e1v6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCow0e1v6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCow0e1v6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCow0e1v6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCow0e1v6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCow0e1v6T .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCow0e1v6T .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCow0e1v6T .navbar.opened {
  transition: all .3s;
}
.cid-tCow0e1v6T .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCow0e1v6T .navbar .navbar-logo img {
  width: auto;
}
.cid-tCow0e1v6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCow0e1v6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCow0e1v6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCow0e1v6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCow0e1v6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCow0e1v6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCow0e1v6T .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: 55%;
}
.cid-tCow0e1v6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCow0e1v6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCow0e1v6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCow0e1v6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCow0e1v6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCow0e1v6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCow0e1v6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCow0e1v6T .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: 55%;
  }
  .cid-tCow0e1v6T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCow0e1v6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCow0e1v6T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCow0e1v6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCow0e1v6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCow0e1v6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCow0e1v6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCow0e1v6T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCow0e1v6T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCow0e1v6T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCow0e1v6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCow0e1v6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCow0e1v6T .dropdown-item.active,
.cid-tCow0e1v6T .dropdown-item:active {
  background-color: transparent;
}
.cid-tCow0e1v6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCow0e1v6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCow0e1v6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCow0e1v6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCow0e1v6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCow0e1v6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCow0e1v6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCow0e1v6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCow0e1v6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCow0e1v6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCow0e1v6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCow0e1v6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCow0e1v6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCow0e1v6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCow0e1v6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCow0e1v6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCow0e1v6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCow0e1v6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCow0e1v6T .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCow0e1v6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCow0e1v6T .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-tCow0e1v6T .navbar {
    height: 77px;
  }
  .cid-tCow0e1v6T .navbar.opened {
    height: auto;
  }
  .cid-tCow0e1v6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCoweqgvbo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCoweqgvbo .mbr-section-title {
  text-align: center;
}
.cid-tCoweqgvbo .mbr-text,
.cid-tCoweqgvbo .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCoweqgvbo .mbr-section-title,
  .cid-tCoweqgvbo .mbr-section-btn,
  .cid-tCoweqgvbo .mbr-text {
    text-align: center;
  }
}
.cid-tCoweqSsIe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCoweqSsIe .mbr-section-title {
  text-align: left;
}
.cid-tCoweqSsIe .mbr-section-subtitle {
  text-align: left;
}
.cid-tCowerqJ4f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCowerqJ4f nav.navbar {
  position: fixed;
}
.cid-tCowerqJ4f .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-tCowerqJ4f .dropdown-menu {
  padding: 0;
}
.cid-tCowerqJ4f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCowerqJ4f .dropdown-item:hover,
.cid-tCowerqJ4f .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCowerqJ4f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCowerqJ4f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCowerqJ4f .nav-link {
  position: relative;
}
.cid-tCowerqJ4f .container {
  display: flex;
  margin: auto;
}
.cid-tCowerqJ4f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCowerqJ4f .navbar-caption {
  padding-right: 4rem;
}
.cid-tCowerqJ4f .dropdown-menu,
.cid-tCowerqJ4f .navbar.opened {
  background: #ffffff !important;
}
.cid-tCowerqJ4f .nav-item:focus,
.cid-tCowerqJ4f .nav-link:focus {
  outline: none;
}
.cid-tCowerqJ4f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCowerqJ4f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCowerqJ4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCowerqJ4f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCowerqJ4f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCowerqJ4f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCowerqJ4f .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCowerqJ4f .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCowerqJ4f .navbar.opened {
  transition: all .3s;
}
.cid-tCowerqJ4f .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCowerqJ4f .navbar .navbar-logo img {
  width: auto;
}
.cid-tCowerqJ4f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCowerqJ4f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCowerqJ4f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCowerqJ4f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCowerqJ4f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCowerqJ4f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCowerqJ4f .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: 55%;
}
.cid-tCowerqJ4f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCowerqJ4f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCowerqJ4f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCowerqJ4f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCowerqJ4f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCowerqJ4f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCowerqJ4f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCowerqJ4f .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: 55%;
  }
  .cid-tCowerqJ4f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCowerqJ4f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCowerqJ4f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCowerqJ4f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCowerqJ4f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCowerqJ4f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCowerqJ4f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCowerqJ4f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCowerqJ4f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCowerqJ4f .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCowerqJ4f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCowerqJ4f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCowerqJ4f .dropdown-item.active,
.cid-tCowerqJ4f .dropdown-item:active {
  background-color: transparent;
}
.cid-tCowerqJ4f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCowerqJ4f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCowerqJ4f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCowerqJ4f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCowerqJ4f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCowerqJ4f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCowerqJ4f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCowerqJ4f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCowerqJ4f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCowerqJ4f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCowerqJ4f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCowerqJ4f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCowerqJ4f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCowerqJ4f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCowerqJ4f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCowerqJ4f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCowerqJ4f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCowerqJ4f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCowerqJ4f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCowerqJ4f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCowerqJ4f .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-tCowerqJ4f .navbar {
    height: 77px;
  }
  .cid-tCowerqJ4f .navbar.opened {
    height: auto;
  }
  .cid-tCowerqJ4f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCowkMlvzb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCowkMlvzb .mbr-section-title {
  text-align: center;
}
.cid-tCowkMlvzb .mbr-text,
.cid-tCowkMlvzb .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCowkMlvzb .mbr-section-title,
  .cid-tCowkMlvzb .mbr-section-btn,
  .cid-tCowkMlvzb .mbr-text {
    text-align: center;
  }
}
.cid-tCowkMY6ND {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCowkMY6ND .mbr-section-title {
  text-align: left;
}
.cid-tCowkMY6ND .mbr-section-subtitle {
  text-align: left;
}
.cid-tCowkNrjfn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCowkNrjfn nav.navbar {
  position: fixed;
}
.cid-tCowkNrjfn .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-tCowkNrjfn .dropdown-menu {
  padding: 0;
}
.cid-tCowkNrjfn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCowkNrjfn .dropdown-item:hover,
.cid-tCowkNrjfn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCowkNrjfn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCowkNrjfn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCowkNrjfn .nav-link {
  position: relative;
}
.cid-tCowkNrjfn .container {
  display: flex;
  margin: auto;
}
.cid-tCowkNrjfn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCowkNrjfn .navbar-caption {
  padding-right: 4rem;
}
.cid-tCowkNrjfn .dropdown-menu,
.cid-tCowkNrjfn .navbar.opened {
  background: #ffffff !important;
}
.cid-tCowkNrjfn .nav-item:focus,
.cid-tCowkNrjfn .nav-link:focus {
  outline: none;
}
.cid-tCowkNrjfn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCowkNrjfn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCowkNrjfn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCowkNrjfn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCowkNrjfn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCowkNrjfn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCowkNrjfn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCowkNrjfn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCowkNrjfn .navbar.opened {
  transition: all .3s;
}
.cid-tCowkNrjfn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCowkNrjfn .navbar .navbar-logo img {
  width: auto;
}
.cid-tCowkNrjfn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCowkNrjfn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCowkNrjfn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCowkNrjfn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCowkNrjfn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCowkNrjfn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCowkNrjfn .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: 55%;
}
.cid-tCowkNrjfn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCowkNrjfn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCowkNrjfn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCowkNrjfn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCowkNrjfn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCowkNrjfn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCowkNrjfn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCowkNrjfn .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: 55%;
  }
  .cid-tCowkNrjfn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCowkNrjfn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCowkNrjfn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCowkNrjfn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCowkNrjfn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCowkNrjfn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCowkNrjfn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCowkNrjfn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCowkNrjfn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCowkNrjfn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCowkNrjfn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCowkNrjfn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCowkNrjfn .dropdown-item.active,
.cid-tCowkNrjfn .dropdown-item:active {
  background-color: transparent;
}
.cid-tCowkNrjfn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCowkNrjfn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCowkNrjfn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCowkNrjfn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCowkNrjfn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCowkNrjfn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCowkNrjfn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCowkNrjfn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCowkNrjfn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCowkNrjfn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCowkNrjfn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCowkNrjfn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCowkNrjfn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCowkNrjfn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCowkNrjfn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCowkNrjfn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCowkNrjfn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCowkNrjfn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCowkNrjfn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCowkNrjfn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCowkNrjfn .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-tCowkNrjfn .navbar {
    height: 77px;
  }
  .cid-tCowkNrjfn .navbar.opened {
    height: auto;
  }
  .cid-tCowkNrjfn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCn3VIZNQw {
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCn3VIZNQw .mbr-section-title {
  text-align: center;
}
.cid-tCn3VIZNQw .mbr-text,
.cid-tCn3VIZNQw .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tCn3VIZNQw .mbr-section-title,
  .cid-tCn3VIZNQw .mbr-section-btn,
  .cid-tCn3VIZNQw .mbr-text {
    text-align: center;
  }
}
.cid-tCn3VJSiNk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCn3VJSiNk .mbr-section-title {
  text-align: left;
}
.cid-tCn3VJSiNk .mbr-section-subtitle {
  text-align: left;
}
.cid-tCn3VKI4aN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCn3VKI4aN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCn3VKI4aN .row {
  flex-direction: row-reverse;
}
.cid-tCn3VKI4aN img {
  width: 100%;
}
.cid-tCn3VLhwZ9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCn3VLhwZ9 .mbr-section-title {
  text-align: left;
}
.cid-tCn3VLhwZ9 .mbr-section-subtitle {
  text-align: left;
}
.cid-tCn3VLVusB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCn3VLVusB .mbr-section-title {
  text-align: left;
}
.cid-tCn3VLVusB .mbr-section-subtitle {
  text-align: left;
}
.cid-tCn3VMWGSO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCn3VMWGSO .mbr-section-title {
  text-align: left;
}
.cid-tCn3VMWGSO .mbr-section-subtitle {
  text-align: left;
}
.cid-tCn3VNqsqg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCn3VNqsqg nav.navbar {
  position: fixed;
}
.cid-tCn3VNqsqg .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-tCn3VNqsqg .dropdown-menu {
  padding: 0;
}
.cid-tCn3VNqsqg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCn3VNqsqg .dropdown-item:hover,
.cid-tCn3VNqsqg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCn3VNqsqg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCn3VNqsqg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCn3VNqsqg .nav-link {
  position: relative;
}
.cid-tCn3VNqsqg .container {
  display: flex;
  margin: auto;
}
.cid-tCn3VNqsqg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCn3VNqsqg .navbar-caption {
  padding-right: 4rem;
}
.cid-tCn3VNqsqg .dropdown-menu,
.cid-tCn3VNqsqg .navbar.opened {
  background: #ffffff !important;
}
.cid-tCn3VNqsqg .nav-item:focus,
.cid-tCn3VNqsqg .nav-link:focus {
  outline: none;
}
.cid-tCn3VNqsqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCn3VNqsqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCn3VNqsqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCn3VNqsqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCn3VNqsqg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCn3VNqsqg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCn3VNqsqg .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCn3VNqsqg .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCn3VNqsqg .navbar.opened {
  transition: all .3s;
}
.cid-tCn3VNqsqg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCn3VNqsqg .navbar .navbar-logo img {
  width: auto;
}
.cid-tCn3VNqsqg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCn3VNqsqg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCn3VNqsqg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCn3VNqsqg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCn3VNqsqg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCn3VNqsqg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCn3VNqsqg .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: 55%;
}
.cid-tCn3VNqsqg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCn3VNqsqg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCn3VNqsqg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCn3VNqsqg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCn3VNqsqg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCn3VNqsqg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCn3VNqsqg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCn3VNqsqg .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: 55%;
  }
  .cid-tCn3VNqsqg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCn3VNqsqg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCn3VNqsqg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCn3VNqsqg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCn3VNqsqg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCn3VNqsqg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCn3VNqsqg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCn3VNqsqg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCn3VNqsqg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCn3VNqsqg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCn3VNqsqg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCn3VNqsqg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCn3VNqsqg .dropdown-item.active,
.cid-tCn3VNqsqg .dropdown-item:active {
  background-color: transparent;
}
.cid-tCn3VNqsqg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCn3VNqsqg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCn3VNqsqg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCn3VNqsqg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCn3VNqsqg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCn3VNqsqg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCn3VNqsqg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCn3VNqsqg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCn3VNqsqg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCn3VNqsqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCn3VNqsqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCn3VNqsqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCn3VNqsqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCn3VNqsqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCn3VNqsqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCn3VNqsqg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCn3VNqsqg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCn3VNqsqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCn3VNqsqg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCn3VNqsqg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCn3VNqsqg .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-tCn3VNqsqg .navbar {
    height: 77px;
  }
  .cid-tCn3VNqsqg .navbar.opened {
    height: auto;
  }
  .cid-tCn3VNqsqg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCo2QO5QtY {
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCo2QO5QtY .mbr-section-title {
  text-align: center;
}
.cid-tCo2QO5QtY .mbr-text,
.cid-tCo2QO5QtY .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tCo2QO5QtY .mbr-section-title,
  .cid-tCo2QO5QtY .mbr-section-btn,
  .cid-tCo2QO5QtY .mbr-text {
    text-align: center;
  }
}
.cid-tCo2QQWEzV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCo2QQWEzV .mbr-section-title {
  text-align: left;
}
.cid-tCo2QQWEzV .mbr-section-subtitle {
  text-align: left;
}
.cid-tCo2QSB7wQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCo2QSB7wQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCo2QSB7wQ .row {
  flex-direction: row-reverse;
}
.cid-tCo2QSB7wQ img {
  width: 100%;
}
.cid-tCo2QTTF4P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCo2QTTF4P .mbr-section-title {
  text-align: left;
}
.cid-tCo2QTTF4P .mbr-section-subtitle {
  text-align: left;
}
.cid-tCo2QVQnhF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCo2QVQnhF .mbr-section-title {
  text-align: left;
}
.cid-tCo2QVQnhF .mbr-section-subtitle {
  text-align: left;
}
.cid-tCo2QWlkou {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCo2QWlkou .mbr-section-title {
  text-align: left;
}
.cid-tCo2QWlkou .mbr-section-subtitle {
  text-align: left;
}
.cid-tCo2QWRHPr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCo2QWRHPr nav.navbar {
  position: fixed;
}
.cid-tCo2QWRHPr .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-tCo2QWRHPr .dropdown-menu {
  padding: 0;
}
.cid-tCo2QWRHPr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCo2QWRHPr .dropdown-item:hover,
.cid-tCo2QWRHPr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCo2QWRHPr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCo2QWRHPr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCo2QWRHPr .nav-link {
  position: relative;
}
.cid-tCo2QWRHPr .container {
  display: flex;
  margin: auto;
}
.cid-tCo2QWRHPr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCo2QWRHPr .navbar-caption {
  padding-right: 4rem;
}
.cid-tCo2QWRHPr .dropdown-menu,
.cid-tCo2QWRHPr .navbar.opened {
  background: #ffffff !important;
}
.cid-tCo2QWRHPr .nav-item:focus,
.cid-tCo2QWRHPr .nav-link:focus {
  outline: none;
}
.cid-tCo2QWRHPr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCo2QWRHPr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCo2QWRHPr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCo2QWRHPr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCo2QWRHPr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCo2QWRHPr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCo2QWRHPr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCo2QWRHPr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCo2QWRHPr .navbar.opened {
  transition: all .3s;
}
.cid-tCo2QWRHPr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCo2QWRHPr .navbar .navbar-logo img {
  width: auto;
}
.cid-tCo2QWRHPr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCo2QWRHPr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCo2QWRHPr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCo2QWRHPr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCo2QWRHPr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCo2QWRHPr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCo2QWRHPr .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: 55%;
}
.cid-tCo2QWRHPr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCo2QWRHPr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCo2QWRHPr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCo2QWRHPr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCo2QWRHPr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCo2QWRHPr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCo2QWRHPr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCo2QWRHPr .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: 55%;
  }
  .cid-tCo2QWRHPr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCo2QWRHPr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCo2QWRHPr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCo2QWRHPr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCo2QWRHPr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCo2QWRHPr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCo2QWRHPr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCo2QWRHPr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCo2QWRHPr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCo2QWRHPr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCo2QWRHPr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCo2QWRHPr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCo2QWRHPr .dropdown-item.active,
.cid-tCo2QWRHPr .dropdown-item:active {
  background-color: transparent;
}
.cid-tCo2QWRHPr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCo2QWRHPr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCo2QWRHPr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCo2QWRHPr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCo2QWRHPr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCo2QWRHPr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCo2QWRHPr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCo2QWRHPr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCo2QWRHPr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCo2QWRHPr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCo2QWRHPr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCo2QWRHPr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCo2QWRHPr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCo2QWRHPr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCo2QWRHPr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCo2QWRHPr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCo2QWRHPr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCo2QWRHPr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCo2QWRHPr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCo2QWRHPr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCo2QWRHPr .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-tCo2QWRHPr .navbar {
    height: 77px;
  }
  .cid-tCo2QWRHPr .navbar.opened {
    height: auto;
  }
  .cid-tCo2QWRHPr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoPoAWnxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCoPoAWnxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCoPoAWnxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCoPoAWnxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCoPoAWnxJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCoPoAWnxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCoPoAWnxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCoPoAWnxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCoPoAWnxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tCrVBqQAAz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tCrVBqQAAz .mbr-section-title {
  text-align: center;
}
.cid-tCrVBqQAAz .mbr-text,
.cid-tCrVBqQAAz .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCrVBqQAAz .mbr-section-title,
  .cid-tCrVBqQAAz .mbr-section-btn,
  .cid-tCrVBqQAAz .mbr-text {
    text-align: center;
  }
}
.cid-tCrVBrrVTe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCrVBrrVTe .mbr-section-title {
  text-align: left;
}
.cid-tCrVBrrVTe .mbr-section-subtitle {
  text-align: left;
}
.cid-tCrVBs6LKf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCrVBs6LKf nav.navbar {
  position: fixed;
}
.cid-tCrVBs6LKf .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-tCrVBs6LKf .dropdown-menu {
  padding: 0;
}
.cid-tCrVBs6LKf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCrVBs6LKf .dropdown-item:hover,
.cid-tCrVBs6LKf .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCrVBs6LKf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tCrVBs6LKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCrVBs6LKf .nav-link {
  position: relative;
}
.cid-tCrVBs6LKf .container {
  display: flex;
  margin: auto;
}
.cid-tCrVBs6LKf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCrVBs6LKf .navbar-caption {
  padding-right: 4rem;
}
.cid-tCrVBs6LKf .dropdown-menu,
.cid-tCrVBs6LKf .navbar.opened {
  background: #ffffff !important;
}
.cid-tCrVBs6LKf .nav-item:focus,
.cid-tCrVBs6LKf .nav-link:focus {
  outline: none;
}
.cid-tCrVBs6LKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCrVBs6LKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCrVBs6LKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCrVBs6LKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCrVBs6LKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCrVBs6LKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCrVBs6LKf .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tCrVBs6LKf .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCrVBs6LKf .navbar.opened {
  transition: all .3s;
}
.cid-tCrVBs6LKf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCrVBs6LKf .navbar .navbar-logo img {
  width: auto;
}
.cid-tCrVBs6LKf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCrVBs6LKf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCrVBs6LKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCrVBs6LKf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tCrVBs6LKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCrVBs6LKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCrVBs6LKf .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: 55%;
}
.cid-tCrVBs6LKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCrVBs6LKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCrVBs6LKf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCrVBs6LKf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCrVBs6LKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCrVBs6LKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCrVBs6LKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCrVBs6LKf .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: 55%;
  }
  .cid-tCrVBs6LKf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCrVBs6LKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCrVBs6LKf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCrVBs6LKf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCrVBs6LKf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCrVBs6LKf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCrVBs6LKf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCrVBs6LKf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCrVBs6LKf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCrVBs6LKf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCrVBs6LKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCrVBs6LKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCrVBs6LKf .dropdown-item.active,
.cid-tCrVBs6LKf .dropdown-item:active {
  background-color: transparent;
}
.cid-tCrVBs6LKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCrVBs6LKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCrVBs6LKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCrVBs6LKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCrVBs6LKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCrVBs6LKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCrVBs6LKf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCrVBs6LKf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCrVBs6LKf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCrVBs6LKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tCrVBs6LKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCrVBs6LKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCrVBs6LKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCrVBs6LKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCrVBs6LKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCrVBs6LKf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCrVBs6LKf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCrVBs6LKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCrVBs6LKf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tCrVBs6LKf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCrVBs6LKf .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-tCrVBs6LKf .navbar {
    height: 77px;
  }
  .cid-tCrVBs6LKf .navbar.opened {
    height: auto;
  }
  .cid-tCrVBs6LKf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCrVBsPhQg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tCrVBsPhQg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tCrVBsPhQg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tCrVBsPhQg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tCrVBsPhQg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tCrVBsPhQg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tCrVBsPhQg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tCrVBsPhQg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tCrVBsPhQg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tCrVBsPhQg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tCrVBsPhQg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tCrVBsPhQg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCrVBsPhQg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCrVBsPhQg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tCrVBsPhQg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMUKZJgdB9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tMUKZJgdB9 .mbr-section-title {
  text-align: center;
}
.cid-tMUKZJgdB9 .mbr-text,
.cid-tMUKZJgdB9 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMUKZJgdB9 .mbr-section-title,
  .cid-tMUKZJgdB9 .mbr-section-btn,
  .cid-tMUKZJgdB9 .mbr-text {
    text-align: center;
  }
}
.cid-tMUMakH2ZP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMUMakH2ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUMakH2ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUMakH2ZP .item {
  padding-bottom: 2rem;
}
.cid-tMUMakH2ZP .item-wrapper {
  position: relative;
}
.cid-tMUMakH2ZP .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-tMUMakH2ZP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tMUMakH2ZP .carousel-control,
.cid-tMUMakH2ZP .close {
  background: #1b1b1b;
}
.cid-tMUMakH2ZP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMUMakH2ZP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMUMakH2ZP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMUMakH2ZP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMUMakH2ZP .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-tMUMakH2ZP .close::before {
  content: '\e91a';
}
.cid-tMUMakH2ZP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMUMakH2ZP .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-tMUMakH2ZP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUMakH2ZP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUMakH2ZP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUMakH2ZP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMUMakH2ZP .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-tMUMakH2ZP .carousel-indicators li.active,
.cid-tMUMakH2ZP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMUMakH2ZP .carousel-indicators li::after,
.cid-tMUMakH2ZP .carousel-indicators li::before {
  content: none;
}
.cid-tMUMakH2ZP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMUMakH2ZP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMUMakH2ZP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMUMakH2ZP .carousel-indicators {
    display: none;
  }
}
.cid-tMUMakH2ZP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMUMakH2ZP .carousel-inner > .active {
  display: block;
}
.cid-tMUMakH2ZP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUMakH2ZP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMUMakH2ZP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMUMakH2ZP .carousel-control,
  .cid-tMUMakH2ZP .carousel-indicators,
  .cid-tMUMakH2ZP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMUMakH2ZP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMUMakH2ZP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMUMakH2ZP .carousel-indicators .active,
.cid-tMUMakH2ZP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMUMakH2ZP .carousel-indicators .active {
  background: #fff;
}
.cid-tMUMakH2ZP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMUMakH2ZP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMUMakH2ZP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMUMakH2ZP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMUMakH2ZP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMUMakH2ZP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMUMakH2ZP .carousel {
  width: 100%;
}
.cid-tMUMakH2ZP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMUMakH2ZP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMUMakH2ZP .modal.fade .modal-dialog,
.cid-tMUMakH2ZP .modal.in .modal-dialog {
  transform: none;
}
.cid-tMUMakH2ZP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMUMakH2ZP H6 {
  text-align: center;
}
.cid-tMUKZKN5RJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMUKZKN5RJ nav.navbar {
  position: fixed;
}
.cid-tMUKZKN5RJ .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-tMUKZKN5RJ .dropdown-menu {
  padding: 0;
}
.cid-tMUKZKN5RJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMUKZKN5RJ .dropdown-item:hover,
.cid-tMUKZKN5RJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tMUKZKN5RJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tMUKZKN5RJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMUKZKN5RJ .nav-link {
  position: relative;
}
.cid-tMUKZKN5RJ .container {
  display: flex;
  margin: auto;
}
.cid-tMUKZKN5RJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMUKZKN5RJ .navbar-caption {
  padding-right: 4rem;
}
.cid-tMUKZKN5RJ .dropdown-menu,
.cid-tMUKZKN5RJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tMUKZKN5RJ .nav-item:focus,
.cid-tMUKZKN5RJ .nav-link:focus {
  outline: none;
}
.cid-tMUKZKN5RJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMUKZKN5RJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMUKZKN5RJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMUKZKN5RJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUKZKN5RJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMUKZKN5RJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMUKZKN5RJ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tMUKZKN5RJ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMUKZKN5RJ .navbar.opened {
  transition: all .3s;
}
.cid-tMUKZKN5RJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMUKZKN5RJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tMUKZKN5RJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMUKZKN5RJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMUKZKN5RJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMUKZKN5RJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tMUKZKN5RJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMUKZKN5RJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMUKZKN5RJ .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: 55%;
}
.cid-tMUKZKN5RJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMUKZKN5RJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMUKZKN5RJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMUKZKN5RJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMUKZKN5RJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMUKZKN5RJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMUKZKN5RJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMUKZKN5RJ .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: 55%;
  }
  .cid-tMUKZKN5RJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMUKZKN5RJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMUKZKN5RJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMUKZKN5RJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMUKZKN5RJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMUKZKN5RJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMUKZKN5RJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMUKZKN5RJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMUKZKN5RJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMUKZKN5RJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMUKZKN5RJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMUKZKN5RJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMUKZKN5RJ .dropdown-item.active,
.cid-tMUKZKN5RJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tMUKZKN5RJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMUKZKN5RJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMUKZKN5RJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMUKZKN5RJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMUKZKN5RJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMUKZKN5RJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMUKZKN5RJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMUKZKN5RJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMUKZKN5RJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMUKZKN5RJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tMUKZKN5RJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMUKZKN5RJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMUKZKN5RJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMUKZKN5RJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMUKZKN5RJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMUKZKN5RJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMUKZKN5RJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMUKZKN5RJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMUKZKN5RJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMUKZKN5RJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMUKZKN5RJ .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-tMUKZKN5RJ .navbar {
    height: 77px;
  }
  .cid-tMUKZKN5RJ .navbar.opened {
    height: auto;
  }
  .cid-tMUKZKN5RJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMUKZLkyiv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tMUKZLkyiv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMUKZLkyiv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMUKZLkyiv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMUKZLkyiv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMUKZLkyiv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMUKZLkyiv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMUKZLkyiv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMUKZLkyiv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMUKZLkyiv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMUKZLkyiv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMUKZLkyiv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMUKZLkyiv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMUKZLkyiv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMUKZLkyiv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMWuVzJS8d {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/verein-fuer-gefluegelzucht-muenchen-ev-1871-tauben-start-960x960.jpg");
}
.cid-tMWuVzJS8d .mbr-section-title {
  text-align: center;
}
.cid-tMWuVzJS8d .mbr-text,
.cid-tMWuVzJS8d .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMWuVzJS8d .mbr-section-title,
  .cid-tMWuVzJS8d .mbr-section-btn,
  .cid-tMWuVzJS8d .mbr-text {
    text-align: center;
  }
}
.cid-tMWuVAcM1h {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMWuVAcM1h .mbr-section-title {
  text-align: left;
}
.cid-tMWuVAcM1h .mbr-section-subtitle {
  text-align: left;
}
.cid-tMWuVAGFYZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMWuVAGFYZ nav.navbar {
  position: fixed;
}
.cid-tMWuVAGFYZ .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-tMWuVAGFYZ .dropdown-menu {
  padding: 0;
}
.cid-tMWuVAGFYZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWuVAGFYZ .dropdown-item:hover,
.cid-tMWuVAGFYZ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tMWuVAGFYZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tMWuVAGFYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWuVAGFYZ .nav-link {
  position: relative;
}
.cid-tMWuVAGFYZ .container {
  display: flex;
  margin: auto;
}
.cid-tMWuVAGFYZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tMWuVAGFYZ .navbar-caption {
  padding-right: 4rem;
}
.cid-tMWuVAGFYZ .dropdown-menu,
.cid-tMWuVAGFYZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tMWuVAGFYZ .nav-item:focus,
.cid-tMWuVAGFYZ .nav-link:focus {
  outline: none;
}
.cid-tMWuVAGFYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWuVAGFYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWuVAGFYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMWuVAGFYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWuVAGFYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWuVAGFYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWuVAGFYZ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tMWuVAGFYZ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWuVAGFYZ .navbar.opened {
  transition: all .3s;
}
.cid-tMWuVAGFYZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tMWuVAGFYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWuVAGFYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWuVAGFYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWuVAGFYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMWuVAGFYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tMWuVAGFYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWuVAGFYZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWuVAGFYZ .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: 55%;
}
.cid-tMWuVAGFYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWuVAGFYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tMWuVAGFYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tMWuVAGFYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWuVAGFYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWuVAGFYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWuVAGFYZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWuVAGFYZ .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: 55%;
  }
  .cid-tMWuVAGFYZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tMWuVAGFYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWuVAGFYZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWuVAGFYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWuVAGFYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWuVAGFYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tMWuVAGFYZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWuVAGFYZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tMWuVAGFYZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tMWuVAGFYZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMWuVAGFYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWuVAGFYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWuVAGFYZ .dropdown-item.active,
.cid-tMWuVAGFYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWuVAGFYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWuVAGFYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWuVAGFYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWuVAGFYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMWuVAGFYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWuVAGFYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWuVAGFYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWuVAGFYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWuVAGFYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tMWuVAGFYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tMWuVAGFYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMWuVAGFYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMWuVAGFYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMWuVAGFYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMWuVAGFYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMWuVAGFYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMWuVAGFYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMWuVAGFYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMWuVAGFYZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tMWuVAGFYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWuVAGFYZ .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-tMWuVAGFYZ .navbar {
    height: 77px;
  }
  .cid-tMWuVAGFYZ .navbar.opened {
    height: auto;
  }
  .cid-tMWuVAGFYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMWuVBlrgD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tMWuVBlrgD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMWuVBlrgD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMWuVBlrgD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMWuVBlrgD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMWuVBlrgD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMWuVBlrgD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMWuVBlrgD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMWuVBlrgD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMWuVBlrgD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMWuVBlrgD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMWuVBlrgD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMWuVBlrgD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMWuVBlrgD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMWuVBlrgD .media-container-row .row-copirayt p {
  width: 100%;
}
