#search_exp {
	width: 70%;
	margin-left: 0;
	background-color: transparent; 
	color: #333333; 
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px;
	border-radius: 6px;
	border: 2px solid #999999;
	transition: all 1s ease;
}
#search_exp:focus {
	background-color: #f6f6f6;
}
.suche_erg_einst {
    width: 70%;
    height: 24px;
    line-height: 2.4rem;
	margin-left: auto;
	margin-right: auto;    
    margin-top: 24px;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}
.suche_anzahl_treffer {
    width: 80%;
    margin-left: auto;
	margin-right: auto;
    text-align: center;
    line-height: 1.9rem;
}
#suche_content {
	width: 80%;
	margin-top: 14px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}
.suche_titel {
	width: 90%;
	text-align: center;
	margin-left: auto;
    margin-bottom: 20px;
	margin-right: auto;
}
.suche_eingabefelder_flex {
    width: 80%;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.suche_eingabefelder_1 {
	width: 47%;
	display: inline-block;
}
.suche_eingabefelder_1a {
	width: 90%;
	display: inline-block;
}
.suche_eingabefelder_2 {
	width: 40%;
	margin-left: 10%;
	display: inline-block;
}
.suche_eingabefelder_3 {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.suche_eingabefelder_4 {
	margin-top: 3px;
	margin-right: 10px;
	display: inline-block;
}
.suche_eingabefelder_5 {
	display: inline-block;
}
#suche_main_1 {
    width: 800px;
    margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
	box-shadow: 0 9px 8px -3px rgb(64 60 67 / 24%), 8px 0 8px -7px rgb(64 60 67 / 24%), -8px 0 8px -7px rgb(64 60 67 / 24%), 0 2px 5px 1px rgb(64 60 67 / 16%);
}
#text_suche_hit_timer {
    min-width: 104px;
    display: inline-block;
}
.search_settings_icon {
    width: 47px;
	cursor: pointer;
    opacity: 0.8;
}
.search_settings_icon:hover {
    animation: 200ms ease-in-out forwards op_8_to_10;
}
.suche_eingabe_lucene.on {
    padding-bottom: 0;
}
.suche_eingabe {
	margin-bottom: 24px;
}
.sform,
.lucene_form {
	width: 77%;
	background-color: #fefefd;
	color: #333333;
	border-radius: 6px 6px 6px 6px;
	border: 0;
}
.lucene_form.on {
	border-radius: 6px 6px 0 0;
}
#suche_string_2 {
    width: 100%;
    margin-right: 20px;
    padding-left: 14px;
	font-size: 1.6rem;
    line-height: 4.5rem;
    font-weight: bold;
    background: transparent;
    border: 0;
}
#search_icon_1 {
    width: 84px;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}
