.babygallery__wrapper .geschlecht-2 .infocontainer span i {
    color: #C6DCE4;
  }
  
  .babygallery__wrapper .geschlecht-2 .baby_wrapper {
    border-bottom: 7px solid #C6DCE4;
  }
  
  .babygallery__wrapper .geschlecht-1 .infocontainer span i {
    color: #F2D1D1;
  }
  
  .babygallery__wrapper .geschlecht-1 .baby_wrapper {
    border-bottom: 7px solid #F2D1D1;
  }
  
  
  .babygallery__wrapper .imagecontainer .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .6s ease;
    background: rgba(0, 0, 0, 0.2);
  }
  
  .babygallery__wrapper .imagecontainer {
    overflow: hidden;
    display: block;
    position: relative;
  }
  
  .babygallery__wrapper .imagecontainer:hover .overlay {
    opacity: 1;
  }
  
  
  .babygallery__wrapper .overlay i {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  


.baby_wrapper {
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    position: relative;
    line-height: 1.5em;
}



.babygallery__wrapper .infocontainer {
    text-align: center;
    background: #fff;
    display: block;
    padding-bottom: 0px;
}

.babygallery__wrapper .baby:hover {
    cursor: pointer;
}


.babygallery__wrapper .geschlecht-2 .infocontainer span i {
    color: #C6DCE4;
}

.babygallery__wrapper .geschlecht-2 .baby_wrapper {
    border-bottom: 7px solid #C6DCE4;
}

.babygallery__wrapper .geschlecht-1 .infocontainer span i {
    color: #F2D1D1;
}

.babygallery__wrapper .geschlecht-1 .baby_wrapper {
    border-bottom: 7px solid #F2D1D1;
}

.baby-modal .info span {
    margin: 0 10px;
}

.baby-modal .rwd-table {
    margin: 1em 0;
    width: 100%;
}

.baby-modal .rwd-table tr {
    border-bottom: 1px solid #eee;
}


.baby-modal .rwd-table tr:last-child {
    border-bottom: 0px solid #eee ;
}

.baby-modal .rwd-table th {
    display: none;
}

.baby-modal .rwd-table td {
    display: block;
}

.baby-modal .rwd-table td:first-child {
    padding-top: .5em;
}

.baby-modal .rwd-table td:last-child {
    padding-bottom: .5em;
}

@media (min-width: 480px) {
    .baby-modal .rwd-table td:before {
        display: none;
    }
}

.baby-modal .rwd-table th,
.baby-modal .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .baby-modal .rwd-table th,
    .baby-modal .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .baby-modal .rwd-table th:first-child,
    .baby-modal .rwd-table td:first-child {
        padding-left: 0;
    }
    .baby-modal .rwd-table th:last-child,
    .baby-modal .rwd-table td:last-child {
        padding-right: 0;
    }
}

.baby-modal .rwd-table {
    background: #C6DCE4;
    color: #4c4c50;
    border-radius: .4em;
    overflow: hidden;
}


.baby-modal .rwd-table th,
.baby-modal .rwd-table td {
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .baby-modal .rwd-table th,
    .baby-modal .rwd-table td {
        padding: 1em !important;
    }
}


.baby-modal.geschlecht-1 .rwd-table {
    background: #F2D1D1;
}

.baby-modal.geschlecht-1 .rwd-table tr {
    border-color: #F2D1D1;
}

.baby-modal.geschlecht-2 .rwd-table {
    background: #C6DCE4;
}

.baby-modal.geschlecht-2 .rwd-table tr {
    border-color: #C6DCE4;
}

.kooperation_babygalerie img {
    height: 80px;
    width: auto !important;
    display: block;
    margin-top: 10px;
}