@media screen and (max-width:991px){

    #sp-logo img {
         width: 50%;
      }

      #anfrageblockB .mainfield.field.grouped.fields { /* Ersatztermin */
        flex-direction:  column;
    }

    .sp-module.sprachwahl {
        position: fixed;
        top: 23px;
        right: 14%;
    }

    .sp-module.sprachwahl ul {
        width: 140px;
        flex-direction: row;
    }

    .sp-module.sprachwahl li {
        list-style: none;
        margin: 0 10px 0 0;
        width: 40px;
    }

}




@media screen and (max-width:768px){

    .sppb-carousel-pro-text h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    
    .sppb-carousel-pro-content {
        font-size: 35px !important;
        line-height: 40px !important;
    }


    
    .container, .container-md, .container-sm {
        max-width: 98% !important;
    }


    .com-content.view-article .article-details {
        padding: 0  !important;
    }

    .row > * {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    
    .article-header {
        padding-left: 8px;
    }

    #anfrageblockA, #anfrageblockB, #anfrageblockC {
        width: 100%;
        margin: 0 1%;
        margin-bottom: 20px;
    }

}





