
/* 940 x 2000  */

@media all and (min-width: 1023px) and (max-width: 2000px)  {

#footerAdresse{
         display: none;
         }

#footerKontakt{
         display: none;
         }



}












@media all and (min-width: 630px) and (max-width: 1023px){

#footerAdresse{
         display: none;
         }

#footerKontakt{
         display: none;
         }

}









@media all and (min-width: 175px) and (max-width: 629px){

#footerAdresse{
         font-weight: normal;
         position: relative;
         margin-top: -20px;
         color: #333333;
         font-size: 0.9em;
         height: 200px;

         }

#footerKontakt{
         position: relative;
         margin-top: -60px;
         color: #333333;
         font-size: 0.9em;
         height: 200px;
         font-weight: normal;
         }




}