﻿/* Einstellungen für die Links zu den Suchergebnisseiten */
div.oss-pagelink {
	font-family: BundesSansWeb, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: right;
}
a.oss-pagelink {
	color: #467c93;
}
a.oss-pagelink:hover{ 
	text-decoration:underline;
	
}
span.oss-pagelink {
	color: #467c93;
}
span.oss-pagelink-current {
	color: black;
}

/*
 jeweils eine Einstellungen für das Suchformular und das Autocomplete-Menü für:
 */
/*gesamtes Formular*/
#oss-header-form{
float: left;
width: 180px;
}

#oss-form-inline{
	outline: 0 none;
	background-attachment: scroll;
	background-clip: border-box;
	clear: right;
	color: rgb(0, 0, 0);
	display: block;
	float: right;
	font-family: BundesSansWeb, Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 25px;
	margin-left: 20px;
	position: absolute;
	text-align: center;
	top:5px;
}
/* Suchfenster */
#searchwindow {
	clear: both;
	width: 100%; 
	background-color: #467c93;
	padding: 10px 0px;
	z-index: 10; 
	position: relative; 
	text-align: left; 
	height: auto;
	min-height: 140px;
	background: #467c93;
	line-height: auto;
}
/* Textfeld */
#textfeld {
	color: #fff;
	clear: both;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
    text-align: left;
	font-weight: bold;
}

#topnav {
	height: 40px;
	line-height: 1em;

}
/*Eingabetext*/
/*
#oss-keyword-header {
	outline: 0 none;
	font-family: "BundesSerifWeb", Georgia, "Times New Roman", serif;
	color: #467c93;
    font-size: 13px;
	width: 81%;
	padding: 3px 0px 3px 7px;
	float: left;
	border: 0px;
	height: 22px;
	z-index: 1;
	line-height: 24px;
}*/
#oss-keyword-inline{
	outline: 0 none;
	font-family: "BundesSerifWeb", Georgia, "Times New Roman", serif;
	color: #467c93;
    font-size: 16px;
	padding: 10px;
	float: left;
	border: 0px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 24px;
	margin-left: 10px;
	width: 80%;
	clear: both;	
}

/* Blauer Balken über erstem Suchergebnis */
.oss-pagelink + br + .oss-searchresult {
	border-top: solid 25px #467c93;
}

/*Absendebutton*/
 #oss-button-header {
	position: absolute;
	text-align: center;
	background-color: #467c93;
	color: rgb(13, 79, 128);
	cursor: pointer;
	font-family: Arial;
	font-size: 15px;
	height: 28px;
	line-height: 18.75px;
	width: 16%;
	right: 0px;
	border: 0px;
}

#oss-keyword-header:focus{
	  border-bottom: 5px solid #467c93;
}

#oss-button-inline{

	background-color: #fff;
    padding: 10px;
    border: none;
    color: #467c93;
    font-family: "BundesSerifWeb", Georgia, "Times New Roman", serif;
    font-size: 16px;
    margin: 5px 0 5px 10px;
	display: block;
}
/*Autocomplete-Dropdown (gesamt)*/
#oss-autocomplete-inline {
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	display: none;
	width: 235px;
	max-width: 100%;
	padding: 4px 0;
	margin: 35px 0 0 10px;
	list-style: none;
	/*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box; */
}

#oss-autocomplete-header {
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	display: none;
	min-width: 160px;
	max-width: 100%;
	padding: 4px 0;
	margin: 5px 0 0 0;
	list-style: none;
/* 	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box; */
}

/*Autocomplete-Dropdown (einzelner Eintrag)*/
#oss-autocomplete-inline .item, #oss-autocomplete-header .item {
    display: block;
	background-color: white;
	padding: 3px 15px;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: black;
    white-space: pre-wrap;
	text-align: left;	
} 
/*Autocomplete-Dropdown (letzter Eintrag)*/
#oss-autocomplete-inline .item:last-child , #oss-autocomplete-header .item:last-child {
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}
/*Autocomplete-Dropdown (bei Mouseover)*/
#oss-autocomplete-inline .item:hover, #oss-autocomplete-header .item:hover {
	color: #ffffff;
    	text-decoration: none;
    	background-color: #32729c;
	cursor: pointer;
}

div.oss-searchresult {
	width: 100%; 
	background: white; 
	position: relative; 
	text-align: left;
	margin-top: 15px;
}
#article > div > div:nth-child(6) > div:first-child {
	border-top-color: #467c93;
	border-top-style: solid;
	border-top-width: 25px;
}
div.oss-searchresult .header {
	color: #467c93;
	cursor: auto;
	display: inline;
	font-family: BundesSansWeb, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	line-height: 27px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	
}
div.oss-searchresult .body {
	color: rgb(0, 0, 0);
	display: block;
	font-family: BundesSansWeb, Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 66px;
	line-height: 22.5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	width: 100%;
}
#article > div > div:nth-child(1){
	height: 132px;
}
div.oss-searchresult .footer {
	border-top: dotted #467c93 1px;
	border-bottom: #467c93 solid 1px;
	margin-bottom: 5px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-position: 2px 4.5px;
	background-repeat: no-repeat;
	background-size: auto;
	color: #467c93;
	cursor: auto;
	display: block;
	font-family: BundesSansWeb, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22.5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
}
#header > .ym-hlist {
overflow: visible;
color: #ccdbe7;
z-index:1;


}