.bildtext-bgcover {
    display: table;
    position: relative;
    width: 100%;
    .transition(font-size, 0.5s);
    overflow: hidden;
    border: 1px solid #333;
}

.bildtext-wrapper-white {

}

.bildtext-bgcover-white{
  border: 2px solid #fff;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.bildtext-title-white {}
.bildtext-paragraph-white {}

.bildtext-wrapper-grey {

  background-color: #E7E7E7;
}

.bildtext-bgcover-grey{
  border: none;
  box-shadow: none;
}

.bildtext-title-grey {

}

h3.bildtext-title-grey {
  margin-bottom: 5px !important;
}

a.bildtext-title-grey {
  padding: 0 15px 0 15px;
  color:#6a6a6a !important;
}

.bildtext-paragraph-grey {
  margin-top: 10px !important;
  color: #6a6a6a !important;
  padding: 0 15px 15px 15px;
  line-height: 1.2em !important;
  min-height: 6em !important;
}

/*
.bildtext-bgcover::before{
    text-align: center;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 1px;
    content: "";
    font-family: FontAwesome;
    color: #fff;
    transition: all 0.5s cubic-bezier(0, 1.8, 1, 1.8);
    position: absolute;
    margin-top: -15px;
    top: 50%;
}*/
/*
.bildtext-bgcover:hover{
    opacity: 0.8;
    &:before{
        content: "";
        font-family: FontAwesome;
        color: #fff;
        font-size: 18px;
    }
}*/
