body {	
	display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    
	font-family: verdana, arial, helvetica, sans-serif;
	font-family: Roboto, Arial, sans-serif;
    font-family-condensed: RobotoCondensed, Arial, sans-serif;
    font-family-serif: RobotoSerif, Georgia, serif;
	font-size: 100%;	
	color: #444444;	
}

div#contnt{
	justify-content: center;
	align-items: center;
}

h1{
	flex-wrap: wrap;	
	
	align-items: center;
	text-align: center;
	-webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto; 
    word-wrap: break-word;
	
	color: white;
	line-height: 20px;
	background-color: #887440;
}

.progresstext{
	padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
}

.progressbar20 {
  padding: 3px;
  
  background-color: #887440;
  border-radius: 13px;
}

.progressbar20>div {
  width: 20%;
  height: 20px;
  
  border-radius: 10px;
   background-color: #f06061;
}

.progressbar40 {
   padding: 3px;
  
  border-radius: 13px;
   background-color: #887440;
}

.progressbar40>div {
  width: 40%;
  height: 20px;
  
  border-radius: 10px;
  background-color: #FFA500;
}

.progressbar60 {
  padding: 3px;
  
  background-color: #887440;
  border-radius: 13px;
}

.progressbar60>div {
  width: 60%;
  height: 20px;
  
  border-radius: 10px;
  background-color: #FFFF00;
}

.progressbar80 {
  padding: 3px;
  
  background-color: #887440;
  border-radius: 13px;
}

.progressbar80>div {
  width: 80%;
  height: 20px;
  
  border-radius: 10px;
  background-color: #66b266;
}

#progressbar100 {
  padding: 3px;
  
  background-color: #887440;
  border-radius: 13px;
}

.progressbar100>div {
  width: 100%;
  height: 20px;
  
  border-radius: 10px;
  background-color: #008000;
}

div.clearover {
	clear: both;
	overflow: hidden;
	padding-top:20px;
}

 div.formitem {
  flex-wrap: wrap;
  
  margin-left: auto;
  margin-right: auto;
  padding: 1em; 
  
  background-color: #F3F1EC; 
}

 div.hinweisitem {
  flex-wrap: wrap;  
  
  margin-left: auto;
  margin-right: auto;
  padding: 1em;   
  
  color: #141414;	
  background-color: #ffb2b2; 
}


/* --------------------------- FORM --------------------------------- */
/* fieldsets with no styles */
fieldset.nostyle{
	border: none;
}

/* fieldset with input type checkbox */
fieldset.chckbx{
	margin-top: 1em;
	
    border: 1px solid #887440;
    border-radius: 6px;
}
/* fieldset within a fiedlset */
fieldset.inner{
	margin-top: 1em; 
	
	border: 1px solid  #002350; 
	border-radius: 6px; 
}
/* fieldset with input type radio */
fieldset.rdio{
	margin-top: 1em; 
	
	border: 1px solid  #887440; 
	border-radius: 6px; 
}

.fieldslct{
  max-width: 98%;
  
   border: 1px solid #887440;
    border-radius: 6px;
}

.error{
	font-weight:bold; 
	color:#cc0000;
}

input:focus {
  outline: 1px solid #887440;
  box-shadow: none;
}

input.error {
	border: 1px solid #cc0000;
}

input:disabled {
  background: #ccc;
}

input:invalid {
  border: 1px solid #cc0000;
  box-shadow: 0 0 1px 1px #cc0000;
}

input:focus:invalid {
  box-shadow: none;
}

textarea:focus {
  outline: 1px solid #887440;
}

textarea.error {
	border: 1px solid #cc0000;
}

.labelslct{
    padding: 0.5em 1.5em 0.5em 0;
}

select {
	color: #4C4C4C;
	border: 1px solid #BBB;
}

select:focus {
  outline: 1px solid #887440;
  box-shadow: none;
}

select.error, div.error select {
	border: 1px solid #cc0000;	
}

div.error select {
	border: 1px solid #cc0000;	
}

select:invalid {
  box-shadow: 0 0 5px 1px red;
}

select:focus:invalid {
  box-shadow: none;
}

input[type=submit], input.button, input.button_b {
	font-weight: bold;
	background-color: #174488;
	color: white;
	border: 1px solid #BBB;
	cursor:pointer;
}

input[type="checkbox"] {
    cursor: default;
    appearance: auto;
	
	padding: initial;
    box-sizing: border-box;
	
    border:  1px solid #BBB;
}

textarea{
	display: inline-block;
	
	writing-mode: horizontal-tb !important; 
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-shadow: none;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    column-count: initial !important;
	
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: fieldtext;
	background-color: field;
    border: 1px solid #BBB;	
}
/* --------------------------- FORM / END--------------------------------- */

