@charset "utf-8";
/* CSS Document */

@media all and (max-width: 400px) {
 
#seite {
	width:98%;
	font-size:11px;
}

.auswahl, footer {
	margin-top: 10px;	
  }
  
pre {
	width:98%;
	white-space:pre-wrap;
}
pre.code {
	width:98%;
	white-space:pre-wrap;
}

code {
	padding: 1px;
	border: none;
	white-space:pre-wrap;
}

.tooltip_lsg .loesung {
	white-space:pre-wrap;
	min-width: 180px;
}
 
a.drop,.dropbtn {
	padding: 5px 10px;
  }
  
a.active { 
	padding: 5px 10px;
  }
  
.dropdown-content a {
	padding: 5px 10px;
  }

}

@media all and (max-width: 1000px) {
 
#seite {
	width:98%;
	font-size:14px;
}

.auswahl, footer {
	margin-top: 5px;	
  }

.tabelle {
    margin:0.5em;
	width:98%;
}

img {
    max-width: 98% !important;*/
	height:auto !important;
}

iframe {
    max-width: 98% !important;*/
	height:auto !important;
}

header h1{
	font-size: 110%;
}

figure {
  width:100% !important;
}
}


