/* Bild Infobutton Kachel Block */
.bik_container {
    background-color: white;
    min-height: 258px;
    max-width: 100%;
    margin: 80px 10px 40px 0;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.10);
    display: inline-flex;
    width: 100%;
}

.bik_container.right {
    flex-direction: row-reverse;
}

.bik_one {
    width: 45%;
    margin: auto 20px auto 40px;
    min-height: 630px;
}


.bik_one.side-left {
    width: 45%;
    margin: 20px 20px 20px 40px;
    /* float: none !important; */
    max-width: 46%;
}

.bik_one.side-right {
    width: 46%;
}

.bik_one h2 {
    margin-top: 80px !important;
    margin-bottom: 10px !important;
    font-family: roundedlight !important;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: -1px;
}

.bik_container h2 b {
    font-family: roundedmedium;
    font-weight: normal;
}

.bik_two {
    width: 49%;
}

.bik_two.side-left {
    margin-left: 40px;
    width: 54%;
}

.bik_two.side-right {
    max-width: 49%;
    width: 49%;
    margin-right: 0px;
}

.bik_image {
    margin-top: -60px;
    max-width: 530px;
    width: 93%;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.bik_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;
}

.bik_image:hover .bik_logo_copyright{
    display: block;
}

.bik_entries {
    display: flex;
    margin-top: 30px;
}


.bik_icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.bik_titel {
    margin-bottom: 10px;
    font-family: roundedmedium;
    font-size: 20px;
    line-height: 25px;
}

.bik_untertitel {
    font-size: 16px;
    line-height: 22px;
    font-family: 'adelle-sans';
    color: #828282;
}

.bik_entries p {
    margin-bottom: 0;
}

.bik_link {
    text-decoration: none !important;
    font-family: 'roundedmedium';
    font-size: 16px;
    line-height: 20px;
}

.bik_button {
    margin-top: 30px;
    margin-left: 40px;
    margin-bottom: 60px; /*120px;*/
}

.bik_container button {
    min-width: 188px;
    min-height: 52px;
    border-radius: 30px;
    font-size: 20px;
    font-family: roundedmedium;
    text-transform: none;
    background-color: #1faa6c;
    font-weight: normal;
}

@media only screen and (max-width: 880px) {
  .bik_container {
    margin: 40px -15px;
    width: auto;
    display: block;
    border-radius: 0px;
    max-width: unset;
    padding-right: 30px;
  }

  .bik_one {
    margin: auto 20px auto 20px !important;
    width: 100% !important;
    min-height: inherit;
    max-width: 100% !important;
  }

  .bik_two {
    display: none;
  }

  .bik_entries {
    display: flex;
  }

  .bik_iconrow {
    margin-bottom: 10px;
  }

  .bik_button {
    margin-left: 0;
    text-align: center;
  }

  .bik_container h2 {
    margin-top: 60px !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .bik_titel {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .bik_entries {
    display: block;
  }

  .bik_titel {
    margin-bottom: 15px;
  }

  .bik_iconrow {
	margin-top: 4px;
	margin-bottom: 10px;
    float: left;
  }
}