.icheck_i {
	float: left;
	margin: 2px 0 0;
}

div.iradio {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

div.iradio_k {
	clear: both;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

div.iradio_i {
	float: left;
}

div.iradio_l {
	float: left;
	margin: 0 0 0 8px;
}

div.itext {
	clear: both;
	float: left;
	padding: 3px 0 0;
}

p {
	margin: 0;
	padding: 0 0 10px;
	padding-inline-start: 0.75em;
}
div.icheck p {
	margin: 0;
	padding: 0;
}
div.iradio p {
	padding: 1px 0 5px;
}
div.iradio_k p {
	padding: 1px 0 5px;
}
p.error, div.error p {
	color: #C3414C;
	font-weight: bold;
}
p.note, span.note {
	color:#002350;
}

div a  {
	color: #1d60bd;
	text-decoration: none;
}
div a:hover {
	text-decoration: underline;
}

/* --------------------GROß------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1em) {
	body {
    padding: 0 20% 0 20%;
	margin: 0 auto;
	}
	/* --- START - header ----- */
	#head-wrapper{
	  margin: 0;
	  height: 115px;
	  align-items: center;
	  text-align: center;  
	  
	  color: white;
	  background: #002350;
	}
	
	#head-contnt{
		height: 71px;
		padding: 18px  5%;
	}

	#headim{
	float:left;
	}
	
	#headtxt{
   
    letter-spacing: .05em;
    line-height: normal;
	font-size: 1.4em;
	}
	/* --- END - header ----- */
	div#contnt{
	min-width: 800px;
	}
		
	div.formitem {	}
	
	/* banner*/
	.banner{
	display: grid;
	grid-template-columns: minmax(570px,1fr)30px minmax(auto,556px)24px;
	grid-template-rows: min-content;
	
	width: 100%;
	position: relative;
	left: 0%;	 
	
	font-size: 1em;
	}

	.image_wrapper{
	grid-column: 1/3;
	grid-row: 1/2;
	
	position: relative;
	 z-index: 10;
	left: 0px;
		
	background-color: rgba(238, 238, 238, 1);      
	font-size: 1em;
	}

	.bannertext_wrapper{
	display: grid;
	
	position: relative;
	grid-column: 2/4;
	grid-row: 1/2;
	grid-template-rows: 1fr min-content 15px min-content 15px 44px 10px;
	}
	.bannertext {
	 grid-column: 1/3;
	 grid-row: 2/3;
	 
	 z-index: 30;
	 padding: 30px;
	 
	 -webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto; 
    word-wrap: break-word;
	 
	 background-color: #fff;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06),0 2px 8px rgba(0, 0, 0, 0.06),0 4px 16px rgba(0, 0, 0, 0.06);
	}

	 .bannertexttitle::before {
		display: block;
		content: '';
		width: 40px;
		height: 4px;		
		
		background-color: rgba(0, 35, 80, 1);
		margin-bottom: 4px;
	}

	.bannertexttitle {
		line-height: clamp(1.75rem,2.7vw,2rem);
		font-size: clamp(1.313rem,2.7vw,1.5rem);
		
		text-decoration: none;
		color: rgba(0, 35, 80, 1);
		font-weight: 400;		
	}

	.banner {
		padding: 0;
		margin: 0 0 5px;
	}

	.short {
		webkit-line-clamp: 3;
	}

	.image_info {
		grid-column: 2/3;
		grid-row: 4/5;
		
		font-family: "RobotoCondensed", Arial, sans-serif;
		letter-spacing: .02em;
		font-size: .75em;
		color: #666b6b;
	}
	 .author .description {
		webkit-line-clamp: 2;
	}

	.description {
		line-clamp: 2;
	}

	.author {
		display: -webkit-box;
		overflow: hidden;
		webkit-box-orient: vertical;
	}
	/* END banner*/
	h1{
	margin: 0;
	padding: 30px 0 30px 0;
	width: 100%;
	font-size: 1.28em;
	}
	
	h2 {	
	margin: 0;
	padding: 8px 0  8px 0;
	text-align: center;	
	color: white;
	background-color: #887440;
	}
	
	h3 {
	margin: 0;
	padding: 5px 0  5px 0;
	
	-webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto; 
    word-wrap: break-word;
	text-align: center;
	
	color: white;
	background-color: #887440;
	}

	h4 {
	margin: 0;
	padding: 5px 0  5px 0;
	text-align: center;	
	
	color:  #002350;
	font-weight: bold;
	}

	h5 {
	margin: 0;
	padding: 5px 0  5px 0;
	text-align: center;
	
	font-weight: bold;
	}
	
	.errorbox{	
	padding: 30px 0 30px 0;
	}
	
