﻿


/* Listen */

ul.ul_list_01 {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

ul.ul_list_01 li {
		font-size: 20px;
	line-height: 1.8;
}



/*  Slider für Angebote auf der Startseit Mobil untereinander */



@media (max-width:768px){

    /* Swiper auf Liste umstellen */
    .service-carousel{
        overflow:hidden !important;
    }

    .service-carousel .swiper-wrapper{
        display:flex !important;
        flex-direction:column !important;
        transform:none !important;
        width:100% !important;
    }

    .service-carousel .swiper-slide{
        width:100% !important;
        flex:none !important;
        margin-right:0 !important;
        margin-bottom:30px;
    }

    /* Swiper-Klone ausblenden */
    .service-carousel .swiper-slide-duplicate{
        display:none !important;
    }

    /* Bild sauber begrenzen */
    .service-thumb{
        overflow:hidden;
    }

    .service-thumb img{
        display:block;
        width:100%;
        height:auto;
    }

}

