/* CSS Document */


@media (max-width: 960px) {
    body {
      margin-top: 0px;
	  background-image:  none;
	  background-color: #ffffff;
	  /*overflow-x:hidden; */
    }


    .logo {
         background-color: transparent;
		 padding-left: 0px;
		 padding-right: 0px;
		 
    }
	
	.logo_bild {
        width: 100%;
		text-align: center;
		padding: 0px;
		margin:0px;
		/*border: 1px solid green;*/
		clear: both;

    }
    .logo_text{
         width: 100%;
		 text-align: center;
		 padding-top: 5px;
		 padding-bottom: 5px;
    }
   .logo_sprachauswahl {
       width: 100%;
	   text-align: center;
    }
	
	.bildebene {
       border:0px solid black;
       background-image: none !important;
       min-height:60px;
       height:auto !important;
       height:60px;
  
       padding-top: 15px;
       padding-bottom: 0px;
  
       width: auto;
  
       padding-left:0px;
       padding-right:0px;
    }
	
	.menue {
	   display:none;
	}
	
	 .submenue {
	   display:none;
	}
	
	.content_container {
      clear:both;
      width: 100%;
 
 
      min-height:580px;
      height:auto !important;
      height:580px;
 
      margin-top:10px;
 
      border-left:0px solid black;
      border-right:0px solid black;
      border-top:0px solid black;
 
      margin-left:00px;
      background:  url(../grafik/bg_50_prozent.png);
 
 
     }
	 
	 .content_text{
        width: auto;
		
        min-height:260px;
        height:auto !important;
        height:260px;
		
        padding-right:10px;
        padding-left:10px;
        padding-top:10px;
        padding-bottom:30px;
		 
         line-height: 19px;
		 
		 font-size: 16px;
       }
	   
	   .content_oeff {
 			width: auto;

 			min-height:180px;
 			height:auto !important;
 			height:180px;
			
 			padding-right:0px;
  
   			background-repeat:no-repeat;
   			padding-top:0px;
   			float:left;
			
			background-color: #efefef;
			padding-top:10px;
			padding-bottom:10px;
	  }
	  
		.content_oeff_box {
		    background-image: none !important;
		}
		.content_oeff_box_nonews {
		    background-image: none !important;
		}
		.content_oeff_box_nooeff {
		    background-image: none !important;
		}
		.content_oeff_box_noall {
		    background-image: none !important;
		}
		
		.oeffnungszeiten {
		   clear:both;
		   width: auto;
		   padding-left:10px;
		   padding-right:10px;
		}
		
		.news {
		 clear:both;
		 width: auto;
		 
		 line-height: 19px;
		 padding-top: 15px;
		 
		 padding-left:10px;
		   padding-right:10px;
		}
		
		.sf_container {
          width: auto;
           margin: 0 auto; /* *das* ist das Zentrierungsgeheimnis - Abstand oben und unten ist 0, Abstand f?r links und rechts ist auto */
   
           padding-top:10px;
           padding-left:0px;
            
			margin-top: 50px;
			
			 background-color: #6e6e6e;
			
        }
		
		.sf_left {
		   display:none;
		}
		
		.sf_mitte{
		   display:none;
		}
		
		.sf_right {
   			clear:both;
   			width: 100%;
   			text-align:center;
			
			background-color: #6e6e6e;
	    }
		
		#wowslider-container1 .ws-title{
	       font-size: 13px;
	       color:#000000;
	       line-height:12px;
	       font-weight: bold;
	       bottom:3%;
       }
	   
	   .kontakt_oeff {
	      display:none;
	   }	
		
        .menue_mobile {
            display: inline;
			z-index: 999999000000000000000;
			position:fixed;
			top:0px;
			left: 0px;
			width:100%;
        }
		
		.hidelogo {
		    /*display: none;*/
			height:30px;
			
		}
		
		.hidelogo img{
		    display: none;
			
		}
		
		.content_text img {
		  width:100px;
		}

}

