@charset "utf-8";

select {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
select.akronym {
    height:20px;
	width: 100px;
}
select.lang {
    height:20px;
	width: 248px;
}
select.sprache {
    height:20px;
	width: 100px;
}
select.fach {
    height:20px;
	width: 168px;
}
h1 {
	color: #717380;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 2.6em;
    padding-left: 19px;
    padding-top: 10px;
	font-weight: normal;
    margin: 10px 0;
}
img.rechts {
    float:right;
}
td.header {
    background-color: #036;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 6px 4px;
    /*text-align: left;*/
    vertical-align: top;
    white-space: nowrap;
}
td.felder {
    background-color: #EEECF6;
    color: #222;
    font-size: 13px;
    padding: 6px 4px;
    vertical-align: top;
}
td.linker {
    background-color: #036;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 4px 4px;
    vertical-align: top;
    white-space: nowrap;
}
td.rechter {
    background-color: #EEECF6;
    border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
    color: #222;
    font-size: 12px;
    padding: 4px 4px;
    vertical-align: top;
}
#akronyme{
	position:relative;
	/*min-height:520px;
	background-image:url(../bilder/goethe.gif);
	background-repeat:no-repeat;
	background-position:50% 50px;*/
}
#suche-container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 639px) {
    #suche-container {
        grid-template-columns: 1fr;
    }
}
.form-wrapper {
    width: auto;
  padding: 20px 20px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
  border-radius: 10px;
}
#ausgabe {
  margin-top: 24px;
  z-index: 7;
  background-color: #f4f4f4;
  --card-text-color: #555;
  color: var(--card-text-color);
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#ausgabe h2 {
	font-size: 20px !important;
	font-weight: bold;
	--card-text-color: #c92f76;
	font-family: "SuisseIntl-Bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
@supports (-webkit-text-fill-color: transparent) {
  #ausgabe h2 {
    background-image: linear-gradient(45deg, #c92f76, #e55e00);
  }
}
@supports (-webkit-text-fill-color: transparent) {
  #ausgabe h2 {
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
#suche{
	position:relative;
	height:140px;
	width:260px;
	margin:0;
	left:5px;
	float:left;
	}
#pfeil{
	background:url(../bilder/pfeil.gif) no-repeat bottom;
	text-align:center;
	position:relative;
	height:74px;
	width:36px;
	margin:0;
	top:10px;
	left:20px;
	float:left;
	}
#filter{
	position:relative;
	height:140px;
	width:180px;
	margin:0;
	left:40px;
	float:left;
	}
.header {
    color: #036;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 2px;
}
.wert {
    font-size: 0.8em;
    margin: 0 0 15px;
}
