/* 
 *  Created on : 29.01.2017, 21:47:48
 *  @copyright : Samet Tarim
 *  @author    : Samet Tarim
 *  @link      : http://www.samet-tarim.de/
 */

.swiper {

    .swiper-container {

        position: static;

        .swiper-wrapper {

            height: 260px;
            padding: 10px 0;

            .swiper-slide {

                background-color: #fff;

                a {

                    text-decoration: none;
                }

                .item-highlight {

                    background-color: #FFF999;

                    &-link {

                        color: #FF5500;

                        &:after {

                            border: solid currentColor;
                            color: #FF5500;
                        }
                    }
                }

                .image-overlay {

                }

                .item-image {


                    img {

                    }
                }

                .item-title {

                    margin: 0;
                    line-height: 130%;
                    .font-size(1.2rem, 1.2rem, 1.3rem, 1.3rem, 1.4rem, 1.4rem);
                }

                .item-description {

                    .font-size(1rem, 1.1rem, 1.2rem, 1.3rem, 1.4rem, 1.5rem);
                }
            }
        }
    }

    .swiper-button-prev {

        left: 10px;
    }

    .swiper-button-next {

        right: 10px;
    }
}

.swiper-container-horizontal {
    > .swiper-pagination-bullets {
        
        bottom: -2px;
    }
}

.swiper-pagination-fraction {
    
    bottom: -3px;
}