/* --------------------------- GROß FORM --------------------------------- */
	form input {
	  margin-bottom: 1rem;
	  
	  background: #fff;
	  border: 1px solid #9c9c9c;
	}
	
	fieldset#basisdat { 
	margin-top: 1em;
	
	border: none;
	} 

	fieldset#schulamtyp { 
	margin-top: 1em; 
	
	border: 1px solid #887440; 
	border-radius: 6px; 
	} 

	fieldset.txtarea { 	} 
	fieldset.rdio { 	}

	legend{
	margin-top: 1em;
	margin-bottom: 1em;
		
	font-weight: bold;
	}

	label {
	 padding: 0.5em 1.5em 0.5em 0;
	}
	
	.labelslct{
	width: 50%;
	}
	
	.labltext {
	width: 35%;
    float: left;	 
	}
	
	.lablangtext{	}

	input[type=text] {
	width: 35%;
    float: left;
	padding: 0.7em;
	margin-bottom: 0.5rem;
	
	font-size: 100%;
	}
	
	input[type=email] {
	width: 35%;
    float: left;
	padding: 0.7em;
	margin-bottom: 0.5rem;
	
	font-size: 100%;
	}
	
	input[type=tel] {
	width: 35%;
    float: left;
	padding: 0.7em;
	margin-bottom: 0.5rem;
	
	font-size: 100%;
	}
	
	fieldset.inputext { 
	margin-top: 1em; 
	border: 1px solid #887440; 
	border-radius: 6px;  
	} 

	/* <input type="text" name="wunschort" id="wunschort" size="80%" for="wunschort"  */
	#wunschort, #wunschbuland, #begruendung_buland{
	width: 94%;
	margin-top: 1rem;
	}
		
	textarea{
	width: 99%;
    padding: 5px;	
	}
	
	#textarea1, #textarea2, #textarea3{
	width: 98.2%;
	margin-top: 1rem;
	}
	
	select {
    margin: 5px;

	font-size: inherit;
	}
	
	div.button{
	margin: 0;
	text-align:right;
	}

	input[type=submit], input.button, input.button_b {
	margin-top: 0;
	padding: 12px 15px;
	font-size: 1.2em;	
	border: none;    
	}
		
	input[type=submit]:hover{
	background-color: #887440;
	}
	
	input[type=button]:hover{
	background-color: #887440;
	}
/* ------------ FORM GROß / END--------------------------------- */

}/* --------------------------- GROß / END------------------------------------------------------------------------------------------------------------ */	



/* -------------------- FOOTER ------------------------------------------------------------------------------------------------------------------------- */
footer {
  flex-wrap: wrap;
 
}

