@charset "UTF-8";
/* Colors: */
/* Font/text values */
/* Character Styles */
/* Character Styles */
/* Character Styles */
/* Character Styles */
/* Character Styles */
/* Character Styles */
/* Character Styles */
/* Character Styles */
.adressen-18-pt-22pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
}

.text-subnavi-18-pt-32pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
}

.footer-versalien-18-pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
}

.bildunterschrift-18-pt-23 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.kategorie-datum-info-hoover-20-22-pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #F2E1E3;
}

.artikel-fliesstext-22-pt-32pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .artikel-fliesstext-22-pt-32pt {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .artikel-fliesstext-22-pt-32pt {
    font-size: 14px;
    line-height: 21px;
  }
}

.artikel-teaser-rosa-30-pt-33-pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #F2E1E3;
}

.artikel-teaser-hauptnavi-rot-30-pt-33pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .artikel-teaser-hauptnavi-rot-30-pt-33pt {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .artikel-teaser-hauptnavi-rot-30-pt-33pt {
    font-size: 20px;
    line-height: 22px;
  }
}

.artikel-headline-42-46pt-rot {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .artikel-headline-42-46pt-rot {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .artikel-headline-42-46pt-rot {
    font-size: 28px;
    line-height: 30px;
  }
}

.artikel-headline-rosa-42-pt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #F2E1E3;
}

body {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  background-color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}

.container {
  width: 100%;
  max-width: 1600px;
}

