/* All Rights by Konstantin Peterson  mail@konstantin-peterson.de, http://webdesign.konstantin-peterson.de, please contact me for any questions, you allow to use it, with that lizenz you buy it */


/* ============================== SimpleSlider ============================== */

.simpleSlider {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}
.slide {
    position: relative;
}

    
/* ============================== Image Title ============================== */
.simpleSlider .title {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #BDBDBD;
    display: block;
    width: 96%;
    padding: 1% 2%;
    top: 0;
    text-align: center;
}
.slide img{
    width: 100%;
    height: auto;
}
    
    
    

