/* Block Bildkachel Darstellung */
.bk_container:first-of-type {
    margin-top: 50px;
}

.bk_kachel {
    width: 370px;
    height: 396px;
    background-color: white;
    display: inline-block;
    margin: 0 25px 30px 0;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.10);
    padding: 20px;
}

.bk_kachel:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
	transition: all 0.1s ease-in-out;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
}

.row.bk_tripple_column .bk_kachel {
    height: auto;
    min-height: 396px;
}

.row .bk_content {
    text-align: left;
}

.bk_single_column .bk_content {
    text-align: left;
}

.bk_logo {
    width: 100%;
    height: auto;
    margin: 0px auto 20px;
    border-radius: 5px;
    padding-top: 56%;
    position: relative;
}

.bk_logo_copyright {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    padding: 1px 5px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    border-radius: 0px 5px;
    display: none;
}

.bk_logo:hover .bk_logo_copyright{
    display: block;
}
/*
.bk_logo img {
    max-height: 185px;
    margin: auto;
    display: flex;
    border-radius: 5px;
} */

.row.bk_tripple_column .bk_logo {
    width: auto;
}

/* 1-Spaltig */
.bk_single_column {
    margin-right: 10px;
}

.bk_single_column .bk_kachel {
    width: 100%;
    height: 340px;
    display: flex;
    margin: 0 45px 30px 0; /*single_glossar*/
}

.bk_single_column .bk_logo {
    height: auto;
    width: 540px;
    margin-right: 30px;
    float: left;
    padding-top: inherit;
    margin-bottom: 0;
    min-height: 100%;
}
/*
.bk_single_column .bk_logo img {
    max-height: inherit;
    height: 300px;
    width: 100%;
} */

.bk_single_column .bk_content {
    margin: auto 0;
    width: 540px;
}

/* 2-Spaltig */
.bk_double_column .bk_kachel {
    width: 50%;
    margin: 0 25px 30px 0;
    max-width: 567px;
    height: auto;
}

.bk_double_column .bk_logo {
    width: 100%;
    height: auto;
    margin: 0px auto 30px;
    padding-top: 56%;
}

/* 3-spaltig */
.row.bk_double_column, .row.bk_tripple_column {
    margin-left: 0;
    flex-wrap: inherit;
}


.bk_title {
    font-size: 30px;
    line-height: 35px;
    font-family: 'roundedmedium';
    color: #4A4A4A;
    margin: 0 0 10px 0;
}

.bk_tripple_column .bk_title {
    font-size: 22px;
    line-height: 28px;
}

.bk_excerpt {
    margin: 0 0px 10px 0px;
    color: #828283;
    font-family: 'adelle-sans' !important;
    font-size: 18px;
    line-height: 27px;
}

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

.bk_excerpt_text {
    margin-bottom: 15px;
}

.bk_more_link {
    color: #1FAA6C;
    margin-top: 15px;
    font-family: 'roundedmedium';
    text-decoration: none !important;
}


@media only screen and (max-width: 920px) {
  .bk_title {
    font-size: 22px;
    line-height: 28px;
  }

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

  .bk_single_column .bk_kachel{
    width: 100%;
    height: auto;
    display: inherit;
  }

  .bk_single_column .bk_logo, .bk_double_column .bk_logo, .bk_tripple_column .bk_logo {
    height: auto !important;
    float: none !important;
    width: 100% !important;
    margin: auto !important;
    padding-top: 56%;
    max-width: 100% !important;
  }

  /* .bk_logo img {
    max-height: inherit;
  } */

  .bk_single_column .bk_logo img, .bk_double_column .bk_logo img, .bk_tripple_column .bk_logo img{
    /* max-height: 300px; */
    height: auto;
    width: 100%;
  }

  .bk_single_column .bk_content, .bk_double_column .bk_content, .bk_tripple_column .bk_content {
    margin: auto 0;
    width: auto;
    /*text-align: center;*/
    margin-top: 20px !important;
  }

  .row.bk_double_column, .row.bk_tripple_column {
      flex-flow: column;
  }

  .bk_double_column .bk_kachel, .row.bk_tripple_column .bk_kachel {
    width: auto;
    max-width: inherit;
    height: auto;
  }
}
