html,
body {
	height: 100%; width: 100%;
	margin: 0;
	}
	/* html steht über body, 
Rand auf 0 setzen  */

.classHauptfenster {
	position: absolute;
	max-width: 440px;
	max-height: 800px;
	z-index: 2;
	background-color: #ffffff;
	margin-top: 20px;
}

.kopfzeileClass1 {
	max-width: 360px;
	background: #c6c803;
	padding: 12Px 130Px 20Px 170Px; /* oben rechts unten links, ergibt auch Gesamthöhe des Kopfteils */
	text-align: left;
	font-family: sans-serif;
	color: #5a89ad;
	font-size: 2em;
	border-bottom: 8px solid #ebebd1;
	
	@media print {
	  display: none;
	}
}

.kopfzeileClass2 {
	max-width: 660px;
	height: 20px;
	/*color: #666666;*/
	background-color: #ccccab;
	/*text-align: left;*/
	/*padding: 2Px 200Px 1Px 170Px;*/
	/*border-bottom: 0px solid #4bb1b1;*/
}

.classKopfteil { /* z.B. 'Zweck' */
	position: relative;
	background-color: #dddddd;
	border: none;
	padding: 10px;
	max-width: 460px;
	top: 10px;
	text-align: center;
	font-family: sans-serif;
}

 
a {
	color: #002866;
	text-decoration: none;
}

.blass {
	color: #aaaaaa;
}
.unsichtbar {
	position: absolute;
	height: 100px;
	/*left: -3000px;*/
	left: 10px;
	top: -9000px;
}

#menu {
	float: left;
	width: 160px;
	position: relative;
	list-style: none;
	/*margin-right: 10px;*/
	padding: 0;
	z-index: 10;
	
	@media print {
	  display: none;
	}
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	margin: 1px 0px;
	position: relative;
}

#menu li ul {
	display: none;
	width: 150px;
	text-decoration: none;
	position: absolute;
	left: 100%;
	top: 0px;
}

#menu li:hover > ul,
#menu li:focus > ul,
#menu li:active > ul {
	display: block;
}

#menu a {
	display: block;
	text-align: left;
	padding: 5px;
	border-right: 0px solid #36566e;
	border-bottom: 1px solid #36566e;
	border-left: 6px solid #36566e;
	border-top: 0px solid #36566e;
}

.menuU {
	left: 5px;
}

.schriftFarbeH { /* Schriftfarbe auf Menutasten*/
	color: #b1b886;
	text-decoration: none;
	background-color: #36566e;
	font-family: sans-serif;
	font-size: 1.1em;
}

.schriftFarbeU { /* Schriftfarbe auf Untermenutasten*/
	color: #d1d8a6;
	text-decoration: none;
	background-color: #56767e;
	font-family: sans-serif;
	font-size: 1.1em;
}

.schriftFarbeA { /* angeklicktes Menu */
	color: #5a89ad;
	text-decoration: none;
	background-color: #c6c803;
	font-family: sans-serif;
	font-size: 0.8em;
}

.farbeText1 {
	color: #f20c0c;
}

.farbeHintergr1 {
	background-color: #f20c0c;
}

#jsFenster {
	padding-left: 180px;
	padding-right: 20px;
	max-height: 1000px;
	
	@media print {
	padding-left: 0;
	padding-right: 0;
	max-height: none;
	}
}

.breit {
	width: 380px;
}



/*Ziffern verknüpfen
*******************/

#resultatFeldId1	{
	font-weight: bold;
	border: 1px solid #bbbbbb;
	padding: 10px;
	width: 300px;
	/*min-height: 500px;*/
}

.alarmFenster1 {
	box-shadow: 0px 3px 5px #444;
	position: fixed; top: 20px; left: 50px;
	min-width: 20%;
	background-color: #ffbb00;
	padding: 10px;
}

/*Quadratzahlen
**************/

#resultatFeldId2 {
	font-weight: bold;
	border: 1px solid #bbbbbb;
	padding: 10px;
	width: 400px;
	/*height: 700px;*/
}

/*RechnenBig
***********/

#eingabeFeldA3 {
	width: 300px;
	height: 40px;
	position: relative;
}

#eingabeFeldB3 {
	width: 300px;
	height: 40px;
	position: relative;
}

#stellenFeldC3 {
	position: relative;
	left: -2000px;
}

#resultatFeldId3	{
	font-weight: bold;
	border: 1px solid #bbbbbb;
	padding: 10px;
	width: 300px;
	/*min-height: 500px;*/
}

/*Pi
****/

