/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Medium devices (desktops, 992px and up) */
@media (max-width: 767px) {
    
    .mitgliedschaften{
        
        padding: 20px !important;
        
    }
    
    img {
        
        max-width: 100% !important;
        
    }
    
    .leistungen-respo {
        
        text-align: center;
        
    }
    
}
@media (min-width: 768px) and (max-width: 991px) {
    
    .mitgliedschaften{
        
        padding: 20px !important;
        
    }
    
    img {
        
        max-width: 100% !important;
        
    }
    
    #pgc-16-0-0 {
        
        width: 100% !important;
        
    }
    
    #pgc-16-0-1 {
        
        display: none !important;
        
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    
    .respo-header {
        
        display: none;
        
    }
    
    #pgc-16-0-0 {
        
        width: 100% !important;
        
    }
    
    #pgc-16-0-1 {
        
        display: none !important;
        
    }
    
    .dachprobleme-respo {
        
        font-size: 20px !important;
        width: 650px !important;
    }
    
    .resp-menue-btn {
        
        display: none !important;
        
    }

}
@media (min-width: 1200px) {

}

