.responsiveSlider{
    min-height: inherit;
    position: relative;
}
.responsiveSlider .slides{
    /*height: 785px;*/
}
.responsiveSlider .slides .overflow{
    height: inherit;
}
.responsiveSlider .slides .overflow .inner{
    height: inherit;
}
.responsiveSlider .slides .overflow .inner article{
    height: inherit;
    position: relative;
}
.responsiveSlider .slides .overflow .inner article img{
    height: auto;
    min-height: 100%;
    max-height: inherit;
    width: 100%;
    max-width: none;
}
/*http://csscience.com/responsiveslidercss3/nojs.html*/
/* Slider Wrapper */
.responsiveSlider input { display: none; }
.responsiveSlider .overflow {
    /*width: 100%;*/
    overflow: hidden;

    /* von mir eingefügt*/
    width:90%;
    margin-left:75px;
    margin-right:75px;
}
.responsiveSlider article img {
    width: 100%;
}
.responsiveSlider .slides .inner {
    width: 500%;
    line-height: 0;
}
.responsiveSlider .slides article {
    width: 20%;
    float: left;
}
.responsiveSlider .slides article:hover{
    width: 20%;
    float: left;
    background-color: grey;
}

/* Control Setup */
.responsiveSlider .controls, .responsiveSlider .controls2 {
    /*margin: -35% 0 0 0;*/
    width: 100%;
    z-index: 1000;
    /* height: 50px; */
    height: 16px;
    position: absolute;
    /* top: 40%; */
    top: 50%;
}

.responsiveSlider .controls label, .responsiveSlider .controls2 label {
    display: none;
    /* width: 100px; */
    width: 35px;
    /* height: 100px; */
    height: 16px;
    opacity: 1;
}

.responsiveSlider .controls label:hover, .responsiveSlider .controls2 label:hover  {
    opacity: 0.8;
    cursor: pointer;
}

/* Bottom Control */
.responsiveSlider .active {
    display: none;
    margin: 23% 0 0;
    text-align: center;
}
.responsiveSlider .active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    /*background: .bbb;*/
}
.responsiveSlider .active label:hover {
    /*background: .ccc;*/
    /*border-color: .777 !important;*/
}

/* Info Box */
.responsiveSlider .info {
    /* line-height: 20px; */
    /* margin: 0 0 -150%; */
    margin: 0;
    position: absolute;
    /* font-style: italic; */
    /* padding: 30px 30px; */
    padding: 15px 20px;
    opacity: 0;
    /* color: .000; */
    text-align: left;

    top: 0;
}
/* .responsiveSlider .info h3 { */
#subpageSlider .responsiveSlider .info h4,
#subpageSlider .responsiveSlider .info h1,
.responsiveSlider .info h4 {
    /* color: .333; */
    color: white;
    /* margin: 0 0 5px; */
    /* font-weight: normal; */
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: 400;
    /* font-style: normal; */
    padding-bottom: 0;
}

/* Slider Styling */
.responsiveSlider .slides {
    /*background: .fff;*/
    background: rgb(252,255,244); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(219,218,201,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(219,218,201,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(219,218,201,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='.fcfff4', endColorstr='.dbdac9',GradientType=0 ); !* IE6-9 *!*/
    background: #fff;
}

/* Animation */
.responsiveSlider .slides .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.responsiveSlider .slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.responsiveSlider .controls label, .responsiveSlider .controls2 label{
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.responsiveSlider .info,
.responsiveSlider .controls,
.responsiveSlider .controls2,
.responsiveSlider .slides,
.responsiveSlider .active,
.responsiveSlider .active label,
.responsiveSlider .info h3,
.responsiveSlider .desktop,
.responsiveSlider .tablet,
.responsiveSlider .mobile {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* Responsive Styling */

/* Tablet */

.tablet:checked ~ .slider .controls, .tablet:checked ~ .slider .controls2 {
    margin: -25% 0 0 12%;
    width: 76%;
    height: 50px;
}
.tablet:checked ~ .slider .controls label, .tablet:checked ~ .slider .controls2 label {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.tablet:checked  ~ .slider .slides, .mobile:checked  ~ .slider .slides {
    padding: 1% 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tablet:checked ~ .slider .active {
    margin: 22% 0 0;
}

@media only screen and (max-width: 850px) and (min-width: 450px) {

    .responsiveSlider .slider .controls, .responsiveSlider .slider .controls2 {
        margin: -25% 0 0 15%;
        width: 70%;
        height: 50px;
    }

    .responsiveSlider .slider .controls label,
    .responsiveSlider .slider .controls2 label {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .responsiveSlider .slider .slides {
        padding: 1% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .responsiveSlider .slider .active {
        margin: 22% 0 0;
    }

}

/* Mobile */

.mobile:checked ~ .slider .controls,
.mobile:checked ~ .slider .controls2 {
    margin: -28% 0 0 24%;
    width: 50%;
    height: 50px;
}

.mobile:checked ~ .slider .active {
    margin: 23% 0 0;
}

.mobile:checked ~ .slider .slides .info {
    opacity: 0 !important;
}

.mobile:checked ~ .slider .controls label,
.mobile:checked ~ .slider .controls2 label {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}


@media only screen and (max-width: 450px) {

    .responsiveSlider .slider .controls,
    .responsiveSlider .slider .controls2 {
        margin: -28% 0 0 24%;
        width: 50%;
        height: 50px;
    }

    .responsiveSlider .slider .active {
        margin: 23% 0 0;
    }

    .responsiveSlider .slider .slides {
        padding: 1% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .responsiveSlider .slider .slides .info {
        opacity: 0 !important;
    }

    .responsiveSlider .slider .controls label,
    .responsiveSlider .slider .controls2 label {
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

}
