/********************** Start **********************/

div.content-section div.card  {
    border: none;
}

div.content-section div.card  a.btn{
    display: none;
}

/********** Startseite Slider *****************/

.landingslider .carousel-item .carousel-slide-content {
    padding-top: 88px;
}

.landingslider .carousel-item .carousel-slide-content p {
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: -2px -2px 2px #444;
    text-shadow: 2px 2px 2px #444;
}
div.carousel-slide-content p strong {
    font-size: 40px;
    font-weight: 800;
    text-transform: initial;
    line-height: 1em;
}


@media (min-width: 768px) {
    .landingslider .carousel-item .carousel-slide-content {
        padding-top: 258px;
    }

     .landingslider .carousel-item .carousel-slide-content p {
        font-size: 40px;
     }
    div.carousel-slide-content p strong {
        font-size: 90px;
     }

    section.content-section div.card  h4.card-title{
        font-size: 20px;
    }

    .news .news-text > div {
        min-height: 161px;
    }
}




@media (min-width: 992px) {



}

