/* 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;
	margin-top: 28px;
}
a.oss-pagelink {
	color: #31739a;
	border-radius: 4px;
    padding: 0 6px;
}
a.oss-pagelink:hover{ 
	background: #004f80;
    color: #fff;
    text-decoration: none;
	
}
.oss-pagelink {
display: block;
    float: left;
    margin-left: 4px;
    height: 24px;
    line-height: 24px;
	}
span.oss-pagelink,
a.oss-pagelink.a-active{
    color: #fff;
    border-radius: 4px;
    padding: 0px 6px 6px 6px;
    font-size: 24px;
    background: #004f80;
    max-height: 24px;
    font-weight: normal;
    line-height: 16px;
}
span.oss-pagelink:hover,
a.oss-pagelink.a-active:hover{
background-color:#333c40;
}

.oss-pagelink .svg-icon {
    height: 24px;
	display: block;
    line-height: 24px;
    vertical-align: top;
    width: 12px;
    fill: #fff;
}


span.oss-pagelink-current {
	display: block;
    float: left;
	margin-left: 4px;
	height: 24px;
	color: #31739a;
	border-radius: 4px;
    padding: 0 6px;
    line-height: 24px;
	background: #333c40;
    color: white;
    font-weight: bold;	
	
}
input#oss-keyword-inline {
    border: medium none;
    border-radius: 4px;
    height: 36px;
    padding-left: 18px;
	width: 70%;
}
#oss-button-inline{
    padding: 8px;
	height: 36px;
	width: 40px;
    border: none;
    color: #0d4f80;
    font-family: "BundesSerifWeb", Georgia, "Times New Roman", serif;
    font-size: 16px;
    margin: 0;
	display: block;
    background: transparent none repeat scroll 0 0;
    border-width: 0;
    margin-left: 0;
    position: absolute;
	left: 64.5%;
	cursor: pointer;
}

#pageid_51 div.module-default {
	background: rgba(0, 0, 0, 0) url("../site/img/bg-striped_searchsite.png") repeat-x scroll 0 0;
}

#oss-button-inline .svg-icon{
    cursor: pointer;
    fill: #6b7581;
}
#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: 0;
	position: absolute;
	text-align: center;
	top:5px;
	width: 100%;
}
/* Suchfenster */
#searchwindow {
	line-height: 1.4705882353;
	clear: both;
	width: 100%; 
	background-color: transparent;
	padding: 10px 0px;
	/* z-index: 10;  */
	position: relative; 
	text-align: left; 
	height: auto;
	min-height: 140px;
	line-height: auto;
}
/* Textfeld */
#textfeld {
	clear: both;
	display: block;
	margin-left: 0;
	margin-top: 5px;
	position: relative;
	color: #000;
    text-align: left;
	font-weight: bold;
}

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

}
#oss-keyword-inline {
    border: 0 none;
    clear: both;
    color: #004f80;
    float: left;
    font-family: "BundesSerifWeb",Georgia,"Times New Roman",serif;
    font-size: 100%;
    height: 34px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0px;
    outline: 0 none;
    padding: 0;
}

/* Blauer Balken über erstem Suchergebnis */
.oss-pagelink + br + .oss-searchresult {
	/*border-top: solid 25px rgb(204, 220, 230);*/
}

/*Absendebutton*/
 #oss-button-header {
	position: absolute;
	text-align: center;
	background-color: rgb(154, 186, 204);
	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 #004f80;
}


/*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: 28px;
}
.content .searchwindow ~ div.oss-searchresult:last-child {
	border: none;
	}
#article > div > div:nth-child(6) > div:first-child {
	border-top-color: rgb(204, 220, 230);
	border-top-style: solid;
	border-top-width: 25px;
}
#resCount {
	font-weight: bold;
	}
div.oss-searchresult .header {
	color: rgb(49, 115, 154);
	cursor: auto;
	font-family: BundesSansWeb, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	
}
div.oss-searchresult .body {
	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: 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;
	width: 100%;
	color: #000;
}
#article > div > div:nth-child(1){
	height: 132px;
}
div.oss-searchresult {
	border-top: 1px dotted #a6acb3;
	margin-bottom: 5px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-origin: padding-box;
	background-position: 0px 17px;
	background-repeat: no-repeat;
	background-size: auto;
	color: rgb(49, 115, 154);
	cursor: ponter;
	display: block;
	font-family: BundesSansWeb, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22.5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	padding: 15px 0 5px 0;
}
#header > .ym-hlist {
overflow: visible;
color: #ccdbe7;
z-index:1;


}