#jsFenster4 {
	max-width: 400px;
	border: none;
	padding: 10px;
	/*position: relative;*/
	/*top: 10px;*/
	z-index: 8;
}

#startButton4 {
	position: relative;
	width: 100px;
	height: 30px;
	left: 20px;
}

#resultatFensterId4	{
	position: relative;
	top: -30px;
	/*left: -2000px;*/
	font-weight: bold;
	border: none;
	padding: 10px;
	width: 300px;
	/*min-height: 500px;*/
}

#resultatFeldId4	{
	position: relative;
	font-weight: bold;
	border: 1px solid #bbbbbb;
	padding: 10px;
	width: 300px;
	/*min-height: 500px;*/
}

/*Wurzel
********/

#resultatFeldId5	{
	font-weight: bold;
	border: 1px solid #bbbbbb;
	padding: 10px;
	width: 300px;
	/*min-height: 500px;*/
}


/*8 Damen
********/

#resultatFeldFenster6 {
	/*position: relative;*/
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	/*background-color: #dddddd;*/
}

#jsFenster6 {
	max-width: 400px;
	border: none;
	padding: 10px;
	position: relative;
	top: 10px;
}

.resultat6 {
	border: 1px solid #333;
	padding: 3px;
}

.balken6 {
	border: 5px solid #333;
}

#loeschButton6 {
	position: absolute;
	left: -2000px;
}

#startfeld6 {
	margin-top: 7px;
	position: absolute;
	left: 10px;
}

/*9 Damen
********/

#resultatFeldFenster7 {
	/*position: relative;*/
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#jsFenster7 {
	max-width: 400px;
	border: none;
	padding: 10px;
	position: relative;
	top: 10px;
}

.resultat7 {
	border: 1px solid #333;
	padding: 3px;
}

.balken7 {
	border: 5px solid #333;
}

#loeschButton7 {
	position: absolute;
	left: -2000px;
}

#startfeld7 {
	margin-top: 7px;
	position: absolute;
	left: 10px;
}

/*BimaruSudokuBinoxxo
*******************/

.formularPasswortFeld01 {
	z-index: 6;
	min-width: 300px;
	background-color: #ffbb00;
	border: 1px solid #dd8800;
	box-shadow: 10px 10px 10px rgba(0,0,0,1.5);
	padding: 10px 30px 25px 40px;
}

#alarmFensterJs01 {
	position: absolute;
	top: 100px;
	left: -2000px;
}

.alarmFenster01 {
	box-shadow: 0px 3px 5px #444;
	/*margin: 0 auto;*/
	position: fixed; top: 100px; left: 20px;
	z-index: 8;
	width: 60%;
	background-color: #ffbb00;
	padding: 10px;
	text-align: center;
}

/*Sudoku*/

#formularPasswortEingeben11 {
	position: absolute;
	top: 150px;
	left: -2000px;
}

#modusJs11 {
	position: absolute; top: 100px;
}


/*Bimaru*/

#formularPasswortEingeben12 {
	position: absolute;
	top: 150px;
	left: -2000px;
}
#formularPasswortEingeben122 {
	position: absolute;
	top: 150px;
	left: -2000px;
}

#erklaerung12 {
	position: absolute;
	top: 80px;
	left: -2000px;
	max-height: 800px;
	/*left: 1px;*/
	z-index: 2;
}
#erklaerung18 {
	position: absolute;
	top: 80px;
	left: -2000px;
	max-height: 800px;
	/*left: 1px;*/
	z-index: 2;
}

#hauptfeld12 {
	position: absolute;
	top: 120px;
	/*left: -2000px;*/
	left: 20px;
	max-height: 800px;
	z-index: 2;
}
#hauptfeld122 {
	position: absolute;
	top: 120px;
	/*left: -2000px;*/
	left: 20px;
	max-height: 800px;
	z-index: 2;
}

#gesamtbild12 {
	position: relative;
	left: 0px;
	width: 500px;
	max-height: 800px;
	z-index: 2;
}
#gesamtbild18 {
	position: relative;
	left: 0px;
	width: 500px;
	max-height: 800px;
	z-index: 2;
}

#druckenFeld12 {
	position: absolute;
	top: 100px;
	left: -850px;
	width: 400px;
	max-height: 800px;
	background-color: #ffffff;
	z-index: 6;
}


#formularSpeichern11  {
	position: absolute;
	z-index: 9;
	top: 150px;
	left: -2000px;
}
#formularSpeichern12 {
	position: absolute;
	/*z-index: 6;*/
	top: 150px;
	left: -2000px;
}
#formularSpeichern122 {
	position: absolute;
	/*z-index: 6;*/
	top: 150px;
	left: -2000px;
}
#formularSpeichern13 {
	position: absolute;
	/*z-index: 6;*/
	top: 150px;
	left: -2000px;
}


