.infoblock_area {
    padding: 0 25px;
}

.infoblock_area.newsletter.alignfull {
    background-color: #FFE369;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 0;
}

.infoblock_heading, .infoblock_subheading {
    max-width: 1084px;
    margin: auto;
}

.infoblock_heading {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #3094F2;
}

.infoblock_subheading {
    font-family: 'Garamond';
    font-weight: 400;
    font-size: 22px;
    line-height: 28.71px;
    color: #fc5f58;
}

.infoblock_area.newsletter .infoblock_subheading {
    color: #3f54c1;
}

.textblock_container {
    max-width: 1084px !important;
    margin: 50px auto;
    display: flex;
    position: relative;
}

.infoblock_area.newsletter .textblock_container {
    margin-top: 0;
    margin-bottom: 0;
}

.textblock_container.side_0 {
    display: block;
}

.textblock_container.side_rechts .side_right, .textblock_container.side_links .side_left {
    width: 60%;
}

.textblock_container.side_rechts .side_left, .textblock_container.side_links .side_right{
    width: 40%;
}

.textblock_container .side_left {
    margin-right: 20px;
}

.textblock_title {
    font-family: 'Space Grotesk';
    font-weight: 600;
    font-size: 35px;
    line-height: 44.66px;
    color: #000;
}

.textblock_content p {
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 33px;
}

.textblock_content {
  max-height: none;
  position: relative;
  overflow: hidden;
}

.textblock_content.checked {
  max-height: 364px;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

.textblock_content .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 60px 0;
    background-image: linear-gradient(transparent -60px, white);
}

.textblock_content .read-more .button {
    border: none;
    bottom: -42px;
    display: initial;
    position: relative;
}


.textblock_content .wpcf7-form.init label {
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.textblock_content .wpcf7-form.init p {
    margin-bottom: 15px;
    margin-top: 0;
}

.textblock_content .wpcf7-form.init p:first-of-type {
    margin-top: 33px !important;
}

.textblock_content .wpcf7-form.init .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first {
    margin-left: 0px;
}

.textblock_content .wpcf7-form.init .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
    max-width: 360px;
    display: inline-block;
    vertical-align: text-top;
}

.textblock_content .wpcf7-form-control-wrap.your-email {
    padding-top: 5px;
    display: block;
}

.textblock_content .wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #3f54c1;
    width: 196px;
    height: 50px;
    border-radius: 0;
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
}

@media (max-width:720px) {

  .infoblock_subheading {
    font-size: 18px;
    line-height: 23.49px;
  }

  .textblock_title {
    font-size: 30px;
    line-height: 38.28px;
  }

  .infoblock_area {
    padding: 0 15px;
  }

  .textblock_container {
    margin: 26px auto 14px;
    display: block;
    padding: 0 10px;
  }

  .textblock_container.side_rechts .side_left, .textblock_container.side_links .side_right {
    width: 100%;
  }

  .textblock_container.side_rechts .side_right, .textblock_container.side_links .side_left {
    width: 100%;
  }

  .textblock_content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 20px;
  }


  .infoblock_area.newsletter.alignfull {
    padding-top: 98px;
    padding-bottom: 35px;
  }

  .textblock_content .wpcf7-form.init label {
    font-size: 16px;
  }

  .textblock_content .wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
  }
}
