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



#black4 {
    background-color: #000;
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 300px;
    width: 100%;
    top:329px

}



#bild4 {
    background-image: url('aktie.jpg');
    background-size: 100%;
    /*position: absolute;*/
    left: 0;
    overflow: hidden;
    height: 300px;
    width: 100%;
    top:352px
}



#bild4:hover > .text
{
    background-color: #555555;
    height: 300px;
    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: 50%
}

.item > .carousel-caption
{
    right: 10%;
    margin-left: 35%;
}

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


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