#formularTabelleLeeren11 {
	position: absolute;
	top: 150px;
	left: -2000px;
}
#formularTabelleLeeren12 {
	position: absolute;
	top: 150px;
	left: -2000px;
}
#formularTabelleLeeren122 {
	position: absolute;
	top: 250px;
	left: -2000px;
}
#formularTabelleLeeren13 {
	position: absolute;
	top: 150px;
	left: -2000px;
}

#formularDatenLaden11 {
	position: fixed;
	top: 150px;
	left: -2000px;
}
#formularDatenLaden12 {
	position: fixed;
	top: 150px;
	left: -2000px;
}
#formularDatenLaden122 {
	position: fixed;
	top: 150px;
	left: -2000px;
}
#formularDatenLaden13 {
	position: fixed;
	top: 150px;
	left: -2000px;
}

.formularEingabeFeldchen {
	z-index: 9;
	width: 300px;
	background-color: #ffbb00;
	border: 1px solid #dd8800;
	box-shadow: 10px 10px 10px rgba(0,0,0,1.5);
	padding: 10px 30px 25px 40px;
}

#filenamen12 {
	position: absolute;
	top: 200px;
	/*left: -2000px;*/
	left: 200px;
}

#datenString12 {
	display: none;
}
#datenString122 {
	display: none;
}

#startbutton12 {
	background-color: #ffbb00;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 12px;
	position: absolute;
	left: 10px;
}
#startbutton18 {
	background-color: #ffbb00;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 12px;
	position: absolute;
	left: 10px;
}

#erklaerenButton12 {
	background-color: #ffbb00;
	border: 1px solid #333;
	border-radius: 5px;
	padding:  8px 20px;
	font-size: 12px;
	color: #000000;
}
#erklaerenButton122 {
	background-color: #ffbb00;
	border: 1px solid #333;
	border-radius: 5px;
	padding:  8px 20px;
	font-size: 12px;
	color: #000000;
}


#alarmFensterJs12 {
	position: absolute;
	top: 100px;
	left: -2000px;
}
#alarmFensterJs122 {
	position: absolute;
	top: 200px;
	left: -2000px;
}

.viereck {
	border: 2px solid #555555;
	/*border-collapse: collapse;*/
}

.quadrat {
	border: 1px solid #555555;
	border-collapse: collapse;
}

.quadrat1 { /*rechts*/
	border: 1px solid #555555;
	border-right: 2px solid #555555;
}

.quadrat2 { /*unten*/
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
}

.quadrat3 { /*rechtsunten*/
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
	border-right: 2px solid #555555;
}

.quadrat4 { /*zwischen Wasser und Zahlen*/
	border: none;
}

.objektQuadrat {
	border: 1px solid #555555;
}

.objektQuadratAktiv {
	border: 2px solid #555555;
}


/*Drucken*/

#geruestDruckCode12 {
	z-index: 8;
	position: absolute;
	left: 10px;
	top: 10px;
	max-height: 800px;
}

#tabellenCodeDr1 {
	z-index: 8;
	margin-left: 50px;
}

#tabellenCodeDr2 {
	z-index: 8;
	padding-left: 50px;
	font-weight: bold;
	font-size: 15px;
}

#druckenJs {
	display: none;
}

.dr0 {
	border: none;
	width: 10px;
	height: 10px;
}

.dr1 {
	border: 1px solid #555555;
	width: 20px;
	height: 20px;
}

.dr2 {
	border: 1px solid #555555;
	border-left: 2px solid #555555;
	border-top: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr3 {
	border: 1px solid #555555;
	border-right: 2px solid #555555;
	border-top: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr4 {
	border: 1px solid #555555;
	border-left: 2px solid #555555;
	border-bottom: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr5 {
	border: 1px solid #555555;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr6 {
	border: 1px solid #555555;
	border-top: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr7 {
	border: 1px solid #555555;
	border-right: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr8 {
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr9 {
	border: 1px solid #555555;
	border-left: 2px solid #555555;
	width: 20px;
	height: 20px;
}

.dr1a {
	border: 1px solid #555555;
	text-align: center;
	color: #000000;
	font: 12px arial, sans-serif;
	width: 20px;
	height: 20px;
}

img {
	display: block;
}

/*Sudoku*/
/*********************************/

table, td {
	/*border: 2px solid #333333;*/
	border: none;
	border-collapse: collapse;
}

#fileNameDr1Sud {
	margin-left: 50px;
}

#fileNameDr2Sud {
	margin-left: 50px;
}

.druckenViereckSud {
	border: 2px solid #555555;
	margin-left: 50px;
}

.quadratSud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-collapse: collapse;
}

.quadrat1Sud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-right: 2px solid #555555;
	border-collapse: collapse;
}

.quadrat2Sud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
	border-collapse: collapse;
}

.quadrat3Sud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
	border-right: 2px solid #555555;
	border-collapse: collapse;
}

