body {
	font-family: "Open Sans",Helvetica,Roboto,Arial,sans-serif;
}
.bold {
	font-weight: 700;	
}
.link {
	font-weight:600;
	color: #5388C6;
	position:relative;
}

.search-wrapper-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	overflow-y: auto;
	display: block;
}
.search-wrapper-container.active {
	display: block;
}
.search-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	overflow-y: auto;
	display: none;
	color: #fff;
	z-index: 1006;
	display: block;
	padding: 20px;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 50%;
	max-width: 64rem;
	background-color: #fff;
}
.search-wrapper > .row {
	position: relative;
	margin: 0;
}
.search-wrapper .row > h3 {
	margin: 0;
}	 

.search-wrapper .row > button {
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(/_assets/css/svg/cb_crosshair-w.svg) no-repeat right bottom 0;
	background-size: 15px 15px;
	border: 0;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}	 

.search-wrapper .search > form {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-bottom: 0;
}
.search-wrapper .search .input-group-field{
    display: block;
    width: 100%;
    height: 40;
    padding: .75rem;
	 font-size: 1rem; 
	 line-height: 1.5; 
	 color: #000; 
	 background-clip: padding-box; 
	 border: 1px solid #fff; 
	 transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out; 
	 border-radius: 0; 
	border: 2px solid #f2f2f2;
	background-color: rgba(255, 255, 255, .7);
	font-weight: 700;
}

.search-wrapper .search .submit-button{
	padding: 0 .25rem;
	font-family: pkb-iconfont;
	font-size: 32px;
	background-color: #f2f2f2;
	color: #243d70;
	border: none;
}

.input-group-field::placeholder {
	 color: #243d70; 
}
/*search results */

.search-result-container {
    max-width: 1024px;
    margin: 50px auto;
}
.search-result-container .row.bgweiss {
	border-bottom: 2px solid #e5e5e6 ; 
	padding: 20px 0 !important;
}
.search-result-container  .row.bgweiss:hover .small-12 h3, .search-result-container  .row.bgweiss:hover .pkb-deeplinks li a {
	color: #00a984;
}
.search-result-container  .row.bgweiss:hover .pkb-deeplinks {
	margin-left: 0;
}
.search-result-container .row.nodisttop {
	display:none;
}
.search-result-container .row.disttop2 {
	border: none;
	margin-top: 20px;
}
.search-result-container .row:has(.pkb-numbers-small) .small-12 {
	display:flex;
}
.search-result-container .row:has(.pkb-numbers-small) .small-12 > a{
	text-decoration: none;
}

.search-result-container .row > div > ul{
	list-style: none;
	padding-left: 0;
}

.search-result-container .row > div ul li > a {
	text-decoration: none;
	color: #243d70;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 0;
	display: block; 
	width: fit-content;
}

.search-result-container .row > div ul li > a::before,.link:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 2px solid #00a984;
	-webkit-transition: .6s;
	transition: .6s;
}

.search-result-container .row > div ul li > a:hover::before ,.link:hover:before {
	width: 100%;
}

.pkb-numbers-small ,.pkb-numbers-small.active {
    padding: 0;
    margin-right: 1rem;
    line-height: 1;
    position: relative;
    border-radius: 0px;
    color: #000;
    width: 34px;
    height: 34px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #000;
}

.pkb-numbers-small > span{
	color: #000;
	opacity: 0.5;
}
.pkb-numbers-small.active > span{
	color: #000;
	opacity: 1;
}
.pkb-numbers-small.active {
	border: 1px solid #243d70;
}

.small-12.columns a:first-of-type .pkb-numbers-small.pagination {
	background-color: #243d70;
	transform: rotate(180deg);
}

.small-12.columns a:last-of-type .pkb-numbers-small.pagination {
	background-color: #243d70;
	margin-right: 0;
}

.small-12.columns a:last-of-type .pkb-numbers-small.pagination:after, .small-12.columns a .pkb-numbers-small.pagination:after {
	content: '2';
	font: normal normal normal 16px / 1 pkb-iconfont;
	color: #fff;
}

.search-result-container .row:nth-child(4) {
	border-top: 2px solid #e5e5e6 ;
}

.icon-close.pkb-as-icons {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.icon-close.pkb-as-icons::after,
.icon-close.pkb-as-icons::before {
	  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: #243d70;
  transform-origin: center;
}

.icon-close.pkb-as-icons:hover::after,
.icon-close.pkb-as-icons:hover::before {
  background-color: #00a984;
}

.icon-close.pkb-as-icons::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-close.pkb-as-icons::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}