/* style.css general styles for placement test question pages
 * MP adapted to do home page and contact stuff too 
 */

 body {
	background: #fff url("/media/feintlogo.png") no-repeat top right;
	background-size: 80%;
	color: #303030;
	font-family: 'Nunito', 'Arial', sans-serif;
	font-size: 100%;
}

a { color: rgb(4, 107, 179); text-decoration: underline;  }
a:visited { rgb(4, 107, 179); text-decoration: underline;  }

.pagearea {
	max-width: 960px;
	width: 95%;
	margin: auto;
	overflow: auto;
}

.textbox {
	border: 1px solid #AAA;
	background: rgba(216,216,216,0.3); 
	padding: 16px;
	overflow: auto;
	}
	
.narrowbox {
	max-width:640px;
	width: 100%;
	margin: 0 auto;
	}
	
.footer
	{
	padding: 8px; width: 100%; position: fixed; bottom: 0px; background: #9DA900; line-height: 25px; font-size: 85%;
	}
	
.footer a { color: #fff; text-decoration: none; font-weight: bold; }
.footer a:hover {  color: #FFF00; text-decoration: underline; }

.leftcol { display: block; width: 100%; box-sizing: border-box;  }
.rightcol { display: block; width: 100%; border-top: 1px solid #AAA; box-sizing: border-box; }

@media (min-width: 640px) {
.leftcol { width: 50%; float: left;  padding-right: 4px; }
.rightcol { width: 50%; float: left; border-top: 0; padding-right: 4px; }
}

.textbox:after,
.pagearea:after,
	 {
  content: "";
  display: table;
  clear: both; }
  


form {
	
}

h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; }

td { padding: 4px 8px; border: 0; }

.aussenabstand {
	text-indent:30px;
}

input { color: #000; font-family: Arial, sans-serif;   }


input[type=button], input[type=submit], input[type=reset] {
   border: 1px solid #aaa;
    background: rgb(4, 107, 179);
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px;
	}

input[type=text], input[type=password] {
   border: 1px solid #aaa;
	padding: 4px 8px;
	margin: 4px;
	}


input[type=text]:focus {
  background-color: lightblue;
     outline: 1px solid #000;
}
	
.button {
    border: 1px solid #aaa;
    background: rgb(4, 107, 179);
	color: #fff;
	font-family: "Work Sans", sans-serif;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0px;
	}
	
}

div.rahmen {
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-weight: normal;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border: thin solid;
	background-color: #F5DEB3;
	text-align: left;
//	width: 850px;
}

div.ergebnis {
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-weight: normal;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border: thin solid;
//	background-color: #F5DEB3;
	background-color: #F5DEB3;
	text-align: left;
	width: 900px;
}

textarea {
	color: #3333FF;
	font-size: 18px;
	border: 3px solid #cccccc;
	padding: 5px;
	background: #e8eaec;
	font-family: Arial, sans-serif;
}


.modal {
  display: none; /* Versteckt standardmäßig */
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 50%;
  border-radius: 10px;
  text-align: center;
}
/* sorgt dafür, dass jede Antwort in einer eigenen Zeile steht */
#audioModal .radio-option {
  display: block;
  margin: 8px 0;
  cursor: pointer;
}

/* Radiobutton und Text bündig nebeneinander */
#audioModal .radio-option input[type="radio"] {
  margin-right: 6px;
  vertical-align: middle;
}
