h1 {
	display: none;
}
.cookie_crawler_text {
	padding: 40px;
}
.cookie_crawler_text p:last-child {
	margin-bottom: 0;
}
.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_entry {
	border-top: 1px solid rgba(70,69,72,0.6);
	border-bottom: none;
	width: 40%;
}
.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_bottom {
	width: 20%;
	float: left;
	padding: 0;
}
.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_bottom .anfrage_cst_whole_bottom_submit {
	position: relative;
	bottom: auto;
	right: auto;
}
.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_bottom .anfrage_cst_whole_bottom_submit input {
	width: 100%;
}
.crawler_cst_title {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 50px;
	margin-bottom: 20px;
}
.crawler_cst {
	margin-bottom: 50px;
}
.tablestyle tr:first-child td {
	background-color: var(--cur-theme-color);;
	color: #fff;
	font-weight: bold;
	border-left: none;
	border-bottom: none;
}
.tablestyle tr td {
	padding: 6px 10px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}
.tablestyle tr td:nth-child(5) {
	border-right: 1px solid #333;
}
.tablestyle tr:first-child td:nth-child(5) {
	border-right: none;
}
.tablestyle tr:first-child td:nth-child(1) {
	width: 20%;
}
.tablestyle tr:first-child td:nth-child(2) {
	width: 20%;
}
.tablestyle tr:first-child td:nth-child(3) {
	width: 30%;
}
.tablestyle tr:first-child td:nth-child(4) {
	width: 20%;
}
.tablestyle tr:first-child td:nth-child(5) {
	width: 30%;
}
/*#gbox_jobs_job, #gview_jobs_job, .ui-jqgrid-hdiv, .ui-jqgrid-htable, .ui-jqgrid .ui-jqgrid-hbox, .ui-jqgrid-bdiv, #jobs_job, #jobs_job_pager1 {
	width: 100% !important;
}*/
.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_entry input {
	width: 100%;
}
@media (max-width: 1199px) {
	
}
@media (max-width: 767px) {
	.cookie_crawler_text {
		padding: 30px;
	}
	.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_entry {
		width: 100%;
		border-right: none;
	}
	.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_entry.anfrageEntryLast {
		border-bottom: 1px solid rgba(70,69,72,0.6);
	}
	.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_bottom .anfrage_cst_whole_bottom_submit {
		margin-top: 0;
	}
	.anfrage_cst.crawler_cst .anfrage_cst_whole .anfrage_cst_whole_bottom {
		width: 100%;
	}
}