.filter-form {
    padding: 2% 2% 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #a0a0a0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #f2f2f2;
}
.filter-form > div { margin-bottom:0.8rem; }
.filter-form .input-jobs {
    max-width: calc(100% - 186px);
    margin-left: 6px;
}

.filter-form label {
    font-weight: 500;
    padding: 0 6px 0 0;
	display:inline-block; 
	width:100px; 
	text-align:right; 
}

.filter-form .suchfeld { 
	margin:0 12px 0 6px; 
	padding: 0 0 0 6px;
	height:33px;
	width: 56%;
}
.filter-form .suchfeld input, .filter-form .suchfeld span {
	position:relative;
}
.filter-form .suchfeld input, .filter-form .suchfeld input:focus-visible {
	border:0;
	outline:none;
	width:calc(100% - 42px);
}

.suchfeld a span{ 
	cursor:pointer; 
	top:-4px;
	height:30px;
}
.suchfeld a.disabled {
	pointer-events: none;
}
.suchfeld a.disabled  span {
	cursor: default;
	opacity: 35%;
}

.filter-form .filter__button {
	display:inline-block; 
	position:relative; top:-1px; 
	cursor:pointer; 
	display:inline;
}	
.filter-form .filter__button a {color:#009898; display:inline;}
.filter-form .filter__button svg {vertical-align:middle;}
.filter-form .filter__button:hover a {color:#000000;}
.filter-form .filter__button:hover svg { fill:#000000; }


.page-table-body {
    font-size: 14px;
    line-height: 17.5px;
}

.page-table-header-xl {
    background: #dcdcdc;
    border-bottom: 2px solid #009898;
}

.page-table-body>ul,.page-table-header-xl ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-table-header-xl ul li {
    float: left;
    font-weight: 500;
    padding: 5px 15px;
}

.page-table-header-sm { display: none; }

.page-table-body>ul>li {
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0;
}

.page-table-body>ul>li:nth-child(even) {
    background-color: #fff;
}

.page-table-body>ul>li:nth-child(odd) {
    background-color: #fafafa;
}

.page-table-body ul ul {
    list-style: none;
    padding: 0;
}

.page-table-body ul ul li {
    float: left;
    padding: 15px;
    vertical-align: top;
    border: 0;
}

.job-table ul ul li:nth-child(1), .job-table-head li:nth-child(1) { width: 35%; }

.job-table ul ul li:nth-child(3), .job-table-head li:nth-child(3) { width: 20%; }

@media (max-width: 992px) {
	.filter-form div { width: calc(100% - 16px); }
	.filter-form div:first-child { margin-bottom:0; }
	.filter-form label {
		display: block;
		text-align: left;
		margin-left: 6px;
		margin-bottom:0;
	}
	.filter-form .input-jobs {
		width:100%;
		max-width:inherit;
		margin-bottom:10px;
	}
	.filter-form .filter__button {
		display:block;
		width:30%;
		margin:auto;
		margin-bottom:28px;
		top:10px;
	}
	.filter-form .filter__button a {
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.page-table-header-xl {
		display: none;
	}
	.page-table-body ul ul li {
		padding: 10px 30px;
	}
	.page-table-body > ul > li {
		padding: 15px 0 20px;
	}
	.job-table ul ul li {
		width: 100% !important;
	}
}

