.c-news-card {
  cursor: pointer;
  text-decoration: none;
}
.c-news-card:hover {
  text-decoration: none;
}
.c-news-card:hover .c-news-card__article {
  -webkit-box-shadow: 0 0.5rem 1rem #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0.5rem 1rem #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0.5rem 1rem #ccc;
}
.c-news-card:hover .c-news-card__link:after {
  background-image: url(../../Images/Icons/Arrow/arrow_dark-red.svg);
}
.c-news-card__article {
  padding: 1.2em;
}
.c-news-card__headline {
  color: #000000;
}
.c-news-card__bodytext {
  color: #000000;
}
/* --- BUTTON TEXT --- */
.button-link,
.rte-button a,
input[type=submit] {
  font-family: 'Calibri Regular';
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* --- LINK TEXT --- */
.learn-more-link {
  font-size: 0.6875rem;
  line-height: 0.75625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .learn-more-link {
    font-size: 1rem;
  }
}
/* --- TEXT DECORATION --- */
.textdecoration-off {
  text-decoration: none;
}
.textdecoration-off:hover {
  text-decoration: none;
}
/* --- BUTTON STYLE GLOBAL --- */
button {
  text-decoration: none;
}
button:hover {
  text-decoration: none;
}
/* --- BUTTON NO  STYLE --- */
button.no-style {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* --- BUTTON CLASS STYLES --- */
.button-link,
.rte-button a,
input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50rem;
  background-color: #E60022;
  color: #fff;
  text-decoration: none;
  border: 1px solid #E60022;
}
.button-link:hover,
input[type=submit]:hover {
  background-color: #fff;
  color: #E60022;
  text-decoration: none;
  cursor: pointer;
}
.button-link:focus,
input[type=submit]:focus {
  background-color: #000000;
  color: #E60022;
  border: 1px solid #000000;
}
.button-link.inverted,
input[type=submit].inverted {
  border-style: solid;
  background-color: #fff;
  color: #E60022;
  border-color: #E60022;
}
.button-link.inverted:hover,
input[type=submit].inverted:hover {
  background-color: #E60022;
  color: #fff;
  border-color: #fff;
}
/* --- LINK STYLE GLOBAL --- */
a {
  color: #E60022;
}
a:hover {
  color: #AA0C23;
}
a {
  font-family: 'Calibri Regular';
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link-text {
  color: #000000;
}
.link-text:hover {
  color: #000000;
}
.link-highlight {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-decoration: underline;
  color: #E60022;
}
.link-highlight:hover {
  text-decoration: none;
}
.link-highlight:hover {
  color: #AA0C23;
}
.link-highlight:active {
  color: #E60022;
}
.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.text-link.style-1 {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.text-link.style-2 {
  font-family: 'Calibri Regular';
}
.link-color-red {
  color: #E60022;
}
.link-color-red:hover {
  color: #AA0C23;
}
.link-color-black {
  color: #000000;
}
.link-color-black:hover {
  color: #000000;
}
.link-arrow-type:before,
.link-arrow-type:after {
  width: 25px;
  height: 25px;
}
.link-arrow-type-card:before,
.link-arrow-type-card:after {
  width: 16px;
  height: 16px;
}
.back-btn {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #E60022;
  font-size: 1.125rem;
  line-height: 1.35rem;
}
@media (min-width: 768px) {
  .back-btn {
    font-size: 1.5rem;
  }
}
.back-btn:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
  margin: 0 10px 0 0;
}
.back-btn:hover {
  color: #AA0C23;
}
.back-btn:hover:before {
  background-image: url(../../Images/Icons/Arrow/arrow_dark-red.svg);
}
.link-arrow {
  display: flex;
  align-items: center;
}
.link-arrow-left:before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 0.5rem;
  background-position: center;
}
.link-arrow-right:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  background-position: center;
}
.link-arrow-type.link-arrow-left:before {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
}
.link-arrow-type.link-arrow-right:after {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
  transform: rotate(180deg);
}
.link-arrow-type-card.link-arrow-left:before {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
  transform: rotate(180deg);
}
.link-arrow-type-card.link-arrow-right:after {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
}
.link-arrow-type-card:hover.link-arrow-left:before {
  background-image: url(../../Images/Icons/Arrow/arrow_dark-red.svg);
  transform: rotate(180deg);
}
.link-arrow-type-card:hover.link-arrow-right:after {
  background-image: url(../../Images/Icons/Arrow/arrow_dark-red.svg);
}
.rte-button a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #E60022;
}
.link-show-all {
  color: #E60022;
  text-transform: uppercase;
}
.link-show-all:after {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
.link-show-all:hover:after {
  background-image: url(../../Images/Icons/Arrow/arrow_dark-red.svg);
}
.link-show-all--white {
  color: #fff;
}
.link-show-all--white:after {
  background-image: url(../../Images/Icons/Arrow/arrow_white.svg);
  transform: rotate(0);
}
.link-show-all--white:hover {
  color: #eeeeee;
}
.link-show-all--white:hover:after {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-gray.svg);
  text-decoration-color: #eeeeee;
}
.link-icon {
  display: flex;
  align-items: center;
}
.link-icon:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-link:hover {
  text-decoration: underline;
}
.news-link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
  text-decoration: underline;
  color: #E60022;
  font-size: 3rem;
  line-height: 3rem;
}
.news-link:hover {
  color: #AA0C23;
}
.card-link {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.left-bottom {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
/* less function */
.defaultbutton {
  /* remove default button style */
  color: inherit;
  background-color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
}
/* jump links */
.skiplink {
  padding: 0.5rem 1rem;
  border-radius: 50rem;
  background-color: #E60022;
  color: #fff;
  border: 1px solid #E60022;
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  text-decoration: none;
}
.skiplink:hover {
  text-decoration: none;
  color: #fff;
}
.skiplink:not(:focus) {
  transform: translateY(0%);
}
body.using-mouse label:focus,
body.using-mouse textarea:focus,
body.using-mouse a:focus,
body.using-mouse button:focus,
body.using-mouse .search-toogle:focus {
  box-shadow: none!important;
  outline: none!important;
}
.c-more-pages-list__link:focus {
  outline: 0px;
  border: 2px solid #000000;
}
.logo-link:focus,
.search-toogle:focus,
.intranet_link:focus,
.intranet_logout:focus,
.nav-link:focus,
.teaser-logo-link:focus,
.link-show-all:focus,
.hero-link:focus {
  outline: #000000 solid 1px;
  outline-offset: 5px;
}
.link-show-all--white:focus {
  outline: #E60022 solid 1px;
  outline-offset: 5px;
}
.flyer-link:focus {
  outline: 0px;
}
.flyer-link:focus .flyer-item {
  border: 2px solid #000000;
}
.frame-listtype-ephouses_videolinks[style] .video-prev a:focus {
  outline: 0px;
}
.frame-listtype-ephouses_videolinks[style] .video-prev a:focus figure {
  padding: 2px;
  border: 2px solid #000000;
}
.swiper-button-prev.color-white:focus,
.swiper-button-next.color-white:focus {
  outline: #000000 solid 1px;
  outline-offset: 5px;
}
.c-news-card:focus {
  outline: 0px;
}
.c-news-card:focus .c-news-card__article {
  border: 2px solid #E60022;
}
.news-link:focus,
.back-btn:focus,
.main-banner-link:focus,
.learn-more-link:focus {
  outline: #E60022 solid 1px;
  outline-offset: 5px;
}
.sub-nav-link:focus {
  outline: #E60022 solid 1px;
  outline-offset: 0;
}
.button-link:focus,
input[type=submit]:focus {
  box-shadow: none!important;
  outline: none!important;
  text-decoration: none;
  background-color: #fff;
  color: #E60022;
  border: 1px solid #000000;
}
#main-nav-desktop .nav-link:focus {
  outline: #000000 solid 1px;
  outline-offset: 2px;
}
footer .nav-link:focus {
  outline: #000000 solid 1px;
  outline-offset: 2px;
}
/* Link Tipps */
.linktips-slide a:focus .border {
  border: 2px solid #000000;
}
/* Houses */
.houses-item__link:focus {
  outline: #E60022 solid 1px;
  outline-offset: 0;
}
.houses-item__link--highlight:focus {
  outline: #000000 solid 1px;
  outline-offset: 0;
}
a:focus img {
  border: #E60022 solid 1px;
}
/* !!! check '_forms.less' for form text style !!!! */
/* !!! check '_button.less' for button and links text style !!!! */
/* FONT SIZE FUNCTION */
/* FONT SIZE FUNCTION */
body {
  font-family: 'Calibri Regular';
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  body {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
h1,
.h1-style {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.6875rem;
  line-height: 2.6875rem;
}
@media (min-width: 992px) {
  h1,
  .h1-style {
    font-size: 6.125rem;
    line-height: 6.125rem;
  }
}
.hero-headline {
  font-family: 'MGH-Soft';
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 2.6875rem;
  line-height: 2.6875rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .hero-headline {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .hero-headline {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 992px) {
  .hero-headline {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .hero-headline {
    font-size: 6.125rem;
    line-height: 6.125rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1850px) {
  .hero-headline {
    font-size: 7.75rem;
    line-height: 7.75rem;
  }
}
@media (min-width: 1920px) {
  .hero-headline {
    margin-right: 21%;
  }
}
.h1-t2-style,
.detail-page__headline {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
  .h1-t2-style,
  .detail-page__headline {
    font-size: 4rem;
    line-height: 4rem;
  }
}
h2,
.h2-style {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.1875rem;
  line-height: 2.40625rem;
}
@media (min-width: 992px) {
  h2,
  .h2-style {
    font-size: 2.625rem;
    line-height: 2.8875rem;
  }
}
.h2-text-image,
.c-text-image__headline {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.1875rem;
  line-height: 2.40625rem;
}
@media (min-width: 992px) {
  .h2-text-image,
  .c-text-image__headline {
    font-size: 2.625rem;
    line-height: 2.8875rem;
  }
}
@media (min-width: 1200px) {
  .h2-text-image,
  .c-text-image__headline {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
h3,
.h3-style {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.5rem;
  line-height: 1.65rem;
}
@media (min-width: 992px) {
  h3,
  .h3-style {
    font-size: 2.625rem;
    line-height: 2.8875rem;
  }
}
h4,
.h4-style {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  h4,
  .h4-style {
    font-size: 2.375rem;
    line-height: 2.6125rem;
  }
}
h5,
.h5-style,
.link-show-all,
.detail-page__date {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.125rem;
  line-height: 1.2375rem;
}
@media (min-width: 992px) {
  h5,
  .h5-style,
  .link-show-all,
  .detail-page__date {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
h6 {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  h6 {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
p,
.p-style,
button,
input,
select,
textarea,
option,
.video-prev__caption {
  font-family: 'Calibri Regular';
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  p,
  .p-style,
  button,
  input,
  select,
  textarea,
  option,
  .video-prev__caption {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.text-bold {
  font-family: 'Calibri Bold';
}
.small-text,
.c-news-card__bodytext {
  font-family: 'Calibri Regular';
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.small-text-bold,
.c-news-card__headline {
  font-family: 'Calibri Bold';
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.opener-text,
.info-text p,
.detail-page__bodytext {
  font-family: 'Calibri Regular';
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 992px) {
  .opener-text,
  .info-text p,
  .detail-page__bodytext {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.highlight-text,
blockquote p {
  font-family: 'Calibri Regular';
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media (min-width: 992px) {
  .highlight-text,
  blockquote p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.small-caps,
.c-search-form__input {
  font-family: 'Calibri Regular';
  font-size: 1rem;
  line-height: 1.1rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.meta-nav-text {
  font-family: 'Calibri Regular';
  color: #00A3E2;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
/* --- RTE BLOCKQUOTE --- */
/* (with 'p' instead of 'q') */
blockquote p {
  font-family: 'Calibri Bold';
}
/* !!! check '_forms.less' for form text style !!!! */
/* !!! check '_button.less' for button and links text style !!!! */
/* --- Extra Font Styles - not matching h1-h6 etc. --- */
/* Slider Font Styles */
.font-slider-pagination {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #000000;
}
/* Navigations Font Styles */
.nav-link {
  font-family: 'Calibri Regular';
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 1px;
}
.nav-link.active {
  font-family: 'Calibri Bold';
}
.font-weight-bold {
  font-family: 'Calibri Bold';
}
/* --- Extra Font Styles - not matching h1-h6 etc. --- */
/* Big red link */
.news-link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 3rem;
  line-height: 3rem;
}
.sub-nav-link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.5625rem;
  line-height: 2rem;
}
#close-menu {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  #close-menu {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}
#burger {
  font-family: 'Calibri Regular';
  font-size: 1.125rem;
  line-height: 1.625rem;
}
#main-menu-mobile .main-menu-list .nav-link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #000000;
  font-size: 1.75rem;
  line-height: 2.125rem;
  /*
      @media @medium-devices {
        .setFontSize(64);
        .setLineHeight(66);
      }
      @media @large-devices {
        .setFontSize(98);
        .setLineHeight(100);
      }
*/
}
#main-menu-mobile .submenu-list .nav-link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.5rem;
  line-height: 1.625rem;
  color: #00A3E2;
  /*
      @media @medium-devices {
        .setFontSize(38);
        .setLineHeight(42);
      }
      */
}
#main-menu-mobile .intranet-main-menu .nav-link,
#main-menu-mobile .intranet-meta-menu .nav-link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.fiters__link {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.375rem;
  line-height: 2.625rem;
}
.fiters__link.active {
  text-decoration: underline;
}
@font-face {
  font-family: 'MGH-Soft';
  src: url('../../Font/MGH_Soft/MGHSoft.eot') format('embedded-opentype'), url('../../Font/MGH_Soft/MGHSoft.otf') format('opentype'), url('../../Font/MGH_Soft/MGHSoft.ttf') format('truetype'), url('../../Font/MGH_Soft/MGHSoft.woff') format('woff'), url('../../Font/MGH_Soft/MGHSoft.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Calibri Regular";
  src: url("../../Font/Calibri_Regular/Calibri.eot");
  src: url("../../Font/Calibri_Regular/Calibri.eot?#iefix") format("embedded-opentype"), url("../../Font/Calibri_Regular/Calibri.otf") format("opentype"), url("../../Font/Calibri_Regular/Calibri.ttf") format("truetype"), url("../../Font/Calibri_Regular/Calibri.woff") format("woff"), url("../../Font/Calibri_Regular/Calibri.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri Bold";
  src: url("../../Font/Calibri_Bold/Calibri-Bold.eot");
  src: url("../../Font/Calibri_Bold/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("../../Font/Calibri_Bold/Calibri-Bold.otf") format("opentype"), url("../../Font/Calibri_Bold/Calibri-Bold.ttf") format("truetype"), url("../../Font/Calibri_Bold/Calibri-Bold.woff") format("woff"), url("../../Font/Calibri_Bold/Calibri-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
footer #footer_bottom {
  background: #FDC600;
  color: #000000;
  padding: 20px 0;
}
@media (min-width: 768px) {
  footer #footer_bottom {
    padding: 40px 0 20px 0;
  }
}
@media large-devices {
  footer #footer_bottom {
    padding: 50px 0;
  }
}
footer #footer_bottom .main-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer #footer_bottom .main-menu-wrapper .footer-main-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-main-menu {
    width: 20%;
    display: flex;
    flex-direction: column;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-header {
  margin-bottom: 1rem;
}
footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav {
    flex-direction: column;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav .main-nav-item {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav .main-nav-item {
    margin: 0 35px 15px 0;
  }
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav .main-nav-item {
    margin: 0;
    padding: 1rem 0 0 0;
  }
  footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav .main-nav-item:first-child {
    padding: 0;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav .main-nav-item .nav-link {
  font-family: 'Calibri Regular';
  color: #000000;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  footer #footer_bottom .main-menu-wrapper .footer-main-menu .footer-main-nav .main-nav-item .nav-link {
    padding: 0;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter {
    width: 80%;
    margin-top: 0;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-newsletter-wrapper {
  padding-bottom: 50px;
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-newsletter-wrapper .footer-header {
  display: flex;
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-newsletter-wrapper .footer-header {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-newsletter-wrapper .newsletter-form-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper {
    margin-top: auto;
    justify-content: flex-end;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .footer-meta-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .footer-meta-nav .meta-nav-item {
  opacity: 0.7;
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .footer-meta-nav .meta-nav-item:last-child {
  margin-right: 0;
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .footer-meta-nav .meta-nav-item .nav-link {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .footer-meta-nav .meta-nav-item .nav-link {
    padding: 0 0.5rem;
    margin-bottom: 0;
    line-height: 22px;
  }
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .footer-meta-nav .meta-nav-item:not(:last-child) .nav-link {
  border-right: 1px solid #000000;
}
footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .copyright-text {
  font-family: 'Calibri Regular';
  color: #000000;
  opacity: 0.7;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .copyright-text {
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 992px) {
  footer #footer_bottom .main-menu-wrapper .footer-meta-newsletter .footer-meta-wrapper .copyright-text {
    margin: 0 0 0 20px;
  }
}
footer #footer_bottom .footer-header {
  font-family: 'Calibri Regular';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 15px;
}
footer .logo_bmfsfj-footer {
  display: block;
}
footer .logo_bmfsfj-footer img {
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 768px) {
  footer .logo_bmfsfj-footer {
    width: 380px;
    margin: 20px;
  }
}
@media (min-width: 992px) {
  footer .logo_bmfsfj-footer {
    display: none;
  }
}
/* --- FORM FIELD TEXT --- */
label {
  font-family: 'Calibri Regular';
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  label {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  input,
  select,
  textarea,
  option {
    color: rgba(0, 0, 0, 0.8);
  }
}
.search-input {
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
}
/* --- FORM FIELD STYLE --- */
label {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* --- FORM FIELD STYLE --- */
input,
select,
textarea {
  background-color: #E6F6FD;
  border: 1px solid rgba(0, 163, 226, 0.43);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  outline: none;
  color: rgba(0, 0, 0, 0.8);
}
input:focus,
input[type=text].required:focus,
input[type=text].filled:focus,
select:focus,
textarea.required:focus,
textarea.filled:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #E60022 !important;
}
input[type=text].filled,
textarea.filled {
  background-color: #fff;
  border: 1px solid rgba(0, 148, 209, 0.3);
}
input[type=text].required,
textarea.required {
  background-color: rgba(230, 0, 34, 0.1);
  border: 1px solid rgba(230, 0, 34, 0.1);
}
input[type=password] {
  color: #0094D1;
}
/* --- INPUT SEARCH STYLE --- */
.search-input,
.search-input:focus {
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  height: auto;
}
/* --- INPUT PLACEHOLDER TEXT --- */
/* general */
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input:-o-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input:placeholder {
  color: rgba(0, 0, 0, 0.8);
}
input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
/* search input */
.search-input::-webkit-input-placeholder {
  color: #000000;
}
.search-input:-moz-placeholder {
  color: #000000;
}
.search-input::-moz-placeholder {
  color: #000000;
}
.search-input::-ms-placeholder {
  color: #000000;
}
.search-input:-ms-input-placeholder {
  color: #000000;
}
.search-input:-o-placeholder {
  color: #000000;
}
.search-input:placeholder {
  color: #000000;
}
.search-input::placeholder {
  color: #000000;
}
select,
input[type="date"] {
  color: rgba(0, 0, 0, 0.8);
}
/* --- Input Field with Magnifier Icon --- */
.inputfield-magnifier:after {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
  background-image: url(../../Images/Icons/magnifier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
/* --- CUSTOM SELECT ARROW DOWN --- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 2.5rem;
}
.form-select-container {
  position: relative;
}
.form-select-container:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background-image: url(../../Images/Icons/arrow-black-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 33px;
  pointer-events: none;
}
/* --- INPUT CALENDAR STYLE --- */
input::-webkit-datetime-edit {
  height: 24px;
}
@media (min-width: 768px) {
  input::-webkit-datetime-edit {
    height: 33px;
  }
}
input::-webkit-datetime-edit-day-field,
input::-webkit-datetime-edit-year-field {
  color: rgba(0, 0, 0, 0.8);
}
.date-custom input[type="date"]::-webkit-inner-spin-button,
.date-custom input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background-image: url(../../Images/Icons/arrow-black-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 33px;
}
select.form-control {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
}
.input-text-1 {
  font-family: 'Calibri Regular';
  color: #575757;
  font-size: 1rem;
  line-height: 1.5rem;
}
.c-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-left: 1rem;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  .c-search-form {
    justify-content: flex-start;
    padding-top: 0px;
    margin-left: 25px;
  }
}
.c-search-form__input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  color: black;
  width: 100%;
}
.c-search-form__input::placeholder {
  color: #000000;
}
@media (min-width: 992px) {
  .c-search-form__input {
    width: auto;
    margin-right: 15px;
  }
}
.c-search-form__input:focus {
  border: 0px;
  outline-offset: 2px;
  outline: #E60022 solid 1px;
}
.c-search-form__button {
  display: flex;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 999;
  height: 16px;
}
.c-search-form__button:focus {
  border: 0px;
  outline: #E60022 solid 1px;
}
header {
  /*
    &.landing-header {
      display: flex;
      flex-direction: column-reverse;
          @media @large-devices {
        display: block;
      }
    }
  */
}
header #main-nav-desktop {
  display: none;
}
@media (min-width: 992px) {
  header #main-nav-desktop {
    display: block;
    background: #FDC600;
    padding: 22px 0;
  }
  header #main-nav-desktop.color-1 {
    background: #0094D1;
  }
  header #main-nav-desktop .main-menu-list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
  }
  header #main-nav-desktop .main-menu-list .main-menu-item .nav-link {
    color: #000000;
    margin: 0 0.5rem;
    padding: 0;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  header #main-nav-mobile {
    display: none;
  }
}
header #header_top .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header_top .header-top-wrapper .submenu-wrapper .submenu-list {
  display: flex;
}
header #header_top .header-top-wrapper .submenu-wrapper .submenu-list .submenu-item {
  margin-left: 15px;
}
@media (min-width: 768px) {
  header #header_top .header-top-wrapper .submenu-wrapper .submenu-list .submenu-item {
    margin-left: 25px;
  }
}
header #header_top .header-top-wrapper .submenu-wrapper .submenu-list .submenu-item:first-child {
  margin-left: 0;
}
header #header_top .header-top-wrapper .submenu-wrapper .submenu-list .submenu-item.sign-language {
  background: url(../../Images/Icons/sign-language_black.svg) no-repeat center left;
  background-size: 24px;
  padding-left: 26px;
}
header #header_top .header-top-wrapper .submenu-wrapper .submenu-list .submenu-item.barrierfree {
  background: url(../../Images/Icons/barrierfree_black.svg) no-repeat center left;
  background-size: 22px;
  padding-left: 24px;
}
header #header_top .header-top-wrapper .submenu-wrapper .submenu-list .submenu-item .nav-link {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
}
header #header_top .header-top-wrapper .right-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header #header_top .header-top-wrapper .right-wrapper .intranet-wrapper .intranet_link,
header #header_top .header-top-wrapper .right-wrapper .intranet-wrapper .intranet_logout {
  background: url(../../Images/Icons/intranet_black.svg) no-repeat center left;
  background-size: 14px;
  padding-left: 20px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000000;
  text-transform: uppercase;
}
header #header_top .header-top-wrapper .right-wrapper .search-wrapper {
  margin-left: 25px;
  display: flex;
  /*
                    &.open {
            flex-direction: row-reverse;

            .search-toogle {
              margin-left: 10px;
            }
          }

          .search-toogle {
            background: url(../../Images/Icons/search.svg) no-repeat center left;
            background-size: 14px;
            padding-left: 20px;
            color: @color_black;
            p {
              color: @color_black;
              .setFontSize(18);
              .setLineHeight(26);
              text-transform: uppercase;
              margin-bottom: 0;
            }
            &:hover {
              cursor: pointer;
              text-decoration: underline;
            }
            &.active {
              p {
                display: none;
              }
            }
          }
          */
  /*
          .indexedsearchbox {
            display: none;

            &.active {
              display: block;
            }
          }

          */
}
header #logos {
  display: none;
}
@media (min-width: 992px) {
  header #logos {
    display: block;
  }
}
header #logos .header-logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header #logos .header-logos-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
header #logos .header-logos-wrapper #logo_bmfsfj {
  float: left;
  display: block;
  width: 210px;
  height: auto;
}
header #logos .header-logos-wrapper #logo_bmfsfj a {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid white;
}
header #logos .header-logos-wrapper #logo_mgh {
  display: block;
  width: 213px;
  height: auto;
}
header #logos .header-logos-wrapper #logo_mgh a {
  width: 100%;
  height: 100%;
  display: block;
}
header #logos .header-logos-wrapper #logo_mgh a img {
  max-width: 100%;
  height: auto;
}
header .main-banner .main-banner-wrapper {
  /*
            background-repeat: no-repeat;
            background-position: right top;
            background-size: 50%;

            @media @medium-devices {
              background-size: 50%;
            }

            @media @large-devices {
              background-size: 500px;
              background-position: 90% -60px;
            }
      */
}
header .main-banner .main-banner-wrapper .main-banner-header {
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  header .main-banner .main-banner-wrapper .main-banner-header {
    max-width: 80%;
  }
}
header .main-banner .main-banner-wrapper .main-banner-info {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  header .main-banner .main-banner-wrapper .main-banner-info .main-banner-link {
    margin-bottom: 3rem;
    width: 60%;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
header .main-banner .main-banner-wrapper .main-banner-info .main-banner-link .info-text {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  header .main-banner .main-banner-wrapper .main-banner-info .main-banner-form {
    width: 40%;
    margin-top: 5rem;
  }
}
header .main-banner .main-banner-wrapper .main-banner-info .main-banner-form form input {
  margin-right: 1rem;
}
header .main-banner.main-banner-content {
  padding: 0;
}
@media (min-width: 992px) {
  header .main-banner.main-banner-content {
    padding: 3rem 0;
  }
}
header .main-banner.main-banner-content .main-banner .main-banner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper {
    width: 70%;
  }
}
@media (min-width: 768px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper {
    width: 65%;
  }
}
@media (min-width: 992px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper {
    width: 70%;
  }
}
header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper .main-banner-header {
  padding: 0 0 1rem 0;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  width: 100%;
}
@media (min-width: 576px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper .main-banner-header {
    padding: 0 0 3rem 0;
  }
}
header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-info-wrapper .main-banner-link {
  width: 100%;
}
header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-image {
  width: auto;
  height: auto;
  max-width: 35%;
  max-height: 350px;
  align-self: flex-end;
}
@media (min-width: 576px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-image {
    align-self: flex-start;
    width: 35%;
  }
}
@media (min-width: 768px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-image {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  header .main-banner.main-banner-content .main-banner .main-banner-wrapper .banner-image {
    width: 30%;
  }
}
header .main-banner-default .title-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header .main-banner-default .title-wrapper {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
header .main-banner-default .main-banner-info {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2rem;
}
header .main-banner-default .main-banner-info .sub-nav-list {
  justify-content: center;
}
@media (min-width: 992px) {
  header nav.main-menu {
    display: block;
    position: relative;
  }
}
header nav.extended-menu .nav-pills {
  flex-direction: column;
}
@media (min-width: 992px) {
  header nav.extended-menu .nav-pills {
    flex-direction: row;
    justify-content: space-between;
  }
}
header nav.extended-menu .nav-item {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  header nav.extended-menu .nav-item {
    margin-bottom: 0;
  }
}
header nav.extended-menu .nav-item .btn-group .nav-link {
  color: #fff;
  text-transform: uppercase;
}
header nav.extended-menu .nav-item .btn-group .nav-link.active {
  font-weight: bold;
}
header nav.extended-menu .nav-item .btn-group .dropdown-toggle {
  border: none;
  background-color: inherit;
  line-height: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header nav.extended-menu .nav-item .btn-group .dropdown-toggle:after {
  content: ' ';
  display: inline-block;
  background-image: url(../../Images/Icons/arrow-white-down.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  border: none;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  header nav.extended-menu .nav-item .btn-group .dropdown-toggle:hover {
    animation: toogleAnim 2s infinite;
  }
  @keyframes toogleAnim {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
}
header nav.extended-menu .nav-item .btn-group .dropdown-menu.show {
  position: inherit !important;
  background: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
  transform: none !important;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  header nav.extended-menu .nav-item .btn-group .dropdown-menu.show {
    position: absolute !important;
    transform: translate(-1.5rem, 64px) !important;
    background: #fff;
    border: 1px solid #0094D1;
    border-top: none;
  }
}
header nav.extended-menu .nav-item .btn-group .dropdown-menu.show .dropdown-item {
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header nav.extended-menu .nav-item .btn-group .dropdown-menu.show .dropdown-item:hover {
    background: #E6F6FD;
  }
}
header nav.extended-menu .nav-item .btn-group.show .dropdown-toggle:after {
  transform: rotate(180deg);
}
header nav.extended-menu .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.625rem;
  color: #000000;
}
@media (min-width: 992px) {
  header nav.extended-menu .nav-item .nav-link {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
header nav.extended-menu .nav-item .item-wrapper {
  display: flex;
  align-items: center;
}
header nav.extended-menu .nav-item .item-wrapper .nav-link {
  margin: 0;
}
header nav.extended-menu .nav-item .item-wrapper .collapse-toggle {
  background: none;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
}
header nav.extended-menu .nav-item .item-wrapper .collapse-toggle:after {
  content: ' ';
  display: inline-block;
  background-image: url(../../Images/Icons/arrow-black-down.svg);
  transform: rotate(180deg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  border: none;
  vertical-align: baseline;
}
header nav.extended-menu .nav-item .item-wrapper .collapse-toggle.collapsed:after {
  transform: rotate(0);
}
header nav.extended-menu .nav-item .nav-link_collapse {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-left: 2rem;
}
header nav.extended-menu .nav-item.active .nav-item {
  font-weight: bold;
}
@media (min-width: 992px) {
  header #header-mobile {
    display: none;
  }
}
header #header-mobile .header-mobile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  /* padding: 15px 0;*/
}
header #header-mobile .header-mobile-wrapper.open {
  display: none;
}
header #header-mobile .header-mobile-wrapper #logo_mgh_mobile img {
  width: auto;
}
header #header-mobile .header-mobile-wrapper #burger {
  text-transform: uppercase;
  color: #000000;
}
header #header-mobile .mobile-menu-wrapper {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #E6F6FD;
  padding-top: 6rem;
  left: 0;
}
header #header-mobile .mobile-menu-wrapper.color-1 {
  background: #fff;
}
header #header-mobile .mobile-menu-wrapper.open {
  display: block;
}
header #header-mobile .mobile-menu-wrapper #close-menu {
  position: absolute;
  top: 20px;
  right: 50px;
  text-transform: uppercase;
  color: #E60022;
  padding-left: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background: url(../../Images/Icons/close_red.svg) no-repeat 10px center;
  background-size: 25px 25px;
  cursor: pointer;
}
@media (min-width: 768px) {
  header #header-mobile .mobile-menu-wrapper #close-menu {
    top: 50px;
    right: 100px;
  }
}
@media (min-width: 992px) {
  header #header-mobile .mobile-menu-wrapper #main-menu-mobile .nav-link {
    margin-bottom: 1rem;
  }
}
.sub-nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.sub-nav-list .sub-nav-item {
  margin: 0 20px 20px 0;
}
.sub-nav-list .sub-nav-item .sub-nav-link {
  color: #E60022;
  text-decoration: underline;
}
.banner-text-wrapper {
  z-index: 1;
  margin-top: 80px;
}
@media (min-width: 576px) {
  .banner-text-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .banner-text-wrapper {
    margin-top: 0;
  }
}
.banner-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .banner-image-wrapper {
    right: 8.333333%;
  }
}
@media (min-width: 992px) {
  .banner-image-wrapper {
    position: relative;
  }
}
.banner-image {
  width: 100%;
  height: auto;
}
/* --- Search-Box toggle visibility (desktop/mobile) ---- */
.search-mobile-wrapper .search-toogle + .indexedsearchbox {
  display: none;
}
.search-mobile-wrapper .search-toogle.active + .indexedsearchbox {
  display: inline-block;
  margin: 0.5rem 1rem;
}
.nav-link-mobile a,
.nav-link-mobile p {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.625rem;
  color: #00A3E2;
  display: block;
  padding: 0.5rem 1rem;
}
/* --- global class for background images / decoration ---- */
.background-image-decoration {
  background-image: url("../../Images/Icons/wave-banner_blue.svg"), url("../../Images/Icons/wave-banner_red.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0, right 0;
  background-size: 2rem, 2rem;
}
@media (min-width: 576px) {
  .background-image-decoration {
    background-position: left 90%, right 10%;
    background-size: 4rem, 4rem;
  }
}
@media (min-width: 768px) {
  .background-image-decoration {
    background-size: 5rem, 5rem;
  }
}
.header-height {
  min-height: calc(100vw / 21 * 9);
}
@media (min-width: 576px) {
  .header-height {
    min-height: calc(100vw / 21 * 9);
  }
}
@media (min-width: 1200px) {
  .header-height {
    min-height: calc(100vw / 4 * 1);
  }
}
.header-back-btn {
  position: relative;
}
@media (min-width: 576px) {
  .header-back-btn {
    position: absolute;
  }
}
/* new stlye */
/* --- META NAV --- */
.meta-nav-item {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .meta-nav-item {
    margin-left: 25px;
  }
}
.meta-nav-item:first-child {
  margin-left: 0;
}
/* --- SUB NAVIGATION --- */
.sub-nav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .sub-nav-list {
    flex-direction: row;
  }
}
.sub-nav-list .sub-nav-item {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .sub-nav-list .sub-nav-item {
    margin-bottom: 15px;
    margin-right: 30px;
  }
}
.sub-nav-list .sub-nav-item .sub-nav-link {
  color: #E60022;
  text-decoration: underline;
}
/* --- HERO (Landingpage) --- */
.hero-banner {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.5rem;
  background-position: right 1rem top 0;
  background-repeat: no-repeat;
  background-size: 45%;
}
@media (min-width: 576px) {
  .hero-banner {
    padding-top: 1.5rem;
    background-size: 40%;
  }
}
@media (min-width: 768px) {
  .hero-banner {
    padding-top: 3.5rem;
    background-size: 48%;
  }
}
@media (min-width: 992px) {
  .hero-banner {
    padding-bottom: 4rem;
    background-size: 44%;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: 40%;
  }
}
@media (min-width: 1850px) {
  .hero-banner {
    background-size: 45%;
  }
}
@media (min-width: 1920px) {
  .hero-banner {
    background-size: 30%;
  }
}
#header_top {
  display: none;
}
@media (min-width: 992px) {
  #header_top {
    display: block;
    padding-top: 1.5rem;
  }
}
#hero-form {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  #hero-form {
    margin-top: 0;
  }
}
#hero-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  #hero-form form {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  #hero-form form {
    flex-direction: row;
    justify-content: flex-end;
  }
}
#hero-form #tx-ep-houses-searchfield-label {
  flex-basis: 100%;
}
#hero-form input {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 576px) {
  #hero-form input {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  #hero-form input {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  #hero-form input {
    flex-shrink: 1;
    flex-basis: auto;
  }
}
#hero-form button {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  #hero-form button {
    margin-top: 0;
    margin-left: 1rem;
    width: auto;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  #hero-form button {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #hero-form button {
    margin-top: 0;
    margin-left: 1rem;
    width: auto;
  }
}
.main-banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .opener-text-hero {
    display: flex;
    flex-direction: column;
  }
}
.hero-link {
  display: inline-block;
}
.hero-link:after {
  display: none;
}
@media (min-width: 768px) {
  .hero-link {
    display: block;
    float: left;
  }
  .hero-link:after {
    display: inline-block;
  }
}
.main-banner-default {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .main-banner-default {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .main-banner-default {
    padding-top: 55px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .main-banner-default {
    padding-top: 60px;
    margin-top: 20px;
  }
}
.main-banner-default--no-bg-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .main-banner-default--no-bg-img {
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .main-banner-default--no-bg-img {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 1920px) {
  .main-banner-default--no-bg-img {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.main-banner-default__back-button {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-banner-default__back-button {
    position: absolute;
    top: 0;
    left: 1rem;
    margin-bottom: 0;
  }
}
.main-banner-default__background-img {
  background-image: url("../../Images/Icons/wave-banner_blue.svg"), url("../../Images/Icons/wave-banner_red.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0, right 0rem;
  background-size: 30px, 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .main-banner-default__background-img {
    background-size: 50px, 50px;
  }
}
@media (min-width: 768px) {
  .main-banner-default__background-img {
    background-position: left 90%, right 0;
    background-size: 70px, 70px;
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .main-banner-default__background-img {
    background-position: 4% bottom, 96% top;
    background-size: auto, auto;
  }
}
.main-banner-default__background-img--no-bg-img {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .main-banner-default__background-img--no-bg-img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .main-banner-default__background-img--no-bg-img {
    background-position: left 100%, right 0;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .main-banner-default__background-img--no-bg-img {
    background-size: 80px, 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main-banner-default__headline {
  margin-top: 6px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .main-banner-default__headline {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .main-banner-default__headline {
    margin-top: 0;
  }
}
.main-banner-default__headline--margin {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-banner-default__headline--margin {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.main-banner-default__bodytext {
  text-align: center;
  margin-bottom: 0;
}
/* Main banner - without img - custom col */
@media (min-width: 1920px) {
  .col-xxl-6-custom {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  .col-xxl-8-custom {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1920px) {
  .offset-xxl-3-custom {
    margin-left: 25%;
  }
}
@media (min-width: 1920px) {
  .offset-xxl-2-custom {
    margin-left: 16.666667%;
  }
}
.main-banner-files {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .main-banner-files {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .main-banner-files {
    padding-top: 100px;
  }
}
.main-banner-files__headline {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .main-banner-files__headline {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .main-banner-files__headline {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .main-banner-files__headline {
    margin-top: 0;
  }
}
.main-banner-files__bodytext {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main-banner-files__bodytext {
    margin-bottom: 40px;
  }
}
.main-banner-files--xxl-screens {
  display: none;
}
@media (min-width: 1920px) {
  .main-banner-files {
    display: none;
  }
  .main-banner-files--xxl-screens {
    display: block;
  }
}
.l-sub-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .l-sub-nav {
    flex-direction: row;
  }
}
.l-sub-nav--center {
  justify-content: center;
}
.l-sub-nav__item {
  margin-bottom: 20px;
}
.l-sub-nav__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .l-sub-nav__item {
    margin-right: 20px;
  }
  .l-sub-nav__item:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .l-sub-nav__item {
    text-align: center;
  }
}
/* BEM mobiel nav */
.mobilenav {
  background-color: #E6F6FD;
  border-radius: 0px;
  border: 0px;
  min-height: 100vh;
}
.mobilenav__open {
  border: 0px;
  background-color: transparent;
  font-family: 'Calibri Regular';
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}
.mobilenav__open:focus {
  outline: #E60022 solid 1px;
  outline-offset: 5px;
}
.mobilenav__close {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0px;
  border: 0px;
  background-color: transparent;
}
.mobilenav__close:focus {
  outline: #E60022 solid 1px;
  outline-offset: 5px;
}
.mobilenav__closeicon {
  text-transform: uppercase;
  color: #E60022;
  padding-left: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background: url(../../Images/Icons/close_red.svg) no-repeat 10px center;
  background-size: 25px 25px;
  cursor: pointer;
}
.mobilenav__closetext {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #E60022;
  font-size: 24px;
  line-height: 28px;
}
body.mobile-menu {
  overflow: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
nav ul {
  list-style: none;
}
/* ----- img WRAPPER ----- */
.image-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* ----- img SOURCE ----- */
.image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ----- img ORIENTATION ----- */
.image-orientation-landscape {
  height: 100%;
  width: auto;
}
.image-orientation-portrait {
  height: auto;
  width: 100%;
}
/* ----- img RATIO ----- */
/* - build function - */
/* - call function - */
.image-ratio-1-1 {
  padding-top: 100%;
}
.image-ratio-2-1 {
  padding-top: 50%;
}
.image-ratio-3-2 {
  padding-top: 66.66666667%;
}
.image-ratio-4-3 {
  padding-top: 75%;
}
.image-ratio-4-1 {
  padding-top: 25%;
}
.image-ratio-16-9 {
  padding-top: 56.25%;
}
.image-ratio-21-9 {
  padding-top: 42.85714286%;
}
.image-ratio-1-2 {
  padding-top: 200%;
}
.image-ratio-2-3 {
  padding-top: 150%;
}
.image-ratio-3-4 {
  padding-top: 133.33333333%;
}
.image-ratio-9-16 {
  padding-top: 177.77777778%;
}
@media (min-width: 576px) {
  .image-ratio-sm-1-1 {
    padding-top: 100%;
  }
  .image-ratio-sm-2-1 {
    padding-top: 50%;
  }
  .image-ratio-sm-3-2 {
    padding-top: 66.66666667%;
  }
  .image-ratio-sm-4-3 {
    padding-top: 75%;
  }
  .image-ratio-sm-4-1 {
    padding-top: 25%;
  }
  .image-ratio-sm-16-9 {
    padding-top: 56.25%;
  }
  .image-ratio-sm-21-9 {
    padding-top: 42.85714286%;
  }
  .image-ratio-sm-1-2 {
    padding-top: 200%;
  }
  .image-ratio-sm-2-3 {
    padding-top: 150%;
  }
  .image-ratio-sm-3-4 {
    padding-top: 133.33333333%;
  }
  .image-ratio-sm-9-16 {
    padding-top: 177.77777778%;
  }
}
@media (min-width: 768px) {
  .image-ratio-md-1-1 {
    padding-top: 100%;
  }
  .image-ratio-md-2-1 {
    padding-top: 50%;
  }
  .image-ratio-md-3-2 {
    padding-top: 66.66666667%;
  }
  .image-ratio-md-4-3 {
    padding-top: 75%;
  }
  .image-ratio-md-4-1 {
    padding-top: 25%;
  }
  .image-ratio-md-16-9 {
    padding-top: 56.25%;
  }
  .image-ratio-md-21-9 {
    padding-top: 42.85714286%;
  }
  .image-ratio-md-1-2 {
    padding-top: 200%;
  }
  .image-ratio-md-2-3 {
    padding-top: 150%;
  }
  .image-ratio-md-3-4 {
    padding-top: 133.33333333%;
  }
  .image-ratio-md-9-16 {
    padding-top: 177.77777778%;
  }
}
@media (min-width: 992px) {
  .image-ratio-lg-1-1 {
    padding-top: 100%;
  }
  .image-ratio-lg-2-1 {
    padding-top: 50%;
  }
  .image-ratio-lg-3-2 {
    padding-top: 66.66666667%;
  }
  .image-ratio-lg-4-3 {
    padding-top: 75%;
  }
  .image-ratio-lg-4-1 {
    padding-top: 25%;
  }
  .image-ratio-lg-16-9 {
    padding-top: 56.25%;
  }
  .image-ratio-lg-21-9 {
    padding-top: 42.85714286%;
  }
  .image-ratio-lg-1-2 {
    padding-top: 200%;
  }
  .image-ratio-lg-2-3 {
    padding-top: 150%;
  }
  .image-ratio-lg-3-4 {
    padding-top: 133.33333333%;
  }
  .image-ratio-lg-9-16 {
    padding-top: 177.77777778%;
  }
}
@media (min-width: 1200px) {
  .image-ratio-xl-1-1 {
    padding-top: 100%;
  }
  .image-ratio-xl-2-1 {
    padding-top: 50%;
  }
  .image-ratio-xl-3-2 {
    padding-top: 66.66666667%;
  }
  .image-ratio-xl-4-3 {
    padding-top: 75%;
  }
  .image-ratio-xl-4-1 {
    padding-top: 25%;
  }
  .image-ratio-xl-16-9 {
    padding-top: 56.25%;
  }
  .image-ratio-xl-21-9 {
    padding-top: 42.85714286%;
  }
  .image-ratio-xl-1-2 {
    padding-top: 200%;
  }
  .image-ratio-xl-2-3 {
    padding-top: 150%;
  }
  .image-ratio-xl-3-4 {
    padding-top: 133.33333333%;
  }
  .image-ratio-xl-9-16 {
    padding-top: 177.77777778%;
  }
}
@media (min-width: 576px) {
  .image-orientation-sm-landscape {
    height: 100%;
    width: auto;
  }
  .image-orientation-sm-portrait {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .image-orientation-md-landscape {
    height: 100%;
    width: auto;
  }
  .image-orientation-md-portrait {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .image-orientation-lg-landscape {
    height: 100%;
    width: auto;
  }
  .image-orientation-lg-portrait {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .image-orientation-xl-landscape {
    height: 100%;
    width: auto;
  }
  .image-orientation-xl-portrait {
    height: auto;
    width: 100%;
  }
}
/* ----- img STICKY ----- */
.image-sticky-landscape {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: sticky;
  position: -webkit-sticky;
  width: auto;
  top: 0;
}
.image-sticky-portrait {
  height: auto;
  background-size: cover;
  background-position: center;
  position: sticky;
  position: -webkit-sticky;
  width: calc(50vw - 7px);
  top: 0;
}
@media (min-width: 992px) {
  .image-position-0 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .image-position-1 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pos-top-0 {
  top: 0;
}
@media (min-width: 992px) {
  .text-position {
    min-height: 50vw;
  }
}
@media (min-width: 1200px) {
  .text-position {
    min-height: calc(50vw / 100 * (16 / 9));
  }
}
.bg-color-dark-red {
  background-color: #AA0C23;
}
.color-dark-red {
  color: #AA0C23;
}
.bg-color-bright-red {
  background-color: #E60022;
}
.color-bright-red,
.list-style-custom.red-bullets li::before,
.rte-body-text li::before {
  color: #E60022;
}
.bg-color-cyan {
  background-color: #0094D1;
}
.border-color-cyan {
  border-color: #0094D1;
}
.color-cyan {
  color: #0094D1;
}
.bg-color-blue {
  background-color: #00A3E2;
}
.border-color-blue {
  border-color: #00A3E2;
}
.color-blue {
  color: #00A3E2;
}
.bg-color-light-blue {
  background-color: #E6F6FD;
}
.bg-color-yellow {
  background-color: #FDC600;
}
.color-yellow {
  color: #FDC600;
}
.bg-color-light-pink {
  background-color: #FDF2F4;
}
.color-light-pink {
  color: #FDF2F4;
}
.bg-color-light-blue {
  background-color: #E6F6FD;
}
.color-light-blue {
  color: #E6F6FD;
}
.bg-color-light-yellow {
  background-color: #FFFAE6;
}
.color-light-yellow {
  color: #FFFAE6;
}
.bg-color-black {
  background-color: #000000;
}
.color-black {
  color: #000000;
}
.bg-color-white {
  background-color: #fff;
}
.color-white {
  color: #fff;
}
.border-color-white {
  border-color: #fff;
}
/* ------ Section Spacing ------ */
.frame-space-before-default,
.detail-page__content-wrapper,
.search-house-xl {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .frame-space-before-default,
  .detail-page__content-wrapper,
  .search-house-xl {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .frame-space-before-default,
  .detail-page__content-wrapper,
  .search-house-xl {
    padding-top: 80px;
  }
}
.frame-space-after-default,
.detail-page__content-wrapper,
.search-house-xl {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .frame-space-after-default,
  .detail-page__content-wrapper,
  .search-house-xl {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .frame-space-after-default,
  .detail-page__content-wrapper,
  .search-house-xl {
    padding-bottom: 80px;
  }
}
/* frame space BEFORE */
.frame-space-before-notset {
  margin-top: 0;
  padding-top: 0;
}
.frame-space-before-small {
  margin-top: 0;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .frame-space-before-small {
    padding-top: 10px;
  }
}
.frame-space-before-medium {
  margin-top: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .frame-space-before-medium {
    padding-top: 20px;
  }
}
.frame-space-before-large {
  margin-top: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .frame-space-before-large {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .frame-space-before-large {
    padding-top: 40px;
  }
}
/* frame space AFTER */
.frame-space-after-notset {
  margin-top: 0;
  padding-top: 0;
}
.frame-space-after-small {
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .frame-space-after-small {
    padding-bottom: 10px;
  }
}
.frame-space-after-medium {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .frame-space-after-medium {
    padding-bottom: 20px;
  }
}
.frame-space-after-large {
  margin-bottom: 20px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .frame-space-after-large {
    padding-bottom: 40px;
  }
}
/* ------ Mobile Spacing (BS Overwrite) ------ */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* LIST STYLES */
.list-style-none {
  list-style: none;
}
.list-style-custom {
  list-style: none;
  margin-left: 1.5rem;
}
.list-style-custom li::before {
  content: "\2022";
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}
/* ------ Icons ------ */
.icon-size {
  width: 1.5rem;
  height: 1.5rem;
}
.icon-size-sm {
  width: 1rem;
  height: 1rem;
}
.icon-size-lg {
  width: 2rem;
  height: 2rem;
}
.icon-minus {
  transform: rotate(180deg);
}
.open-close-icon {
  transition: transform 0.5s;
}
/* ------ Border Hightlight Text ------ */
.border-highlight {
  border-left: 7px solid #E60022;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .border-highlight {
    padding-left: 3rem;
  }
}
/* ------ List Type News Header ------ */
.header-height-news_pi1,
.header-height-ephouses_videolinks,
.header-height-ephouses_staff {
  min-height: 80px;
}
@media (min-width: 768px) {
  .header-height-news_pi1,
  .header-height-ephouses_videolinks,
  .header-height-ephouses_staff {
    min-height: 114px;
  }
}
.default-height {
  min-height: calc(100vw / 5 * 1);
}
.close.custom {
  opacity: 1;
}
.news-single .header-info {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .news-single .header-info .news-single-date {
    background: url(../../Images/Icons/wave_blue.svg);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 0;
    background-size: 30px;
  }
}
.news-single .header-info .news-singe-headline {
  font-size: 4rem;
  line-height: 4.375rem;
}
.news-single .news-no-image .background-container {
  background-image: url("../../Images/Icons/wave-banner_blue.svg"), url("../../Images/Icons/wave-banner_red.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 0, right 0;
  background-size: 40px, 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .news-single .news-no-image .background-container {
    background-position: left 90%, right 0;
    background-size: 70px, 70px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .news-single .news-no-image .background-container {
    background-size: 70px, 70px;
  }
}
@media (min-width: 1200px) {
  .news-single .news-no-image .background-container {
    background-position: 10% bottom, 90% top;
    background-size: auto, auto;
  }
}
.news-single .news-no-image .title-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .news-single .news-no-image .title-wrapper {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.news-single .news-no-image .title-wrapper .default-banner-header {
  text-align: center;
  font-size: 4rem;
  line-height: 4.5rem;
}
.news-single .news-single-content .col-12 {
  background-image: url(../../Images/Icons/wave_yellow.svg);
  background-position: 1.5rem 0;
  background-repeat: no-repeat;
  background-size: 40px;
}
@media (min-width: 992px) {
  .news-single .news-single-content .col-12 {
    background-position: 0 0;
  }
}
.news-single .news-single-content .read-more {
  margin-top: 30px;
}
.news-single .news-related {
  padding: 3rem 0;
  text-align: center;
}
.news-single .news-related .news-related-links .related-links-header {
  margin-bottom: 2rem;
}
.news-single .news-related .news-related-links .related-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-single .news-related .news-related-links .related-links-container .related-link {
  margin-bottom: 1.5rem;
  width: fit-content;
}
.detail-page__header {
  padding-top: 34px;
  padding-bottom: 34px;
}
.detail-page__link {
  position: relative;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .detail-page__link {
    position: absolute;
    top: 34px;
  }
}
@media (min-width: 768px) {
  .detail-page__link--staff {
    position: absolute;
    top: 0px;
  }
}
.detail-page__date {
  margin-bottom: 34px;
}
.detail-page__headline {
  margin-bottom: 34px;
}
.detail-page__bodytext {
  margin-bottom: 0;
}
.detail-page__content-wrapper {
  background-color: #E6F6FD;
}
.detail-page__content {
  background-image: url(../../Images/Icons/wave_yellow.svg);
  background-position: 1.5rem 0;
  background-repeat: no-repeat;
  background-size: 40px;
}
@media (min-width: 992px) {
  .detail-page__content {
    background-position: 0 0;
  }
}
.detail-page__detailtext {
  padding-top: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
}
.swiper-button-arrow {
  width: 18px;
  height: 35px;
  top: 50%;
}
.swiper-button-arrow:after {
  display: inline-block;
  width: 18px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-arrow.left-arrow:after {
  transform: rotate(180deg);
}
.swiper-button-arrow.blue-arrow:after {
  background-image: url(../../Images/Icons/slider-btn-arrow-blue.png);
}
.swiper-button-arrow.red-arrow:after {
  background-image: url(../../Images/Icons/slider-btn-arrow-red.png);
}
.slider-pagination {
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
}
.swiper-slide {
  height: auto;
}
.swiper-button-disabled {
  display: flex;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #AA0C23;
}
.slider-button.prev,
.slider-button.next {
  content: "";
  position: relative;
  top: 0;
  margin-top: 0;
  width: inherit;
  height: inherit;
  left: inherit;
  right: inherit;
  background-color: transparent;
}
.swiper-button-arrow {
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-arrow {
    display: block;
  }
}
.c-slider__pagination--hide {
  display: none;
}
/* Slider Arrow - Text Image Slider */
.text-image-slider-container .swiper-button-arrow {
  top: 23%;
}
@media (min-width: 992px) {
  .text-image-slider-container .swiper-button-arrow {
    top: calc(50% - 55px);
  }
}
.text-image-slider-container .swiper-button-prev {
  left: 0;
}
.text-image-slider-container .swiper-button-next {
  right: 0;
}
/* Text Image Slider */
.text-image-slide__headline {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-image-slide__headline {
    margin-bottom: 30px;
  }
}
.text-image-slide__bodytext {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-image-slide__bodytext {
    margin-bottom: 30px;
  }
}
/* News Cards Slider */
@media (min-width: 992px) {
  .news-slider-wrapper {
    padding-bottom: 28px;
  }
}
/* Staff Slider */
.staff-slider__headline {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .staff-slider__headline {
    margin-bottom: 50px;
  }
}
.staff-slider__bodytext {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .staff-slider__bodytext {
    margin-bottom: 50px;
  }
}
/* Video Slider */
.video-prev__caption {
  padding-top: 14px;
  color: white;
}
@media (min-width: 768px) {
  .video-prev__caption {
    padding-top: 25px;
  }
}
/* Events Documentation Slider */
.eventDocumentation-slider-container .swiper-wrapper,
.newsslider-slider-container .swiper-wrapper {
  height: unset;
}
.eventDocumentation-slider-container .swiper-button-arrow,
.newsslider-slider-container .swiper-button-arrow {
  top: calc(250px - (35px / 2));
  height: 35px;
  width: 18px;
  display: block;
}
.eventDocumentation-slider-container .swiper-button-prev,
.newsslider-slider-container .swiper-button-prev {
  left: 0;
}
.eventDocumentation-slider-container .swiper-button-next,
.newsslider-slider-container .swiper-button-next {
  right: 0;
}
.newsslider-slider-container .swiper-button-arrow {
  top: calc(50% - 38px);
}
.frame-type-list.frame-bg-color-0 {
  background-color: #fff;
}
.frame-type-list.frame-bg-color-1 {
  background-color: #FDF2F4;
}
.frame-type-list.frame-bg-color-1.frame-listtype-news_pi1 {
  background-image: url(../../Images/bg-img-news.png);
  background-repeat: repeat;
  background-position: left center;
}
.frame-type-list.frame-bg-color-2 {
  background-color: #E6F6FD;
}
.frame-type-list.frame-bg-color-2.frame-listtype-news_pi1 {
  background-image: url(../../Images/bg-img-news.png);
  background-repeat: repeat;
  background-position: left center;
}
.frame-bg-color-0 {
  background-color: #fff;
}
.frame-bg-color-1 {
  background-color: #FDF2F4;
}
.frame-bg-color-2 {
  background-color: #E6F6FD;
}
.video-preview-play-icon-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-preview-play-icon-size {
  width: 4rem;
  height: 4rem;
}
.video-preview-play-icon-src {
  background: url(../../Images/Icons/btn_play.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute;
  }
}
.position-bottom {
  bottom: 0;
}
.skip {
  position: absolute;
  top: 0px;
  left: 0px;
}
.skip a {
  position: absolute;
  top: 0px;
  display: none;
  padding: 5px 8px 5px 8px;
}
.frame-type-epmghtemplate_teaser .data-headers {
  display: none;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links {
  background-repeat: no-repeat;
  background-position: 90% 20%;
  background-size: 120px;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_teaser .ep-teaser-links {
    background-size: 0;
    background-position: 90% 3%;
  }
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #fff;
  text-align: center;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-link-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-link-header {
    margin-bottom: 3rem;
  }
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-link-header .links-headline {
  text-transform: uppercase;
  font-size: 2.375rem;
  line-height: 2.625rem;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background {
    background-size: 200px;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background {
    background-size: contain;
  }
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background .link-item {
  font-family: 'MGH-Soft';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background .link-item {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background .link-item:before {
  content: "";
  display: inline-block;
  background: url(../../Images/Icons/checkmark_white.svg);
  background-size: cover;
  width: 22px;
  height: 18px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container .teaser-links .teaser-background .link-item:before {
    width: 42px;
    height: 32px;
  }
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container.arrow .teaser-links .teaser-link-header {
  color: #000000;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container.arrow .teaser-links .main-link {
  color: #000000;
  display: none;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container.arrow .teaser-links .main-link:after {
  display: none;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container.arrow .teaser-links .teaser-background .link-item {
  color: #E60022;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container.arrow .teaser-links .teaser-background .link-item:before {
  display: none;
}
.frame-type-epmghtemplate_teaser .ep-teaser-links .teaser-links-container.arrow .teaser-links .teaser-background .link-item:after {
  content: "";
  display: inline-block;
  background: url(../../Images/Icons/arrow_red.svg);
  transform: rotate(180deg);
  background-size: cover;
  width: 30px;
  height: 24px;
  margin-left: 10px;
}
.search-house-xl .house-xl-headline {
  text-align: center;
  margin-bottom: 2rem;
}
.search-house-xl .form-inline-xl {
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .search-house-xl .form-inline-xl {
    width: 70%;
  }
}
.search-house-xl .form-inline-xl .searchfield-input-xl {
  background: #fff;
}
@media (min-width: 992px) {
  .search-house-xl .form-inline-xl .searchfield-input-xl {
    width: 50%;
  }
}
.contact-icon {
  display: flex;
  align-items: center;
}
.contact-icon:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-phone:before {
  background-image: url(../../Images/Icons/phone-icon_blue.svg);
}
.contact-mail:before {
  background-image: url(../../Images/Icons/mail-icon_blue_3.svg);
}
.contact-web:before {
  background-image: url(../../Images/Icons/web-icon_blue.svg);
}
.contact-web:before {
  background-image: url(../../Images/Icons/facebook-icon_blue.svg);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 1rem;
}
/* SEARCH page */
.frame-listtype-indexedsearch_pi2 {
  min-height: 40vh;
}
/* Contacts element */
.frame-type-epmghtemplate_contacts .data-headers {
  display: none;
}
.frame-type-epmghtemplate_contacts .contacts-header {
  font-size: 2.625rem;
  line-height: 2.875rem;
}
.frame-type-epmghtemplate_contacts .contacts-wrapper .contact-item {
  background-color: #fff;
  padding: 3rem;
  height: 100%;
}
/* --- BORDER --- */
/* set border (use in combination with color class) */
.border-style {
  border-style: solid;
  border-width: 1px;
}
/* --- BLOCKQUOTE --- */
/* RTE */
blockquote {
  border-left: 7px solid #E60022;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  blockquote {
    padding-left: 3rem;
  }
}
blockquote p:before {
  content: '„';
  display: inline-block;
}
blockquote p:after {
  content: '“';
  display: inline-block;
}
/* NORMAL (to overwrite RTE) */
blockquote.default-styling {
  border-left-width: 0px;
  padding-left: 0;
}
/* --- RTE STYLE --- */
.rte-body-text {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .rte-body-text {
    padding: 0px;
  }
}
.rte-body-text p,
.rte-body-text ul,
.rte-body-text ol {
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .rte-body-text p,
  .rte-body-text ul,
  .rte-body-text ol {
    padding-bottom: 25px;
  }
}
.rte-body-text p strong,
.rte-body-text ul strong,
.rte-body-text ol strong {
  font-family: 'Calibri Bold';
}
.rte-body-text blockquote {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .rte-body-text blockquote {
    margin-bottom: 80px;
  }
}
.rte-body-text blockquote p {
  padding-bottom: 0;
}
.rte-body-text p + blockquote {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .rte-body-text p + blockquote {
    margin-top: 55px;
  }
}
.rte-body-text em {
  font-style: italic;
}
.rte-body-text h2 + blockquote,
.rte-body-text h3 + blockquote,
.rte-body-text h4 + blockquote {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .rte-body-text h2 + blockquote,
  .rte-body-text h3 + blockquote,
  .rte-body-text h4 + blockquote {
    margin-top: 40px;
  }
}
.rte-body-text p + ul {
  margin-top: -25px;
}
.rte-body-text h2,
.rte-body-text h3,
.rte-body-text h4 {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .rte-body-text h2,
  .rte-body-text h3,
  .rte-body-text h4 {
    padding-top: 15px;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
.rte-body-text h5 {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .rte-body-text h5 {
    padding-top: 0px;
    margin-bottom: 25px;
  }
}
.rte-body-text li {
  margin-bottom: 0px;
}
.rte-body-text li {
  list-style: none;
  margin-left: 1.5rem;
}
.rte-body-text li::before {
  content: "\2022";
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}
.rte-body-text li p {
  display: inline;
}
/* --- SECTION HEADLINE --- */
.c-section {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .c-section {
    margin-bottom: 40px;
  }
}
.c-slider__pagination {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .c-slider__pagination {
    margin-top: 50px;
  }
}
.contentwrap_intranet_start {
  min-height: 80vh;
}
#intranetLoginForm .modal-dialog {
  margin: 5rem 0.5rem;
}
@media (min-width: 576px) {
  #intranetLoginForm .modal-dialog {
    margin: 5rem auto;
    padding-right: 0 !important;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  #intranetLoginForm .modal-dialog {
    max-width: 45%;
  }
}
#intranetLoginForm .modal-dialog .modal-content {
  border-radius: 0;
}
#intranetLoginForm .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 2rem 2rem 0 0;
}
#intranetLoginForm .modal-dialog .modal-content .modal-header .close-icon {
  background: url(../../Images/Icons/close_red.svg) no-repeat center left;
  background-size: 20px;
  height: 20px;
  display: block;
  width: 20px;
}
@media (min-width: 768px) {
  #intranetLoginForm .modal-dialog .modal-content .modal-body {
    padding: 1rem 3rem 5rem 3rem;
  }
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .login-header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .login-info {
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 1rem;
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .reset-header {
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
  font-size: 2rem;
  line-height: 2.25rem;
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .reset-info {
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 form {
    width: 80%;
    margin: 0 auto;
  }
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .btn-wrapper {
  text-align: center;
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .reset-pass-wrapper {
  text-align: center;
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .reset-pass-wrapper .reset-pass {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #E60022;
  text-decoration: underline;
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .reset-pass-wrapper .reset-pass.collapsed:before {
  content: 'Passwort vergessen?';
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 .reset-pass-wrapper .reset-pass:before {
  content: 'Passwort vergessen Formular ausblenden';
}
#intranetLoginForm .modal-dialog .modal-content .modal-body .tx-felogin-pi1 fieldset legend {
  display: none;
}
.tx-felogin-pi1 input[type=submit] {
  margin: 1.5rem 0;
}
.tx-felogin-pi1 .tx-felogin-pi1-container {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
.tx-felogin-pi1 .tx-felogin-pi1-container fieldset {
  display: block;
  margin: auto;
  max-width: 550px;
}
.tx-felogin-pi1 .tx-felogin-pi1-container fieldset label {
  text-align: left;
}
.tx-felogin-pi1 .tx-felogin-pi1-container fieldset input[type=text],
.tx-felogin-pi1 .tx-felogin-pi1-container fieldset input[type=password] {
  width: 100%;
  max-width: 550px;
}
.tx-felogin-pi1 .tx-felogin-pi1-container fieldset input[type=submit] {
  margin: auto;
  display: block;
}
.tx-felogin-pi1 .tx-felogin-pi1-container p.felogin-link {
  text-align: center;
}
.tx-felogin-pi1 .tx-felogin-pi1-container p.felogin-link a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #E60022;
  text-decoration: underline;
}
/*  Detail page banner  */
.detail-page-banner .detail-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.detail-page-banner .detail-info .back-btn {
  position: absolute;
  top: 30px;
}
.detail-page-banner .detail-info .detail-title {
  font-size: 4rem;
  line-height: 4.375rem;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .detail-page-banner .detail-info .detail-title {
    margin-top: 0;
  }
}
.detail-page-banner .header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 992px) {
  .detail-page-banner .header-image {
    height: auto;
  }
}
.detail-page-banner .header-image.default-img {
  background: url("../../Images/default_artikel.jpg");
}
.detail-page-banner .detail-banner-default .background-container {
  background-image: url("../../Images/Icons/wave-detail-banner_blue.svg");
  background-position: 13% 24px;
  background-repeat: no-repeat;
}
.detail-page-banner .detail-banner-default .title-wrapper .detail-title {
  text-align: center;
  font-size: 4rem;
  line-height: 4.5rem;
}
.detail-page-banner .detail-title {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* new less */
.detail-title {
  text-align: center;
  font-size: 4rem;
  line-height: 4.5rem;
}
@media (min-width: 1200px) {
  .container-header-custom {
    max-width: inherit;
  }
}
@media (min-width: 992px) {
  .banner-header-left {
    min-height: 50vw;
  }
}
@media (min-width: 1200px) {
  .banner-header-left {
    min-height: calc((3/4) * 50vw);
  }
}
@media (min-width: 1200px) {
  .banner-header-left {
    padding-right: 8.333333%;
  }
}
@media (min-width: 992px) {
  .position-absolute-lg {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .banner-header-right {
    top: 0;
    right: 0;
  }
}
.position-top-right {
  top: 0;
  right: 0;
}
.frame-type-epmghtemplate_textlinkimage h3 {
  word-wrap: break-word;
}
.frame-type-epmghtemplate_textlinkimage .text-image-link-element .text-image-link-wrapper.position-1 {
  flex-direction: row-reverse;
}
.frame-type-epmghtemplate_textlinkimage .text-image-link-element .text-image-link-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .frame-type-epmghtemplate_textlinkimage .text-image-link-element .text-image-link-wrapper .info-wrapper {
    padding-right: 8.333333%;
  }
}
.frame-type-epmghtemplate_textlinkimage .text-image-link-element .text-image-link-wrapper .no-image {
  background: url("../../Images/default_artikel.jpg");
  background-size: cover;
}
.frame-type-epmghtemplate_textlinkimage .text-image-link-element .text-image-link-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
}
.image-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.c-text-image {
  position: relative;
}
.c-text-image__body {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .c-text-image__body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .c-text-image__body--sticky {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.c-text-image__headline {
  margin-bottom: 30px;
}
.c-text-image__bodytext {
  margin-bottom: 30px;
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .one-video-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .one-video-wrapper .video-container iframe {
  width: 100%;
  height: 500px;
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .one-video-wrapper .video-container img {
  width: auto;
  height: 300px;
}
@media (min-width: 992px) {
  .frame-type-epmghtemplate_videoteaserslider .video-teaser .video-col {
    padding: 0 50px;
  }
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .two-videos-wrapper .video-container iframe {
  width: 100%;
  height: 300px;
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .two-videos-wrapper .video-container img {
  width: auto;
  height: 300px;
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .two-videos-wrapper .link-arrow-right {
  color: #E60022;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 0.875rem;
  float: right;
  display: flex;
  align-items: center;
}
.frame-type-epmghtemplate_videoteaserslider .video-teaser .two-videos-wrapper .link-arrow-right:after {
  width: 12px;
  height: 12px;
  margin-left: 0.3rem;
}
.frame-type-textmedia a {
  /*
        color: @color_bright-red;
        text-transform: uppercase;
        text-decoration: underline;

        &:hover {
          color: @color_dark-red;
        }
     */
}
.frame-type-textmedia a.read-more {
  color: #fff;
  text-decoration: none;
}
.frame-type-textmedia a.read-more:hover {
  color: #E60022;
}
.frame-type-textmedia .rte-button a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #E60022;
}
.frame-type-textmedia .rte-button a:hover {
  color: #E60022;
  border: 1px solid #E60022;
}
.read-more {
  margin-top: 2rem;
}
.read-more:hover {
  margin-top: 2rem;
}
.read-more:after {
  content: 'Mehr';
}
.read-more.open:after {
  content: 'Schließen';
}
.ellipsis {
  line-height: 24px;
}
.ellipsis h2 {
  margin-bottom: 24px;
}
.ellipsis h3 {
  margin-bottom: 22px;
}
.news-single-content .ellipsis {
  line-height: 33px;
}
.frame-type-epmghtemplate_programflyer .programmflyer-wrapper {
  background-color: #FFFAE6;
}
.frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-link {
  text-decoration: none;
  color: #000000;
}
.frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item {
  background-color: #fff;
  padding: 1rem 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item {
    margin: 0.7rem;
  }
}
.frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item .flyer-item-header {
  text-align: center;
  margin-bottom: 1rem;
}
.frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item .button-link,
.frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item input[type=submit] {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item .button-link,
  .frame-type-epmghtemplate_programflyer .programmflyer-wrapper .flyer-list .flyer-item input[type=submit] {
    margin-top: auto;
  }
}
.frame-type-epmghtemplate_textlink {
  position: relative;
}
.frame-type-epmghtemplate_textlink .text-link-wrapper .text-link-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.frame-type-epmghtemplate_textlink .alignment-1 {
  text-align: center;
}
.frame-type-epmghtemplate_textlink .button-link,
.frame-type-epmghtemplate_textlink input[type=submit] {
  margin-top: 1rem;
}
.frame-type-text a {
  color: #E60022;
  text-transform: uppercase;
  text-decoration: underline;
}
.videostream .video-wrapper iframe {
  width: 100%;
  height: 196px;
}
@media (min-width: 768px) {
  .videostream .video-wrapper iframe {
    height: 422px;
  }
}
@media (min-width: 992px) {
  .videostream .video-wrapper iframe {
    height: 490px;
  }
}
.videostream .sidebar-wrapper iframe {
  width: 100%;
  height: 490px;
}
@media (min-width: 768px) {
  .videostream .sidebar-wrapper iframe {
    width: auto;
  }
}
@media (min-width: 992px) {
  .videostream .sidebar-wrapper iframe {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-video-slider--with-bg-img {
    background-image: url("../../Images/Icons/wave_yellow_2.svg");
    background-repeat: no-repeat;
    background-position-x: 1rem;
    background-position-y: bottom;
    background-size: 4rem, 4rem;
  }
}
@media (min-width: 992px) {
  .c-video-slider--with-bg-img {
    background-position-x: 0;
  }
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .color-white,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .color-white,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .color-white,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .color-white {
  color: #000000;
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .video-prev__caption,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .video-prev__caption,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .video-prev__caption,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .video-prev__caption {
  color: #000000;
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .bg-color-white,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .bg-color-white,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .bg-color-white,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .bg-color-white {
  background-color: rgba(0, 0, 0, 0.25);
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .link-show-all--white,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .link-show-all--white,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .link-show-all--white,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .link-show-all--white {
  color: #E60022;
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .link-show-all--white:after,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .link-show-all--white:after,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .link-show-all--white:after,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .link-show-all--white:after {
  background-image: url(../../Images/Icons/Arrow/arrow_bright-red.svg);
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .link-show-all--white:hover,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .link-show-all--white:hover,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .link-show-all--white:hover,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .link-show-all--white:hover {
  color: #AA0C23;
}
.frame-listtype-ephouses_videolinks.frame-bg-color-null .link-show-all--white:hover:after,
.frame-listtype-ephouses_videolinks.frame-bg-color-0 .link-show-all--white:hover:after,
.frame-listtype-ephouses_videolinks.frame-bg-color-1 .link-show-all--white:hover:after,
.frame-listtype-ephouses_videolinks.frame-bg-color-2 .link-show-all--white:hover:after {
  background-image: url(../../Images/Icons/Arrow/arrow_dark-red.svg);
}
.c-more-pages__headline {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .c-more-pages__headline {
    margin-bottom: 3rem;
  }
}
.c-more-pages-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-more-pages-list__item {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .c-more-pages-list__item {
    margin-bottom: 30px;
  }
}
.c-more-pages-list__link {
  text-decoration: underline;
}
/* --- Social Media Wall --- */
@media (min-width: 576px) {
  .socialmediawall-wall .card-columns {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .socialmediawall-wall .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .socialmediawall-wall .card-columns {
    column-count: 3;
  }
}
.socialmediawall-wall .card-body p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.socialmediawall-wall .post-header-poster-name {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.announcement-container {
  background: #0094D1;
}
.announcement-container .announcement-close {
  position: relative;
  right: 1rem;
  top: 1rem;
}
.announcement-container .announcement-text a {
  color: #000000;
  text-decoration: underline;
}
.announcement-container .announcement-text a:hover {
  font-weight: bold;
}
.intranet .announcement-container {
  background: #FDC600;
}
/*# sourceMappingURL=main.css.map */