header {
  position: fixed;
  width: 100%;
  height: 96px;
  background: #FFFFFF;
  z-index: 1000;
  /*
  [class*="col-"] {
  	min-height: 100px;
  	//background-color: rgba(65, 105, 128, 0.6);
  	border-right: 1px solid green;
  	border-bottom: 1px solid green;
  }

   */
}
header > .container {
  background-image: url(/resources/images/bg_m.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
header > .container > .row {
  position: relative;
  height: 96px;
}
@media (max-width: 991px) {
  header .justifyContentCenterLogo {
    color: #D33333;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
header .text-logo-header {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
}
header .text-logo-header:hover {
  color: #F2E1E3;
  text-decoration: none;
}
@media (max-width: 991px) {
  header .text-logo-header {
    color: #D33333;
  }
}
@media only screen and (max-width: 1400px) {
  header .text-logo-header {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  header .text-logo-header {
    font-size: 20px;
    line-height: 22px;
  }
}
header .headerMainNav {
  padding: 0;
  margin: 0;
}
header .headerMainNav > li {
  list-style: none;
  float: left;
}
header .headerMainNav > li:hover .megaNavContainer {
  height: auto;
  padding-top: 21px;
  margin-top: 75px;
  opacity: 1;
}
header .headerMainNav > li:hover .megaNavContainer .container {
  opacity: 1;
  display: block;
}
header .headerMainNav > li.active > a {
  border-top: 1px solid #D33333 !important;
}
header .headerMainNav > li a.mainNavLink {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  height: 66px;
  border-top: 1px solid #FFFFFF;
  padding: 4px 4px;
  margin: 0 5px;
  display: block;
}
@media only screen and (max-width: 1400px) {
  header .headerMainNav > li a.mainNavLink {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerMainNav > li a.mainNavLink {
    font-size: 20px;
    line-height: 22px;
  }
}
header .headerMainNav > li a.mainNavLink:hover {
  border-top: 1px solid #D33333;
  text-decoration: none;
}
header .headerToolNav {
  padding: 0;
  margin: 0;
}
@media (min-width: 376px) {
  header .headerToolNav {
    margin-left: 18px;
  }
}
@media (max-width: 375px) {
  header .headerToolNav {
    margin-left: 10px;
  }
}
header .headerToolNav li {
  position: relative;
  cursor: pointer;
  list-style: none;
  float: left;
  margin-left: 14px;
}
header .headerToolNav li:first-child {
  margin-left: 0;
}
@media (max-width: 1199px) {
  header .headerToolNav li {
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  header .headerToolNav li {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  header .headerToolNav li {
    margin-left: 8px;
  }
}
header .headerToolNav li.activeLangLayer .btnToolNav.btnLang, header .headerToolNav li:hover .btnToolNav.btnLang {
  opacity: 0;
}
header .headerToolNav li.activeLangLayer .toolLayer, header .headerToolNav li:hover .toolLayer {
  height: auto;
  opacity: 1;
}
@media only screen and (max-width: 400px) {
  header .headerToolNav li.langLinkEl {
    margin-top: 4px;
  }
}
header .headerToolNav li .btnToolNav {
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  /*
  &.btnLang:focus + .toolLayer.langLayer {
  	height: auto;
  	opacity: 1;
  }
   */
}
header .headerToolNav li .btnToolNav.btnContrast {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media only screen and (max-width: 1400px) {
  header .headerToolNav li .btnToolNav.btnContrast {
    width: 18.9393939394px;
    height: 18.9393939394px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerToolNav li .btnToolNav.btnContrast {
    width: 16.4041994751px;
    height: 16.4041994751px;
  }
}
header .headerToolNav li .btnToolNav.btnContrast.iconLowContrast {
  background-image: url(/resources/images/icon-contrast-low.svg);
}
header .headerToolNav li .btnToolNav.btnContrast.iconLowContrast:hover {
  background-image: url(/resources/images/icon-contrast-high.svg);
}
header .headerToolNav li .btnToolNav.btnContrast.iconHighContrast {
  background-image: url(/resources/images/icon-contrast-high.svg);
}
header .headerToolNav li .btnToolNav.btnContrast.iconHighContrast:hover {
  background-image: url(/resources/images/icon-contrast-low.svg);
}
header .headerToolNav li .btnToolNav.iconLeichteSprache {
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-top: 1px;
  background-image: url(/resources/images/icon-leichte-sprache-ffffff.svg);
}
header .headerToolNav li .btnToolNav.iconLeichteSprache:hover {
  background-image: url(/resources/images/icon-leichte-sprache-f2e1e3.svg);
}
@media only screen and (max-width: 1400px) {
  header .headerToolNav li .btnToolNav.iconLeichteSprache {
    width: 17.4242424242px;
    height: 17.4242424242px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerToolNav li .btnToolNav.iconLeichteSprache {
    width: 15.0918635171px;
    height: 15.0918635171px;
  }
}
header .headerToolNav li .btnToolNav.iconGebaerdenSprache {
  width: 29px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-top: 1px;
  background-image: url(/resources/images/icon-gebaerdensprache-ffffff.svg);
}
header .headerToolNav li .btnToolNav.iconGebaerdenSprache:hover {
  background-image: url(/resources/images/icon-gebaerdensprache-f2e1e3.svg);
}
@media only screen and (max-width: 1400px) {
  header .headerToolNav li .btnToolNav.iconGebaerdenSprache {
    width: 21.9696969697px;
    height: 17.4242424242px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerToolNav li .btnToolNav.iconGebaerdenSprache {
    width: 19.0288713911px;
    height: 15.0918635171px;
  }
}
header .headerToolNav li .btnToolNav.btnSearch {
  width: 23px;
  height: 23px;
  background-image: url(/resources/images/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-top: 2px;
}
header .headerToolNav li .btnToolNav.btnSearch:hover {
  background-image: url(/resources/images/search-hover.svg);
}
@media only screen and (max-width: 1400px) {
  header .headerToolNav li .btnToolNav.btnSearch {
    margin-top: 3.3939393939px;
    width: 21.2121212121px;
    height: 21.2121212121px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerToolNav li .btnToolNav.btnSearch {
    margin-top: 4.813648294px;
    width: 18.3727034121px;
    height: 18.3727034121px;
  }
}
@media only screen and (max-width: 400px) {
  header .headerToolNav li .btnToolNav.btnSearch {
    font-size: 13px;
    line-height: 14px;
  }
}
header .headerToolNav li .btnToolNav span {
  display: none;
}
@media only screen and (max-width: 1400px) {
  header .headerToolNav li .btnToolNav {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  header .headerToolNav li .btnToolNav {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 400px) {
  header .headerToolNav li .btnToolNav {
    font-size: 13px;
    line-height: 14px;
  }
}
header .toolLayer {
  position: absolute;
  top: -5px;
  left: -8px;
  background: rgba(255, 255, 255, 0.85);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}
header .toolLayer.visible {
  height: auto;
  opacity: 1;
}
header .toolLayer h3.toolHeadline,
header .toolLayer .toolHeadline {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  padding: 5px 8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1400px) {
  header .toolLayer h3.toolHeadline,
  header .toolLayer .toolHeadline {
    font-size: 22px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  header .toolLayer h3.toolHeadline,
  header .toolLayer .toolHeadline {
    font-size: 19px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 400px) {
  header .toolLayer h3.toolHeadline,
  header .toolLayer .toolHeadline {
    font-size: 12px;
    line-height: 14px;
  }
}
header .toolLayer.langLayer .toolBtn {
  min-width: 100px;
}
header .toolLayer .toolBtn {
  font-size: 15px;
  color: #D33333;
  border: none;
  background: none;
  padding: 5px 8px;
  display: block;
}
header .toolLayer .toolBtn + .toolBtn {
  border-top: 1px solid #D33333;
}
@media only screen and (max-width: 1400px) {
  header .toolLayer .toolBtn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  header .toolLayer .toolBtn {
    font-size: 12px;
  }
}
header .toolSearchLayer {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 9px 15px -9px rgba(62, 62, 62, 0.6); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 9px 15px -9px rgba(62, 62, 62, 0.6); /* Firefox 3.5 - 3.6 */
  box-shadow: 0 9px 15px -9px rgba(62, 62, 62, 0.6); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}
header .toolSearchLayer.visible {
  height: 50px;
  opacity: 1;
}
header .toolSearchLayer .searchForm {
  width: 100%;
}
header .toolSearchLayer .searchForm input.searchField {
  width: 100%;
  max-width: 600px;
  color: #D33333;
  background: none;
  border: none;
  display: block;
}
header .toolSearchLayer .searchForm input.searchField:focus {
  outline: #F2E1E3;
}

.navbar {
  padding: 0.5rem 0;
}

.navbarBurger .bar1 {
  outline: 1px solid transparent;
  top: 0;
  width: 35px !important;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.navbarBurger .bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}
.navbarBurger .bar3 {
  outline: 1px solid transparent;
  bottom: 0;
  width: 35px !important;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.navbarBurger .toggled .bar1 {
  top: 9px;
  width: 35px !important;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.navbarBurger .toggled .bar2 {
  opacity: 0;
}
.navbarBurger .toggled .bar3 {
  bottom: 13px;
  width: 35px !important;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.navbarBurger .navbarToggle {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.navbarBurger .navbarToggle .icon-bar {
  position: relative;
  width: 42px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  display: block;
}
.navbarBurger .navbarToggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbarBurger .navbarToggle .navbar-collapse {
  text-decoration: none;
}
.navbarBurger .navbarToggle .navbar-form {
  text-decoration: none;
}

@keyframes topbar-x {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  45% {
    top: 9px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes topbar-x {
  0% {
    top: 0;
  }
  45% {
    top: 9px;
  }
}
@-moz-keyframes topbar-x {
  0% {
    top: 0;
  }
  45% {
    top: 9px;
  }
}
@keyframes topbar-back {
  0% {
    top: 9px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes topbar-back {
  0% {
    top: 9px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes topbar-back {
  0% {
    top: 9px;
  }
  100% {
    top: 0;
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0;
    transform: rotate(0deg);
  }
  45% {
    bottom: 13px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@-webkit-keyframes bottombar-x {
  0% {
    bottom: 0;
  }
  45% {
    bottom: 13px;
  }
}
@-moz-keyframes bottombar-x {
  0% {
    bottom: 0;
  }
  45% {
    bottom: 13px;
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 13px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes bottombar-back {
  0% {
    bottom: 13px;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes bottombar-back {
  0% {
    bottom: 13px;
  }
  100% {
    bottom: 0;
  }
}
.headerMainNav .megaNavContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  z-index: 10001;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.headerMainNav .megaNavContainer.megaNavVisible {
  height: auto;
  padding-top: 21px;
  margin-top: 75px;
  opacity: 1;
}
.headerMainNav .megaNavContainer .container {
  background-color: #FFFFFF;
  padding-top: 29px;
  padding-bottom: 42px;
  -webkit-box-shadow: 0 9px 15px -9px rgba(62, 62, 62, 0.6); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 9px 15px -9px rgba(62, 62, 62, 0.6); /* Firefox 3.5 - 3.6 */
  box-shadow: 0 9px 15px -9px rgba(62, 62, 62, 0.6); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: none;
}
.headerMainNav .megaNavContainer .container.visible {
  opacity: 1;
  display: block;
}
.headerMainNav .megaNavContainer .container.alleMuseenContainer h2 {
  margin-bottom: 39px;
}
.headerMainNav .megaNavContainer h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.headerMainNav .megaNavContainer h2 + ul.megaNav li:first-child a {
  border-top: 1px solid transparent;
}
.headerMainNav .megaNavContainer h2.megaNavHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: none;
  border: none !important;
  margin-bottom: 0;
}
.headerMainNav .megaNavContainer h2.megaNavHeadline a {
  border-top: 1px solid #D33333;
  border-bottom: 1px solid #D33333;
  padding: 5px 3px !important;
}
.headerMainNav .megaNavContainer h2.megaNavHeadline a:hover {
  text-decoration: none;
  color: #F2E1E3;
  background: #D33333;
}
.headerMainNav .megaNavContainer ul.megaNav {
  padding: 0;
  margin: 0;
}
.headerMainNav .megaNavContainer ul.megaNav.noHeadlineTop {
  margin-top: 21px;
}
.headerMainNav .megaNavContainer ul.megaNav.small {
  width: 24px;
  margin-right: 20px;
}
.headerMainNav .megaNavContainer ul.megaNav.small li {
  padding: 0;
}
.headerMainNav .megaNavContainer ul.megaNav li {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}
.headerMainNav .megaNavContainer ul.megaNav li.active a {
  color: #FFFFFF;
  background: #D33333;
}
.headerMainNav .megaNavContainer ul.megaNav li:first-child a {
  border-top: 1px solid #D33333;
}
.headerMainNav .megaNavContainer ul.megaNav li a {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  border-bottom: 1px solid #D33333;
  padding: 5px 0 5px 3px;
  display: block;
}
.headerMainNav .megaNavContainer ul.megaNav li a:hover {
  text-decoration: none;
  color: #F2E1E3;
  background: #D33333;
}

.mobileNavContainer {
  /* position: absolute; */
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .mobileNavContainer {
    display: none;
  }
}
.mobileNavContainer.open {
  top: 0;
  opacity: 1;
  z-index: 999;
}
.mobileNavContainer .mobileNavPanel {
  position: relative;
  margin: 0 auto;
  padding-top: 117px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 800px;
  min-height: 100vh;
}
.mobileNavContainer .mobileNavPanel .mobileAddress {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  text-transform: none;
  padding: 0 0 0 36px;
}
@media only screen and (max-width: 1500px) {
  .mobileNavContainer .mobileNavPanel .mobileAddress {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1380px) {
  .mobileNavContainer .mobileNavPanel .mobileAddress {
    font-size: 12px;
    line-height: 14px;
  }
}
.mobileNavContainer .mobileMainNav {
  padding: 0;
}
.mobileNavContainer .mobileMainNav li.level1 {
  list-style: none;
  border-bottom: 1px solid #D33333;
  padding: 0 0 0 36px;
}
.mobileNavContainer .mobileMainNav li.level1:first-child {
  border-top: 1px solid #D33333;
}
.mobileNavContainer .mobileMainNav li.level1 .subnavBtn {
  position: absolute;
  top: 0px;
  right: 35px;
  width: 32px;
  height: 28px;
  background: transparent;
  border: none;
  display: block;
  z-index: 1;
}
.mobileNavContainer .mobileMainNav li.level1 .subnavBtn:before, .mobileNavContainer .mobileMainNav li.level1 .subnavBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  height: 3px;
  width: 18px;
  background-color: #D33333;
  transition: all 0.25s ease-out;
  margin-top: -1px;
}
.mobileNavContainer .mobileMainNav li.level1 .subnavBtn:before {
  transform: rotate(-90deg);
}
.mobileNavContainer .mobileMainNav li.level1 .subnavBtn:after {
  transform: rotate(-180deg);
}
.mobileNavContainer .mobileMainNav li.level1.showSub .megaNavContainer {
  display: block;
}
.mobileNavContainer .mobileMainNav li.level1.showSub .subnavBtn:before {
  transform: rotate(45deg);
}
.mobileNavContainer .mobileMainNav li.level1.showSub .subnavBtn:after {
  transform: rotate(138deg);
}
.mobileNavContainer .mobileMainNav a.mainNavLink {
  position: relative;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  padding: 5px 62px 5px 3px;
  margin: 0;
  display: block;
}
.mobileNavContainer .mobileMainNav .megaNavContainer {
  display: none;
}
.mobileNavContainer .mobileMainNav .megaNavContainer h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  padding-left: 3px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.mobileNavContainer .mobileMainNav .megaNavContainer .megaNav {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  padding: 0;
  margin: 0 0 10px 0;
}
.mobileNavContainer .mobileMainNav .megaNavContainer .megaNav:first-child {
  margin-top: 25px;
}
.mobileNavContainer .mobileMainNav .megaNavContainer .megaNav li {
  list-style: none;
  padding: 0 35px 0 0;
}
.mobileNavContainer .mobileMainNav .megaNavContainer .megaNav li a {
  display: block;
  padding: 5px 0 5px 3px;
}
.mobileNavContainer .mobileMainNav .megaNavContainer .megaNav li a:hover {
  text-decoration: none;
  color: #F2E1E3;
  background: #D33333;
}
.mobileNavContainer .mobileHomeNav,
.mobileNavContainer .mobileMetaNav {
  padding: 0;
  margin-top: 25px;
}
.mobileNavContainer .mobileHomeNav li,
.mobileNavContainer .mobileMetaNav li {
  list-style: none;
  padding: 0 0 0 36px;
}
.mobileNavContainer .mobileHomeNav li .subnavBtn,
.mobileNavContainer .mobileMetaNav li .subnavBtn {
  position: absolute;
  top: 0px;
  right: 35px;
  width: 32px;
  height: 28px;
  background: transparent;
  border: none;
  display: block;
  z-index: 1;
}
.mobileNavContainer .mobileHomeNav li .subnavBtn:before, .mobileNavContainer .mobileHomeNav li .subnavBtn:after,
.mobileNavContainer .mobileMetaNav li .subnavBtn:before,
.mobileNavContainer .mobileMetaNav li .subnavBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  height: 3px;
  width: 18px;
  background-color: #D33333;
  transition: all 0.25s ease-out;
  margin-top: -1px;
}
.mobileNavContainer .mobileHomeNav li .subnavBtn:before,
.mobileNavContainer .mobileMetaNav li .subnavBtn:before {
  transform: rotate(-90deg);
}
.mobileNavContainer .mobileHomeNav li .subnavBtn:after,
.mobileNavContainer .mobileMetaNav li .subnavBtn:after {
  transform: rotate(-180deg);
}
.mobileNavContainer .mobileHomeNav li.showSub .megaNavContainer,
.mobileNavContainer .mobileMetaNav li.showSub .megaNavContainer {
  display: block;
}
.mobileNavContainer .mobileHomeNav li.showSub .subnavBtn:before,
.mobileNavContainer .mobileMetaNav li.showSub .subnavBtn:before {
  transform: rotate(45deg);
}
.mobileNavContainer .mobileHomeNav li.showSub .subnavBtn:after,
.mobileNavContainer .mobileMetaNav li.showSub .subnavBtn:after {
  transform: rotate(138deg);
}
.mobileNavContainer .mobileHomeNav li a,
.mobileNavContainer .mobileMetaNav li a {
  position: relative;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  padding: 3px 29px 3px 3px;
  margin: 0;
  display: block;
}
.mobileNavContainer .mobileHomeNav li a.externelLink,
.mobileNavContainer .mobileMetaNav li a.externelLink {
  background-size: 8px;
  padding-left: 16px !important;
  margin-top: 20px;
}
.mobileNavContainer .mobileHomeNav {
  margin-top: 0;
  margin-bottom: 20px;
}
.mobileNavContainer .mobileLangList {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 36px;
}
.mobileNavContainer .mobileLangList li {
  float: left;
  padding: 2px 5px;
}
.mobileNavContainer .mobileLangList li.activeLang {
  color: #F2E1E3;
  background-color: #D33333;
}
.mobileNavContainer .mobileLangList li + li {
  padding-left: 5px;
}
.mobileNavContainer .mobileLangList li + li:before {
  content: "|";
  padding-right: 5px;
}

.targetNav a {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1001;
  background: #FFFFFF;
  padding: 5px 20px;
  margin: 5px;
  transition: all 0.25s ease-out;
}
.targetNav a:focus {
  top: 0;
}

.siteMapNavContainer .siteMapNavPanel .siteMapMainNav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 {
  border-bottom: 1px solid #D33333;
  padding: 30px 0;
}
.siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1:first-child {
  border-top: 1px solid #D33333;
}
.siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer {
  margin-top: 35px;
}
.siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer h2 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer .megaNav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer .megaNav li a {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer .megaNav li a {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer .megaNav li a {
    font-size: 20px;
    line-height: 22px;
  }
}

.backgroundContainer {
  position: fixed;
  width: 100%;
  height: 1034px;
  z-index: 1;
}
.backgroundContainer .container {
  background-image: url(/resources/images/bg_m.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  height: 1034px;
}

main {
  position: relative;
  z-index: 3;
  padding-top: 122px;
  padding-bottom: 50px;
  overflow: hidden;
}
main:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-repeat: repeat;
  transform: translate(0, 1100px);
  z-index: -1;
}

.container.filterPanel {
  padding: 0;
}
.container.filterPanel .filter {
  position: fixed;
  z-index: 100;
  max-width: 1600px;
  color: #d33333;
  display: flex;
}
.container.filterPanel .filter.is-open {
  width: 100%;
}
.container.filterPanel .filter.is-open .button {
  position: absolute;
  top: 0;
  left: 0;
}
.container.filterPanel .filter.is-open .menuWrapper {
  display: block;
}
.container.filterPanel .filter .button {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2;
  height: 55px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0;
  display: inline-block;
}
.container.filterPanel .filter .button:hover {
  background-color: #d33333;
  color: #fff;
}
.container.filterPanel .filter .button:hover .closeButton::after,
.container.filterPanel .filter .button:hover .closeButton::before {
  background-color: #fff;
}
.container.filterPanel .filter .allCategoriesButton {
  padding: 5px 1.25em;
}
.container.filterPanel .filter .closeButton {
  position: relative;
  height: 100%;
  width: 70px;
}
.container.filterPanel .filter .closeButton::after, .container.filterPanel .filter .closeButton::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 13px;
  width: 1.4em;
  height: 3px;
  background-color: #d33333;
  margin-top: -2px;
  z-index: 100;
}
.container.filterPanel .filter .closeButton::before {
  transform: rotate(45deg);
}
.container.filterPanel .filter .closeButton::after {
  transform: rotate(-45deg);
}
.container.filterPanel .filter .menuWrapper {
  padding-left: 60px;
  display: none;
}
.container.filterPanel .filter .menu {
  position: relative;
  top: 0;
  text-align: left;
  width: 100%;
  color: #d33333;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: table;
  z-index: 1;
}
.container.filterPanel .filter .menu .tag {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 3;
  white-space: nowrap;
  height: 58px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #d33333;
  border-spacing: 10px;
  padding: 5px 1em;
  margin: -1px;
  display: inline-block;
}
.container.filterPanel .filter .menu .tag.selected, .container.filterPanel .filter .menu .tag:hover {
  background-color: #d33333;
  color: #fff;
}
.container.filterPanel .filter .menu .menu-wrap {
  padding: 0;
  margin: -2px;
}
@media (max-width: 767px) {
  .container.filterPanel .filter .button {
    font-size: 1rem;
    height: 32px;
  }
  .container.filterPanel .filter .allCategoriesButton {
    padding: 0 1.25em;
  }
  .container.filterPanel .filter .closeButton {
    width: 48px;
  }
  .container.filterPanel .filter .closeButton::after, .container.filterPanel .filter .closeButton::before {
    top: 17px;
    left: 8px;
  }
  .container.filterPanel .filter .menuWrapper {
    padding-left: 40px;
  }
  .container.filterPanel .filter .menu .tag {
    font-size: 0.7rem;
    height: 35px;
    line-height: 2;
  }
}

.filterWrapper {
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.filterWrapper [class*=col-] {
  padding: 0;
}
.filterWrapper .btnShowFilter {
  display: block;
}
.filterWrapper .filterContainer {
  background-color: #FFFFFF;
  -webkit-box-shadow: 6px 0px 11px 0 rgba(62, 62, 62, 0.6); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 0px 11px 0 rgba(62, 62, 62, 0.6); /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 0px 11px 0 rgba(62, 62, 62, 0.6); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  display: inline-block;
}
.filterWrapper .filterContainer.showFilter .btnShowFilter {
  display: none;
}
.filterWrapper .filterContainer.showFilter .filterList {
  display: block;
}
.filterWrapper .filterElMain {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #D33333;
  line-height: 30px;
  background: #FFFFFF;
  border: none;
  padding: 4px 20px;
  outline: none;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .filterWrapper .filterElMain {
    font-size: 19px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .filterWrapper .filterElMain {
    font-size: 17px;
    line-height: 18px;
  }
}
.filterWrapper .filterElMain:hover {
  text-decoration: none;
  color: #F2E1E3 !important;
  background-color: #D33333;
}
.filterWrapper .filterList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
.filterWrapper .filterList li {
  float: left;
}
.filterWrapper .filterList li .filterEl {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #D33333;
  line-height: 30px;
  text-transform: uppercase;
  padding: 4px 6px;
  background: #FFFFFF;
  border: none;
  outline: none;
  display: block;
}
@media only screen and (max-width: 1500px) {
  .filterWrapper .filterList li .filterEl {
    font-size: 14px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1380px) {
  .filterWrapper .filterList li .filterEl {
    font-size: 12px;
    line-height: 24px;
  }
}
.filterWrapper .filterList li .filterEl:hover {
  text-decoration: none;
  color: #F2E1E3 !important;
  background-color: #D33333;
}
.filterWrapper .filterList li .filterEl.active {
  text-decoration: none;
  color: #F2E1E3 !important;
  background-color: #D33333;
}
.filterWrapper .filterList li .filterEl.iconClose {
  width: 38px !important;
  height: 38px !important;
  background-image: url(/resources/images/icon-close.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0 !important;
}
@media only screen and (max-width: 1600px) {
  .filterWrapper .filterList li .filterEl.iconClose {
    width: 34px !important;
    height: 34px !important;
    background-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .filterWrapper .filterList li .filterEl.iconClose {
    width: 100% !important;
    height: 33px !important;
    background-size: 15px;
    background-position: 25px 50%;
  }
}
.filterWrapper .filterList li .filterEl.iconClose:hover {
  text-decoration: none;
  background-image: url(/resources/images/icon-close-f2e1e3.svg) !important;
}
.filterWrapper .filterList li .filterEl.iconClose span {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .filterWrapper .filterList li .filterEl {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 6px;
  }
}
@media only screen and (max-width: 1380px) {
  .filterWrapper .filterList li .filterEl {
    font-size: 11px;
    line-height: 13px;
    padding: 10px 6px;
  }
}
.filterWrapper .filterList li + li .filterEl {
  border-left: 1px solid #D33333;
}
@media only screen and (max-width: 1200px) {
  .filterWrapper .filterEl {
    font-family: "Euclid Circular B", Arial, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #D33333;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1400px) {
  .filterWrapper .filterEl {
    font-size: 19px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .filterWrapper .filterEl {
    font-size: 17px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .filterWrapper .filterList li {
    float: none;
  }
  .filterWrapper .filterList li .filterEl {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding: 10px 25px;
    width: 100%;
    display: block;
  }
  .filterWrapper .filterList li + li .filterEl {
    border-top: 1px solid #D33333;
    border-left: none;
  }
}

.btnContainer {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.headlineColoredContainer {
  width: 100%;
  padding: 20px 30px;
  background: #F2E1E3;
}
.headlineColoredContainer h1 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  line-height: 1.15 !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .headlineColoredContainer h1 {
    font-size: 32px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .headlineColoredContainer h1 {
    font-size: 28px;
    line-height: 22px;
  }
}

.sliderWrapper {
  padding: 0 0 20px 0;
}
.sliderWrapper .sliderElement {
  position: relative;
  width: 100%;
  height: 708px;
  /*
  .colSliderleft {
  	height: 100%;
  	width: 28%;
  	padding-right: 5px;
  }
  .colSliderRight {
  	width: 72%;
  	padding-left: 5px;
  }
  .sliderImgHidden {
  	width: 100%;
  	display: none;
  }
   */
}
.sliderWrapper .sliderElement .colSlider {
  box-sizing: border-box;
}
.sliderWrapper .sliderElement .sliderImg {
  height: 100%;
  display: block;
  margin-right: 15px;
}
.sliderWrapper .sliderElement .imageContainer {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 633px;
}
.sliderWrapper .sliderElement .imageContainer:hover .imgDesc {
  display: block;
}
.sliderWrapper .sliderElement .imageContainer .imgDesc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #D33333;
  width: 100%;
  color: #FFFFFF;
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 15px;
  display: none;
}
.sliderWrapper .sliderElement .imageContainer .imgDesc p {
  width: auto;
  color: #FFFFFF;
  background: rgba(211, 51, 51, 0.8);
  padding: 5px 8px;
  display: inline-block;
}
@media (max-width: 575px) {
  .sliderWrapper .sliderElement .imageContainer .imgDesc p {
    width: 100%;
    max-width: 320px;
    padding-left: 10px;
    margin: 0 auto;
  }
}
.sliderWrapper .sliderTeaserTextWrapper {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  z-index: 1;
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer {
  width: 100%;
  padding: 20px 30px;
  background: #F2E1E3;
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 61px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 53px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 61px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 53px;
    line-height: 53px;
  }
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
    font-size: 61px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
    font-size: 53px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1:last-child {
  margin-bottom: 0;
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h2:last-child {
  margin-bottom: 0;
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h3 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h3.textBorderBot {
  margin-bottom: 15px;
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
    font-size: 20px;
    line-height: 22px;
  }
}
.sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p.fontSizeS {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p.fontSizeS {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p.fontSizeS {
    font-size: 14px;
    line-height: 21px;
  }
}
.sliderWrapper.variant2 .colSliderleft {
  width: 58%;
}
.sliderWrapper.variant2 .colSliderRight {
  width: 42%;
}
.sliderWrapper.variant2 .sliderTeaserTextWrapper .sliderTeaserTextContainer {
  min-height: 188px;
}
.sliderWrapper.variant2 .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  line-height: 1.15 !important;
}
@media only screen and (max-width: 1400px) {
  .sliderWrapper.variant2 .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 32px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .sliderWrapper.variant2 .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 28px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .sliderWrapper.variantSingleImg .sliderElement .imageContainer {
    height: 634px;
  }
}
@media (max-width: 991px) {
  .sliderWrapper .sliderElement {
    height: 542px;
  }
  .sliderWrapper .sliderElement .imageContainer {
    height: 467px;
  }
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 27px;
    line-height: 27px;
  }
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
    font-size: 17px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .sliderWrapper .sliderElement {
    height: 425px;
  }
  .sliderWrapper .sliderElement .imageContainer {
    height: 350px;
  }
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 30px;
    line-height: 30px;
  }
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .sliderWrapper .sliderElement {
    height: auto;
  }
  .sliderWrapper .sliderElement .imageContainer {
    height: 292px;
  }
  .sliderWrapper .sliderTeaserTextWrapper {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: -70px;
    transform: translate(0, -70px);
  }
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
    font-size: 24px;
    line-height: 24px;
  }
  .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
    font-size: 18px;
    line-height: 20px;
  }
}

.slick-list {
  overflow: initial;
}

.sliderDots {
  position: absolute;
  bottom: 100px;
  right: 130px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  z-index: 3;
}
.sliderDots li {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1370px) {
  .sliderDots li {
    width: 33px !important;
  }
  .sliderDots li button {
    width: 33px !important;
  }
}
@media (max-width: 1199px) {
  .sliderDots li {
    width: 25px !important;
    margin: 0 3px;
  }
  .sliderDots li button {
    width: 25px !important;
  }
}
.sliderDots li.slick-active button {
  background: #D33333;
}
.sliderDots li button {
  font-size: 0;
  line-height: 0;
  width: 42px;
  height: 4px;
  outline: none;
  color: transparent;
  background: #ffffff;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.sliderDots li button:hover {
  background: #D33333;
}

.sliderCtrlBtn {
  position: absolute;
  right: 100px;
  bottom: 126px;
  width: 20px;
  height: 20px;
  background-image: url(/resources/images/icon-play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  outline: none !important;
  padding: 0;
  display: block;
  z-index: 2;
}
.sliderCtrlBtn.statusIsPlaying {
  background-image: url(/resources/images/icon-pause.svg);
}
.sliderCtrlBtn .btnText {
  display: none;
}

@media (max-width: 991px) {
  .sliderCtrlBtn,
  .sliderDots {
    display: none !important;
  }
}
.coloredContainer .coloredPanel {
  position: relative;
  width: 100%;
  min-height: 10px;
}
.coloredContainer .coloredPanel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  margin-top: 1px;
  z-index: -1;
}

.textContainer.headlineContainer + .textContainer .textPanel {
  padding-top: 8px;
}

.textContainer.headlineContainer + .teaserContentContainer {
  margin-top: -20px;
}

.textContainer.themeWhite + .textContainer.headlineContainer .textPanel {
  padding-top: 0;
}

.textContainer.headlineContainer.headStilh1 .textPanel {
  padding-bottom: 10px;
}
.textContainer.headlineContainer.headStilh2 .textPanel {
  padding-bottom: 2px;
}
.textContainer.headlineContainer .textPanel {
  padding-bottom: 1px;
}

.textContainer + .textContainer:not(.themeRed) {
  margin-top: -41px;
}

.textContainer.themeRed + .textContainer {
  margin-top: 40px;
}

.textContainer {
  margin-bottom: 40px;
}
.textContainer.themeRed .textPanel:before {
  background: #D33333;
}
.textContainer.themeRed .textPanel h1, .textContainer.themeRed .textPanel .h1,
.textContainer.themeRed .textPanel h2, .textContainer.themeRed .textPanel .h2,
.textContainer.themeRed .textPanel h3, .textContainer.themeRed .textPanel .h3,
.textContainer.themeRed .textPanel ul, .textContainer.themeRed .textPanel ol,
.textContainer.themeRed .textPanel p, .textContainer.themeRed .textPanel .p {
  color: #FFFFFF;
}
.textContainer.noBackground .textPanel {
  padding: 0;
}
.textContainer.noBackground .textPanel:before {
  content: none;
  background: transparent;
}
.textContainer .textPanel {
  position: relative;
  padding: 40px 0;
  z-index: 2;
}
.textContainer .textPanel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  margin-top: 1px;
  z-index: -1;
}
.textContainer .textPanel h1, .textContainer .textPanel .h1 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .textContainer .textPanel h1, .textContainer .textPanel .h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .textContainer .textPanel h1, .textContainer .textPanel .h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
.textContainer .textPanel h1:last-child, .textContainer .textPanel .h1:last-child {
  margin-bottom: 0;
}
.textContainer .textPanel h2, .textContainer .textPanel .h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .textContainer .textPanel h2, .textContainer .textPanel .h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .textContainer .textPanel h2, .textContainer .textPanel .h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.textContainer .textPanel h2:last-child, .textContainer .textPanel .h2:last-child {
  margin-bottom: 0;
}
.textContainer .textPanel h3, .textContainer .textPanel .h3 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .textContainer .textPanel h3, .textContainer .textPanel .h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .textContainer .textPanel h3, .textContainer .textPanel .h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.textContainer .textPanel h3.textBorderBot, .textContainer .textPanel .h3.textBorderBot {
  margin-bottom: 15px;
}
.textContainer .textPanel p, .textContainer .textPanel .p {
  margin-bottom: 25px;
}
.textContainer .textPanel p:last-child, .textContainer .textPanel .p:last-child {
  margin-bottom: 0;
}
.textContainer .imagePanel .image {
  position: relative;
  left: 50%;
  top: 0;
  width: 120%;
  transform: translate(-50%, 0);
  display: block;
}

.muDetailContainer .accordion .textPanel {
  padding: 0;
}
.muDetailContainer .accordion .textPanel:before {
  background: transparent;
}

.textContainer.themeWhite + .accordion.themeWhite {
  margin-top: -60px;
}

.accordion.themeWhite + .accordion.themeWhite {
  margin-top: -41px;
}

.accordion.themeWhite {
  padding-top: 40px;
  padding-bottom: 40px;
}
.accordion.themeWhite + .accordion.themeWhite {
  padding-top: 0;
}

.accordion {
  position: relative;
}
.accordion.themeWhite:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}
.accordion.themeRed:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #D33333;
  margin-top: 1px;
  z-index: -1;
}
.accordion .textPanel {
  padding: 0;
}
.accordion .textPanel:before {
  background: transparent;
}

.accordeonTextContainer {
  position: relative;
}
.accordeonTextContainer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}

.textContainer:not(.themeRed) + .imageContentContainer {
  margin-top: -60px;
}

.imageContentContainer {
  position: relative;
  padding: 40px 0;
}
.imageContentContainer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}

.mcexContainer {
  position: relative;
  padding: 40px 0;
  z-index: 2;
}
.mcexContainer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #F2E1E3;
  margin-top: 1px;
  z-index: -1;
}

.pageThemePink .mcexContainer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}

.imgContainer .col-img-left {
  width: 58%;
}
.imgContainer .col-img-right {
  width: 42%;
}
.imgContainer [class*=col-] {
  position: relative;
  height: 760px;
  overflow: hidden;
}
.imgContainer .image {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-out;
  display: block;
}

.img2Container .col-img-left {
  width: 58%;
}
.img2Container .col-img-right {
  width: 42%;
}
.img2Container [class*=col-] {
  position: relative;
  height: 760px;
  overflow: hidden;
}
.img2Container .image {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-out;
  display: block;
}

@media (max-width: 991px) {
  .teaserContainer [class*=col-] .teaserBox .teaserTextContainer,
  .teaserContainer [class*=col-] .teaserTextBox .teaserTextContainer {
    padding: 20px 8.7% 15px 8.7%;
  }
}
.teaserContainer a {
  text-decoration: none;
  min-width: 100%;
  display: block;
}
.teaserContainer a .teaserBox .teaserTextContainer,
.teaserContainer a .teaserTextBox .teaserTextContainer {
  transition: all 0.3s ease-in-out;
  background: #F2E1E3;
}
.teaserContainer a .teaserBox .teaserTextContainer .teaserHeadline,
.teaserContainer a .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #D33333;
}
.teaserContainer a .teaserBox .teaserTextContainer .teaserText,
.teaserContainer a .teaserTextBox .teaserTextContainer .teaserText {
  color: #D33333;
}
.teaserContainer a:hover {
  text-decoration: none;
}
.teaserContainer a:hover .teaserBox .teaserTextContainer,
.teaserContainer a:hover .teaserTextBox .teaserTextContainer {
  background: #D33333;
}
.teaserContainer a:hover .teaserBox .teaserTextContainer .teaserHeadline,
.teaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #F2E1E3;
}
.teaserContainer a:hover .teaserBox .teaserTextContainer .teaserText,
.teaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserText {
  color: #F2E1E3;
}
.teaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none;
}
.teaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserText {
  display: block;
}
.teaserContainer .teaserBox {
  margin-bottom: 18px;
}
.teaserContainer .teaserBox .teaserImg {
  width: 100%;
  display: block;
}
.teaserContainer .teaserBox .teaserTextContainer {
  height: 196px;
  padding: 20px 15px 15px 15px;
}
.teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 20px;
    line-height: 22px;
  }
}
.teaserContainer .teaserBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .teaserContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 13px;
    line-height: 14px;
  }
}
.teaserContainer .teaserTextBox {
  margin-bottom: 18px;
}
.teaserContainer .teaserTextBox .teaserTextContainer {
  height: 325px;
  padding: 20px 15px 15px 15px;
}
.teaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .teaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 28px;
    line-height: 30px;
  }
}
.teaserContainer .teaserTextBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .teaserContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 28px;
    line-height: 30px;
  }
}
.teaserContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .teaserContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 13px;
    line-height: 14px;
  }
}

.teaserContentContainer {
  margin-bottom: 40px;
}
.teaserContentContainer h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  border-bottom: 1px solid #D33333;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .teaserContentContainer h2 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContentContainer h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.teaserContentContainer > a {
  display: block;
}
.teaserContentContainer > a .teaserBox .teaserTextContainer {
  padding-top: 15px;
}
.teaserContentContainer > a:hover .teaserBox {
  background-color: #D33333;
}
.teaserContentContainer > a:hover .teaserBox .teaserTextContainer {
  text-decoration: none;
}
.teaserContentContainer > a:hover .teaserBox .teaserTextContainer h3, .teaserContentContainer > a:hover .teaserBox .teaserTextContainer p {
  color: #FFFFFF;
}
.teaserContentContainer .teaserBox {
  margin-bottom: 30px;
  display: flex !important;
}
.teaserContentContainer .teaserBox:after {
  content: "";
  display: table;
  clear: both;
}
.teaserContentContainer .teaserBox .teaserImgContainer {
  width: 41.8%;
  float: left;
}
.teaserContentContainer .teaserBox .teaserImgContainer .teaserImg {
  width: 100%;
  display: block;
}
.teaserContentContainer .teaserBox .teaserTextContainer {
  width: 58.2%;
  padding-left: 29px;
  float: right;
}
.teaserContentContainer .teaserBox .teaserTextContainer div {
  width: 100%;
}
.teaserContentContainer .teaserBox .teaserTextContainer h3 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .teaserContentContainer .teaserBox .teaserTextContainer h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContentContainer .teaserBox .teaserTextContainer h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.teaserContentContainer .teaserBox .teaserTextContainer p {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .teaserContentContainer .teaserBox .teaserTextContainer p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .teaserContentContainer .teaserBox .teaserTextContainer p {
    font-size: 14px;
    line-height: 21px;
  }
}
.teaserContentContainer .teaserBox .teaserTextContainer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .teaserContentContainer .teaserBox {
    display: block !important;
  }
  .teaserContentContainer .teaserBox .teaserImgContainer {
    width: 100%;
    float: none;
  }
  .teaserContentContainer .teaserBox .teaserTextContainer {
    width: 100%;
    padding-top: 8px !important;
    padding-left: 8px;
    padding-bottom: 8px;
    float: none;
  }
}

.alleMuseenTeaserContainer a {
  text-decoration: none;
}
.alleMuseenTeaserContainer a .teaserTextBox .teaserTextContainer {
  transition: all 0.3s ease-in-out;
  background: #F2E1E3;
}
.alleMuseenTeaserContainer a .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #D33333;
}
.alleMuseenTeaserContainer a .teaserTextBox .teaserTextContainer .teaserText {
  color: #D33333;
}
.alleMuseenTeaserContainer a:hover {
  text-decoration: none;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox .teaserImgContainer .imgDefault {
  opacity: 0;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox .teaserImgContainer .imgHover {
  opacity: 1;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox .teaserTextContainer {
  background: #D33333;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #F2E1E3;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserText {
  color: #F2E1E3;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .muMarker,
.alleMuseenTeaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none !important;
}
.alleMuseenTeaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserText {
  display: block;
}
.alleMuseenTeaserContainer .teaserTextBox {
  margin-bottom: 18px;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserImgContainer {
  position: relative;
  height: 325px;
  background: #ffffff;
  overflow: hidden;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserImgContainer .imgDefault {
  opacity: 1;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserImgContainer .imgHover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserImgContainer .teaserImg {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-out;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer {
  height: 196px;
  padding: 20px 15px 15px 15px;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .muMarker {
  width: 42px;
  height: 52px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 20px;
    line-height: 22px;
  }
}
.alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 20px;
    line-height: 22px;
  }
}

.bildArtikelWrapper {
  position: relative;
  width: 100%;
  height: 708px;
}
.bildArtikelWrapper .bildArtikelCol {
  height: 708px;
  padding: 0;
}
.bildArtikelWrapper .imageContainer {
  position: relative;
  height: 633px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .bildArtikelWrapper {
    height: 542px;
  }
  .bildArtikelWrapper .bildArtikelCol {
    height: 542px;
  }
  .bildArtikelWrapper .bildArtikelCol .imageContainer {
    height: 467px;
  }
}
@media (max-width: 767px) {
  .bildArtikelWrapper {
    height: 425px;
  }
  .bildArtikelWrapper .bildArtikelCol {
    height: 425px;
  }
  .bildArtikelWrapper .bildArtikelCol .imageContainer {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .bildArtikelWrapper {
    height: auto;
  }
  .bildArtikelWrapper .bildArtikelCol {
    height: auto;
  }
  .bildArtikelWrapper .bildArtikelCol .imageContainer {
    height: 292px;
  }
}
.bildArtikelWrapper:hover .imgDesc {
  display: block;
}
.bildArtikelWrapper .imgDesc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #D33333;
  width: 100%;
  color: #FFFFFF;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  display: none;
}
.bildArtikelWrapper .imgDesc p {
  width: auto;
  color: #FFFFFF;
  background: rgba(211, 51, 51, 0.8);
  padding: 5px 8px;
  display: inline-block;
}
@media (max-width: 575px) {
  .bildArtikelWrapper .imgDesc p {
    width: 100%;
    max-width: 320px;
    padding-left: 10px;
    margin: 0 auto;
  }
}
.bildArtikelWrapper .baImg {
  position: absolute;
  left: 50%;
  top: 0%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 0%);
}
.bildArtikelWrapper .bildArtikelTextWrapper {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .bildArtikelWrapper .bildArtikelTextWrapper {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: -70px;
    transform: translate(0, -70px);
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer {
  width: 100%;
  min-height: 150px;
  padding: 20px 30px;
  background: #F2E1E3;
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .headlineBildArtikel {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .headlineBildArtikel {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .headlineBildArtikel {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .headlineBildArtikel {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .headlineBildArtikel {
    font-size: 28px;
    line-height: 30px;
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1 {
    font-size: 61px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1 {
    font-size: 53px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1:last-child {
  margin-bottom: 0;
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h2:last-child {
  margin-bottom: 0;
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h3 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h3.textBorderBot {
  margin-bottom: 15px;
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
    font-size: 20px;
    line-height: 22px;
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p.fontSizeS {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p.fontSizeS {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p.fontSizeS {
    font-size: 14px;
    line-height: 21px;
  }
}
.bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
    font-size: 20px;
    line-height: 22px;
  }
}

.muDetailContainer {
  background: #FFFFFF;
  padding-top: 25px;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: none !important;
}
@media only screen and (max-width: 1400px) {
  .muDetailContainer {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .muDetailContainer {
    font-size: 14px;
    line-height: 21px;
  }
}

.muInfoContainer,
.rightColInfoContainer {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  font-weight: 600;
  text-transform: none !important;
}
.muInfoContainer .externelLink,
.rightColInfoContainer .externelLink {
  background-position: 0 5px;
}
.muInfoContainer .weekDay,
.rightColInfoContainer .weekDay {
  width: 80px;
  display: inline-block;
}
.muInfoContainer .hour,
.rightColInfoContainer .hour {
  display: inline-block;
}
.muInfoContainer .fontBig,
.rightColInfoContainer .fontBig {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
  font-weight: 600;
}

.muInfoContainer > * + * {
  border-top: 1px solid #D33333;
  padding-top: 20px;
  margin-top: 20px;
}

.articleDate {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: initial;
  border-top: 1px solid #D33333;
  border-bottom: 1px solid #D33333;
  padding: 15px 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1500px) {
  .articleDate {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1380px) {
  .articleDate {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 991px) {
  .downloadContainer [class*=col-] .teaserBox .teaserTextContainer,
  .downloadContainer [class*=col-] .teaserTextBox .teaserTextContainer {
    padding: 20px 8.7% 15px 8.7%;
  }
}
.downloadContainer a {
  text-decoration: none;
  min-width: 100%;
  display: block;
}
.downloadContainer a .teaserBox .teaserTextContainer,
.downloadContainer a .teaserTextBox .teaserTextContainer {
  transition: all 0.3s ease-in-out;
  background: #F2E1E3;
}
.downloadContainer a .teaserBox .teaserTextContainer .teaserHeadline,
.downloadContainer a .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #D33333;
}
.downloadContainer a .teaserBox .teaserTextContainer .teaserText,
.downloadContainer a .teaserTextBox .teaserTextContainer .teaserText {
  color: #D33333;
}
.downloadContainer a:hover {
  text-decoration: none;
}
.downloadContainer a:hover .teaserBox .teaserTextContainer,
.downloadContainer a:hover .teaserTextBox .teaserTextContainer {
  background: #D33333;
}
.downloadContainer a:hover .teaserBox .teaserTextContainer .teaserHeadline,
.downloadContainer a:hover .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #F2E1E3;
}
.downloadContainer a:hover .teaserBox .teaserTextContainer .teaserText,
.downloadContainer a:hover .teaserTextBox .teaserTextContainer .teaserText {
  color: #F2E1E3;
}
.downloadContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none;
}
.downloadContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserText {
  display: block;
}
.downloadContainer .teaserBox {
  margin-bottom: 18px;
}
.downloadContainer .teaserBox .teaserImg {
  width: 100%;
  display: block;
}
.downloadContainer .teaserBox .teaserTextContainer {
  height: 196px;
  padding: 20px 15px 15px 15px;
}
.downloadContainer .teaserBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 20px;
    line-height: 22px;
  }
}
.downloadContainer .teaserBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 13px;
    line-height: 14px;
  }
}
.downloadContainer .teaserTextBox {
  margin-bottom: 18px;
}
.downloadContainer .teaserTextBox .teaserTextContainer {
  height: 325px;
  padding: 20px 15px 15px 15px;
}
.downloadContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 28px;
    line-height: 30px;
  }
}
.downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 28px;
    line-height: 30px;
  }
}
.downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 13px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .downloadContainer [class*=col-] .teaserBox .teaserTextContainer,
  .downloadContainer [class*=col-] .teaserTextBox .teaserTextContainer {
    padding: 33px 57px;
  }
}
.downloadContainer a .teaserBox .teaserTextContainer,
.downloadContainer a .teaserTextBox .teaserTextContainer {
  background: #FFFFFF;
}
.downloadContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none;
}
.downloadContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserDescription {
  display: block;
}
.downloadContainer a:hover .iconDownloadDoc {
  background-image: url(/resources/images/icon-download-doc-f2e1e3.svg);
}
.downloadContainer .teaserTextBox .teaserTextContainer {
  padding: 33px 13px;
}
.downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 14px;
    line-height: 21px;
  }
}
.downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 13px;
    line-height: 14px;
  }
}
.downloadContainer .teaserTextBox .teaserTextContainer .teaserDescription {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #F2E1E3;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserDescription {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadContainer .teaserTextBox .teaserTextContainer .teaserDescription {
    font-size: 20px;
    line-height: 22px;
  }
}

.downloadPicContainer .downloadPicPanel {
  position: relative;
  padding: 40px 0 21px 0;
}
.downloadPicContainer .downloadPicPanel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}
.downloadPicContainer .downloadPicPanel h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  border-bottom: 1px solid #D33333;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .downloadPicContainer .downloadPicPanel h2 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadPicContainer .downloadPicPanel h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.downloadPicContainer .downloadPicPanel > a {
  display: block;
}
.downloadPicContainer .downloadPicPanel > a .teaserBox .teaserTextContainer {
  padding-top: 15px;
}
.downloadPicContainer .downloadPicPanel > a:hover .teaserBox {
  background-color: #D33333;
}
.downloadPicContainer .downloadPicPanel > a:hover .teaserBox .teaserTextContainer {
  text-decoration: none;
}
.downloadPicContainer .downloadPicPanel > a:hover .teaserBox .teaserTextContainer h3, .downloadPicContainer .downloadPicPanel > a:hover .teaserBox .teaserTextContainer p {
  color: #FFFFFF;
}
.downloadPicContainer .downloadPicPanel .teaserBox {
  margin-bottom: 30px;
  display: flex !important;
}
.downloadPicContainer .downloadPicPanel .teaserBox:after {
  content: "";
  display: table;
  clear: both;
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserImgContainer {
  width: 41.8%;
  float: left;
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserImgContainer .teaserImg {
  width: 100%;
  display: block;
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer {
  width: 58.2%;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 29px;
  float: right;
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer div {
  width: 100%;
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer h3 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer p {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer p {
    font-size: 14px;
    line-height: 21px;
  }
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer p:last-child {
  margin-bottom: 0;
}
.downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer .textDownload {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer .textDownload {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer .textDownload {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .downloadPicContainer .downloadPicPanel .teaserBox {
    display: block !important;
  }
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserImgContainer {
    width: 100%;
    float: none;
  }
  .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer {
    width: 100%;
    padding-top: 8px !important;
    padding-left: 8px;
    padding-bottom: 8px;
    float: none;
  }
}

.pressContainer .pressPanel {
  position: relative;
  width: 100%;
  padding: 40px 0 21px 0;
}
.pressContainer .pressPanel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}
.pressContainer .pressPanel h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  border-bottom: 1px solid #D33333;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .pressContainer .pressPanel h2 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .pressContainer .pressPanel h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.pressContainer .pressPanel > a {
  display: block;
}
.pressContainer .pressPanel > a .teaserBox .teaserTextContainer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pressContainer .pressPanel > a:hover .teaserBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none;
}
.pressContainer .pressPanel > a:hover .teaserBox.withDescription .teaserTextContainer .teaserDescription {
  display: block;
}
.pressContainer .pressPanel > a:hover .teaserBox {
  background-color: #D33333;
}
.pressContainer .pressPanel > a:hover .teaserBox .teaserTextContainer {
  text-decoration: none;
}
.pressContainer .pressPanel > a:hover .teaserBox .teaserTextContainer h3, .pressContainer .pressPanel > a:hover .teaserBox .teaserTextContainer p {
  color: #FFFFFF;
}
.pressContainer .pressPanel .teaserBox {
  margin-bottom: 30px;
  display: flex !important;
}
.pressContainer .pressPanel .teaserBox:after {
  content: "";
  display: table;
  clear: both;
}
.pressContainer .pressPanel .teaserBox .teaserImgContainer {
  width: 41.8%;
  float: left;
}
.pressContainer .pressPanel .teaserBox .teaserImgContainer .teaserImg {
  width: 100%;
  display: block;
}
.pressContainer .pressPanel .teaserBox .teaserTextContainer {
  width: 58.2%;
  padding-left: 29px;
  padding-right: 13px;
  float: right;
}
.pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 20px;
    line-height: 22px;
  }
}
.pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserDescription {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserDescription {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserDescription {
    font-size: 20px;
    line-height: 22px;
  }
}
.pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserDescription:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pressContainer .pressPanel .teaserBox {
    display: block !important;
  }
  .pressContainer .pressPanel .teaserBox .teaserImgContainer {
    width: 100%;
    float: none;
  }
  .pressContainer .pressPanel .teaserBox .teaserTextContainer {
    width: 100%;
    padding-top: 8px !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    float: none;
  }
}

.muMarker {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #F2E1E3;
  width: 52px;
  height: 62px;
  background-image: url(/resources/images/icon-standort-marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .muMarker {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .muMarker {
    font-size: 20px;
    line-height: 22px;
  }
}
.muMarker span {
  margin-top: 13px;
  display: block;
}

.pageSwitchIcon {
  position: relative;
  z-index: 10;
  margin-top: 221px;
}
.pageSwitchIcon:hover svg path {
  fill: #D33333 !important;
}
.pageSwitchIcon a {
  width: 65px;
  height: 54px;
  display: block;
}
.pageSwitchIcon svg {
  width: 65px;
  height: 54px;
  display: block;
}
.pageSwitchIcon svg path {
  fill: transparent !important;
  stroke: #D33333 !important;
}

.pageSwitchIconMobile {
  position: fixed;
  top: 75%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 6px 0px 11px 0 rgba(62, 62, 62, 0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 0px 11px 0 rgba(62, 62, 62, 0.3); /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 0px 11px 0 rgba(62, 62, 62, 0.3); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 5px;
  z-index: 100;
}
.pageSwitchIconMobile.pageBackContainer {
  left: 0;
}
.pageSwitchIconMobile.pageForwardContainer {
  right: 0;
}
.pageSwitchIconMobile svg {
  width: 100%;
  height: 100%;
  fill: #D33333;
  display: block;
}
@media (min-width: 992px) {
  .pageSwitchIconMobile {
    display: none;
  }
}

.pageTopContainer {
  position: relative;
}
.pageTopContainer:hover svg path {
  fill: #D33333 !important;
}
.pageTopContainer button {
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
}
.pageTopContainer svg {
  width: 45px;
  height: 40px;
  display: block;
}
.pageTopContainer svg path {
  fill: transparent !important;
  stroke: #D33333 !important;
}
@media (min-width: 992px) {
  .pageTopContainer button {
    position: absolute;
    top: -70px;
    right: -64px;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .pageTopContainer {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    transition: all 0.25s ease-out;
  }
}

.margBot50 + .readMoreContainer {
  padding-top: 50px;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .readMoreContainer [class*=col-] .teaserBox .teaserTextContainer,
  .readMoreContainer [class*=col-] .teaserTextBox .teaserTextContainer {
    padding: 20px 57px 15px 57px;
  }
}
.readMoreContainer .readMoreHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
  border-top: 1px solid #D33333;
  padding-top: 13px;
}
@media only screen and (max-width: 1400px) {
  .readMoreContainer .readMoreHeadline {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .readMoreContainer .readMoreHeadline {
    font-size: 14px;
    line-height: 21px;
  }
}

footer {
  position: relative;
  background: #ffffff;
  z-index: 2;
}
footer .container {
  background-image: url(/resources/images/bg_u.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  padding-top: 230px;
  padding-bottom: 300px;
}
@media only screen and (max-width: 1400px) {
  footer .container {
    padding-top: 150px;
    padding-bottom: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .container {
    padding-top: 100px;
    padding-bottom: 280px;
  }
}
@media only screen and (max-width: 1070px) {
  footer .container {
    padding-top: 50px;
    padding-bottom: 280px;
  }
}
@media only screen and (max-width: 600px) {
  footer .container {
    padding-top: 25px;
    padding-bottom: 160px;
  }
}
footer .footerNav {
  padding: 0;
  margin: 0;
}
footer .footerNav li {
  list-style: none;
  float: left;
}
footer .footerNav li:first-child a {
  padding-left: 0;
}
footer .footerNav li a {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  padding-right: 13px;
}
@media only screen and (max-width: 1500px) {
  footer .footerNav li a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1380px) {
  footer .footerNav li a {
    font-size: 12px;
    line-height: 14px;
  }
}
footer .footerNav li a.externelLink {
  background-size: 8px;
  background-position-x: 2px;
  background-position-y: 5px;
}
@media only screen and (max-width: 1500px) {
  footer .footerNav li a.externelLink {
    background-position-y: 4px;
  }
}
@media only screen and (max-width: 1380px) {
  footer .footerNav li a.externelLink {
    background-position-y: 3px;
  }
}
footer .text-address-footer {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  text-transform: none;
}
@media only screen and (max-width: 1500px) {
  footer .text-address-footer {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1380px) {
  footer .text-address-footer {
    font-size: 12px;
    line-height: 14px;
  }
}
footer .margBotLogoContainer {
  margin-bottom: 42px;
}
@media only screen and (max-width: 820px) {
  footer .margBotLogoContainer {
    margin-bottom: 17px;
  }
}

.logoMUF {
  width: 100%;
  max-width: 207px;
  display: block;
}

.svgIcon {
  position: relative;
  width: 35px;
  height: 35px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0;
  vertical-align: bottom;
  display: inline-block;
}
.svgIcon + .svgIcon {
  margin-left: 15px;
}
.svgIcon.socialmedia-facebook {
  background-image: url("/resources/images/icon-facebook.svg");
}
.svgIcon.socialmedia-facebook:hover {
  background-image: url("/resources/images/icon-facebook-hover.svg");
}
.svgIcon.socialmedia-instagram {
  background-image: url("/resources/images/icon-instagram.svg");
}
.svgIcon.socialmedia-instagram:hover {
  background-image: url("/resources/images/icon-instagram-hover.svg");
}
.svgIcon.socialmedia-youtube {
  background-image: url("/resources/images/icon-youtube.svg");
}
.svgIcon.socialmedia-youtube:hover {
  background-image: url("/resources/images/icon-youtube-hover.svg");
}
.svgIcon.socialmedia-twitter {
  background-image: url("/resources/images/icon-twitter.svg");
}
.svgIcon.socialmedia-twitter:hover {
  background-image: url("/resources/images/icon-twitter-hover.svg");
}
.svgIcon.socialmedia-soundcloud {
  background-image: url("/resources/images/icon-soundcloud.svg");
}
.svgIcon.socialmedia-soundcloud:hover {
  background-image: url("/resources/images/icon-soundcloud-hover.svg");
}
.svgIcon.socialmedia-flickr {
  background-image: url("/resources/images/icon-flickr.svg");
}
.svgIcon.socialmedia-flickr:hover {
  background-image: url("/resources/images/icon-flickr-hover.svg");
}
.svgIcon.picto-bfr {
  background-image: url("/resources/images/icon-ohne-barrieren2.svg");
}
.svgIcon.picto-wbf {
  background-image: url("/resources/images/icon-weitgehend-barrierefrei.svg");
}
.svgIcon.picto-wcrg {
  background-image: url("/resources/images/icon-wc-rollstuhlgerecht.svg");
}
.svgIcon.picto-wcerg {
  background-image: url("/resources/images/icon-wc-eingeschraenkt-rollstuhlgerecht.svg");
}
.svgIcon.picto-hiseh {
  background-image: url("/resources/images/icon-hilfe-sehbehinderung.svg");
}
.svgIcon.picto-hihoer {
  background-image: url("/resources/images/icon-hilfe-hoerbehinderung.svg");
}
.svgIcon.picto-kg {
  background-image: url("/resources/images/icon-kinder-geeignet.svg");
}
.svgIcon:hover .pictoText {
  display: block;
}
.svgIcon p {
  margin: 0;
}
.svgIcon .pictoText {
  position: absolute;
  top: 40px;
  left: 0;
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #D33333;
  background: #ffffff;
  padding: 5px;
  margin: 0;
  display: none;
  z-index: 10;
}
@media only screen and (max-width: 1500px) {
  .svgIcon .pictoText {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1380px) {
  .svgIcon .pictoText {
    font-size: 9px;
    line-height: 12px;
  }
}

.muInfoContainer > .statusIconContainer + * {
  margin-top: 15px;
}

.statusIconContainer .svgIcon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}
.socialMediaLink {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  display: inline-block;
}
.socialMediaLink + .socialMediaLink {
  margin-left: 15px;
}
.socialMediaLink.smlContact {
  width: 31px;
}
.socialMediaLink svg {
  width: 100%;
  display: block;
}
.socialMediaLink svg:hover .svgBackground {
  fill: #F2E1E3;
}

.muDetailLink {
  margin-bottom: 40px;
}
.muDetailLink .socialMediaLink {
  vertical-align: bottom;
}
.muDetailLink .svgIcon {
  vertical-align: -11px;
}

.socialMediaContainer .socialMediaLink {
  float: left;
  margin-left: 0;
}
.socialMediaContainer .socialMediaLink + .socialMediaLink {
  margin-left: 15px;
}
.socialMediaContainer .socialMediaLink.iconInstagram {
  width: 37px;
  height: 37px;
}

p {
  width: 100%;
}

a {
  color: #D33333;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  display: inline-block;
}

a:hover {
  cursor: pointer;
  color: #D33333;
  text-decoration: underline;
  outline: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.themeRed a {
  color: #F2E1E3 !important;
}
.themeRed .externelLink {
  background-image: url(/resources/images/icon-arrow-top-right-f2e1e3.svg) !important;
}
.themeRed a:hover {
  color: #FFFFFF !important;
}

.infoTxt {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #D33333;
  line-height: 19px;
  padding: 3px 0;
}
@media only screen and (max-width: 1500px) {
  .infoTxt {
    font-size: 14px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1380px) {
  .infoTxt {
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  .infoTxt {
    padding: 0;
  }
}

.muForm {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 70px;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .muForm {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .muForm {
    font-size: 14px;
    line-height: 17px;
  }
}
.muForm label {
  padding: 3px 0;
  margin: 0;
}

.svgFakeInput {
  margin-bottom: 0 !important;
  display: inline-block;
}
.svgFakeInput::after {
  display: block;
  clear: both;
  content: "";
}
.svgFakeInput + .svgFakeInput {
  margin-left: 20px;
}
.svgFakeInput .svgIcon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: top;
  margin-right: 5px;
}
.svgFakeInput .svgText {
  margin-left: 7px;
}
.svgFakeInput.checked .svgIcon {
  background-image: url("svg/checkbox-checked.svg");
}
.svgFakeInput .fa {
  height: 22px;
  width: 22px;
}
.svgFakeInput .fa:before {
  font-size: 18px;
}

.svgText {
  font-weight: bold;
}

.svgInput {
  margin-bottom: 0 !important;
  display: inline-block;
}
.svgInput::after {
  display: block;
  clear: both;
  content: "";
}
.svgInput + .svgInput {
  margin-left: 20px;
}
.svgInput input[type=checkbox],
.svgInput input[type=radio] {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
}
.svgInput input[type=checkbox] + .svgIcon {
  background-image: url("/resources/images/icon-checkbox.svg");
}
.svgInput input[type=checkbox]:checked + .svgIcon {
  background-image: url("/resources/images/icon-checkbox-checked.svg");
}
.svgInput input[type=radio] + .svgIcon {
  background-image: url("/resources/images/icon-radio.svg");
}
.svgInput input[type=radio]:checked + .svgIcon {
  background-image: url("/resources/images/icon-radio-checked.svg");
}
.svgInput input[type=radio] + .svgIcon,
.svgInput input[type=checkbox] + .svgIcon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 22px;
  width: 22px;
}
.svgInput input[type=radio] + .svgIcon {
  background-position: 0 0;
}
.svgInput input[type=checkbox] + .svgIcon {
  background-position: 0 -1px;
}

.svgInput .svgIcon {
  vertical-align: -7px;
  float: left;
}

.svgInput .svgText {
  margin-left: 7px;
  float: left;
}

.fontSizeX .svgIcon {
  margin-top: 3px;
}
@media only screen and (max-width: 1200px) {
  .fontSizeX .svgIcon {
    margin-top: 0;
  }
}

.muTextField {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #D33333;
  font-weight: 500;
  width: 100%;
  border: none;
  background: #F2E1E3;
  padding: 2px;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .muTextField {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .muTextField {
    font-size: 14px;
    line-height: 17px;
  }
}
.muTextField ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D33333;
}
.muTextField ::-moz-placeholder { /* Firefox 19+ */
  color: #D33333;
}
.muTextField :-ms-input-placeholder { /* IE 10+ */
  color: #D33333;
}
.muTextField :-moz-placeholder { /* Firefox 18- */
  color: #D33333;
}
.muTextField[readonly] {
  color: #FFFFFF;
  background: #D33333;
}

::-webkit-input-placeholder {
  color: #D33333;
}

:-moz-placeholder { /* Firefox 18- */
  color: #D33333;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #D33333;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #D33333;
  opacity: 1;
}

::-ms-input-placeholder { /* Edge */
  color: #D33333;
  opacity: 1;
}

:placeholder-shown { /* Standard one last! */
  color: #D33333;
  opacity: 1;
}

.tInput,
.mInput,
.jInput,
.termInput,
.priceInput {
  text-align: center;
  width: auto;
  margin-right: 5px;
  display: inline-block;
}

.tInput {
  width: 50px;
}

.mInput {
  width: 50px;
}

.jInput {
  width: 70px;
}

.termInput {
  width: 170px;
  -webkit-box-shadow: 6px 5px 15px -9px rgba(62, 62, 62, 0.6); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 5px 15px -9px rgba(62, 62, 62, 0.6); /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 5px 15px -9px rgba(62, 62, 62, 0.6); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 25px;
  margin-left: 10px;
}

.priceInput {
  width: 70px;
  -webkit-box-shadow: 6px 5px 15px -9px rgba(62, 62, 62, 0.6); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 5px 15px -9px rgba(62, 62, 62, 0.6); /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 5px 15px -9px rgba(62, 62, 62, 0.6); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

.muBtn {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #D33333;
  text-transform: uppercase;
  color: #D33333;
  background: #F2E1E3;
  border: none;
  -webkit-box-shadow: 6px 0px 10px -2px rgba(62, 62, 62, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 0px 10px -2px rgba(62, 62, 62, 0.2); /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 0px 10px -2px rgba(62, 62, 62, 0.2); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  padding: 10px 25px;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .muBtn {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .muBtn {
    font-size: 14px;
    line-height: 17px;
  }
}
.muBtn:hover {
  color: #F2E1E3;
  background: #D33333;
}

.moreLink {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}
.moreLink:before {
  position: relative;
  top: 0;
  left: 0;
  height: 28px;
  width: 18px;
  content: " ";
  background-image: url(/resources/images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 14px;
  float: left;
}
.moreLink:hover {
  text-decoration: none;
  color: #F2E1E3;
  background: #D33333;
}
.moreLink:hover:before {
  background-image: url(/resources/images/icon-arrow-right-f2e1e3.svg);
}

.fontSizeXL.moreLink,
.fontSizeXL .moreLink {
  padding-left: 6px;
  padding-right: 6px;
}
.fontSizeXL.moreLink:before,
.fontSizeXL .moreLink:before {
  height: 33px;
  width: 28px;
  background-position: 0 10px;
  background-size: 25px;
}
@media only screen and (max-width: 1400px) {
  .fontSizeXL.moreLink:before,
  .fontSizeXL .moreLink:before {
    height: 30px;
    background-position: 0 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeXL.moreLink:before,
  .fontSizeXL .moreLink:before {
    height: 26px;
    width: 24px;
    background-position: 0 6px;
    background-size: 23px;
  }
}

.fontSizeX.moreLink,
.fontSizeX .moreLink {
  padding-left: 5px;
  padding-right: 5px;
}
.fontSizeX.moreLink:before,
.fontSizeX .moreLink:before {
  height: 28px;
  width: 18px;
  background-position: 0 9px;
  background-size: 16px;
}
@media only screen and (max-width: 1400px) {
  .fontSizeX.moreLink:before,
  .fontSizeX .moreLink:before {
    height: 24px;
    background-position: 0 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeX.moreLink:before,
  .fontSizeX .moreLink:before {
    height: 19px;
    width: 16px;
    background-position: 0 6px;
    background-size: 14px;
  }
}

.externelLink {
  background-image: url(/resources/images/icon-arrow-top-right.svg);
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 16px;
}
@media only screen and (max-width: 1400px) {
  .externelLink {
    background-position: 0 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .externelLink {
    background-position: 0 5px;
  }
}

.fontSizeXL.externelLink,
.fontSizeXL .externelLink {
  background-position: 0 10px;
  background-size: 20px;
  padding-left: 28px;
}
@media only screen and (max-width: 1400px) {
  .fontSizeXL.externelLink,
  .fontSizeXL .externelLink {
    background-position: 0 10px;
    background-size: 17px;
    padding-left: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeXL.externelLink,
  .fontSizeXL .externelLink {
    background-position: 0 9px;
    background-size: 15px;
    padding-left: 22px;
  }
}

.fontSizeX.externelLink,
.fontSizeX .externelLink {
  background-position: 0 8px;
  background-size: 14px;
  padding-left: 20px;
}
@media only screen and (max-width: 1400px) {
  .fontSizeX.externelLink,
  .fontSizeX .externelLink {
    background-position: 0 8px;
    background-size: 12px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeX.externelLink,
  .fontSizeX .externelLink {
    background-position: 0 8px;
    background-size: 10px;
    padding-left: 15px;
  }
}

.iconDownloadDoc {
  min-height: 60px;
  background-image: url(/resources/images/icon-download-doc.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-left: 55px;
}

.iconDownloadPic {
  min-height: 60px;
  background-image: url(/resources/images/icon-download-pic.svg);
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 27px;
}

.iconDownloadLink {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  background-image: url(/resources/images/icon-download-pic.svg);
  background-position: 4px 11px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 29px;
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  .iconDownloadLink {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .iconDownloadLink {
    font-size: 20px;
    line-height: 22px;
  }
}
.iconDownloadLink:hover {
  text-decoration: none;
  color: #F2E1E3;
  background-color: #D33333;
  background-image: url(/resources/images/icon-download-pic-f2e1e3.svg);
}

p.textDownloadLink {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  p.textDownloadLink {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  p.textDownloadLink {
    font-size: 20px;
    line-height: 22px;
  }
}
p.textDownloadLink + p.textDownloadLink {
  margin-top: -15px;
}
p.textDownloadLink a {
  background-image: url(/resources/images/icon-download-pic.svg);
  background-position: 4px 11px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 29px;
  display: inline-block;
}
p.textDownloadLink a:hover {
  text-decoration: none;
  color: #F2E1E3;
  background-color: #D33333;
  background-image: url(/resources/images/icon-download-pic-f2e1e3.svg);
}

.accordionContainer {
  margin-bottom: 30px;
}

.card {
  background: transparent;
  border: none;
  border-radius: 0;
  display: block;
  overflow: visible !important;
}
.card .card-body {
  padding: 10px 0 0 0;
}

.card-header {
  min-height: 55px;
  border-bottom: 1px solid #D33333;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 12px 5px 0;
  margin-bottom: 0 !important;
}

.cardHeadline {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.cardHeadline:hover {
  text-decoration: none;
}
.cardHeadline:hover h2 {
  text-decoration: none;
}
.cardHeadline h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .cardHeadline h2 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .cardHeadline h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.cardHeadline h2.fontSizeXL {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .cardHeadline h2.fontSizeXL {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .cardHeadline h2.fontSizeXL {
    font-size: 28px;
    line-height: 30px;
  }
}
.cardHeadline:before, .cardHeadline:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  height: 5px;
  width: 25px;
  background-color: #D33333;
  transition: all 0.25s ease-out;
  margin-top: -2px;
}
.cardHeadline.collapsed:before {
  transform: rotate(-90deg);
}
.cardHeadline.collapsed:after {
  transform: rotate(-180deg);
}
.cardHeadline:before {
  transform: rotate(45deg);
}
.cardHeadline:after {
  transform: rotate(138deg);
}

@media (max-width: 575px) {
  .card-header {
    padding-right: 0;
  }
  .cardHeadline {
    padding-right: 35px;
  }
  .cardHeadline:before, .cardHeadline:after {
    right: 2px;
  }
}
.accordeonTheme3.accordion:last-child {
  padding-bottom: 40px;
}
.accordeonTheme3 .card-header {
  position: relative;
}
.accordeonTheme3 .card-header:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}
.accordeonTheme3 .collapseContent {
  padding: 0;
}

.accordeonTheme2 + .accordeonTheme2 {
  margin-top: -25px;
}
.accordeonTheme2 .card-header {
  position: relative;
  border-bottom: 0;
  z-index: 2;
}
.accordeonTheme2 .card-header:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #D33333;
  margin-top: 1px;
  z-index: -1;
}
.accordeonTheme2 .cardHeadline {
  padding: 20px 0;
}
.accordeonTheme2 .cardHeadline h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  color: #F2E1E3;
}
@media only screen and (max-width: 1400px) {
  .accordeonTheme2 .cardHeadline h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .accordeonTheme2 .cardHeadline h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.accordeonTheme2 .cardHeadline:before, .accordeonTheme2 .cardHeadline:after {
  right: -60px;
  width: 35px;
  height: 8px;
  background-color: #F2E1E3;
}

@media (max-width: 991px) {
  .accordeonTheme2 .card-header {
    padding-right: 0;
  }
  .accordeonTheme2 .cardHeadline {
    padding-right: 35px;
  }
  .accordeonTheme2 .cardHeadline:before, .accordeonTheme2 .cardHeadline:after {
    right: 2px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 375px) {
  .accordeonTheme2 .cardHeadline h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .accordeonTheme2 .cardHeadline:before, .accordeonTheme2 .cardHeadline:after {
    width: 25px;
    height: 5px;
  }
}
.collapseContent {
  padding-top: 25px;
}

.sliderWrapper a {
  text-decoration: none !important;
  height: 100%;
}
.sliderWrapper a .sliderElement .imageContainer .imgDesc,
.sliderWrapper a .sliderElement .headlineSlider,
.sliderWrapper a .sliderElement p {
  text-decoration: none !important;
}
.sliderWrapper a:hover {
  text-decoration: none !important;
}
.sliderWrapper a:hover .sliderElement .imageContainer .imgDesc,
.sliderWrapper a:hover .sliderElement .headlineSlider,
.sliderWrapper a:hover .sliderElement p {
  text-decoration: none !important;
}

.searchresults {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchresults li:first-child a {
  border-top: 1px solid #D33333;
}
.searchresults li a {
  border-bottom: 1px solid #D33333;
  padding: 25px 0 30px 0;
  display: block;
}
.searchresults li a p.pathString span {
  padding-right: 5px;
}
.searchresults li a p.pathString span + span:before {
  content: ">";
  padding-right: 5px;
}
.searchresults li a h3, .searchresults li a .h3 {
  text-decoration: underline;
}

.ekko-lightbox {
  display: block !important;
}
.ekko-lightbox.modal .modal-content {
  border: none;
  background-color: transparent;
}
.ekko-lightbox.modal .modal-header {
  border: none;
  padding: 0;
}
.ekko-lightbox.modal .modal-header .close {
  position: fixed;
  top: 0;
  right: 20px;
  font-size: 4.5rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: none;
  outline: none;
  opacity: 1 !important;
  z-index: 1000;
}
.ekko-lightbox.modal .modal-body {
  padding: 0 0 15px 0;
}
.ekko-lightbox.modal .modal-footer {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #D33333;
  color: #FFFFFF;
  border: none;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 1500px) {
  .ekko-lightbox.modal .modal-footer {
    font-size: 11px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1380px) {
  .ekko-lightbox.modal .modal-footer {
    font-size: 9px;
    line-height: 12px;
  }
}

.modal-backdrop {
  background-color: #130000;
}
.modal-backdrop.show {
  opacity: 0.9;
}

body.modal-open header, body.modal-open main, body.modal-open .backgroundContainer, body.modal-open footer {
  filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
body.modal-open .bildArtikelWrapper .bildArtikelCol {
  padding-right: 8px;
  padding-left: 8px;
}

.fontSizeS {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .fontSizeS {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeS {
    font-size: 14px;
    line-height: 21px;
  }
}

.fontSizeX {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .fontSizeX {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeX {
    font-size: 20px;
    line-height: 22px;
  }
}

.fontSizeXL {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .fontSizeXL {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .fontSizeXL {
    font-size: 28px;
    line-height: 30px;
  }
}

.introTxt {
  border-bottom: 1px solid #D33333;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.textBorderBot {
  border-bottom: 1px solid #D33333 !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
}
.textBorderBot.fontSizeX {
  padding-bottom: 25px !important;
}

.textArrow {
  background-image: url(/resources/images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 12px;
  padding-left: 17px;
}

h1.textArrow,
.h1.textArrow,
h2.textArrow,
.h2.textArrow,
h3.textArrow,
.h3.textArrow,
.fontSizeX.textArrow,
.fontSizeX .textArrow {
  background-position: 0 10px;
  background-size: 15px;
  padding-left: 20px;
}

.textArrowList {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.textArrowList li {
  background-image: url(/resources/images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 12px;
  padding-left: 17px;
}
@media only screen and (max-width: 1400px) {
  .textArrowList li {
    background-position: 0 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .textArrowList li {
    background-position: 0 7px;
    background-size: 10px;
    padding-left: 14px;
  }
}

.overflowHidden {
  overflow: hidden !important;
}

.widthFullSize {
  width: 100% !important;
}

.height20 {
  height: 20px;
}

.margRight12 {
  margin-right: 12px;
}

.margRight15 {
  margin-right: 15px;
}

.padRight20 {
  padding-right: 20px !important;
}

.noMargBot {
  margin-bottom: 0 !important;
}

.margBot2 {
  margin-bottom: 2px;
}

.margBot5 {
  margin-bottom: 5px;
}

.margBot10 {
  margin-bottom: 10px;
}

.margBot15 {
  margin-bottom: 15px;
}

.margBot40 {
  margin-bottom: 33px;
}

.margBot50 {
  margin-bottom: 42px;
}

.margBot70 {
  margin-bottom: 58px;
}

.margTop-1 {
  margin-top: -1px;
}

.margTop40 {
  margin-top: 40px;
}

hr {
  border-top: 1px solid #D33333;
  display: block;
}

sup {
  font-size: 65%;
  top: -0.4em;
}

@media only screen and (min-width: 821px) {
  .hideOver820 {
    display: none !important;
  }
}
@media only screen and (max-width: 820px) {
  .hideUnder820 {
    display: none !important;
  }
}
.pageThemePink {
  background-color: #F2E1E3;
}
.pageThemePink .muDetailContainer,
.pageThemePink .readMoreContainer,
.pageThemePink .pageSwitchIconMobile,
.pageThemePink footer,
.pageThemePink footer .container {
  background-color: #F2E1E3;
}
.pageThemePink main:before {
  background-color: #F2E1E3;
}
.pageThemePink .accordeonTextContainer:before {
  background-color: #F2E1E3;
}
.pageThemePink .pageSwitchIcon:hover svg path,
.pageThemePink .pageTopContainer:hover svg path {
  fill: #FFFFFF !important;
}
.pageThemePink .socialMediaLink svg .svgBackground {
  fill: #F2E1E3;
}
.pageThemePink .socialMediaLink svg:hover .svgBackground {
  fill: #FFFFFF;
}
.pageThemePink .svgIcon.socialmedia-facebook {
  background-image: url("/resources/images/icon-facebook-hover.svg");
}
.pageThemePink .svgIcon.socialmedia-facebook:hover {
  background-image: url("/resources/images/icon-facebook.svg");
}
.pageThemePink .svgIcon.socialmedia-instagram {
  background-image: url("/resources/images/icon-instagram-hover.svg");
}
.pageThemePink .svgIcon.socialmedia-instagram:hover {
  background-image: url("/resources/images/icon-instagram.svg");
}
.pageThemePink .svgIcon.socialmedia-youtube {
  background-image: url("/resources/images/icon-youtube-hover.svg");
}
.pageThemePink .svgIcon.socialmedia-youtube:hover {
  background-image: url("/resources/images/icon-youtube.svg");
}
.pageThemePink .svgIcon.socialmedia-twitter {
  background-image: url("/resources/images/icon-twitter-hover.svg");
}
.pageThemePink .svgIcon.socialmedia-twitter:hover {
  background-image: url("/resources/images/icon-twitter.svg");
}
.pageThemePink .svgIcon.socialmedia-soundcloud {
  background-image: url("/resources/images/icon-soundcloud-hover.svg");
}
.pageThemePink .svgIcon.socialmedia-soundcloud:hover {
  background-image: url("/resources/images/icon-soundcloud.svg");
}
.pageThemePink .svgIcon.socialmedia-flickr {
  background-image: url("/resources/images/icon-flickr-hover.svg");
}
.pageThemePink .svgIcon.socialmedia-flickr:hover {
  background-image: url("/resources/images/icon-flickr.svg");
}

.pageThemeTransparent main:before {
  background-image: none;
}

.tabMode a:focus,
.tabMode .targetNav a:focus,
.tabMode .teaserContainer a:focus,
.tabMode header .headerMainNav > li a.mainNavLink:focus,
.tabMode .headerMainNav .megaNavContainer ul.megaNav li a:focus,
.tabMode .headerMainNav .megaNavContainer .container h2 a:focus,
.tabMode header .headerToolNav li .btnToolNav:focus,
.tabMode header .text-logo-header:focus,
.tabMode .navbarBurger .navbarToggle:focus,
.tabMode .mobileNavContainer .mobileMainNav a.mainNavLink:focus,
.tabMode .mobileNavContainer .mobileMainNav .megaNavContainer .megaNav li a:focus,
.tabMode .mobileNavContainer .mobileHomeNav li a:focus,
.tabMode .mobileNavContainer .mobileMetaNav li a:focus,
.tabMode .mobileNavContainer .mobileMainNav li.level1 .subnavBtn:focus,
.tabMode .mobileNavContainer .mobileMainNav .megaNavContainer h2 a:focus,
.tabMode .sliderWrapper a:focus,
.tabMode footer .footerNav li a:focus {
  outline: 4px solid #ffbf47;
}
.tabMode .cardHeadline:focus {
  outline: 4px solid #ffbf47;
}

.tabMode header .headerMainNav > li.activeMainnavTab .megaNavContainer {
  height: auto;
  padding-top: 21px;
  margin-top: 75px;
  opacity: 1;
}
.tabMode header .headerMainNav > li.activeMainnavTab .megaNavContainer .container {
  opacity: 1;
  display: block;
}

.embed-responsive div[data-type=placeholder] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}

.klaro.cm-as-context-notice {
  height: auto !important;
}

.klaro .context-notice {
  border: transparent !important;
  border-radius: 0 !important;
  background-color: #F2E1E3 !important;
  padding: 40px 20px !important;
}
.klaro .context-notice p {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #D33333;
  color: #D33333;
}
@media only screen and (max-width: 1400px) {
  .klaro .context-notice p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .klaro .context-notice p {
    font-size: 14px;
    line-height: 21px;
  }
}

.pageThemePink .klaro .context-notice {
  background-color: #FFFFFF !important;
}

.klaro .context-notice p {
  color: inherit !important;
  flex-grow: 0;
  text-align: left !important;
  padding-top: 0;
  margin-top: 0;
}

/*
==================================================================================================
======== CSS-Classes für leichte Sprache - Barrierefrei
==================================================================================================
*/
body.leichteSprache .sliderWrapper.variant2 .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
  line-height: 1.5;
}
body.leichteSprache .teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
  line-height: 1.5;
}
body.leichteSprache .muInfoContainer, body.leichteSprache .rightColInfoContainer {
  line-height: 1.5;
}
body.leichteSprache .fontSizeX {
  line-height: 1.5;
}
body.leichteSprache footer .text-address-footer {
  line-height: 1.5;
}

/*
==================================================================================================
======== CSS-Classes für hohen Kontrast - Barrierefrei
==================================================================================================
 */
body.highContrast {
  color: #000000;
}
body.highContrast header > .container {
  background-image: url(/resources/images/bg_m-000000.svg);
}
@media (max-width: 991px) {
  body.highContrast header .justifyContentCenterLogo {
    color: #000000;
  }
}
body.highContrast header .text-logo-header {
  color: #FFFFFF;
}
body.highContrast header .text-logo-header:hover {
  color: #FFFFFF;
  background: #000000;
}
@media (max-width: 991px) {
  body.highContrast header .text-logo-header {
    color: #000000;
  }
}
body.highContrast header .headerMainNav > li.active > a {
  border-top: 1px solid #000000 !important;
}
body.highContrast header .headerMainNav > li a.mainNavLink {
  color: #000000;
}
body.highContrast header .headerMainNav > li a.mainNavLink:hover {
  border-top: 1px solid #000000;
}
body.highContrast header .headerToolNav li .btnToolNav.btnContrast.iconLowContrast {
  background-image: url(/resources/images/icon-contrast-low-000000.svg);
}
body.highContrast header .headerToolNav li .btnToolNav.btnContrast.iconLowContrast:hover {
  background-image: url(/resources/images/icon-contrast-high-000000.svg);
}
body.highContrast header .headerToolNav li .btnToolNav.btnContrast.iconHighContrast {
  background-image: url(/resources/images/icon-contrast-high-000000.svg);
}
body.highContrast header .headerToolNav li .btnToolNav.btnContrast.iconHighContrast:hover {
  background-image: url(/resources/images/icon-contrast-low-000000.svg);
}
body.highContrast header .headerToolNav li .btnToolNav.btnSearch {
  background-image: url(/resources/images/search.svg);
}
body.highContrast header .headerToolNav li .btnToolNav.btnSearch:hover {
  background-image: url(/resources/images/search.svg);
}
body.highContrast header .toolLayer h3.toolHeadline,
body.highContrast header .toolLayer .toolHeadline {
  color: #000000;
}
body.highContrast header .toolLayer .toolBtn {
  color: #000000;
}
body.highContrast header .toolLayer .toolBtn + .toolBtn {
  border-top: 1px solid #000000;
}
body.highContrast header .toolSearchLayer .searchForm input.searchField {
  color: #000000;
}
body.highContrast header .toolSearchLayer .searchForm input.searchField:focus {
  outline: #FFFFFF;
}
body.highContrast .headerMainNav .megaNavContainer h2 {
  color: #000000;
}
body.highContrast .headerMainNav .megaNavContainer h2.megaNavHeadline {
  color: #000000;
}
body.highContrast .headerMainNav .megaNavContainer h2.megaNavHeadline a {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
body.highContrast .headerMainNav .megaNavContainer h2.megaNavHeadline a:hover {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .headerMainNav .megaNavContainer ul.megaNav li.active a {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .headerMainNav .megaNavContainer ul.megaNav li:first-child a {
  border-top: 1px solid #000000;
}
body.highContrast .headerMainNav .megaNavContainer ul.megaNav li a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
body.highContrast .headerMainNav .megaNavContainer ul.megaNav li a:hover {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .mobileNavContainer .mobileNavPanel .mobileAddress {
  color: #000000;
}
body.highContrast .mobileNavContainer .mobileMainNav {
  padding: 0;
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1 {
  border-bottom: 1px solid #000000;
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1:first-child {
  border-top: 1px solid #000000;
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1 .subnavBtn {
  position: absolute;
  top: 0px;
  right: 35px;
  width: 32px;
  height: 28px;
  background: transparent;
  border: none;
  display: block;
  z-index: 1;
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1 .subnavBtn:before, body.highContrast .mobileNavContainer .mobileMainNav li.level1 .subnavBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  height: 3px;
  width: 18px;
  background-color: #000000;
  transition: all 0.25s ease-out;
  margin-top: -1px;
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1 .subnavBtn:before {
  transform: rotate(-90deg);
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1 .subnavBtn:after {
  transform: rotate(-180deg);
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1.showSub .megaNavContainer {
  display: block;
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1.showSub .subnavBtn:before {
  transform: rotate(45deg);
}
body.highContrast .mobileNavContainer .mobileMainNav li.level1.showSub .subnavBtn:after {
  transform: rotate(138deg);
}
body.highContrast .mobileNavContainer .mobileMainNav a.mainNavLink {
  color: #000000;
}
body.highContrast .mobileNavContainer .mobileMainNav .megaNavContainer h2 {
  color: #000000;
}
body.highContrast .mobileNavContainer .mobileMainNav .megaNavContainer .megaNav {
  color: #000000;
}
body.highContrast .mobileNavContainer .mobileMainNav .megaNavContainer .megaNav li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .mobileNavContainer .mobileHomeNav li .subnavBtn,
body.highContrast .mobileNavContainer .mobileMetaNav li .subnavBtn {
  position: absolute;
  top: 0px;
  right: 35px;
  width: 32px;
  height: 28px;
  background: transparent;
  border: none;
  display: block;
  z-index: 1;
}
body.highContrast .mobileNavContainer .mobileHomeNav li .subnavBtn:before, body.highContrast .mobileNavContainer .mobileHomeNav li .subnavBtn:after,
body.highContrast .mobileNavContainer .mobileMetaNav li .subnavBtn:before,
body.highContrast .mobileNavContainer .mobileMetaNav li .subnavBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  height: 3px;
  width: 18px;
  background-color: #D33333;
  transition: all 0.25s ease-out;
  margin-top: -1px;
}
body.highContrast .mobileNavContainer .mobileHomeNav li .subnavBtn:before,
body.highContrast .mobileNavContainer .mobileMetaNav li .subnavBtn:before {
  transform: rotate(-90deg);
}
body.highContrast .mobileNavContainer .mobileHomeNav li .subnavBtn:after,
body.highContrast .mobileNavContainer .mobileMetaNav li .subnavBtn:after {
  transform: rotate(-180deg);
}
body.highContrast .mobileNavContainer .mobileHomeNav li.showSub .megaNavContainer,
body.highContrast .mobileNavContainer .mobileMetaNav li.showSub .megaNavContainer {
  display: block;
}
body.highContrast .mobileNavContainer .mobileHomeNav li.showSub .subnavBtn:before,
body.highContrast .mobileNavContainer .mobileMetaNav li.showSub .subnavBtn:before {
  transform: rotate(45deg);
}
body.highContrast .mobileNavContainer .mobileHomeNav li.showSub .subnavBtn:after,
body.highContrast .mobileNavContainer .mobileMetaNav li.showSub .subnavBtn:after {
  transform: rotate(138deg);
}
body.highContrast .mobileNavContainer .mobileHomeNav li a,
body.highContrast .mobileNavContainer .mobileMetaNav li a {
  color: #000000;
}
body.highContrast .mobileNavContainer .mobileHomeNav {
  margin-top: 0;
  margin-bottom: 20px;
}
body.highContrast .mobileNavContainer .mobileLangList li.activeLang {
  color: #FFFFFF;
  background-color: #000000;
}
body.highContrast .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 {
  border-bottom: 1px solid #000000;
}
body.highContrast .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1:first-child {
  border-top: 1px solid #000000;
}
body.highContrast .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer h2 {
  color: #000000;
}
body.highContrast .siteMapNavContainer .siteMapNavPanel .siteMapMainNav li.level1 .megaNavContainer .megaNav li a {
  color: #000000;
}
body.highContrast .backgroundContainer .container {
  background-image: url(/resources/images/bg_m-000000.svg);
}
body.highContrast .container.filterPanel .filter {
  color: #000000;
}
body.highContrast .container.filterPanel .filter .button:hover {
  background-color: #000000;
}
body.highContrast .container.filterPanel .filter .closeButton::after, body.highContrast .container.filterPanel .filter .closeButton::before {
  background-color: #000000;
}
body.highContrast .container.filterPanel .filter .menu {
  color: #000000;
}
body.highContrast .container.filterPanel .filter .menu .tag {
  background-color: #FFFFFF;
  border: 2px solid #000000;
}
body.highContrast .container.filterPanel .filter .menu .tag.selected, body.highContrast .container.filterPanel .filter .menu .tag:hover {
  background-color: #000000;
}
body.highContrast .filterWrapper .filterElMain {
  color: #000000;
}
body.highContrast .filterWrapper .filterElMain:hover {
  color: #FFFFFF !important;
  background-color: #000000;
}
body.highContrast .filterWrapper .filterList li .filterEl {
  color: #000000;
}
body.highContrast .filterWrapper .filterList li .filterEl:hover {
  color: #FFFFFF !important;
  background-color: #000000;
}
body.highContrast .filterWrapper .filterList li .filterEl.active {
  color: #FFFFFF !important;
  background-color: #000000;
}
body.highContrast .filterWrapper .filterList li .filterEl.iconClose {
  background-image: url(/resources/images/icon-close-000000.svg);
}
body.highContrast .filterWrapper .filterList li .filterEl.iconClose:hover {
  background-image: url(/resources/images/icon-close-f2e1e3.svg) !important;
}
body.highContrast .filterWrapper .filterList li + li .filterEl {
  border-left: 1px solid #000000;
}
@media only screen and (max-width: 1200px) {
  body.highContrast .filterWrapper .filterEl {
    color: #000000;
  }
  body.highContrast .filterWrapper .filterList li + li .filterEl {
    border-top: 1px solid #000000;
  }
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer {
  background: #FFFFFF;
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
  color: #000000;
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
    font-size: 61px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h1 {
    font-size: 53px;
    line-height: 53px;
  }
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h2 {
  color: #000000;
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer .h3 {
  color: #000000;
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p {
  color: #000000;
}
body.highContrast .sliderWrapper .sliderTeaserTextWrapper .sliderTeaserTextContainer p.fontSizeS {
  color: #000000;
}
body.highContrast .sliderWrapper.variant2 .sliderTeaserTextWrapper .sliderTeaserTextContainer .headlineSlider {
  color: #000000;
}
body.highContrast .sliderWrapper .sliderElement .imageContainer .imgDesc p {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .mcexContainer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #d9d9d9;
  margin-top: 1px;
  z-index: -1;
}
body.highContrast .pageThemePink .mcexContainer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #d9d9d9;
  margin-top: 1px;
  z-index: -1;
}
body.highContrast .sliderDots li.slick-active button {
  background: #000000;
}
body.highContrast .sliderDots li button:hover {
  background: #000000;
}
body.highContrast .sliderCtrlBtn {
  background-image: url(/resources/images/icon-play.svg);
}
body.highContrast .sliderCtrlBtn.statusIsPlaying {
  background-image: url(/resources/images/icon-pause.svg);
}
body.highContrast .textContainer.themeRed .textPanel:before {
  background: #000000;
}
body.highContrast .textContainer .textPanel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  margin-top: 1px;
  z-index: -1;
}
body.highContrast .textContainer .textPanel h1, body.highContrast .textContainer .textPanel .h1 {
  color: #000000;
}
body.highContrast .textContainer .textPanel h2, body.highContrast .textContainer .textPanel .h2 {
  color: #000000;
}
body.highContrast .textContainer .textPanel h3, body.highContrast .textContainer .textPanel .h3 {
  color: #000000;
}
body.highContrast .accordion.themeRed:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #000000;
  margin-top: 1px;
  z-index: -1;
}
@media (max-width: 991px) {
  body.highContrast .teaserContainer [class*=col-] .teaserBox .teaserTextContainer,
  body.highContrast .teaserContainer [class*=col-] .teaserTextBox .teaserTextContainer {
    padding: 20px 8.7% 15px 8.7%;
  }
}
body.highContrast .teaserContainer a {
  text-decoration: none;
  min-width: 100%;
  display: block;
}
body.highContrast .teaserContainer a .teaserBox .teaserTextContainer,
body.highContrast .teaserContainer a .teaserTextBox .teaserTextContainer {
  transition: all 0.3s ease-in-out;
  background: #FFFFFF;
}
body.highContrast .teaserContainer a .teaserBox .teaserTextContainer .teaserHeadline,
body.highContrast .teaserContainer a .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #000000;
}
body.highContrast .teaserContainer a .teaserBox .teaserTextContainer .teaserText,
body.highContrast .teaserContainer a .teaserTextBox .teaserTextContainer .teaserText {
  color: #000000;
}
body.highContrast .teaserContainer a:hover {
  text-decoration: none;
}
body.highContrast .teaserContainer a:hover .teaserBox .teaserTextContainer,
body.highContrast .teaserContainer a:hover .teaserTextBox .teaserTextContainer {
  background: #000000;
}
body.highContrast .teaserContainer a:hover .teaserBox .teaserTextContainer .teaserHeadline,
body.highContrast .teaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #FFFFFF;
}
body.highContrast .teaserContainer a:hover .teaserBox .teaserTextContainer .teaserText,
body.highContrast .teaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserText {
  color: #FFFFFF;
}
body.highContrast .teaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none;
}
body.highContrast .teaserContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserText {
  display: block;
}
body.highContrast .teaserContainer .teaserBox {
  margin-bottom: 18px;
}
body.highContrast .teaserContainer .teaserBox .teaserImg {
  width: 100%;
  display: block;
}
body.highContrast .teaserContainer .teaserBox .teaserTextContainer {
  height: 196px;
  padding: 20px 15px 15px 15px;
}
body.highContrast .teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .teaserContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 20px;
    line-height: 22px;
  }
}
body.highContrast .teaserContainer .teaserBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .teaserContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .teaserContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 13px;
    line-height: 14px;
  }
}
body.highContrast .teaserContainer .teaserTextBox {
  margin-bottom: 18px;
}
body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer {
  height: 325px;
  padding: 20px 15px 15px 15px;
}
body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 28px;
    line-height: 30px;
  }
}
body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
  display: none;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 28px;
    line-height: 30px;
  }
}
body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .teaserContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 13px;
    line-height: 14px;
  }
}
body.highContrast .teaserContentContainer h2 {
  color: #000000;
}
body.highContrast .teaserContentContainer > a:hover .teaserBox {
  background-color: #000000;
}
body.highContrast .teaserContentContainer > a:hover .teaserBox .teaserTextContainer h3, body.highContrast .teaserContentContainer > a:hover .teaserBox .teaserTextContainer p {
  color: #FFFFFF;
}
body.highContrast .teaserContentContainer .teaserBox .teaserTextContainer h3 {
  color: #000000;
}
body.highContrast .teaserContentContainer .teaserBox .teaserTextContainer p {
  color: #000000;
}
body.highContrast .headlineColoredContainer {
  background: #FFFFFF;
}
body.highContrast .headlineColoredContainer h1 {
  color: #000000;
}
body.highContrast .alleMuseenTeaserContainer a .teaserTextBox .teaserTextContainer {
  background: #FFFFFF;
}
body.highContrast .alleMuseenTeaserContainer a .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #000000;
}
body.highContrast .alleMuseenTeaserContainer a .teaserTextBox .teaserTextContainer .teaserText {
  color: #000000;
}
body.highContrast .alleMuseenTeaserContainer a:hover .teaserTextBox .teaserTextContainer {
  background: #000000;
}
body.highContrast .alleMuseenTeaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #FFFFFF;
}
body.highContrast .alleMuseenTeaserContainer a:hover .teaserTextBox .teaserTextContainer .teaserText {
  color: #FFFFFF;
}
body.highContrast .alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #000000;
}
body.highContrast .alleMuseenTeaserContainer .teaserTextBox .teaserTextContainer .teaserText {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer {
  background: #FFFFFF;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .headlineBildArtikel {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h1 {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h2 {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer .h3 {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p.fontSizeS {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .bildArtikelTextWrapper .bildArtikelTextContainer p {
  color: #000000;
}
body.highContrast .bildArtikelWrapper .imgDesc p {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .muDetailContainer {
  color: #000000;
}
body.highContrast .muInfoContainer,
body.highContrast .rightColInfoContainer {
  color: #000000;
}
body.highContrast .muInfoContainer .fontBig,
body.highContrast .rightColInfoContainer .fontBig {
  color: #000000;
}
body.highContrast .muInfoContainer > * + * {
  border-top: 1px solid #000000;
}
body.highContrast .articleDate {
  color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 991px) {
  body.highContrast .downloadContainer [class*=col-] .teaserBox .teaserTextContainer,
  body.highContrast .downloadContainer [class*=col-] .teaserTextBox .teaserTextContainer {
    padding: 20px 8.7% 15px 8.7%;
  }
}
body.highContrast .downloadContainer a {
  text-decoration: none;
  min-width: 100%;
  display: block;
}
body.highContrast .downloadContainer a .teaserBox .teaserTextContainer,
body.highContrast .downloadContainer a .teaserTextBox .teaserTextContainer {
  transition: all 0.3s ease-in-out;
  background: #FFFFFF;
}
body.highContrast .downloadContainer a .teaserBox .teaserTextContainer .teaserHeadline,
body.highContrast .downloadContainer a .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #000000;
}
body.highContrast .downloadContainer a .teaserBox .teaserTextContainer .teaserText,
body.highContrast .downloadContainer a .teaserTextBox .teaserTextContainer .teaserText {
  color: #000000;
}
body.highContrast .downloadContainer a:hover {
  text-decoration: none;
}
body.highContrast .downloadContainer a:hover .teaserBox .teaserTextContainer,
body.highContrast .downloadContainer a:hover .teaserTextBox .teaserTextContainer {
  background: #000000;
}
body.highContrast .downloadContainer a:hover .teaserBox .teaserTextContainer .teaserHeadline,
body.highContrast .downloadContainer a:hover .teaserTextBox .teaserTextContainer .teaserHeadline {
  color: #FFFFFF;
}
body.highContrast .downloadContainer a:hover .teaserBox .teaserTextContainer .teaserText,
body.highContrast .downloadContainer a:hover .teaserTextBox .teaserTextContainer .teaserText {
  color: #FFFFFF;
}
body.highContrast .downloadContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserHeadline {
  display: none;
}
body.highContrast .downloadContainer a:hover .teaserTextBox.withDescription .teaserTextContainer .teaserText {
  display: block;
}
body.highContrast .downloadContainer .teaserBox {
  margin-bottom: 18px;
}
body.highContrast .downloadContainer .teaserBox .teaserImg {
  width: 100%;
  display: block;
}
body.highContrast .downloadContainer .teaserBox .teaserTextContainer {
  height: 196px;
  padding: 20px 15px 15px 15px;
}
body.highContrast .downloadContainer .teaserBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .downloadContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .downloadContainer .teaserBox .teaserTextContainer .teaserHeadline {
    font-size: 20px;
    line-height: 22px;
  }
}
body.highContrast .downloadContainer .teaserBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .downloadContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .downloadContainer .teaserBox .teaserTextContainer .teaserText {
    font-size: 13px;
    line-height: 14px;
  }
}
body.highContrast .downloadContainer .teaserTextBox {
  margin-bottom: 18px;
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer {
  height: 325px;
  padding: 20px 15px 15px 15px;
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserHeadline {
    font-size: 28px;
    line-height: 30px;
  }
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #D33333;
  margin-bottom: 0;
  display: none;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
    font-size: 28px;
    line-height: 30px;
  }
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 15px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
    font-size: 13px;
    line-height: 14px;
  }
}
body.highContrast .downloadContainer a:hover .iconDownloadDoc {
  background-image: url(/resources/images/icon-download-doc-f2e1e3.svg);
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText {
  color: #000000;
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserText.smallFont {
  color: #000000;
}
body.highContrast .downloadContainer .teaserTextBox .teaserTextContainer .teaserDescription {
  color: #FFFFFF;
}
body.highContrast .downloadPicContainer .downloadPicPanel h2 {
  color: #000000;
  border-bottom: 1px solid #000000;
}
body.highContrast .downloadPicContainer .downloadPicPanel > a:hover .teaserBox {
  background-color: #000000;
}
body.highContrast .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer h3 {
  color: #000000;
}
body.highContrast .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer p {
  color: #000000;
}
body.highContrast .downloadPicContainer .downloadPicPanel .teaserBox .teaserTextContainer .textDownload {
  color: #000000;
}
body.highContrast .pressContainer .pressPanel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}
body.highContrast .pressContainer .pressPanel h2 {
  color: #000000;
  border-bottom: 1px solid #000000;
}
body.highContrast .pressContainer .pressPanel > a:hover .teaserBox {
  background-color: #000000;
}
body.highContrast .pressContainer .pressPanel .teaserBox .teaserTextContainer .teaserHeadline {
  color: #000000;
}
body.highContrast .muMarker {
  color: #FFFFFF;
  background-image: url(/resources/images/icon-standort-marker-000000.svg);
}
body.highContrast .pageSwitchIcon:hover svg path {
  fill: #000000 !important;
}
body.highContrast .pageSwitchIcon svg path {
  stroke: #000000 !important;
}
body.highContrast .pageSwitchIconMobile svg {
  fill: #000000 !important;
}
body.highContrast .pageTopContainer:hover svg path {
  fill: #000000 !important;
}
body.highContrast .pageTopContainer svg path {
  stroke: #000000 !important;
}
body.highContrast .readMoreContainer .readMoreHeadline {
  color: #000000;
  border-top: 1px solid #000000;
}
body.highContrast footer {
  position: relative;
  background: #ffffff;
  z-index: 2;
}
body.highContrast footer .container {
  background-image: url(/resources/images/bg_u-000000.svg);
}
body.highContrast footer .footerNav li a {
  color: #000000;
}
body.highContrast footer .text-address-footer {
  color: #000000;
}
body.highContrast .svgIcon.socialmedia-facebook {
  background-image: url("/resources/images/icon-facebook-000000.svg");
}
body.highContrast .svgIcon.socialmedia-facebook:hover {
  background-image: url("/resources/images/icon-facebook-hover.svg");
}
body.highContrast .svgIcon.socialmedia-instagram {
  background-image: url("/resources/images/icon-instagram-000000.svg");
}
body.highContrast .svgIcon.socialmedia-instagram:hover {
  background-image: url("/resources/images/icon-instagram-hover.svg");
}
body.highContrast .svgIcon.socialmedia-youtube {
  background-image: url("/resources/images/icon-youtube-000000.svg");
}
body.highContrast .svgIcon.socialmedia-youtube:hover {
  background-image: url("/resources/images/icon-youtube-hover.svg");
}
body.highContrast .svgIcon.socialmedia-twitter {
  background-image: url("/resources/images/icon-twitter-000000.svg");
}
body.highContrast .svgIcon.socialmedia-twitter:hover {
  background-image: url("/resources/images/icon-twitter-hover.svg");
}
body.highContrast .svgIcon.socialmedia-soundcloud {
  background-image: url("/resources/images/icon-soundcloud-000000.svg");
}
body.highContrast .svgIcon.socialmedia-soundcloud:hover {
  background-image: url("/resources/images/icon-soundcloud-hover.svg");
}
body.highContrast .svgIcon.socialmedia-flickr {
  background-image: url("/resources/images/icon-flickr-000000.svg");
}
body.highContrast .svgIcon.socialmedia-flickr:hover {
  background-image: url("/resources/images/icon-flickr-hover.svg");
}
body.highContrast .svgIcon.picto-bfr {
  background-image: url("/resources/images/icon-ohne-barrieren2-000000.svg");
}
body.highContrast .svgIcon.picto-wbf {
  background-image: url("/resources/images/icon-weitgehend-barrierefrei-000000.svg");
}
body.highContrast .svgIcon.picto-wcrg {
  background-image: url("/resources/images/icon-wc-rollstuhlgerecht-000000.svg");
}
body.highContrast .svgIcon.picto-wcerg {
  background-image: url("/resources/images/icon-wc-eingeschraenkt-rollstuhlgerecht-000000.svg");
}
body.highContrast .svgIcon.picto-hiseh {
  background-image: url("/resources/images/icon-hilfe-sehbehinderung-000000.svg");
}
body.highContrast .svgIcon.picto-hihoer {
  background-image: url("/resources/images/icon-hilfe-hoerbehinderung-000000.svg");
}
body.highContrast .svgIcon.picto-kg {
  background-image: url("/resources/images/icon-kinder-geeignet-000000.svg");
}
body.highContrast .svgIcon .pictoText {
  color: #000000;
}
body.highContrast .socialMediaLink svg:hover .svgBackground {
  fill: #FFFFFF;
}
body.highContrast a {
  color: #000000;
}
body.highContrast a:hover {
  color: #000000;
}
body.highContrast .themeRed a {
  color: #FFFFFF !important;
}
body.highContrast .themeRed .externelLink {
  background-image: url(/resources/images/icon-arrow-top-right-000000.svg) !important;
}
body.highContrast .themeRed a:hover {
  color: #FFFFFF !important;
}
body.highContrast .infoTxt {
  color: #000000;
}
body.highContrast .muForm {
  color: #000000;
}
body.highContrast .muTextField {
  color: #000000;
  background: #FFFFFF;
}
body.highContrast .muTextField ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
body.highContrast .muTextField ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
body.highContrast .muTextField :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
body.highContrast .muTextField :-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
body.highContrast .muTextField[readonly] {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast ::-webkit-input-placeholder {
  color: #D33333;
}
body.highContrast :-moz-placeholder { /* Firefox 18- */
  color: #D33333;
}
body.highContrast ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
body.highContrast :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
body.highContrast ::-ms-input-placeholder { /* Edge */
  color: #000000;
}
body.highContrast :placeholder-shown { /* Standard one last! */
  color: #000000;
}
body.highContrast .muBtn {
  color: #000000;
  background: #FFFFFF;
}
body.highContrast .muBtn:hover {
  color: #F2E1E3;
  background: #D33333;
}
body.highContrast .moreLink:before {
  background-image: url(/resources/images/icon-arrow-right-000000.svg);
}
body.highContrast .moreLink:hover {
  color: #FFFFFF;
  background: #000000;
}
body.highContrast .moreLink:hover:before {
  background-image: url(/resources/images/icon-arrow-right-ffffff.svg);
}
body.highContrast .externelLink {
  background-image: url(/resources/images/icon-arrow-top-right-000000.svg);
}
body.highContrast .iconDownloadDoc {
  background-image: url(/resources/images/icon-download-doc-000000.svg);
}
body.highContrast .iconDownloadPic {
  background-image: url(/resources/images/icon-download-pic-000000.svg);
}
body.highContrast .iconDownloadLink {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  background-image: url(/resources/images/icon-download-pic-000000.svg);
}
@media only screen and (max-width: 1400px) {
  body.highContrast .iconDownloadLink {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .iconDownloadLink {
    font-size: 20px;
    line-height: 22px;
  }
}
body.highContrast .iconDownloadLink:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(/resources/images/icon-download-pic-f2e1e3.svg);
}
body.highContrast p.textDownloadLink {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
}
@media only screen and (max-width: 1400px) {
  body.highContrast p.textDownloadLink {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast p.textDownloadLink {
    font-size: 20px;
    line-height: 22px;
  }
}
body.highContrast p.textDownloadLink a {
  background-image: url(/resources/images/icon-download-pic.svg);
}
body.highContrast p.textDownloadLink a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(/resources/images/icon-download-pic-f2e1e3.svg);
}
body.highContrast .card-header {
  border-bottom: 1px solid #000000;
}
body.highContrast .cardHeadline h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D33333;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .cardHeadline h2 {
    font-size: 23px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .cardHeadline h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
body.highContrast .cardHeadline:before, body.highContrast .cardHeadline:after {
  background-color: #000000;
}
body.highContrast .accordeonTheme3 .card-header:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  margin-top: 1px;
  z-index: -1;
}
body.highContrast .accordeonTheme2 .card-header:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: #000000;
  margin-top: 1px;
  z-index: -1;
}
body.highContrast .accordeonTheme2 .cardHeadline h2 {
  font-family: "Euclid Circular B", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #D33333;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  body.highContrast .accordeonTheme2 .cardHeadline h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  body.highContrast .accordeonTheme2 .cardHeadline h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
body.highContrast .accordeonTheme2 .cardHeadline:before, body.highContrast .accordeonTheme2 .cardHeadline:after {
  background-color: #FFFFFF;
}
body.highContrast .searchresults li:first-child a {
  border-top: 1px solid #000000;
}
body.highContrast .searchresults li a {
  border-bottom: 1px solid #000000;
}
body.highContrast .modal-backdrop {
  background-color: #130000;
}
body.highContrast .fontSizeS {
  color: #000000;
}
body.highContrast .fontSizeX {
  color: #000000;
}
body.highContrast .fontSizeXL {
  color: #000000;
}
body.highContrast .introTxt {
  border-bottom: 1px solid #000000;
}
body.highContrast .textBorderBot {
  border-bottom: 1px solid #000000 !important;
}
body.highContrast .textArrow {
  background-image: url(/resources/images/icon-arrow-right-000000.svg);
}
body.highContrast .textArrowList li {
  background-image: url(/resources/images/icon-arrow-right-000000.svg);
}
body.highContrast hr {
  border-top: 1px solid #000000;
}
body.highContrast.pageThemePink {
  background-color: #FFFFFF !important;
}
body.highContrast.pageThemePink .muDetailContainer,
body.highContrast.pageThemePink .readMoreContainer,
body.highContrast.pageThemePink .pageSwitchIconMobile,
body.highContrast.pageThemePink footer,
body.highContrast.pageThemePink footer .container {
  background-color: #FFFFFF;
}
body.highContrast.pageThemePink main:before {
  background-color: #FFFFFF !important;
}
body.highContrast.pageThemePink .accordeonTextContainer:before {
  background-color: #FFFFFF;
}
body.highContrast.pageThemePink .pageSwitchIcon:hover svg path,
body.highContrast.pageThemePink .pageTopContainer:hover svg path {
  fill: #FFFFFF !important;
}
body.highContrast.pageThemePink .socialMediaLink svg .svgBackground {
  fill: #FFFFFF;
}
body.highContrast header .headerMainNav > li a.mainNavLink:focus-within {
  border-top: 1px solid #000000;
}
body.highContrast .headerMainNav .megaNavContainer ul.megaNav li a:focus {
  color: #FFFFFF;
  background: #000000;
}

/*# sourceMappingURL=style.css.map */
