/* Block Kachel Post Darstellung */
.se_container {
    margin-left: calc(-100vw / 2 + 920px / 2);
    margin-right: calc(-100vw / 2 + 920px / 2);
    margin-top: 80px;
    margin-bottom: 80px;

}

.se_container_img {
  background: url('../../images/green-pattern.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.se_single_column .se_kachel {
    width: 100%;
    height: 320px;
    background-color: transparent;
    display: inline-block;
}


a.se_kachel {
    text-decoration: none !important;
}


a.se_kachel:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.se_single_column {
    max-width: 1170px;
    margin: 0 auto;
}

.se_single_column .se_logo {
    height: 230px;
    width: 370px;
    margin: 40px 0;
    float: left;
    border-radius: 10px;
    box-shadow: 10px 10px 100px 0 rgba(0,0,0,0.10);
}

.se_single_column .se_content {
    max-width: 740px;
    margin: 40px 20px 20px;
    display: inline-block;
}

.se_title {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    font-family: 'roundedmedium';
    color: white;
    margin: 0 20px 15px;
}

/* .se_intro_title {
    display: inline-flex;
    margin-left: 20px;
    margin-bottom: 5px;
    color: #828282;
    font-size: 14px;
    line-height: 20px;
} */

.se_excerpt {
    margin: 0 20px 30px;
    color: white;
}

.se_excerpt_text {
    font-family: 'adelle-sans' !important;
    font-size: 20px;
    line-height: 32px;
    color: white;
}


.se_more_button_container {
    margin-left: 20px;
}

.se_more_button_container .gk_more_button {
    color: #4A4A4A;
    background-color: white;
}

.se_more_button_container .gk_more_button:hover {
    opacity: 0.9;
}

@media only screen and (max-width: 1170px) {

  .se_container {
      margin-left: -85px;
      margin-right: -85px;
  }

  .se_single_column {
    padding: 0 20px;
  }

  .se_single_column .se_content {
    display: grid;
    width: auto;
  }

  .se_single_column .se_kachel {
    height: auto;
  }
}

@media only screen and (max-width: 1170px) {
  .se_container {
      margin-left: -15px;
      margin-right: -15px;
  }
}

@media only screen and (max-width: 890px) {

  .se_container {
    margin: 20px -15px 40px;
  }

  .se_logo {
    width: 100% !important;
    height: auto !important;
    min-height: 210px;
    margin: 40px 0 0 !important;
  }

  .se_single_column .se_content {
    display: inherit;
    margin: 20px 0 40px;
  }

  .se_title {
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 48px;
  }

  .se_excerpt {
    margin: 0 0px 30px;
  }

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

  .se_more_button_container {
    margin-left: 0;
  }

  .gk_more_button {
    font-size: 18px;
    line-height: 20px;
  }
}