#clear_main_search,
#search_icon_2 {
    width: 22px;
    height: 22px;
    cursor: pointer;
    filter: invert(80%);
}
#clear_main_search {
    border-right: 1px #ccc solid;
    padding: 0px 10px 0px 10px;
}
#search_icon_2 {
    padding: 11px;
}
#clear_main_search.on {
    display: none;
}
#suche_settings_1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 7px;
	display: none;
    transition: 200ms ease-in-out 0ms;
}
#suche_settings_1.on {
	display: flex;
    opacity: 1;
}
.suche_settings_1 {
	display: flex;
    opacity: 0;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
    align-items: top;
    flex-wrap: wrap;
    row-gap: 10px;
}
.suche_settings_5 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 24px;
}
.ui-autocomplete {
    width: 649px;
	font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: bold;
	border-radius: 0 0 6px 6px;
    padding-left: 0;
	padding-top: 7px;
    padding-bottom: 7px;
    border-top: solid;
	border-width: 1px;
	border-color: #e7e3e3;
	position: absolute;
	z-index: 200;
    box-shadow: 0 9px 8px -3px rgb(64 60 67 / 24%), 8px 0 8px -7px rgb(64 60 67 / 24%), -8px 0 8px -7px rgb(64 60 67 / 24%);
}
.ui-widget-content {
    color: #22211d;
    list-style: none;
    list-style-image: none;
    background: #fefefd;
    border: 0px;
}
.ui-menu {
    list-style: none;
    margin: 0;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 14px;
}
.ui-menu-item {
    margin: 0;
    cursor: default;
}
.ui-menu-item-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
}
.checkbox {
    width: 16%;
    position: relative;
    display: block;
}
.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #365986;
}
.checkbox label:after {
  content: '';
    display: block;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid #365986;
    border-left: 2px solid #365986;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 9px;
    left: 8px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #365986;
}
.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
.checkbox label {
    min-height: 26px;
    display: block;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: sub;
}
.checkbox label span {
    color: #365986;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}
.suche_seiten {
	width: 484px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.suche_starten {
	display: inline-block;
}
.suche_starten_lucene {
	display: inline-block;
}
.suche_treffer_datum {
	width: 94%;
    line-height: 1.9rem;
}
.suche_treffer {
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
	border-bottom: 1px solid #d4d4d4;
}
.suche_treffer_feld {
	width: 60%;
}
.suche_treffer_titel {
	width: 94%;
	line-height: 2.0rem;
}
.suche_treffer_container {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-grow: 4;
}
.suche_treffer_image {
	width: 275px;
	height: 128px;
	overflow: hidden;
	position: relative;
}
.suche_treffer_description {
	width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inh_com {
    cursor: pointer;
    gap: 14px;
}
.suche_treffer_inhalt {
	width: 94%;
	margin-top: 14px;
    margin-bottom: 14px;
}
.suche_treffer_url {	
	width: 94%;
	line-height: 1.3rem;
	display: inline-block;
    margin-top: 14px;
}
.blue {
    font-size: 1.1rem;
    color: #336699
}
.hitword {
    font-size: 1.4rem;
    font-weight: bold
}
.search_datum {
	font-size: 1.2rem;
    line-height: 1.5rem;
	color: #959799;
	display: inline;
}
.search_title {
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: bold;
	padding-right: 10px;
	color: #000;
	}
a.search_title:hover {
	animation: 200ms ease-in-out forwards black_to_smooth_blue;
}
a.search_title:active,
a.search_title:link,
a.search_title:visited {
	color: #000;
}
.pagination_content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pagination {
	line-height: 4.7rem;
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	box-sizing: border-box;
	flex-flow: row wrap;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 14px;
}
.pagination li a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #616872;
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 9px;
	border-radius: 6px;
}
.pagination li a:hover {
	background-color: #8a9ba0;
	transition: 140ms ease-in-out 0ms;
	color: #fff;
}
.pagination .currentpage a {
	background-color: #8a9ba0;
	color: #fff;
}
.pagination .currentpage a:hover {
	background-color: #8a9ba0;
}
.search_url,
.search_url_link {
	font-size: 1.2rem;	
	display: inline;
	-hyphens: auto;
	transition: 200ms ease-in-out 0ms;
	}
	a.search_url:hover {
	color: #336699;
	}
	a.search_url:active {
	color: #336699;
}
.search_url_link {
	color: #336699;
	}
	a.search_url_link:link  {
	color: #336699;
	}
	a.search_url_link:visited {
	color: #336699;
	}
.search_wide_1 {
	height: 110px;
	width: auto;
	min-width: 100%;
	position: absolute;	
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.search_treffer {
	font-size: 1.2rem; 
	color: #365986;
	display: inline-block;
}
.sbutton { 
	font-size: 1.4rem;
	line-height: 2.8rem;
	width: 127px; 
	color: #365986; 
	font-weight: bold; 
	background-color: #e8e8e8; 
	padding: 6px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	transition: 400ms;
}
.sbutton:hover {
	background-color: #dedede;
	color: #b83e3e;
}
.suche_main {
    font-size: 1.4rem;
    margin-right: 6px;
    color: #365986;
}

/*  Ziffern  */
a.digits:link, a.digits:visited { 
	color: #666666; 
	font-size: 1.3rem; 
	padding-left: 8px;
	padding-right: 8px;
}
a.digits:hover { 
	color: #990000;
}
.suchen_input {  	
	background-color: transparent;
	font-size: 1.2rem; 
	color: #333333; 
	width: 77%;
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px;
	border-radius: 6px;
	border: 2px solid #999999;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;  
}
.suchen_input:focus {
	background-color: #f6f6f6;
}
a.first_last:link,
a.first_last:visited {
    color: #999;
    font-size: 1.0rem;
}
a.first_last:hover {
    color: #990000;
}
.ub_suche {
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
}
.ub_titel {
	 font-size: 1.4rem;
	 font-weight: bold;
	 text-align: center;
}
.text_suche_hit {
	font-size: 1.4rem;
	color: #990900;
	line-height: 2rem;
	text-align: left;
	font-weight: bold;
	display: inline;
}
.text_link_searchix {
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	transition: 200ms ease-in-out 0ms;
    }
    a.text_link_searchix:link  {
	color: #cccccc;
	}
	a.text_link_searchix:visited {
	color: #cccccc;
	}
	a.text_link_searchix:hover {
	color: #369;
	}
	a.text_link_searchix:active {
	color: #369;
}
.text_searchix_2 {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	color: #666666;
}
.text_suche {
	font-size: 1.4rem;
    line-height: 2rem;	
	display: inline-block;
}
.text_suche_content,
.text_suche_description {
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: left;
}
.text_suche_content {
	font-style: italic;
}
.text_suchfeld_1 {
	font-size: 1.3rem;
	color: #8f8e8e;
	line-height: 1.3rem;
	text-align: left;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
}
.text_suchfeld_2 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #afafaf;
	text-align: left;
	display: inline;
}
.text_suche_anzahl_treffer_1 {
	width: 100%;
	text-align: center;
	margin-top: 47px;
}
.text_suche_anzahl_treffer_2 {
	font-size: 1.1472rem;
	color: #afafaf;
	text-align: center;
	display: inline-block;
}




/* -----------------------------------*/
/* Suche Mobile */
/* -----------------------------------*/


@media only screen and (max-width: 767px) {
	.lucene_form {  	
		width: 84%;
	}
	#search_exp {
		width: 82%;
		margin-left: 15px;
	}
	#suche_content {
		width: 100%;
	}
	.suche_treffer_container {
		flex-wrap: wrap;
	}
	.suche_treffer_image {
		width: 100%;
		height: 200px;;
		overflow: hidden;
		position: relative;
	}
	.suche_treffer_description {
		width: 100%;
	}
	.suche_treffer_inhalt,
	.suche_treffer_inhalt_1 {
		width: 100%;
	}
    .sys_icon_blue {
        display: inline-block;
    }
    .add_items,
	.suche_treffer_titel,
    .suche_treffer_datum,
    .text_suche_content,
    .text_suche_description,
    .suche_treffer_url {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
	}
	.suche_treffer_image_1 {
		width: 100%;
		height: 130px;
		display: block;
	}
	.search_wide_1 {
		height: 130px;
		width: auto;
		min-width: 100%;
	}
	#suche_main_1 {
		width: 90%;
		box-shadow: 0 2px 5px 0 rgb(60 64 67 / 16%);
	}
	.ui-autocomplete {
		width: 90%;
	}
	#suche_settings_1 {
		width: 90%;
		padding-top: 20px;
	}
	#suche_string_2 {
		font-size: 1.7rem;
		margin-right: 5%;
	}
	.suche_erg_einst {
		width: 96%;
	}
	.suche_starten_lucene {
		width: 70%;
	}
	.checkbox {
		width: 35%;
	}
	.suche_eingabe,
	.suche_eingabe_lucene {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.suche_eingabe_lucene {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#sform {  	
		width: 84% !important;
	}
	#search_icon_2 {
		left: 1%;
	}
	.suche_eingabefelder_1 {
		width: 90%;
	}
	.suche_eingabefelder_2 {
		width: 40%;
		margin-left: 36px;
	}
	.suche_eingabefelder_3 {
		width: 36%;
		height: 70px;
		margin-left: 5%;
	}
	.suche_eingabefelder_5 {
		width: 70px;
		height: 14px;
		margin-top: 0;
	}
	.suche_seiten {
		width: 260px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.suche_starten {
		margin-top: 20px;
	}
	.suche_treffer_url {
		overflow: hidden;
	}
	.search_title {
		font-size: 2.0rem;
		line-height: 2.5rem;
	}
	.text_suche_content,
	.text_suche_description {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
	.search_datum {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.search_url,
	.search_url_link {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
}
@media only screen and (max-width: 520px) {
    .bild_wide.inh {
        height: 100%;
        width: auto;
    }
}

@media (prefers-color-scheme: dark) {
	#suche_main_1 {
		box-shadow: 0 0 0 0 rgb(64 60 67 / 24%), 0 0 0 0 rgb(64 60 67 / 24%), 0 0 0 0 rgb(64 60 67 / 24%), 0 0 0 0 rgb(64 60 67 / 16%);
		background: #303134;
	}
	#suche_string_2 {
		color: #fafaf8;
	}
	.ui-widget-content {
		background: #303134;
		color: #fafaf8;
	}
	.ui-autocomplete {
		border-color: #5f6368;
	}
	.ui-state-focus,
	.ui-state-active {
		background-color: #3c3c3f;
	}
	a.search_title:active,
	a.search_title:link,
	a.search_title:visited {
		color: #fff;
	}
	a.search_title:hover {
		animation: 200ms ease-in-out forwards white_to_smooth_blue;
	}
    #clear_main_search,
    #search_icon_2 {
        filter: invert(20%);
    }
}