.druckenQuadrat1Sud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-right: 2px solid #555555;
	border-collapse: collapse;
}

.druckenQuadrat2Sud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
	border-collapse: collapse;
}

.druckenQuadrat3Sud {
	width: 30px;
	height: 30px;
	border: 1px solid #555555;
	border-bottom: 2px solid #555555;
	border-right: 2px solid #555555;
	border-collapse: collapse;
}

.inputQuadratSud {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000000;
	font: 20px arial, sans-serif;
	border: none;
}

#zurueckButton12 {
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
	text-align: center;
	cursor: pointer;
	margin-left: 50px;
}

#zurueckButton13 {
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
	text-align: center;
	cursor: pointer;
	margin-left: 50px;
}

#fileNameDr {
	position: relative;
	padding-left: 50px;
}

#fileNameDr1 {
	position: relative;
	padding-left: 50px;
}

#filenamen {
	position: absolute;
	font-size: 1px;
	top: -2000px;
	left: -2000px;
}

.inputQuadrat { /* Wasserfelder */
	width: 30px;
	height: 30px;
	border: none;
	/*background-color: #ff0000;*/
}

.wasserInputQuadrat { /* Wasserfelder */
	width: 30px;
	height: 30px;
	border: 5px;
	/*background-color: #ff00ff;*/
}

.zahlenInputQuadrat { /* rechts und unten */
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000000;
	font: 20px arial, sans-serif;
	border: none;
	/*background-color: #ffff00;*/
}

.inputQuadratLeer { /* Leerfelder zwischen Wasser und Zahlenfeldern */
	width: 10px;
	height: 10px;
	border: none;
}


.druckenInputQuadrat { /* Wasserfelder */
	width: 20px;
	height: 20px;
	border: none;
	border-collapse: collapse;
}

.breitInput {
	width: 200px;
	background-color: #bbbb00;
	color: #dddddd;
	cursor: pointer;
}

.schmalInput {
	width: 100px;
	background-color: #bbbb00;
	color: #dddddd;
	text-align: center;
	cursor: pointer;
}

.cursorpointer {
	cursor: pointer;
}


#abc123 {
	position: absolute;
	top: 200px;
	left: -2000px;
}

#datenFuerJs {
	position: absolute;
	top: 200px;
	left: -2000px;
}

/*Binoxxo*/
/*********************************/
#gesamtbild13 {
	position: relative;
	left: 10px;
}
/*
#geruestDruckCode13 {
	z-index: 8;
	position: absolute;
	left: 10px;
	top: 10px;
	max-height: 800px;
	color: #ff00ff;
}*/

#formularPasswortEingeben13 {
	position: absolute;
	top: 150px;
	left: -2000px;
}

.drInputQuadrat13 {
	width: 20px;
	height: 20px;
	text-align: center;
	font: 20px arial, sans-serif;
	border: none;
}

.inputQuadrat13 {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000000;
	font: 20px arial, sans-serif;
	border: none;
}




@media (max-width: 700px) {

	.absatz img {
		float: none;
		margin: 0 0 1em 0;
		/*width: 100%;*/
	}
	
	.kopfzeileClass2 {
		padding-left: 0;
		padding-right: 0;
	}
	
	#mittelteil {
		width: auto !important;
	}
	
	.fields {
		clear: left;
		margin-left: 0;
	}
	
	.absatz.variante-2 .text {
		overflow: visible;
	}
	
}

@media (max-width: 480px) {
		
	.absatz.variante-2 .text {
		overflow: visible;
	}
	
	#menu {
		float: none;
		width: auto;
	}
	
	#menu li ul {
		display: block;
		max-height: 0;
		overflow: hidden;
		width: auto;
		position: static;
		-moz-transition: max-height 0.3s ease-in-out;
		-webkit-transition: max-height 0.3s ease-in-out;
		transition: max-height 0.3s ease-in-out;
	}
	#menu li.is-active > ul {
		max-height: 200px;
		text-decoration: none;
		color: #ffff00;
	}
	
	#jsFenster {
		margin-left: 0;
		padding: 5px;
	}
}
