﻿
/* mobile */

@media all and (max-width: 710px)  
{
    #main {
        width: 100%;       
    }
    
    #main .container {
        margin-left: 10px;
        margin-right: 10px;
    }   

    div#footer {
        margin-top:10px;
    }
    .footer-graphics {
        height: 48px;
        background-size: 800px 46px;               
    }    

    .hide-mobile {
        display: none;
    }
}



@media all and (max-width: 580px)  
{
    .flex-item {                
        display: table-row;
    }

    /*
    #pre-kassen-privat { 
        display: none; 
    }
    */
    
    #post-kassen-privat { 
        display: inline-block; 
    }
    
    div.table.sprechstunden,
    div.akut-sprechstunden { 
        width: 200px;        
        margin: 0;
    }
}



