
.mmfsc-module-m03h3 {
  margin: 0 0 50px; }
  @media screen and (min-width: 480px) {
    .mmfsc-module-m03h3 {
      margin: 0 0 75px; } }

.mmfsc-m03h3-container-textbox {
  margin-bottom: 60px;
  padding-top: 25px; }

.mmfsc-m03h3-container-breadcrumb {
  font-family: Roboto, Arial, sans-serif;
  color: #0a3886;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .mmfsc-m03h3-container-breadcrumb::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #0a3886; }
  .mmfsc-m03h3-container-breadcrumb > a {
    display: inline-block;
    color: #0a3886;
    text-decoration: none; }
    .mmfsc-m03h3-container-breadcrumb > a:hover {
      color: #5991dc; }
    .mmfsc-m03h3-container-breadcrumb > a .mmfsc-m03h3-rootline-item-angle::before, .mmfsc-m03h3-container-breadcrumb > a .mmfsc-m03h3-rootline-item-angle::after {
      content: '\00a0'; }
    .mmfsc-m03h3-container-breadcrumb > a .mmfsc-m03h3-rootline-item-angle,
    .mmfsc-m03h3-container-breadcrumb > a .mmfsc-m03h3-rootline-item-angle i {
      font-size: 11px;
      font-weight: bold;
      line-height: 24px;
      text-transform: uppercase; }
    .mmfsc-m03h3-container-breadcrumb > a:first-child .mmfsc-m03h3-rootline-item-angle {
      display: none; }

.mmfsc-m03h3-container-headline {
  font-family: VilleroyAndBoch, Times, serif;
  color: #43474a;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px; }

.mmfsc-m03h3-container-bodytext {
  font-family: Roboto, Arial, sans-serif;
  color: #43474a;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5; }
  .mmfsc-m03h3-container-bodytext a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #0a3886; }
    .mmfsc-m03h3-container-bodytext a:hover {
      color: #5991dc; }
      .mmfsc-m03h3-container-bodytext a:hover::before {
        width: 100%; }
    .mmfsc-m03h3-container-bodytext a::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #5991dc;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }

@media (min-width: 768px) {
  .mmfsc-m03h3-container-textbox {
    padding-top: 50px; }

  .mmfsc-m03h3-container-headline {
    font-size: 32px;
    line-height: 34px; } }
@media (min-width: 1200px) {
  .mmfsc-m03h3-container-breadcrumb {
    margin-bottom: 35px; }

  .mmfsc-m03h3-container-headline {
    font-size: 52px;
    margin-bottom: 35px; } }

.mmfsc-module-m34 {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .mmfsc-module-m34 {
      margin-bottom: 75px; } }

.mmfsc-m34-col > a {
  text-decoration: none; }
  .mmfsc-m34-col > a:hover .mmfsc-m34i-link > i {
    color: #5991dc; }

.mmfsc-m34-table {
  background: #f0f8ff;
  border-bottom: 2px solid #0a3886;
  padding: 0 15px;
  margin: 50px 0 15px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .mmfsc-m34-table {
      display: table;
      width: 100%;
      padding: 0;
      margin: 35px 0 30px; } }
  @media screen and (min-width: 1200px) {
    .mmfsc-m34-table {
      margin: 45px 0 10px; } }

@media screen and (min-width: 768px) {
  .mmfsc-m34-row {
    display: table-row; } }

.mmfsc-m34-image {
  position: relative;
  top: -30px;
  margin: 0 auto -30px;
  max-width: 230px; }
  @media screen and (min-width: 768px) {
    .mmfsc-m34-image {
      display: table-cell;
      vertical-align: middle;
      bottom: 30px;
      width: 200px;
      padding: 0 15px;
      top: unset; } }
  @media screen and (min-width: 1200px) {
    .mmfsc-m34-image {
      width: 230px;
      padding: 0 30px; } }
  .mmfsc-m34-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.mmfsc-m34-textbox {
  text-align: center;
  padding-top: 15px; }
  @media screen and (min-width: 768px) {
    .mmfsc-m34-textbox {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 0 35px 0 0;
      text-align: left;
      width: 240px; }
      .mmfsc-m34-textbox::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        height: 80%;
        background: #cccccc; } }
  @media screen and (min-width: 1200px) {
    .mmfsc-m34-textbox {
      padding: 0 70px 0 0;
      width: 435px; } }
  .mmfsc-m34-textbox a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #43474a;
    padding: 2px 0;
    margin-bottom: 10px; }
    .mmfsc-m34-textbox a:hover {
      color: #5991dc; }
      .mmfsc-m34-textbox a:hover::before {
        width: 100%; }
    .mmfsc-m34-textbox a::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 2px;
      left: 0;
      background-color: #5991dc;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }

.mmfsc-m34-headline {
  font-family: VilleroyAndBoch, Times, serif;
  color: #43474a;
  font-size: 22px;
  padding-bottom: 10px; }

.mmfsc-m34-subheadline {
  font-family: Roboto, Arial, sans-serif;
  color: #43474a;
  font-size: 14px; }

.mmfsc-m34-children-container {
  height: 30px;
  margin: 20px auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .mmfsc-m34-children-container {
      display: table-cell;
      vertical-align: middle;
      width: 35px;
      margin: 0;
      padding: 0 35px; } }
  @media screen and (min-width: 1200px) {
    .mmfsc-m34-children-container {
      padding: 0 70px; } }

.mmfsc-m34-child-container1,
.mmfsc-m34-child-container2 {
  margin: 0 15px; }
  @media screen and (min-width: 768px) {
    .mmfsc-m34-child-container1,
    .mmfsc-m34-child-container2 {
      display: block;
      padding: 8px 0;
      margin: 0; } }
  @media screen and (min-width: 1200px) {
    .mmfsc-m34-child-container1,
    .mmfsc-m34-child-container2 {
      padding: 13px 0; } }

@media screen and (min-width: 1200px) {
  .layout-teasercolumn .mmfsc-m34-image {
    width: 230px; } }
@media screen and (min-width: 1200px) {
  .layout-teasercolumn .mmfsc-m34-textbox {
    width: 245px;
    padding: 0 50px 0 0; } }
@media screen and (min-width: 1200px) {
  .layout-teasercolumn .mmfsc-m34-children-container {
    padding: 0 50px; } }

.mmfsc-m34i-icon {
  font-size: 30px;
  color: #43474a; }

.mmfsc-m34i-icon:hover {
  color: #5991dc; }

.mmfsc-m34i-link {
  display: inline-block; }
  .mmfsc-m34i-link a {
    text-decoration: none; }

.mmfsc-module-m42 {
  margin: 0 auto;
  overflow: hidden; }

.mmfsc-m42-textbox {
  background-color: #ffffff;
  padding: 0 15px;
  text-align: left; }

.mmfsc-m42-headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a5784f;
  margin-bottom: -5px; }
  .mmfsc-m42-headline::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    background-color: #a5784f; }

.mmfsc-m42i-pagelink {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 5px -20px;
  color: #0a3886; }
  .mmfsc-m42i-pagelink a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #43474a;
    padding: 2px 0;
    display: inline;
    font-weight: normal; }
    .mmfsc-m42i-pagelink a:hover {
      color: #5991dc; }
      .mmfsc-m42i-pagelink a:hover::before {
        width: 100%; }
    .mmfsc-m42i-pagelink a::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 2px;
      left: 0;
      background-color: #5991dc;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }

.mmfsc-m42i-linkbox {
  padding-bottom: 20px;
  margin: 0; }

.mmfsc-m42i-headline {
  font-family: VilleroyAndBoch, Times, serif;
  font-size: 22px;
  padding-bottom: 20px; }
  .mmfsc-m42i-headline > h2, .mmfsc-m42i-headline h3, .mmfsc-m42i-headline h4 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0; }

.mmfsc-module-m40 {
  margin: 0 auto;
  overflow: hidden; }
  .mmfsc-module-m40 > a {
    text-decoration: none; }
    .mmfsc-module-m40 > a:hover .mmfsc-m34i-icon {
      color: #5991dc; }

.mmfsc-m40-textbox {
  background-color: #ffffff;
  text-align: left;
  padding: 0 15px;
  position: relative; }

.mmfsc-m40-headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 20px;
  color: #a5784f; }
  .mmfsc-m40-headline::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    background-color: #a5784f; }

.mmfsc-m40-subheadline {
  font-family: VilleroyAndBoch, Times, serif;
  font-size: 22px;
  color: #43474a;
  width: 85%;
  padding-top: 15px;
  padding-bottom: 20px; }
  .mmfsc-m40-subheadline > h2, .mmfsc-m40-subheadline h3, .mmfsc-m40-subheadline h4 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0; }

.mmfsc-m34-icon {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px; }
