/* Farbiger Textblock */
.fatb_container {
    background-color: #E9F6EA;
    min-height: 160px;
    margin: 60px auto;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
}

.fatb_titelrow {
    display: inline-flex;
    padding: 40px;
    width: 100%;
}

.fatb_content_container {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}

.fatb_title {
    margin-bottom: 20px;
}

.fatb_title h2 {
    margin-top: 0;
}

.fatb_content {
    font-family: 'adelle-sans';
    font-size: 20px;
    line-height: 34px;
}

.fatb_url {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
}

.fatb_url a {
    text-decoration: none;
    font-family: roundedmedium;
}

@media only screen and (max-width: 880px) {
  .fatb_container {
    background-color: #E9F6EA;
    min-height: 160px;
    margin: 20px -20px;
    border-radius: 0;
  }

  .fatb_titelrow {
      padding: 20px 15px;
  }

  .fatb_content {
    font-size: 16px;
    line-height: 26px;
  }

  .fatb_url {
    font-size: 16px;
    line-height: 22px;
  }
}
