.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #bed3f9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #14387a !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  color: #1046a8 !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: #6f9df2 !important;
  border-color: #6f9df2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1046a8 !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f30e0e !important;
  border-color: #f30e0e !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: #a20808 !important;
  border-color: #a20808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a20808 !important;
  border-color: #a20808 !important;
}
.btn-info,
.btn-info:active {
  background-color: #14387a !important;
  border-color: #14387a !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: #081630 !important;
  border-color: #081630 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #081630 !important;
  border-color: #081630 !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: #bed3f9;
  color: #bed3f9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6f9df2 !important;
  background-color: transparent!important;
  border-color: #6f9df2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f30e0e;
  color: #f30e0e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a20808 !important;
  background-color: transparent!important;
  border-color: #a20808 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f30e0e !important;
  border-color: #f30e0e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #14387a;
  color: #14387a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #081630 !important;
  background-color: transparent!important;
  border-color: #081630 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #14387a !important;
  border-color: #14387a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bed3f9 !important;
}
.text-secondary {
  color: #f30e0e !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #14387a !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: #6194f0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #940707 !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: #061022 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bed3f9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #14387a;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bed3f9;
  border-color: #bed3f9;
  color: #1250c0;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bed3f9;
}
.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: #306ddd;
}
.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', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bed3f9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bed3f9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bed3f9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bed3f9;
}
.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: #bed3f9;
  border-bottom-color: #bed3f9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bed3f9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f30e0e !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='%23bed3f9' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.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: #bed3f9 !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: #2256b6 !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: rgba(34, 86, 182, 0.8);
}
.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 - 5.4rem);
  }
}
.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: #2256b6;
}
.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;
}
.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-sTDCAcI6Dm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #1e3e7b;
}
.cid-sTDCAcI6Dm .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sTDCAcI6Dm .card-wrap {
  background-color: #0c2148;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sTDCAcI6Dm .card-wrap:hover h4,
.cid-sTDCAcI6Dm .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sTDCAcI6Dm h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sTDCAcI6Dm h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #e43f3f;
  margin-left: 10px;
}
.cid-sTDCAcI6Dm img {
  width: 100%;
}
.cid-sTDCAcI6Dm h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTDCAcI6Dm h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTDCAcI6Dm .card-title1,
.cid-sTDCAcI6Dm .title-wrap1 {
  color: #ffffff;
}
.cid-sTDCAcI6Dm .card-title,
.cid-sTDCAcI6Dm .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sTDCAcI6Dm .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sTDCAcI6Dm .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sTDCAcI6Dm H3 {
  color: #ffffff;
}
.cid-sTD9EJP7Qb {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #1e3e7b;
}
.cid-sTD9EJP7Qb .card-box {
  z-index: 10;
  position: relative;
}
.cid-sTD9EJP7Qb .container-fluid {
  padding: 0;
}
.cid-sTD9EJP7Qb h5 {
  margin: 0;
}
.cid-sTD9EJP7Qb h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sTD9EJP7Qb h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sTD9EJP7Qb .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-sTD9EJP7Qb .card:hover {
  z-index: 99;
}
.cid-sTD9EJP7Qb .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-sTD9EJP7Qb .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-sTD9EJP7Qb .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-sTD9EJP7Qb .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-sTD9EJP7Qb .card1 {
  background-image: url("../../../assets/images/e22-fr-albumvorschau-1500x1000.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-sTD9EJP7Qb .card2 {
  background-image: url("../../../assets/images/basement-fr-albumvorschau-1500x1000.jpg");
  z-index: 3;
}
.cid-sTD9EJP7Qb .card3 {
  background-image: url("../../../assets/images/tess-fr-albumvorschau-1500x1000.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-sTD9EJP7Qb h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sTD9EJP7Qb .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sTD9EJP7Qb .card-box {
    text-align: center;
  }
}
.cid-sTD9EJP7Qb .mbr-text {
  color: #cccccc;
}
.cid-sTD9EJP7Qb .card-date {
  color: #050b18;
}
.cid-sTD9EJP7Qb H1 {
  color: #9fdbf8;
}
.cid-sTD9EJP7Qb .mbr-section-subtitle,
.cid-sTD9EJP7Qb .title-align {
  color: #9fdbf8;
}
.cid-sVmejEg9nM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e3e7b;
}
.cid-sVmejEg9nM .card-box {
  z-index: 10;
  position: relative;
}
.cid-sVmejEg9nM .container-fluid {
  padding: 0;
}
.cid-sVmejEg9nM h5 {
  margin: 0;
}
.cid-sVmejEg9nM h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sVmejEg9nM h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sVmejEg9nM .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-sVmejEg9nM .card:hover {
  z-index: 99;
}
.cid-sVmejEg9nM .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-sVmejEg9nM .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-sVmejEg9nM .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-sVmejEg9nM .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-sVmejEg9nM .card1 {
  background-image: url("../../../assets/images/e22-fr-albumvorschau-1-1500x1000.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-sVmejEg9nM .card2 {
  background-image: url("../../../assets/images/eintopf-kasette-1500x1000.jpg");
  z-index: 3;
}
.cid-sVmejEg9nM .card3 {
  background-image: url("../../../assets/images/tess-fr-albumvorschau-1500x1000.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-sVmejEg9nM h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sVmejEg9nM .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sVmejEg9nM .card-box {
    text-align: center;
  }
}
.cid-sVmejEg9nM .mbr-text {
  color: #cccccc;
}
.cid-sVmejEg9nM .card-date {
  color: #050b18;
}
.cid-sVmejEg9nM H1 {
  color: #9fdbf8;
}
.cid-sVmejEg9nM .mbr-section-subtitle,
.cid-sVmejEg9nM .title-align {
  color: #9fdbf8;
}
.cid-sTJq24ueNg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1e3e7b;
}
.cid-sTJq24ueNg iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-sTJq24ueNg .container-fluid {
  padding: 0;
}
.cid-sTJq24ueNg .subtitle {
  color: #cccccc;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sTJq24ueNg .btn {
  font-weight: 500;
  box-shadow: none;
}
.cid-sTJq24ueNg .button-top {
  margin-top: 30px;
}
.cid-sTJq24ueNg .subtitle,
.cid-sTJq24ueNg .button-top {
  text-align: center;
}
.cid-sTJq24ueNg .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-sTJq24ueNg .btn {
  border-radius: 50px;
}
.cid-tk4hSW1XYf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e3e7b;
}
.cid-tk4hSW1XYf .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6ec7f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(16, 128, 183, 0.6);
}
.cid-tk4hSW1XYf .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-tk4hSW1XYf .card-wrapper:hover .ico2 {
  color: #bed3f9 !important;
}
.cid-tk4hSW1XYf .ico2 {
  color: #14387a !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-tk4hSW1XYf .text-info:hover {
  color: inherit !important;
}
.cid-tk4hSW1XYf .card-box {
  padding: 0rem 1rem;
}
.cid-tk4hSW1XYf .ico1 {
  font-size: 1rem !important;
}
.cid-tk4hSW1XYf h3,
.cid-tk4hSW1XYf h4 {
  padding: 0;
  margin: 0;
}
.cid-tk4hSW1XYf P {
  color: #ffffff;
}
.cid-tk4hSW1XYf .col-title {
  color: #7bc6d7;
  text-align: center;
}
.cid-tk4l1mu8F0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e3e7b;
}
.cid-tk4l1mu8F0 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6ec7f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(16, 128, 183, 0.6);
}
.cid-tk4l1mu8F0 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-tk4l1mu8F0 .card-wrapper:hover .ico2 {
  color: #bed3f9 !important;
}
.cid-tk4l1mu8F0 .ico2 {
  color: #14387a !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-tk4l1mu8F0 .text-info:hover {
  color: inherit !important;
}
.cid-tk4l1mu8F0 .card-box {
  padding: 0rem 1rem;
}
.cid-tk4l1mu8F0 .ico1 {
  font-size: 1rem !important;
}
.cid-tk4l1mu8F0 h3,
.cid-tk4l1mu8F0 h4 {
  padding: 0;
  margin: 0;
}
.cid-tk4l1mu8F0 P {
  color: #ffffff;
}
.cid-tk4l1mu8F0 .col-title {
  color: #7bc6d7;
  text-align: center;
}
.cid-tk4leZe8YR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e3e7b;
}
.cid-tk4leZe8YR .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6ec7f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(16, 128, 183, 0.6);
}
.cid-tk4leZe8YR .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-tk4leZe8YR .card-wrapper:hover .ico2 {
  color: #bed3f9 !important;
}
.cid-tk4leZe8YR .ico2 {
  color: #14387a !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-tk4leZe8YR .text-info:hover {
  color: inherit !important;
}
.cid-tk4leZe8YR .card-box {
  padding: 0rem 1rem;
}
.cid-tk4leZe8YR .ico1 {
  font-size: 1rem !important;
}
.cid-tk4leZe8YR h3,
.cid-tk4leZe8YR h4 {
  padding: 0;
  margin: 0;
}
.cid-tk4leZe8YR P {
  color: #ffffff;
}
.cid-tk4leZe8YR .col-title {
  color: #7bc6d7;
  text-align: center;
}
.cid-u8jxvWf9HZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1e3e7b;
}
.cid-u8jxvWf9HZ .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6ec7f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(16, 128, 183, 0.6);
}
.cid-u8jxvWf9HZ .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-u8jxvWf9HZ .card-wrapper:hover .ico2 {
  color: #bed3f9 !important;
}
.cid-u8jxvWf9HZ .ico2 {
  color: #14387a !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-u8jxvWf9HZ .text-info:hover {
  color: inherit !important;
}
.cid-u8jxvWf9HZ .card-box {
  padding: 0rem 1rem;
}
.cid-u8jxvWf9HZ .ico1 {
  font-size: 2.5rem !important;
}
.cid-u8jxvWf9HZ h3,
.cid-u8jxvWf9HZ h4 {
  padding: 0;
  margin: 0;
}
.cid-u8jxvWf9HZ P {
  color: #ffffff;
}
.cid-u8jxvWf9HZ .col-title {
  color: #7bc6d7;
  text-align: center;
}
.cid-sU7SeWHtMh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e3e7b;
}
.cid-sU7SeWHtMh .column-wrapper {
  padding-left: 1.5rem;
}
.cid-sU7SeWHtMh .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-sU7SeWHtMh .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-sU7SeWHtMh .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #bed3f9;
}
.cid-sU7SeWHtMh .mbr-text,
.cid-sU7SeWHtMh .mbr-section-btn {
  text-align: left;
  color: #22a5e5;
}
@media (max-width: 767px) {
  .cid-sU7SeWHtMh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sTPgVMCNaY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e3e7b;
}
.cid-sTPgVMCNaY img {
  border-radius: 0px;
  padding-top: 32px;
}
.cid-sTPgVMCNaY .features-image:nth-child(-n+4) img {
  padding-top: 0px;
}
.cid-sTPgVMCNaY .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sTPgVMCNaY .date {
  text-transform: uppercase;
  color: #bed3f9;
  text-align: left;
  padding-top: 1rem;
}
.cid-sTPgVMCNaY .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sTPgVMCNaY .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sTPgVMCNaY img {
    padding-top: 1rem;
  }
}
.cid-sV9glfrk1x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14387a;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRRhh8xe9R .navbar-dropdown {
  position: relative !important;
}
.cid-sRRhh8xe9R .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-sRRhh8xe9R .dropdown-menu {
  padding: 0;
}
.cid-sRRhh8xe9R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRRhh8xe9R .dropdown-item:hover,
.cid-sRRhh8xe9R .dropdown-item:focus {
  background: #bed3f9 !important;
  color: white !important;
}
.cid-sRRhh8xe9R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRRhh8xe9R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRRhh8xe9R .nav-link {
  position: relative;
}
.cid-sRRhh8xe9R .container {
  display: flex;
  margin: auto;
}
.cid-sRRhh8xe9R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRRhh8xe9R .navbar-caption {
  padding-right: 4rem;
}
.cid-sRRhh8xe9R .dropdown-menu,
.cid-sRRhh8xe9R .navbar.opened {
  background: #2256b6 !important;
}
.cid-sRRhh8xe9R .nav-item:focus,
.cid-sRRhh8xe9R .nav-link:focus {
  outline: none;
}
.cid-sRRhh8xe9R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRRhh8xe9R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRRhh8xe9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRRhh8xe9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRRhh8xe9R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRRhh8xe9R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRRhh8xe9R .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 86, 182, 0.8);
}
.cid-sRRhh8xe9R .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRRhh8xe9R .navbar.opened {
  transition: all .3s;
}
.cid-sRRhh8xe9R .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRRhh8xe9R .navbar .navbar-logo img {
  width: auto;
}
.cid-sRRhh8xe9R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRRhh8xe9R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRRhh8xe9R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRRhh8xe9R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-sRRhh8xe9R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRRhh8xe9R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRRhh8xe9R .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-sRRhh8xe9R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRRhh8xe9R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRRhh8xe9R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRRhh8xe9R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRRhh8xe9R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRRhh8xe9R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRRhh8xe9R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRRhh8xe9R .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-sRRhh8xe9R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRRhh8xe9R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRRhh8xe9R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRRhh8xe9R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRRhh8xe9R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRRhh8xe9R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRRhh8xe9R .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRRhh8xe9R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRRhh8xe9R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRRhh8xe9R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRRhh8xe9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRRhh8xe9R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRRhh8xe9R .dropdown-item.active,
.cid-sRRhh8xe9R .dropdown-item:active {
  background-color: transparent;
}
.cid-sRRhh8xe9R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRRhh8xe9R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRRhh8xe9R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRRhh8xe9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2256b6;
}
.cid-sRRhh8xe9R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRRhh8xe9R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRRhh8xe9R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRRhh8xe9R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRRhh8xe9R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRRhh8xe9R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRRhh8xe9R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRRhh8xe9R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRRhh8xe9R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRRhh8xe9R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRRhh8xe9R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRRhh8xe9R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRRhh8xe9R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRRhh8xe9R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRRhh8xe9R .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sRRhh8xe9R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRRhh8xe9R .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-sRRhh8xe9R .navbar {
    height: 77px;
  }
  .cid-sRRhh8xe9R .navbar.opened {
    height: auto;
  }
  .cid-sRRhh8xe9R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTxBMFllfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-sTxBMFllfM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sTxBMFllfM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sTxBMFllfM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #bed3f9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sTDOoCLMzT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
}
.cid-tTSOINFSfR .navbar-dropdown {
  position: relative !important;
}
.cid-tTSOINFSfR .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-tTSOINFSfR .dropdown-menu {
  padding: 0;
}
.cid-tTSOINFSfR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTSOINFSfR .dropdown-item:hover,
.cid-tTSOINFSfR .dropdown-item:focus {
  background: #bed3f9 !important;
  color: white !important;
}
.cid-tTSOINFSfR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tTSOINFSfR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTSOINFSfR .nav-link {
  position: relative;
}
.cid-tTSOINFSfR .container {
  display: flex;
  margin: auto;
}
.cid-tTSOINFSfR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTSOINFSfR .navbar-caption {
  padding-right: 4rem;
}
.cid-tTSOINFSfR .dropdown-menu,
.cid-tTSOINFSfR .navbar.opened {
  background: #2256b6 !important;
}
.cid-tTSOINFSfR .nav-item:focus,
.cid-tTSOINFSfR .nav-link:focus {
  outline: none;
}
.cid-tTSOINFSfR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTSOINFSfR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTSOINFSfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTSOINFSfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTSOINFSfR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTSOINFSfR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTSOINFSfR .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 86, 182, 0.8);
}
.cid-tTSOINFSfR .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTSOINFSfR .navbar.opened {
  transition: all .3s;
}
.cid-tTSOINFSfR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tTSOINFSfR .navbar .navbar-logo img {
  width: auto;
}
.cid-tTSOINFSfR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTSOINFSfR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTSOINFSfR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTSOINFSfR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tTSOINFSfR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTSOINFSfR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTSOINFSfR .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-tTSOINFSfR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTSOINFSfR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTSOINFSfR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTSOINFSfR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTSOINFSfR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTSOINFSfR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTSOINFSfR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTSOINFSfR .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-tTSOINFSfR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTSOINFSfR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTSOINFSfR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTSOINFSfR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTSOINFSfR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTSOINFSfR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTSOINFSfR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTSOINFSfR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTSOINFSfR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTSOINFSfR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTSOINFSfR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTSOINFSfR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTSOINFSfR .dropdown-item.active,
.cid-tTSOINFSfR .dropdown-item:active {
  background-color: transparent;
}
.cid-tTSOINFSfR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTSOINFSfR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTSOINFSfR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTSOINFSfR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2256b6;
}
.cid-tTSOINFSfR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTSOINFSfR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTSOINFSfR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTSOINFSfR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTSOINFSfR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tTSOINFSfR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tTSOINFSfR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTSOINFSfR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTSOINFSfR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTSOINFSfR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTSOINFSfR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTSOINFSfR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTSOINFSfR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTSOINFSfR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTSOINFSfR .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tTSOINFSfR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTSOINFSfR .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-tTSOINFSfR .navbar {
    height: 77px;
  }
  .cid-tTSOINFSfR .navbar.opened {
    height: auto;
  }
  .cid-tTSOINFSfR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTDUxRLA0V {
  background-color: #1e3e7b;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-sTDUxRLA0V .carousel {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .cid-sTDUxRLA0V .carousel {
    height: 100vh;
  }
}
.cid-sTDUxRLA0V .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sTDUxRLA0V .carousel-item,
.cid-sTDUxRLA0V .carousel-inner {
  height: 100%;
}
.cid-sTDUxRLA0V .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sTDUxRLA0V .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-sTDUxRLA0V .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-sTDUxRLA0V .mbr-section-title.display-1 {
    font-size: 110px;
    line-height: 186px;
  }
}
.cid-sTDUxRLA0V .mbr-section-btn {
  margin-top: 42px;
}
.cid-sTDUxRLA0V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sTDUxRLA0V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sTDUxRLA0V .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sTDUxRLA0V .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sTDUxRLA0V .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTDUxRLA0V .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sTDUxRLA0V .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sTDUxRLA0V .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sTDUxRLA0V .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sTDUxRLA0V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-sTDUxRLA0V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-sTDUxRLA0V .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sTDUxRLA0V .carousel-control {
    display: none !important;
  }
}
.cid-sTDUxRLA0V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sTDUxRLA0V .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sTDUxRLA0V .carousel-indicators li.active,
.cid-sTDUxRLA0V .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sTDUxRLA0V .carousel-indicators li::after,
.cid-sTDUxRLA0V .carousel-indicators li::before {
  content: none;
}
.cid-sTDUxRLA0V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sTDUxRLA0V .carousel-indicators {
    display: none !important;
  }
}
.cid-sTDUxRLA0V .mbr-section-text,
.cid-sTDUxRLA0V .mbr-section-btn {
  text-align: center;
  color: #ffe161;
}
.cid-sTDUxRLA0V H5 {
  color: #e43f3f;
}
.cid-s48vrXhP0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
}
.cid-s48vrXhP0J .mbr-section-title {
  text-align: center;
  color: #98dee8;
}
.cid-s48vrXhP0J .mbr-section-subtitle {
  text-align: center;
  color: #65c6d4;
}
.cid-t47SbpKsst {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
}
.cid-t47SbpKsst .container {
  max-width: 1312px;
}
.cid-t47SbpKsst img,
.cid-t47SbpKsst .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  height: 224px;
  object-fit: cover;
}
.cid-t47SbpKsst .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-t47SbpKsst .item:focus,
.cid-t47SbpKsst span:focus {
  outline: none;
}
.cid-t47SbpKsst .item-wrapper {
  position: relative;
}
.cid-t47SbpKsst .slide-content {
  position: relative;
  background: #1e3e7b;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-t47SbpKsst .slide-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-t47SbpKsst .slide-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-t47SbpKsst .slide-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-t47SbpKsst .slide-content .item-content {
  padding: 1.5rem;
}
.cid-t47SbpKsst .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-t47SbpKsst .mbr-section-head {
  margin-bottom: 3.25rem;
}
.cid-t47SbpKsst .section-title-container .btn {
  padding: 0.75rem 2.5rem;
}
.cid-t47SbpKsst .section-title-container .btn-info-outline:hover {
  background-color: #f0edeb !important;
}
.cid-t47SbpKsst .mbr-section-title {
  color: #002549;
}
.cid-t47SbpKsst .mbr-section-subtitle {
  color: #002549;
}
.cid-t47SbpKsst .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-t47SbpKsst .item-title-container {
  width: 100%;
}
.cid-t47SbpKsst .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-t47SbpKsst .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-t47SbpKsst .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-t47SbpKsst .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 768px) {
  .cid-t47SbpKsst .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t47SbpKsst .embla__button--next,
.cid-t47SbpKsst .embla__button--prev {
  display: flex;
}
.cid-t47SbpKsst .embla__button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 144px;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .cid-t47SbpKsst .embla__button-container {
    margin-right: auto;
  }
}
.cid-t47SbpKsst .embla__button {
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #bed3f9;
  border: 1px solid #bed3f9;
  border-radius: 50%;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t47SbpKsst .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t47SbpKsst .embla__button.embla__button--prev {
  margin-right: auto;
}
.cid-t47SbpKsst .embla__button.embla__button--next {
  margin-left: auto;
}
.cid-t47SbpKsst .embla {
  position: relative;
  width: 100%;
}
.cid-t47SbpKsst .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t47SbpKsst .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t47SbpKsst .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t47SbpKsst .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sWVZPTclbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bhne-mikrofon-sw-1920x1314.jpeg");
}
.cid-sWVZPTclbz .mbr-overlay {
  background: #47b5ed;
  opacity: 0.3;
}
.cid-sWVZPTclbz .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sWVZPTclbz .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-sWVZPTclbz .item:focus,
.cid-sWVZPTclbz span:focus {
  outline: none;
}
.cid-sWVZPTclbz .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sWVZPTclbz .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-sWVZPTclbz .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sWVZPTclbz .item-img img {
  transition: 0.5s;
}
.cid-sWVZPTclbz .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-sWVZPTclbz .item-img:hover img {
  transform: scale(1.2);
}
.cid-sWVZPTclbz .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sWVZPTclbz .item-wrap {
  background: transparent;
}
.cid-sWVZPTclbz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWVZPTclbz .mbr-section-title {
  color: #232323;
}
.cid-sWVZPTclbz .item-title {
  color: #9fdbf8;
  margin-bottom: 0;
  text-align: left;
}
.cid-sWVZPTclbz .mbr-text,
.cid-sWVZPTclbz .mbr-section-btn {
  text-align: left;
}
.cid-sWVZPTclbz .item-subtitle {
  text-align: center;
}
.cid-sWVZPTclbz .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-sWVZPTclbz .buttons-container .item-button {
  margin: 0;
}
.cid-sWVZPTclbz .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-sWVZPTclbz .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sWVZPTclbz .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-sWVZPTclbz .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sWVZPTclbz .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-sWVZPTclbz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-sWVZPTclbz .item {
    padding: 24px;
  }
}
.cid-sWW7AbHNef {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/schlagzeug-live-1920x1280.jpg");
}
.cid-sWW7AbHNef .mbr-overlay {
  background: #ff6666;
  opacity: 0.2;
}
.cid-sWW7AbHNef .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sWW7AbHNef .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-sWW7AbHNef .item:focus,
.cid-sWW7AbHNef span:focus {
  outline: none;
}
.cid-sWW7AbHNef .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sWW7AbHNef .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-sWW7AbHNef .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sWW7AbHNef .item-img img {
  transition: 0.5s;
}
.cid-sWW7AbHNef .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-sWW7AbHNef .item-img:hover img {
  transform: scale(1.2);
}
.cid-sWW7AbHNef .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sWW7AbHNef .item-wrap {
  background: transparent;
}
.cid-sWW7AbHNef .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWW7AbHNef .mbr-section-title {
  color: #232323;
}
.cid-sWW7AbHNef .item-title {
  color: #9fdbf8;
  margin-bottom: 0;
  text-align: left;
}
.cid-sWW7AbHNef .mbr-text,
.cid-sWW7AbHNef .mbr-section-btn {
  text-align: left;
}
.cid-sWW7AbHNef .item-subtitle {
  text-align: center;
}
.cid-sWW7AbHNef .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-sWW7AbHNef .buttons-container .item-button {
  margin: 0;
}
.cid-sWW7AbHNef .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-sWW7AbHNef .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sWW7AbHNef .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-sWW7AbHNef .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sWW7AbHNef .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-sWW7AbHNef .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-sWW7AbHNef .item {
    padding: 24px;
  }
}
.cid-sWWasMaA6X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/konzert-menschenmenge-1920x1079.jpg");
}
.cid-sWWasMaA6X .mbr-overlay {
  background: #06204f;
  opacity: 0.3;
}
.cid-sWWasMaA6X .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-sWWasMaA6X .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-sWWasMaA6X .item:focus,
.cid-sWWasMaA6X span:focus {
  outline: none;
}
.cid-sWWasMaA6X .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-sWWasMaA6X .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-sWWasMaA6X .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-sWWasMaA6X .item-img img {
  transition: 0.5s;
}
.cid-sWWasMaA6X .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-sWWasMaA6X .item-img:hover img {
  transform: scale(1.5);
}
.cid-sWWasMaA6X .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sWWasMaA6X .item-wrap {
  background: transparent;
}
.cid-sWWasMaA6X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sWWasMaA6X .mbr-section-title {
  color: #232323;
}
.cid-sWWasMaA6X .item-title {
  color: #9fdbf8;
  margin-bottom: 0;
  text-align: left;
}
.cid-sWWasMaA6X .mbr-text,
.cid-sWWasMaA6X .mbr-section-btn {
  text-align: left;
}
.cid-sWWasMaA6X .item-subtitle {
  text-align: center;
}
.cid-sWWasMaA6X .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-sWWasMaA6X .buttons-container .item-button {
  margin: 0;
}
.cid-sWWasMaA6X .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-sWWasMaA6X .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sWWasMaA6X .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-sWWasMaA6X .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sWWasMaA6X .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-sWWasMaA6X .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-sWWasMaA6X .item {
    padding: 24px;
  }
}
.cid-sTEvf4RQ7U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTEvf4RQ7U .mbr-gallery-filter {
  text-align: left;
}
.cid-sTEvf4RQ7U .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-sTEvf4RQ7U .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-sTEvf4RQ7U .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffe161;
  }
}
.cid-sTEvf4RQ7U .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sTEvf4RQ7U .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-sTEvf4RQ7U .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-sTEvf4RQ7U .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffe161 !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffe161 !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-sTEvf4RQ7U .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-sTEvf4RQ7U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTEvf4RQ7U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTEvf4RQ7U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  background: linear-gradient(to left, #233d63, #bf6cff) !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div > span {
  color: #bed3f9;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-sTEvf4RQ7U .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-sTEvf4RQ7U .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-sTEvf4RQ7U .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-sV9gcYBaIG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14387a;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48P1Icc8J foot-menu-item {
  color: #6592e6;
}
.cid-sX99TKZTwf {
  background-image: url("../../../assets/images/alle-im-topf-quadrat-ohne-schrift-80-1600x1600.jpg");
}
.cid-sX99TKZTwf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sX99TKZTwf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sX99TKZTwf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sX99TKZTwf h3::before,
  .cid-sX99TKZTwf h3::after {
    display: none;
  }
}
.cid-sX99TKZTwf H3 {
  color: #9fdbf8;
}
.cid-sX99TKZTwf .mbr-text,
.cid-sX99TKZTwf .mbr-section-btn {
  color: #364046;
  text-align: center;
}
.cid-sX99TKZTwf H1 {
  color: #22a5e5;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14387a;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.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: #bed3f9 !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: #2256b6 !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: rgba(34, 86, 182, 0.8);
}
.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 - 5.4rem);
  }
}
.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: #2256b6;
}
.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;
}
.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-sUcKKLYtmL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #1e3e7b;
}
.cid-sUcKKLYtmL .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-sUcKKLYtmL .mbr-section-title {
  margin-bottom: 18px;
  color: #47b5ed;
}
.cid-sUcKKLYtmL .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sUcKKLYtmL .mbr-text {
  color: #ffffff;
}
.cid-sUcKKLYtmL .card_title {
  color: #6ec7f2;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sUcKKLYtmL .card_content {
  margin: 26px 0 23px;
}
.cid-sUcKKLYtmL img,
.cid-sUcKKLYtmL .item-img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.cid-sUcKKLYtmL .item {
  margin-bottom: 30px;
}
.cid-sUcKKLYtmL .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sUcKKLYtmL .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sUcKKLYtmL .item-img {
  position: relative;
}
.cid-sUcKKLYtmL .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-sUcKKLYtmL .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-sV9ghRkSv1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3e7b;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14387a;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tTSP0CMb33 .navbar-dropdown {
  position: relative !important;
}
.cid-tTSP0CMb33 .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-tTSP0CMb33 .dropdown-menu {
  padding: 0;
}
.cid-tTSP0CMb33 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTSP0CMb33 .dropdown-item:hover,
.cid-tTSP0CMb33 .dropdown-item:focus {
  background: #bed3f9 !important;
  color: white !important;
}
.cid-tTSP0CMb33 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tTSP0CMb33 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTSP0CMb33 .nav-link {
  position: relative;
}
.cid-tTSP0CMb33 .container {
  display: flex;
  margin: auto;
}
.cid-tTSP0CMb33 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTSP0CMb33 .navbar-caption {
  padding-right: 4rem;
}
.cid-tTSP0CMb33 .dropdown-menu,
.cid-tTSP0CMb33 .navbar.opened {
  background: #2256b6 !important;
}
.cid-tTSP0CMb33 .nav-item:focus,
.cid-tTSP0CMb33 .nav-link:focus {
  outline: none;
}
.cid-tTSP0CMb33 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTSP0CMb33 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTSP0CMb33 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTSP0CMb33 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTSP0CMb33 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTSP0CMb33 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTSP0CMb33 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(34, 86, 182, 0.8);
}
.cid-tTSP0CMb33 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTSP0CMb33 .navbar.opened {
  transition: all .3s;
}
.cid-tTSP0CMb33 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tTSP0CMb33 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTSP0CMb33 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTSP0CMb33 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTSP0CMb33 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTSP0CMb33 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tTSP0CMb33 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTSP0CMb33 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTSP0CMb33 .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-tTSP0CMb33 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTSP0CMb33 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTSP0CMb33 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTSP0CMb33 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTSP0CMb33 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTSP0CMb33 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTSP0CMb33 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTSP0CMb33 .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-tTSP0CMb33 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTSP0CMb33 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTSP0CMb33 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTSP0CMb33 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTSP0CMb33 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTSP0CMb33 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTSP0CMb33 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTSP0CMb33 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTSP0CMb33 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTSP0CMb33 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTSP0CMb33 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTSP0CMb33 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTSP0CMb33 .dropdown-item.active,
.cid-tTSP0CMb33 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTSP0CMb33 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTSP0CMb33 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTSP0CMb33 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTSP0CMb33 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2256b6;
}
.cid-tTSP0CMb33 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTSP0CMb33 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTSP0CMb33 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTSP0CMb33 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTSP0CMb33 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tTSP0CMb33 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tTSP0CMb33 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTSP0CMb33 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTSP0CMb33 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTSP0CMb33 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTSP0CMb33 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTSP0CMb33 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTSP0CMb33 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTSP0CMb33 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTSP0CMb33 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tTSP0CMb33 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTSP0CMb33 .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-tTSP0CMb33 .navbar {
    height: 77px;
  }
  .cid-tTSP0CMb33 .navbar.opened {
    height: auto;
  }
  .cid-tTSP0CMb33 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0TIlux7KZ {
  background-image: url("../../../assets/images/schlagzeug-stylisch-neustadt-toni-mit-kleinerem-text-2000x1333.jpg");
}
.cid-t0TIlux7KZ .number-wrap {
  color: #e6c63b;
  text-align: center;
}
.cid-t0TIlux7KZ .number {
  color: #f30e0e;
}
.cid-t0TIlux7KZ .period {
  display: block;
}
.cid-t0TIlux7KZ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t0TIlux7KZ .period {
    font-size: 0.8rem;
  }
}
.cid-t0TIlux7KZ .btn {
  height: 100%;
  margin: 0;
}
.cid-t0TIlux7KZ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t0TIlux7KZ .mbr-section-title {
  color: #ffffff;
}
.cid-t0TIlux7KZ .mbr-text {
  color: #ffffff;
}
.cid-t0TIlux7KZ .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t0TIlux7KZ .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t0TIlux7KZ .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t0TIlux7KZ .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t0TIlux7KZ .mbr-text,
.cid-t0TIlux7KZ .mbr-section-btn {
  color: #c0a73c;
}
.cid-t0TIlux7KZ H3 {
  color: #22a5e5;
}
.cid-t0TIlux7KZ .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-s48P1Icc8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14387a;
}
.cid-s48P1Icc8J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s48P1Icc8J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s48P1Icc8J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48P1Icc8J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48P1Icc8J .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48P1Icc8J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s48P1Icc8J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48P1Icc8J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48P1Icc8J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48P1Icc8J .media-container-row .row-copirayt p {
  width: 100%;
}
