/* Fjerne kategori-dropdown */ 
.sf-field-taxonomy-kategori {
	display: none !important;
}

/* * * UNDERSIDE * * */
.job-sidebar p {
	font-weight: 600;
	margin-bottom: 2.5px;
	font-size: 18px;
}
.job-sidebar ul {
	padding-inline-start: 0;
	list-style: none;
	font-size: 14.5px;
}



/**** Ny søgebar i guide-top ***/
.fav-searchform form { 
	position: absolute !important;
	top: 10px !important; 
	right: 50px !important;
	transition: visibility 0s, opacity 0.5s linear !important;
	display: none;
}
.fav-searchform form ul {
	inline-padding-start: 0 !important;
	background-color: #fff !important;
	border-radius: 99px !important;
}
.fav-searchform form li {
	padding: 0 !important;
}
.fav-searchform form input {
	border: 0 !important;
	padding: 0 !important;
}
.fav-searchform form input, .fav-searchform form label {
	min-width: 170px !important;
	width: 180px !important;
	max-width: 190px !important;
}

/***** SØGEFORM PÅ SØGERESULTATER *****/
.search-none-form form ul {
    padding-inline-start: 0;
}
.search-none-form form label, .search-none-form form input {
    min-width: 270px;
    width: 350px;
    max-width: 375px;
}
.search-none-form form input {
    padding: 15px !important;
    border-radius: 99px !important;
    border: 0 !important;
}
/** FILTER I GUIDE-START **/

@media only screen and (max-width: 767px) {
	.fav-searchform form ul {
		padding: 10px 5px 10px 15px !important;
	}
	.guide-start .row li {
		width: 100%;
	}
}
@media screen and (min-width: 768px) { 
	.fav-searchform form ul {
		padding: 5.5px 5px 5.5px 15px !important;
	}
}


