/* Slider Startseite */
#slider_fernschulen {
         width: calc(100% - 50px) !important;
         margin: 0px auto;
}

#slider_fernschulen .slider_fernschulen_header {
         display: none;
}

#slider_fernschulen .slider_fernschulen_header h3 {
         display: inline-block;
         width: calc(100% - 100px);
         font-size: 1.6em;
         text-align: left;
}

#slider_fernschulen .slider_fernschulen_header .slide_left {
         float:right;
         display: block;
         background: url(../images/slider_left.png) center center no-repeat;
         height: 40px;
         width: 40px;
         cursor: pointer;
         margin: 3px;
}

#slider_fernschulen .slider_fernschulen_header .slide_right {
         float:right;
         display: block;
         background: url(../images/slider_right.png) center center no-repeat;
         height: 40px;
         width: 40px;
         cursor: pointer;
         margin: 3px;
}

#slider_fernschulen .in .slider_fernschulen_left {
         float:left;
         display: inline-block;
         background: url(../images/slider_left.png) center left no-repeat;
         height: 180px;
         width: 50px;
         cursor: pointer;
}

#slider_fernschulen .in .slider_fernschulen_content {
         float:left;
         display: inline-block;
         height: 170px;
         width: calc(100% - 120px) !important;
         margin-left: 10px;
         overflow: hidden;
}

#slider_fernschulen .in .slider_fernschulen_content .item {
         height: 170px;
         margin: 15px 15px;
         text-align: center;
}

#slider_fernschulen .in .slider_fernschulen_content .item img {
        width: 100%;
         height: inherit;
         margin: 10px auto;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 10, 0.25);
         -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 10, 0.25);
         box-shadow:         0px 0px 10px 0px rgba(0, 0, 10, 0.25);
}

#slider_fernschulen .in .slider_fernschulen_right {
         float:right;
         display: inline-block;
         background: url(../images/slider_right.png) center right no-repeat;
         height: 180px;
         width: 50px;
         cursor: pointer;
}

#slider_fernschulen .in .slider_fernschulen_left, #slider_fernschulen .in .slider_fernschulen_right {
        opacity: 0.5;
            filter: alpha(opacity=50);
}

#slider_fernschulen .in .slider_fernschulen_right:hover {
         background: url(../images/slider_right_hover.png) center right no-repeat;
         opacity: 1.0;
            filter: alpha(opacity=100);
}

#slider_fernschulen .in .slider_fernschulen_left:hover {
         background: url(../images/slider_left_hover.png) center left no-repeat;
         opacity: 1.0;
            filter: alpha(opacity=100);
}

#slider_blog {
         width: calc(100%-50px) !important;
}

#slider_blog .in .slider_blog_left {
         float:left;
         display: inline-block;
         background: url(../images/slider_left.png) center left no-repeat;
         height: 380px;
         width: 50px;
         cursor: pointer;
}

#slider_blog .in .slider_blog_content {
         float:left;
         display: inline-block;
         height: 390px;
         width: calc(100% - 120px) !important;
         margin-left: 10px;
         overflow: hidden;

}

#slider_blog .in .slider_blog_content .item {
         height: 340px;
         margin: 15px 15px;
         text-align: center;

}

#slider_blog .in .slider_blog_content .item img {
        width: 100%;
         height: inherit;
         margin: 10px auto;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 10, 0.25);
         -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 10, 0.25);
         box-shadow:         0px 0px 10px 0px rgba(0, 0, 10, 0.25);
}

#slider_blog .in .slider_blog_right {
         float:right;
         display: inline-block;
         background: url(../images/slider_right.png) center right no-repeat;
         height: 380px;
         width: 50px;
         cursor: pointer;
}

#slider_blog .in .slider_blog_left, #slider_blog .in .slider_blog_right {
        opacity: 0.5;
            filter: alpha(opacity=50);
}

#slider_blog .in .slider_blog_right:hover {
         background: url(../images/slider_right_hover.png) center right no-repeat;
         opacity: 1.0;
            filter: alpha(opacity=100);
}

#slider_blog .in .slider_blog_left:hover {
         background: url(../images/slider_left_hover.png) center left no-repeat;
         opacity: 1.0;
            filter: alpha(opacity=100);
}