@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 900px) {
    .formular label {
        width: 25%;
        text-align: right;
    }
	
	.anrede {
	   	float:right; 
	    width:64%;
	}

    .formular input, .formular textarea {
        width: 62%;
    }


	.formular input[type=text], .formular input[type=password], 
    .formular input[type=email], .formular textarea {
         width:55%;
 }

    #suchfeld {
	    width:40%	
	} 
	
	.formular input[type=radio] {
        width:auto;
    }
	
	.adw_checkbox {
	   margin-left:13%;
	}
	
}

/*fuer mobile: Seitenbreite wird vom Geraet festgelegt */
@media all and (max-width: 900px){
 
  #seite {
	width:100%;
  }
 
  .icon { 
  display:none !important;
  } 
  
  .bild_rechts {
	 width:auto !important;
	  
  }
  
  .bild_rechts_folge, .formel_rechts, .formel_links, .formel_ohne, .bild_rechts, .kasten_rechts, .kasten_links, .kasten_ohne{
	 width:auto !important;
	 float:none;
	 display:block !important; 
  }
  
  .kasten_ohne {
	max-width:none !important;  
  }
  
  .bildcontainer {
     height:auto !important;
  }
  
  .textcontainer {
	 width:90% !important;   
  }
  
  .lsg_knopf {
	 float: none !important; 
	 margin-left: 0px !important;
	 margin-top:1em;
   }
   
   .bestellknopf {
	   font-size:smaller !important;  
   } 
   
  .kasten_quer {
	 margin:0em;
	 padding:0.2em;
	 background-color:#FFd;
   }
   
   #kopf_normal {
      display:none;	
   }
/*	
   #werbung {
	  display:none;	
   }
*/	
   .link  { /*alle <a-Tags erhalten diese Klasse */
      color:#f0f;
	  text-decoration:underline;
      padding: 1px;
   }
   
   .teilgebiet_gross {
	   display:none;   
   }
   
   .teilgebiet_klein {
	   display:block !important;   
   }
   
   .schwierig {
	   float:none !important;
	   margin-left:0px !important;
	   width:inherit !important;
   }
   
   .teilgebiet_alle {
	   float:none !important;
	   margin-left:0px !important;
	   width:inherit !important;
    }
	
	.geg, .ges {
	   float:none !important;
	   
	}
.bild_geg {
	float:none !important;
	width:auto !important;
	
}
	.aufgabe, .loesung {
		width:100%;
		margin : 1px 1px 0px;
	 }


	
	.tabelle_breit {
	   display:none;	
	}
	
	.tabelle_schmal {
	   display:block !important;	
	}
	
	.download_links, .download_rechts {
	   float:none !important;
	   margin-left:0px !important;
	   max-width:20em;
	   min-width:10em;
	   width:auto !important;
	}
	
	.adw td, .adw th {
      font-size:65% !important;
}

#fenster_danke {
	width: 75%;
	max-width:300px;
	max-height:200px;
	position:fixed;
		     
}

/*Sachsenbanner ausbleden */
@media all and (max-width: 1000px){
  #bildung {
	  display:none !important;  
  }
  
}




