.bilder {
    //margin: 0px;
    //padding: 0px;
    //height: 540px;
}


#black4 {
    background-color: #000;
    overflow: hidden;
    height: 300px;
    width: 100%;

}


#bild4 {
    background-image: url('aktie.jpg');
    background-size: 100%;
    overflow: hidden;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
}




#bild4:hover > .text
{
    background-color: #555555;
    height: 500px;
    display:block;
}




.bilder>div:hover .text {
    background-color:#005F50;
    color: #fff;
    padding: 20px;
    height: 236px;
}

.text a {
    color: #fff!important;
}

.text {
    display:none;
}

.item img {
    width: 100%
}

.item > .carousel-caption
{
    margin: 0 -30px;
    bottom: 0px;
    top: 220px;
    font-size: 0.8em;
}

.carousel-caption h3
{
    color: #fff;
}


.carousel-control {
    border: 0!important;
}

.carousel-inner {
    height: 500px;
}
