/* text content */
.wt_job_listing_data {
	background: #073A72;
	color: white;
}
.wt_job_listing_data:hover .wt_job_title{
	color: white;
}
.wt_value{
	font-weight: lighter;
}
.wt_info{
	padding-left: 8px;
}
.wt_icon{
	margin-top: 1px;
}
.wt_job_title{
	color: #00B6E8;
}
h1 {
	margin-bottom: 30px;
}
.wt_career_block {
	min-height: fit-content !important;
	padding-bottom: 20px;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Halbtransparentes Overlay */
	display: none; /* Standardmäßig ausblenden */
	z-index: 1001;
}

#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	display: none; /* Standardmäßig ausblenden */
	z-index: 1002;
	width: 90%; /* Breite des Popups */
	max-height: 90%; /* Maximale Höhe des Popups */
	overflow-y: auto; /* Vertikale Scrollleiste hinzufügen */
}


#popup-content {
	text-align: center;
}

#close-popup {
	margin-top: 20px;
}
.panel-default .panel-heading{
	color: #00B6E8;
	background-color: #06376B;
	border-color: #06376B;
}
.panel-group{
	margin-top: 32px;
}
#resetFiltersBtn{
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	background-color: rgba(9, 69, 138, 0.5);
	border: #06376B;
	color: #06376B;
}
.selected-filter{
	color: #06376B;
	font-size: 15px;
	margin-top: 5px;
}
.remove-filter{
	margin-left: 3px;
	margin-top: 5px;
}
#popup-content .form-control{
	display: block;
}
#popup-content .wt_send_btn,
#popup-content .wt_close_btn{
	width: 100%;
}
.wt_no_results{
	margin-top: 33px;
}

.wt_info_item .row{
	display: flex;
	justify-content: center;
}
.wt_info_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
