body {
	font-family: Manrope,Helvetica,Roboto,Arial,sans-serif;
}
.bold {
	font-weight: 700;	
}
.link {
	font-weight:600;
	color: #5388C6;
}
.reveal-overlay-search {
	display: none !important; 
}
.search-wrapper-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	background-color: rgba(0, 0, 0, 0.45);
	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;
	width: 100%;
	max-width: 500px;
	color: #fff;
	z-index: 1006;
	display: block;
	padding: 20px;
	background-image: linear-gradient(to right, #bee1df, #d1ecec);
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.search-wrapper > .row {
	position: relative;
	margin: 0;
}
.search-wrapper .row > h3 {
	margin: 0;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: 1.5625rem;
}	 

.search-wrapper .row > button {
	width: 40px;
	height: 40px;
	position: absolute;
	background: #fff;
	background-size: 15px 15px;
	border: 0;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
	border-radius: 50%;
}
.search-wrapper .row > button:hover {
	background:#002e5f;
}


.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: 40px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
	border-radius: 0;
}

.search-wrapper .search .submit-button{
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 0;
	background: #fff url(/_assets/css/svg/lupe-bl.svg) no-repeat center center;
	background-size: 20px 20px;
	cursor: pointer;
	font-family: iconfont !important;
}
.search-wrapper .search .submit-button:hover{
	background:#002e5f;
	color: #fff;
}


/*search results*/

.search-result-container {
	max-width: 75rem;
	margin: 0 auto 100px;
	padding: 0 10px;
}
.search-result-container .row.bgweiss {
	padding-top: 1rem !important;
	border-bottom: 1px solid #bee1df;
	padding: 10px 0
}
.search-result-container  .row.bgweiss:hover .small-12 h3, .search-result-container  .row.bgweiss:hover .swmbrk-deeplinks li a {
	color: #ff0613;
}

.search-result-container  .row.bgweiss .swmbrk-deeplinks {
	margin-top:20px;
}

.search-result-container  .row.bgweiss .swmbrk-deeplinks > li {
	padding: 0;
}
.search-result-container .row.nodisttop {
	display:none;
}
.search-result-container .row.disttop2 {
	border: none;
	margin-top: 20px;
}
.search-result-container .row:has(.swmbrk-numbers-small) .small-12 {
	display:flex;
}
.search-result-container .row:has(.swmbrk-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: #000;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	display: flex;
	align-items: center;
}

.search-result-container .row > div ul li > a::before{
	position: absolute;
	width: 35px;
	height: 35px;
	font-family: iconfont;
	content: '\65';
	background-size: 15px 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f5f4f4; 
	left: 0;
	border-radius: 25px;
}
.search-result-container .row:hover > div ul li > a::before{
	background: #002e5f;
	color: #fff;
}

.swmbrk-numbers-small ,.swmbrk-numbers-small.active {
	padding: 0;
	margin-right: 1rem;
	background-color: #5388C6;
	line-height: 1;
	position: relative;
	border-radius: 25px;
	display: block;
	width: 34px;
	height: 34px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swmbrk-numbers-small:hover > span {
	color: #fff;
}

.swmbrk-numbers-small {
	background-color: #f5f4f4;
}
.swmbrk-numbers-small > span{
	color: #000;
}
.swmbrk-numbers-small.active > span{
	color: #fff;
}