.footer-img {
	height: 12px;
    background-image: url(https://www.uni-jena.de/pub/theme/vorlage_fe/skin/_images/footer_background.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
	background-size: 100% 100%;
}

footer a{
	color: white;
	cursor: pointer;		
}

div.footer-wrapper { }

.footer-nav {
  margin: 0 auto;
  bottom: 0;
  height: 60px;
  padding: 18px 30px;
  text-align: center;
  
  font-weight: bold;    
  color: white;
  background-color: #174488;
}

.footer-ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-li{
	margin-right: 32px;
    line-height: 48px;
    float: left;
}

/* --------------------KLEIN------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 74.938em) {
	body {
	width: 100%;
	margin: 0;
	padding: 0px;
	min-height: 100vh;
	position: relative;
	}
	
	/* div content -> main */
	div#contnt{
	min-width: 100%;
	}
	
	header {
	 display: block;
	 width: 100%;
	}
	/* --- START - header ----- */
	#head-wrapper{
	  margin: 0;
	  height: 115px;
	  align-items: center;
	  text-align: center;  
	  
	  color: white;
	  background: #002350;
	}
	
	#head-contnt{
		height: 71px;
		padding: 18px  5%;
		float: left;
	}

	#headim{
	float:left;
	}
	
	#headtxt{
	 position: absolute;
    top: 55px;
    left: 100px;
   
    letter-spacing: .05em;
    line-height: normal;
	font-size: 0.9em;
	}
	/* --- END - header ----- */
	/* if($fehlermeldung!="" */
	.errorbox{
	margin: 0;
	padding: 1em;	
	height: auto;
	}
	
	/* formular content */
	div.formitem {	}
	
	/* banner*/
	.banner{
     display: grid;
    grid-template-columns: 5% 1fr 5%;
    grid-template-rows: 1fr 20px min-content 150px;
	position: relative;
	left: 0%;
	width: 100%;
    font-size: 1em;    
	}

	.image_wrapper{
    grid-column: 1/4;
    grid-row: 1/4;
	position: relative;
	z-index: 10;
	left: 0px;
	
	font-size: 1em;    
    background-color: rgba(238, 238, 238, 1); 
	}

	.bannertext_wrapper{
    grid-column: 2/3;
    grid-row: 2/5;
    grid-template-rows: 1fr 15px 44px;
	position: relative;
	
	 font-size: 1em;
	}
	
	.bannertext{
	display: flex;
    flex-direction: column;
    grid-column: 1/2;
    grid-row: 1/2;
	
	z-index: 30;
	padding: 20px;	
	-webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto; 
    word-wrap: break-word;
	
    font-size: 1em;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06),0 2px 8px rgba(0, 0, 0, 0.06),0 4px 16px rgba(0, 0, 0, 0.06);
	}
	.bannertexttitle::before{
	 content: '';
	display: block;
	margin-bottom: 2px;
	width: 30px;
    height: 3px;
	
    background-color: rgba(0, 35, 80, 1);    
	}

	.bannertexttitle{
    margin: 0 0 5px;
	padding: 0;
	
	font-size: 1em;
   -webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto; 
    word-wrap: break-word;
	}

	.short{
    display: -webkit-box;
    overflow: hidden;
	
	-webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto;               
    word-wrap: break-word;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	font-size: .875em;	
	
    color: #333939;
	}

	.image_info {
     grid-column: 1/2;
     grid-row: 3/4;
	 
	 font-family-condensed: "RobotoCondensed", Arial, sans-serif;
     letter-spacing: .02em;
     font-size: .75em;
     color: #666b6b;     
	}
	
	.description {
		display: -webkit-box;
		
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		
		font-family-condensed: "RobotoCondensed", Arial, sans-serif;
		letter-spacing: .02em;
		font-size: .75em;
		color: #666b6b;
	}

	.author {
		display: -webkit-box;
		
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;	
		
		font-family-condensed: "RobotoCondensed", Arial, sans-serif;
		letter-spacing: .02em;
		font-size: .75em;
		color: #666b6b;
	}
/* END banner*/
	
	h1 {
	margin: 0;
	/*padding: 20px 5%;*/
	height: auto;
	width: 100%;
	
	-webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto;               
    word-wrap: break-word;
	font-size: 1.05em;
	}	
	
	h2 {	
	margin: 0;
	padding: 8px 0  8px 0;
	
	font-size: 1.2em;
	text-align: center;	
	color: white;
	background-color: #887440;
	}
	
	h3 {
	margin: 0;
	padding: 5px 0  5px 0;
	
	-webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto;               
    word-wrap: break-word;
	font-size: 1.1em;
	text-align: center;	
	color: white;
	background-color: #887440;
	}

	h4 {
	margin: 0;
	padding: 5px 0  5px 0;
	
	font-size: 1.05em;
	text-align: center;	
	color:  #002350;
	font-weight: bold;
	}
                                    	
	form {
    overflow: hidden;
	}
	
	/* fieldset with input type text */
	fieldset.inputext { 
	margin-top: 2em; 
	padding: 20px; 
	}
	
	fieldset#schulamtyp{
	width: fit-content;
	}

	legend{	}
	
	select{
	width: 98%;	
	}
	
	input[type=text] {
    width: 96%;
	padding: 0.7em;
    margin-bottom: 0.5rem;	 
	}
	
	input[type=email] {
	width: 96%;
	padding: 0.7em;
    margin-bottom: 0.5rem;	 
	}
	
	input[type=radio] {
	  margin-bottom: 0.5rem;
	  vertical-align:middle;
	  border:none;
	} 
	
	input[type=tel] {
	width: 96%;
    float: left;
	padding: 0.7em;
	margin-bottom: 0.5rem;
	
	font-size: 100%;
	}
		
	textarea{
	width: 99%;
    padding: 5px;    	
	}
	
	label{	}
 
	.labltext{
	display: block;
	padding: 0.5em 1.5em 0.5em 0;
	width: fit-content;
	text-align: left;    
	}
	
	.labelslct{
	width: 50%;
	}
	
	.radio-label {
    text-align: right;
    padding: 0.5em 1.5em 0.5em 0; 
	}
	
	.chckbx-label {
	text-align: right;
	}
	
	
	option.first {
	margin: 0 0 10px;
	}
	
	.radio-input {
	height: 20px; 
	width: 20px;
	}
	
	div.button{
	margin: 0;
	text-align:right;
	}

	input[type=submit], input.button, input.button_b {
	padding: 12px 20px;
	border: none;
	width: 100%;
    margin-top: 0;
	}
/* END formular content */

}