﻿/****************************************************************** Theme Name: ISG Career Description: This is the properly developed Layout for ISG Author: Aaron Kimmig Author URI: http://www.nanu-c.org Version: 1.0 *******************************/
/*site wide styles */
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2") format("woff2");
	unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
	font-family: 'para-r';
	src: url('../fonts/parabolica/parabolicatext-regular-webfont.woff2') format('woff2'), url('../fonts/parabolica/parabolicatext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'para-r-bold';
	src: url('../fonts/parabolica/parabolicatext-regular-webfont.woff2') format('woff2'), url('../fonts/parabolica/parabolicatext-regular-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body,
p,
a {
	font-family: "para-r", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: "para-r";
	font-weight: bold;
}

h2 {
	margin-bottom: 30px!important;
}

h3 {
	color: #1d4f91 !important;
}

body {
	width: 100%;
	font-size: 16px;
	background: url(../images/bak.svg) center repeat-y;
	max-width: 1920px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

a {
	color: #1d4f91;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
	color: #1d4f91;
}

h4 {
	font-size: 18px;
	color: #1d4f91;
}

a:focus,
a:hover {
	color: #1d4f91;
	text-decoration: none;
}

small {
	word-wrap: break-word;
	white-space: pre-wrap;
}

/*templates*/
.temp-left-sidebar-wrapper {
	margin-top: 30px;
}

.temp-left-sidebar .content-wrapper {
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	min-height: 520px;
}

.temp-left-sidebar-wrapper .left {
	position: relative;
}

.full-page {
	margin-top: 60px;
}

.fa {
	margin-right: 6px;
}

/*header*/
.header-wrapper {
	max-width: 1920px;
	margin: 0 auto;
    left: 0px;
    right: 0px;
	position: fixed;
	height: 60px;
	text-align: center;
	background-image: url(../images/bak-waves.svg);
	background-size: cover;
	background-position: 50% 40%;
	top: 0px;
	z-index: 4;
	/* -webkit-box-shadow: 0 3px 0px rgba(149, 157, 165, 0.2);
     */
	/* box-shadow: 0 3px 0px rgba(149, 157, 165, 0.2);
     */
}

.header-content .info-img {
	width: 20px;
}

.header-wrapper .header-buttons {
	justify-content: flex-end;
	display: flex;
	color: black;
	align-items: center;
}

.header-wrapper .header-buttons a {
	font-size: 0.9rem;
	color: black;
}

.header-wrapper .header-buttons .lng a {
	color: black;
}

.header-wrapper .header-buttons .btn-group {
	margin: auto;
}

.header-wrapper .header-buttons .dropdown-menu {
	left: auto;
	border: none;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
	border-radius: 0;
	top: 96%;
}

.header-wrapper .header-buttons .dropdown-menu a {
	color: #000000;
	padding: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: underline;
    background-color: unset;
}

.dropdown-item:focus, .dropdown-item:hover {
	text-decoration: underline;
    background-color: unset;
}

.header-wrapper .btn-logedin,
.header-buttons > form>a {
	background-color: #1d4f91 !important;
	height: 60px;
	line-height: 42px;
	border-radius: 0 !important;
	color: white !important;
}

.main-menu-bar .container-fluid {
	padding-left: 0!important;
	padding-right: 0!important;
}

.container-fluid img {
	margin-left: 15px;
}

.hidden-lg-up {
	position: relative;
	left: 30px;
}

.hidden-lg-up:hover {
	cursor: pointer;
}

.header-nav-toggle.hidden-lg-up.pull-right.btn.menu-button {
	color: black!important;
}

.lng-menu a {
	background-color: white !important;
}

.dropdown-menu i {
	margin-right: 5px;
}

.header-wrapper .header-buttons .btn:focus {
	box-shadow: none;
}

.header-wrapper .language-switcher-icon {
	max-width: 26px;
	margin-right: 10px;
}

.header-wrapper .ajaxbar {
	min-height: 50px;
	padding-top: 7px;
	color: black;
	display: none;
	width: 750px;
	margin: auto;
	max-width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 100000;
	position: relative;
	top: -1px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 3px 12px 4px rgba(171, 171, 171, 0.18);
}

.header-wrapper .cookiebar {
	min-height: 46px;
	background: #333;
	padding: 12px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 0.9rem;
}

.header-wrapper .cookiebar .container {
	color: white;
}

.header-wrapper .cookiebar a {
	color: white;
	text-decoration: underline!important;
}

.header-wrapper .informationbar {
	min-height: 46px;
	background: rgb(0, 97, 173);
	opacity: 0.9;
	color: white;
	padding: 12px;
	position: fixed;
	top: 200px;
	width: 100%;
	font-size: 1.2rem;
}

.header-wrapper .informationbar a {
	color: #000;
}

.header-wrapper .informationbar .ui-widget-content {
	color: white;
}

.header-wrapper .upper-menu {
	background-color: #1d4f91;
}

.header-wrapper .header-buttons {
	color: white;
}

.header-wrapper .btn-header,
.header-wrapper .btn-header a {
	color: black;
}

.header-wrapper .btn-header:hover {
	cursor: pointer;
}

.formWarenkorb i {
	font-size: 30px;
}

.main-menu-bar {
	margin: auto;
	width: 100%;
	z-index: 101;
	min-height: 60px;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-menu-bar a {
	color: black;
	font-size: 14px;
}

#main-nav a:hover,
#main-nav a:active {
	text-decoration: underline !important;
}

.main-menu-bar .row>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-wrapper .btn-header,
.header-wrapper .btn-header a {
	text-transform: capitalize;
	background-color: transparent;
	color: black;
	font-size: 0.9rem;
}

.header-wrapper #dropdown-menu.main-menu {
	color: white;
}

.header-wrapper #dropdown-menu.main-menu a {
	color: white;
}

.second-nav {
	display: none !important;
}

.hero-wrapper {
	min-height: 100px;
}

.blue {
	color: #1d4f91;
}

.yellow::before {
	color: #fff;
}

.align-center {
	display: flex;
	align-items: center;
}

.fav-warenkorb-wrapper {
	position: absolute;
	top: 30px;
	left: -15px;
}

.fav-warenkorb {
	white-space: nowrap;
	position: relative;
	margin: 0 5px 0 10px;
	displaY: inline-block;
	height: 40px;
	border-radius: 0 5px 5px 0;
	padding: 0 10px 0 20px;
	background: #d86a0c;
	/*border: 0 solid #C7D2D4;
    */
	border-top-width: 1px;
	border-bottom-width: 1px;
	color: #fff;
	line-height: 40px;
	-moz-transform: rotate(5deg);
	/* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(5deg);
	/* Safari */
	-o-transform: rotate(5deg);
	/* Opera */
	-ms-transform: rotate(5deg);
	/* IE9 */
	transform: rotate(5deg);
	/* W3C */
}

.fav-warenkorb:after {
	position: absolute;
	right: 0;
	margin: 1px 7px;
	font-weight: bold;
	font-size: 1rem;
	content: "";
}

.fav-warenkorb:before {
	position: absolute;
	content: "\25CF";
	color: white;
	text-shadow: 0 0 1px #333;
	font-size: 0.8rem;
	line-height: 1px;
	text-indent: 12px;
	left: -15px;
	width: 0px;
	height: 0px;
	border-right: 15px solid #d86a0c;
	border-top: 19px solid transparent;
	border-bottom: 20px solid transparent;
	margin-top: 0px;
}

.fav-warenkorb:hover {
	background: #1d4f91;
}

.fav-warenkorb:hover:before {
	border-right: 15px solid #1d4f91;
}

.search h1 {
	font-size: 1.8rem;
	color: #1d4f91;
	padding: 0px 10px;
}

/*navigation*/
nav ul {
	list-style-type: none;
}

#main-nav {
	display: inline-block;
	margin: auto;
	width: 100%;
}

#main-nav ul {
	text-align: center;
	font-size: 1rem;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

#main-nav ul li {
	float: left;
	display: inline-block;
	height: 35px;
	margin: 0px 10px;
}

#main-nav ul li i {
	margin: 0px 5px;
}

#main-nav ul li:last-child {
	margin-right: 0px;
}

.menu-logo {
	max-width: 100px;
	height: 50px;
	display: unset;
}

#main-nav .nav-bar {
	line-height: 35px;
	float: left;
}

.main-menu-bar .left {
	margin-left: auto;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.margin-bottom-sm {
	margin-bottom: 10px;
}

.margin-right-sm {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

#loginForm\:loginForm\:sendPassword {
	margin: 10px 0px;
}

.login-buttons {
	text-align: center;
	justify-content: center;
	margin: 20px 0px;
}

.oauth-img {
	margin: -37px -1px 2px 0px;
}

.x-equivalent {
	background-color: #fff;
	color: #333;
	font-size: 0.9rem;
	height: 39px;
	line-height: 40px;
	padding: 0 12px 0 53px;
	border: 0 solid;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
	white-space: nowrap;
	width: 71px;
	font-family: Helvetica, Arial, sans-serif;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.login-button {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0;
	line-height: 0;
	margin: 0;
	margin-right: 10px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.second-header-nav {
	-webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 0px rgba(0, 0, 0, .05);
	background-color: #1d4f91;
	height: 35px;
	line-height: 35px;
}

.second-header-nav a {
	color: #FFFFFF;
	font-weight: 700;
}

.second-header-nav .selected,
.second-header-nav a:hover {
	font-weight: 700;
	height: border-bot;
	/*border-bottom: 2px solid #FFFFFF;
    */
	border-bottom: 2px solid #DDDDDD;
}

.header-nav-toggle.hidden-lg-up.pull-right.btn.menu-button {
	background: none;
	color: #FFF;
	font-size: 2rem;
}

.header-nav-toggle.hidden-lg-up.pull-right.btn.menu-button.focus {
	border: none;
}

.dashboard-header {
	margin: 30px 0;
	text-align: center;
}

.btn-favs {
	/*background-color: #dddddd;
    */
	/*border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;
     border-right: 1px solid #aba9a9;
    */
	padding-left: 7px;
	padding-right: 6px;
	line-height: 0.25;
}

.btn-language {
	padding-left: 10px;
	padding-right: 40px;
	font-size: 0.8px;
}

.btn-language::before {
    content: "\f0ac"; /* Font Awesome icon code for 'globe' */
    font-family: "Font Awesome 6 Pro"; /* Ensure Font Awesome Pro is loaded */
    font-size: 30px; /* Adjust the size of the icon as needed */
    display: inline-block;
    margin-right: 8px; /* Space between the icon and the text */
    vertical-align: middle; /* Align the icon with the text */
	font-weight: 100;
	position: relative;
	bottom: 2px;
}

/* Remove the image element */
.language-switcher-icon {
    display: none;
}

#dropdown-menu {
	padding-right: 40px;
}

.btn-favs a {
	color: #000000;
}

.btn-secondary-outline i {
	margin-right: 5px;
}

#main-nav .btn-favs a:hover {
	border-bottom: 1px solid
}

.profileTable {
	padding: 20px 0px;
}

.ui-datatable-empty-message {
	padding: 50px;
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}

.ui-datatable tbody td {
	padding: 5px 10px;
}

#stellenangebote .ui-datatable tbody td {
	padding: 0px 10px;
}

.ui-messages-info, .alert.alert-warning {
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
	border: 1px solid #1d4f91 !important;
	color: black;
}

.ui-messages-info-icon::before {
	color: #1d4f91 !important;
}

.ui-messages-info-summary {
	margin-left: 15px;
	color: black;
}

.ui-messages-error-summary {
	font-weight: normal;
}

.ui-messages-error,
.ui-message-error {
	color: #000;
	font-weight: normal;
	max-width: 80%;
	text-align: center;
	margin: 25px auto;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	background: #1d4f91;
	width: 28px;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    display: none; /* Hide the original icon */
}

.ui-selectcheckboxmenu-token-icon.ui-icon.ui-icon-close {
  background-image: none !important; /* Remove any inherited background */
}

.ui-selectonemenu .ui-selectonemenu-trigger::before {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white
}


.ui-selectcheckboxmenu-token-icon.ui-icon.ui-icon-close {
    background-image: url(https://www.isg.com/wp-content/email/minus-solid.svg)!important;
    background-size: 70%;
    background-position: center;
}

.ui-selectcheckboxmenu-item.ui-selectcheckboxmenu-list-item.ui-corner-all.ui-selectcheckboxmenu-checked .ui-chkbox-icon.ui-icon.ui-icon-check {
    background-image: url(https://www.isg.com/wp-content/email/check-solid.svg)!important;
    background-size: 70%;
    background-position: center;
}



.ui-icon-close::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
    display: inline-block;
    color: #1d4f91;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
	line-height: 28px;
	transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
	border: 1px solid #68c3a3;
	background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
	border: 1px solid #eb575b;
	background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
	width: 30px;
	float: left;
	line-height: 28px;
	text-align: center;
	background-color: #dadfe1;
	margin-right: 5px;
	transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
	background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
	background-color: #eb575b !important;
}

.cv-message .left-menu-icon, .cv-message .col-12.col-lg-2 {
    display: none; /* Hide the original image */
}

.cv-message .col-12.col-lg-2:before {
	content: "\f65c";
    font-family: "Font Awesome 6 Pro";
    font-size: 100px;
    display: inline-block;
    color: #000;
    font-weight: 100;
}

#img_logo {
	margin: 15px auto;
}

/* ######################################### # override the bootstrap configs # ######################################### */
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .8;
}

.modal-content {
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 5px;
	outline: 0;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px 15px 15px 15px;
	border-bottom: 0px;
}

.modal-body {
	position: relative;
	padding: 5px 15px 5px 15px;
}

.modal-footer {
	padding: 15px 15px 15px 15px;
	text-align: left;
	border-top: 0px;
}

/*ende*/
/*content*/
.content-wrapper {
	left: 0px;
	padding-top: 50px;
	text-align: left;
	min-height: 70vh;
	/*margin-bottom: 40px;
    */
	/* background-color: #efefef;
    */
}

/*************************************footer*/
footer#footer {
	color: black;
	font-size: 0.9rem;
	margin-top: -2px;
	background: url("../images/bak-footer.jpg") center / cover no-repeat;
}

footer p {
	font-size: 0.9rem;
}

#footer p,
#footer a {
	font-family: "para-r";
}

#footer a:hover {
	text-decoration: underline;
}

.social a:hover {
	text-decoration: none !important;
}

#footer .social {
	font-size: 24px;
}

#footer .social a:nth-child(2) img {
    display: none;
}

#footer .social a:nth-child(2)::before {
    content: "\f08c";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 1.5rem;
    display: inline-block;
    margin-right: 0.5rem;
}

footer .container-fluid img {
	margin-left: 0!important;
}

#footer .social a:nth-child(4) img{
    width: 28px;
    height: 28px;
}

#footer {
	position: relative;
	margin-top: 150px;
}

footer .seperator {
	transform: translateX(-1px);
}

footer#footer .sub-footer {
	background-size: contain;
	padding-top: 50px;
}

footer .sub-footer .footer-center {
	text-align: center;
	font-size: 1.5rem;
	line-height: 38px;
}

footer div.copy {
	padding: 5px;
}

footer .social a {
	color: black;
	padding: 0 8px;
	height: 100%;
	display: flex;
}

#footer .social {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

footer .social img {
	width: 14px;
}

.sub-footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0px;
}

.sub-footer li {
	float: left;
}

#footer .nav-link {
	padding: 0;
}

.sub-footer li a {
	color: black;
}

.footer-logo {
	max-width: 133px;
	margin: auto;
	display: none!important;
}

#footer hr {
	border: none;
	border-top: 2px solid rgb(255, 255, 255);
	width: 90%;
	margin-top: 10px;
	display: none!important;
}

.sub-footer .widget_text {
	display: flex;
	justify-content: center;
}

footer .footer-bottom-widget {
	text-align: center;
}

.sub-footer .widget_text {
	display: flex;
	justify-content: center;
}

/*******Kontakt*****************/
.contacttable td:nth-child(4) {
	display: none;
}

.contacttable {
	font-size: 1rem;
}

/*bootsrap fixes */
.panel {
	border-radius: 0px;
	border: 0px solid black;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel .container-fluid {
	padding: 15px;
}

.panel-default>.panel-heading {
	background-color: transparent;
}

.btn-primary {
	background-color: #1d4f91;
}

.btn-outline-primary:hover {
	background-color: #e69e19;
}

/*css for the blanco*/
.blanco content {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.blanco .content-wrapper {
	width: 900px;
	max-width: 98%;
	margin: auto;
	text-align: left;
}

/*content Start page*/
/*Searchbox Button*/
.home .bg-img {
	background-image: url(../images/searchbox.jpg);
	position: absolute;
	height: 650px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 5%;
}

.home content {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.home .home-header-slogan {
	position: absolute;
    top: 200px;
    left: 15%;
    background-color: #1d4f91;
    color: white;
    padding: 30px;
    font-size: 25px;
	max-width: 250px;
	font-weight: bold;
}

.home .home-container {
	max-width: 800px !important;
    padding: 40px;
    background: linear-gradient(to right, #1d4f91 2px, transparent 2px) 0 100%, linear-gradient(to left, #1d4f91 2px, transparent 2px) 100% 0, linear-gradient(to bottom, #1d4f91 2px, transparent 2px) 100% 0, linear-gradient(to top, #1d4f91 2px, transparent 2px) 0 100%;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-color: rgb(255, 255, 255, 0.45);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin: 50px auto !important;
}

.home .hero-box {
	height: 480px;
	margin: 0px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	width: 100%;
}

.home .search-box {
	width: 100%;
	margin: 0px;
	/* left: 0px;
     */
	position: absolute;
	bottom: 50px;
	border-radius: 5px !important;
}

.home .hero-title {
	width: 100%;
	margin: 0px;
	/* left: 0px;
     */
	position: absolute;
	bottom: 87px;
	display: none;
}

.hero-title h2 {
	text-align: left !important;
	font-size: 71px;
	color: white;
}

.home .search-box-content {
	width: 900px;
	max-width: 100%;
	text-align: left;
	margin: auto;
	padding-top: 244px;
	margin: auto 0;
}

.home .search-box-content h2 {
	color: #FFF;
	font-size: 3.2em;
	text-shadow: 2px 2px #59565633;
}

.home #custom-search-input {
	margin: 0;
	/* margin-top: 10px;
     */
	max-width: 579px;
	border-radius: 2px
}

.home #custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 428px;
}

.home #custom-search-input button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #1d4f91;
}

.home .search-query:focus+button {
	z-index: 3;
}

.home .panel-berufsfelder .list-group-item {
	font-size: 0.8rem;
	margin-bottom: 3px;
	min-height: 65px;
	border: none;
}

.home .panel-berufsfelder .list-group-item .row {
	width: 100%
}

.home .job-meta-list .col-9 {
	display: flex;
	margin-left: 25px;
}

.home .job-meta-list .col-3 {
	max-width: 5% -webkit-box-flex 0;
	-webkit-flex: 0 0 5%;
	-ms-flex: 0 0 5%;
	flex: 0 0 5%;
	display: none;
}

.home .job-meta-list a.list-group-item.justify-content-between.direkt {
	background-color: #1d4f91;
	color: white;
	-webkit-box-shadow: 0 3px 0px rgba(255, 188, 0, 1);
	box-shadow: 0px 0px 23px rgb(0, 97, 174);
	border-radius: 7px;
}

.home .job-meta-list a.list-group-item.justify-content-between.direkt p {
	color: white;
	font-size: 1.2rem;
}

.home .job-meta-list dt {
	height: 50px;
}

.home .panel-berufsfelder .list-group-item p {
	margin-left: 4px;
	margin-bottom: 0px;
	color: black;
	word-wrap: break-word;
	font-weight: normal;
	margin-bottom: 0px;
	display: flex;
	align-items: left;
	min-height: 55px;
}

.home .panel-berufsfelder .list-group-item:hover p {
	text-decoration: underline;
}

.home .list-group {
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
}

.home .newest-right {
	padding-top: 30px;
}

.home .newest-star {
	font-size: 1.2rem;
	margin-right: 10px;
}

.home .panel-newest {
	margin-top: 30px;
}

.home .panel-newest .row {
	border-top: 1px solid #ddd;
	padding-bottom: 20px;
}

.home .panel-newest .row:hover {
	background-color: #ffbe00b3;
}

.home .panel-newest .place {
	float: left;
}

.home .panel-newest .date {
	float: right;
}

.home .panel-newest .row h3 {
	font-weight: 700;
	font-size: 1rem;
	margin-top: 12px;
}

.home .list-group-item {
	padding: 4px 10px;
	overflow: hidden;
	/*-webkit-box-shadow: 0px 3px 15px rgba(110, 110, 110, 0.38);
     box-shadow: 0px 3px 15px rgba(110, 110, 110, 0.38);
    */
}

.home .list-group-item.justify-content-between:hover {
	background-color: #dbdbdb;
	cursor: pointer;
}

.home .card {
	/*-webkit-box-shadow: 0 3px 0px rgba(0,0,0,.05);
     box-shadow: 0px 3px 15px rgba(110, 110, 110, 0.38);
    */
}

.home .job-meta-list {
	/*background-color: rgb(0, 107, 183);
    */
	border-radius: 3px;
	padding: 0px;
	margin: 0px;
}

.home .branche-img {
	width: 25px;
	position: absolute;
	top: 10px;
	left: 0px;
}

.home .panel-default>.panel-heading,
.home h3,
.home h1 {
	text-align: center;
	margin: 10px;
}

.home h1 {
	padding-bottom: 20px;
	font-size: 36px
}

.home h2 {
	text-align: center;
	margin: 10px 0px;
	font-size: 30px
}

.home .headline p {
	text-align: center;
}

.home .even,
.home .odd {
	padding: 50px 0px;
}

.home #formQuickLinks .ui-widget-content {
	border: none;
	background-color: transparent !important;
	margin-top: 25px;
}

.home .input-group {
	height: 42px;
}

.home .search-inputs div[class*='col-lg'] {
	padding: 1px 5px;
}

.home .search-inputs .col-lg-1.addition .input-group-btn {
	height: 100%;
}

.home .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	margin-top: 13px;
}

.home .search-inputs .btn-secondary {
	border: none;
}

.home hr {
	display: none;
}

.home .card h1 {
	font-size: 1.5rem;
	font-weight: 600;
}

.home .card-title {
	font-weight: 300;
}

.home .direktbewerbung .input-group {
	height: 52px;
	justify-content: center;
}

.home .direktbewerbung .ui-state-disabled {
	opacity: 1;
	background-color: white;
	color: grey;
	background: none;
	background-color: #d7d7d7;
}

.home .direktbewerbung hr {
	margin-top: 19px;
	max-width: 300px;
	margin-bottom: 10px;
	border: 1px solid #828486;
}

.home .direktbewerbung .inserat-bez {
	min-width: 70px;
	font-weight: 600;
}

.home .direktbewerbung .insert-input {
	max-width: 150px;
}

.home .direktbewerbung .input-group .ui-state-disabled {
	text-align: center;
    border-radius: 15px;
	padding: 15px 10px;
	position: relative;
	bottom: 10px;
    color: white;
    background: #1d4f91!important;
    border: none;
}

.home .direktbewerbung .input-group .ui-state-disabled:hover {
	cursor: pointer!important;
}

.home .direktbewerbung input {
	border: 1px solid grey;
	border-radius: 15px;
	padding: 5px;
}

.home #direktbewerben .input-group-addon {
	border: none;
	background: none;
	pointer-events: all;
}

.home #direktbewerben .row .input-group {
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 20px;
	border: none;
}

.home #direktbewerben label {
	color: black !important;
}

#quickSearch\:startSearch:before {
	font-family: "Font Awesome 6 Pro";
	/* Load Font Awesome */
	content: "\f002";
	/* Unicode for the search icon */
	font-weight: 300;
	/* Ensures the icon appears as solid (for 'fas') */
	margin-right: 5px;
	/* Optional: Adds some space after the icon */
	font-size: 24px;
}


.ui-widget.ui-widget-content {
	background-color: none !important;
}

.ui-selectcheckboxmenu-token.ui-state-active.ui-corner-all {
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	color: black;
	border: none !important;
}

.ui-selectcheckboxmenu-multiple-container.ui-inputfield {
	border: 1px solid #dddada;
	background: #ffffff;
	font-weight: normal;
	color: #454545;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
	height: 32px;
	background-color: #1d4f91 !important;
}

.ui-chkbox-box:hover, .ui-radiobutton-box:hover {
	cursor: pointer;
}

/* Quicksearch Frame (f�r ISG Homepage) */
body#quicksearchFrame {
	background-color: transparent !important;
}

#quicksearchFrame .full-page {
	margin-top: 0px;
}

#quicksearchFrame .frame {
	display: block;
}

.quicksearchframe .search-box {
	width: 100%;
	margin: 0px;
	/* left: 0px;
     */
	bottom: 0px;
	position: relative
}

.quicksearchframe .search-box .row.search-inputs .form-control {
	color: #0061ad;
}

.quicksearchframe .search-inputs {
	position: relative;
	background-color: transparent;
}

.quicksearchframe .search-box .row.search-inputs .input-group-btn>.btn {
	width: auto;
}

.quicksearchframe .search-box .row.search-inputs .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
}

.quicksearchframe .search-box .row.search-inputs>div {
	margin-bottom: 9px;
}

.quicksearchframe .search-inputs .form-control {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.quicksearchframe #quickSearch\:stichwort::placeholder {
	color: #0061ad;
}

#quicksearchFrame .ui-selectonemenu-items-wrapper {
	max-height: 150px !important;
}

/*content Search page*/
.search content,
.fav content,
.cv content,
.register content,
.anzeige content,
.services content,
.services-detail content {
	margin-top: 85px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.content-wrapper .search {
	margin-left: -15px;
}

.search .content-wrapper .container {
	display: inline-flex;
}

.search .search-header {
	padding-left: 10px;
}

.search .search-header button.btn-primary.btn-save-search {
	border-radius: 3px;
	float: right;
	margin-right: 12px;
	margin-bottom: 10px;
	border: none;
	padding: 4px 14px;
}

#formSearchCriteria .ui-selectcheckboxmenu-multiple {
	background-color: white;
}

.search-inputs {
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	width: 1090px;
	padding: 10px;
	margin: 15px 3px 0px;
	max-width: 100%;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}

#page .search-inputs {}

#quicksearchFrame .input-group {
	height: 40px;
}

#quicksearchFrame .quicksearchframe .search-box .row.search-inputs .form-control {
	border-radius: 0px;
}

#quicksearchFrame .search-box .input-group-btn>.btn {
	line-height: 22px;
	color: #0061ad;
	font-family: "para-r-bold" !important;
}

#quicksearchFrame .ui-state-highlight {
	border: 1px solid #bcdff1;
	background: #d9edf7;
	color: #31708f;
	border-radius: 0px;
}

#quicksearchFrame .ui-selectonemenu label.ui-selectonemenu-label {
	margin: 0px;
	padding: 0px;
}

.search-inputs .input-group-addon {
	background-color: #FFF;
	border: none;
}

.search-inputs .form-control,
.input-group .form-control:not(:first-child) {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.home .search-inputs {
	width: 100%;
	margin: 0px;
}

.search .search-box {
	height: 350px;
	background-image: url("../images/searchbox.jpg");
	text-align: left;
	margin-top: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 5% 20%;
}

.filter .filter-group.search-profile {
	width: 100%;
	display: inline-block;
	border-radius: 6px;
}

.filter .filter-group.search-profile a {
	display: block;
	margin-top: 15px;
}

.ui-tree .ui-tree-container {
	scrollbar-color: #1d4f91 #f1f1f1;
}

.ui-selectcheckboxmenu-trigger .ui-icon.ui-icon-triangle-1-s::before {
	color: white !important;
	margin-top: -9px !important;
	margin-left: 3px !important;
}

/*.filter table.filter-group.search-profile .ui-selectonemenu {
     max-width: 80%;
}
*/
.filter table.filter-group.search-profile .btn {
	width: 90%;
}

.search .search-box h2 {
	color: #FFFFFF;
	font-size: 47px;
	text-shadow: 2px 2px #666;
	display: none;
}

.search-box i {
	color: #868990;
}

.search .search-box .input-group {
	max-width: 700px;
}

.search .search-box .container {
	margin-top: 160px;
}

.search .search-star {
	font-size: 15px;
}

.search .search-star::before {
	color: #1d4f91;
}

.ui-paginator {
	padding: 15px !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 0 10px;
}

.ui-paginator.ui-paginator-bottom {
	margin-bottom: 50px;
}

.ui-paginator-pages a,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-prev,
.ui-paginator select {
	background: none !important;
	color: black !important;
	margin: 0 5px !important;
	padding: 5px 10px !important;
	border-radius: 5px !important;
	border: none !important;
}

.ui-paginator-pages .ui-state-active {
	background-color: #1d4f91 !important;
	color: white !important;
}

.ui-paginator-pages a:hover {
	text-decoration: underline;
}

.ui-paginator select:hover {
	cursor: pointer;
}

.ui-paginator .ui-icon {
	text-indent: 0 !important;
}

.ui-icon.ui-icon-seek-next,
.ui-icon.ui-icon-seek-prev {
	background-image: none !important;
	/* Remove background images */
	color: white !important;
	font-size: 0 !important;
}

.ui-icon-seek-prev:before {
	font-family: "Font Awesome 6 Pro";
	/* Use Font Awesome */
	content: "\f104";
	/* Left arrow icon */
	font-weight: 100;
	font-size: 25px;
	position: relative;
	top: 2px;
	color: black !important;
}

.ui-icon-seek-next:before {
	font-family: "Font Awesome 6 Pro";
	/* Use Font Awesome */
	content: "\f105";
	/* Right arrow icon */
	font-weight: 100;
	font-size: 25px;
	position: relative;
	top: 2px;
	color: black !important;
}

.search-box .input-group-btn>.btn {
	line-height: 26px;
	color: #FFF;
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination {
	margin-top: 10px;
}

.search h3 {
	margin-top: 10px;
}

.filter .filter-group {
	margin-bottom: 20px;
	padding-top: 10px;
}

.filter .filter-group hr {
	display: none!important;
}

.filter .ui-icon-check {
	background-position: -64px -146px;
}

.filter-group-wrapper {
	padding: 15px;
	display: relative;
	border: 1px solid rgba(0, 0, 0, 0.125);
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 20px;
	border-radius: 0.25rem
}

.ui-paginator.ui-paginator-bottom {
	border: 1px solid rgba(0, 0, 0, 0.125)!important;
}

.search .form-check {
	margin-left: 10px;
}

.search .initiativ .row.list-group-item.list-group-item-action.align-items-start {
	border: 1px solid #1d4f91 !important;
}

.search .filter-activated .btn {
	font-size: 12px;
	margin-top: 10px;
	border-color: #1d4f914d;
	border-radius: 0px;
	border: 0px solid transparent;
}

/*.filter .filter-group .btn-primary {
     background-color: white;
     color:#1d4f91;
     border-color: #1d4f914d;
     border-radius: 0px;
     border:0px solid transparent;
}
*/
.search .input-group-addon {
	background-color: white;
}

.search .btn-search-agent {
	margin-top: 10px;
}

.search .results a,
.fav .results a {
	color: black;
	text-decoration: none;
}

.search p.mb-1 {
	margin-bottom: .05rem !important;
	width: 100%;
	font-size: 15px;
}

.btn-action,
.fav .btn-action {
	background-color: transparent;
	padding: 0px;
	color: #000000;
	border-radius: 5px;
	font-size: 13px !important;
	border-radius: 0px;
	border: 0px solid transparent;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.btn-action-img {
	max-width: 20px;
}

#stellenangebote .btn-action-img {
	max-width: 35px;
	position: relative;
	top: 7px;
}

.actions .btn-action span.fa {
	font-size: 40px;
	margin-left: 10px;
}

.actions .btn-action span {
	font-size: 13px;
	margin-left: 10px;
}

.btn-action span.fa-check {
	color: #149914;
}

.search .results .btn-action:hover,
.fav .btn-action:hover {
	background-color: grey;
}

.search .results .btn-action img,
.fav .results .btn-action img {
	width: 60px;
}

.search .results .bewerben {
	border-right: 1px solid grey;
}

.search .text,
.fav .text {
	border-right: 2px dotted rgba(128, 128, 128, 0.22);
}

.search .filters {
	margin-top: 41px;
}

.jobs-table thead {
	display: none;
}

.jobs-table .description a {
	width: 100%
}

/*.fav small, .search small{
     color:#1d4f91;
}
*/
.fav .results {
	margin-top: 20px;
	height: 600px;
	overflow: auto;
}

.fav .results.favs {
	display: inline-block;
}

.fav h3 {
	font-size: 16px;
}

.fav .jumbotron {
	margin-top: 20px;
}

.fav .nav-tabs .nav-link {
	border: 0px solid transparent;
}

.fav .container h2 {
	font-family: 'Architects Daughter', cursive;
}

.fav p.mb-1 {
	margin-bottom: .05rem !important;
	width: 100%;
	font-size: 15px;
}

.left-menu .active a,
#bewerbungenMenu .active a {
	color: #1d4f91;
	justify-content: center;
	display: inline-flex;
	align-content: center;
	align-items: center;
}

.left-menu .active a:hover,
#bewerbungenMenu .active a:hover {
	text-decoration: underline;
	color: #1d4f91 !important;
}

.left-menu li,
#bewerbungenMenu li {
	margin-right: -30px;
	padding: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	padding-left: 10px;
}

.left-menu .active {
	color: black;
	font-size: 25px;
	position: relative;
}

.fav .active {
	background-color: #1d4f91;
	color: white;
	position: relative;
}

#bewerbungenMenu .active {
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #1d4f91;
	color: white;
}

#profile-menu.left-menu.left-menu-profil li.sub-item a i {
	margin-right: 5px;
}

.left-menu li a:hover,
#bewerbungenMenu li a:hover {
	text-decoration: none;
}

.left-menu li a:hover,
#bewerbungenMenu li a:hover,
.fav .fav-menu .nav-item a:hover {
	text-decoration: underline;
	color: initial !important;
}

.left-menu,
#bewerbungenMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftProfileMenu,
#leftSettingsMenu {
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
}

#leftProfileMenu,
#leftSettingsMenu {
	position: fixed;
	width: 252px;
}

#profile-menu li:hover .left-menu-icon,
#bewerbungenMenu li:hover .left-menu-icon {
	color: #1d4f91;
}

.left-menu-icon {
	width: 80px;
	font-size: 65px;
	color: #FFFFFF;
	padding: 5px;
}

/******************Profil*********************/
.cv .tab-content {
	min-height: 400px;
}

#kontoEinstellungenForm .btn,
#changePasswordForm .btn {
	/*float: right;
    */
	margin-top: 10px;
}

.cv .control-group {
	margin-right: 30px;
}

.cv #profile .control-group {
	margin-bottom: 15px;
}

.cv .form-horizontal {
	margin-left: 20px;
}

.cv .cv-data {
	text-align: right;
}

#formEditPortrait img {
	max-width: 100%;
	float: left;
	padding-right: 10px;
	height: auto;
}

#formSprachen .sprache {
	font-weight: bold;
	line-height: 40px;
}

#formSprachen .progress1 .ui-progressbar-value.ui-widget-header.ui-corner-all {
	width: 25% !important;
	background-color: #e6a46d;
}

#formSprachen .progress2 .ui-progressbar-value.ui-widget-header.ui-corner-all {
	width: 50% !important;
	background-color: #e7ec45;
}

#formSprachen .progress3 .ui-progressbar-value.ui-widget-header.ui-corner-all {
	width: 75% !important;
	background-color: #c1e66d;
}

#formSprachen .progress4 .ui-progressbar-value.ui-widget-header.ui-corner-all {
	background-color: #75b075;
	width: 100% !important;
}

.profil-element {
	margin: 15px 0;
	padding: 10px 22px;
	/*border: 1px solid #eae9e9;
    */
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 10px;
	position: relative;
}

.profil-element h2 {
	width: 97%;
}

.cv .profile-img {
	float: right;
	padding-right: 25px;
}

.cv .profile-img-new {
	padding-top: 50px;
	padding-left: 80px;
}

.inline-flex {
	display: inline-flex;
}

.cv .upload-drop-zone {
	height: 200px;
	border-width: 2px;
	margin-bottom: 20px;
}

.cv .upload-drop-zone {
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 200px;
	text-align: center
}

.cv .upload-drop-zone.drop {
	color: #222;
	border-color: #222;
}

.cv-data-show .data-label {
	font-weight: bold;
}

/*internet Explorer 11 Fix*/
.cv-data-show form {
	width: 100%
}

.cv-data-show .data-content {}

.cv-data-show .ui-datatable tbody td {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	padding: 13px 0;
}

.cv-data-show .ui-datatable tbody td .row {
	width: 100%;
}

.cv-data-show .ui-datatable .ui-widget-content {
	background-color: transparent;
	border: none;
}

.cv-data-show .btn.btn-secondary,
.cv-data-edit .btn.btn-secondary {
	margin-top: 10px;
}

.cv-data-edit {
	display: none;
	border-radius: 2px;
	background-color: #FFF;
	position: relative;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.21);
	margin: 10px;
	padding-top: 50px;
}

.cv-data-edit label {
	font-weight: bold;
	margin-bottom: 22px;
}

#personal-data-edit .data-content label {
	font-weight: 500;
	margin-left: 10px;
}

#jobpreferences-data-edit .no-margin label {
	margin-bottom: 0px;
}

#jobpreferences-data-edit .data-label {
	font-weight: 600;
}

#jobpreferences-data-edit .data-content label {
	font-weight: 500;
	margin-left: 10px;
}

.cv-data-edit-btn {
	float: right;
	position: absolute;
	z-index: 3;
	top: 3px;
	right: 3px;
	border-radius: 20px;
	background-color: transparent;
	width: 35px;
	height: 35px;
	border: transparent;
	color: #1d4f91;
}

.cv-data-show:hover .cv-data-edit-btn,
.cv-data-edit .cv-data-edit-btn {
	display: inline;
}

.cv-data-show-btn:hover,
.cv-data-edit-btn:hover {
	border: none;
}

.cv-data-show .ui-icon.fa,
.cv-data-edit .ui-icon.fa {
	margin-top: -9px;
}

.cv-data-show {
	padding: 10px;
	margin: 10px;
	/* background-color: rgb(255, 253, 253);
     */
	position: relative;
	min-height: 80px;
	border-radius: 10px;
	border-color: #1d4f91;
	border-style: solid;
	border-width: 1px;
}

.cv-data-show:hover {
	background-color: rgba(103, 162, 206, 0.2);
}

.cv-data-show thead {
	display: none;
}

.cv-portrait {
	padding: 10px;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
}

.cv-portrait img {
	margin-bottom: 10px;
	border-radius: 10px;
}

#formEditPortrait .ui-fileupload-simple.ui-widget {
	display: flex;
}

#formjobpreferencesData\:formJobPrefs\:bemerkungen {
	width: 100%;
}

.cv #settings button.submit {
	float: right;
	margin-right: 30px;
	font-size: 15px;
}

.cv #settings form {
	margin-bottom: 40px;
}

.cv #settings .description {
	background-color: rgba(137, 160, 202, 0.28);
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
}

.cv .content-wrapper .nav img {
	max-width: 65px;
}

.cv .content-wrapper .nav .fa,
.fav .content-wrapper .nav .fa {
	font-size: 65px;
}

.cv .content-wrapper .nav .nav-link,
.fav .content-wrapper .nav .nav-link {
	text-align: center;
}

.cv .content-wrapper .nav span,
.fav .content-wrapper .nav span {
	text-align: center;
}

.fav #give-feedback .label {
	text-align: left;
}

.modal-backdrop {
	display: none !important;
}

.dienstort-tree {
	max-width: 100%;
	overflow: auto;
}

#stellenangebote .ui-widget-content {
	border: #fff;
	background: none;
}

#stellenangebote .list-group-item,
#formJobfavorites .list-group-item,
#formBewerbungen .list-group-item {
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	margin-bottom: 20px;
	padding: 30px 20px;
}

#stellenangebote .description .col-12.col-lg-3.place::before,
#formJobfavorites .description .col-12.col-lg-3.place::before,
#formBewerbungen .description .col-12.col-lg-3.place::before {
    content: "\f3c5"; /* Font Awesome icon code for 'map-marker-alt' or a similar icon */
    font-family: "Font Awesome 6 Pro"; /* Ensure you're using Font Awesome Pro */
    padding-right: 8px; /* Space between the icon and the text */
    display: inline-block;
	color: #1d4f91;
}

/* Icon for category */
#stellenangebote .description .col-12.col-lg-4::before,
#formJobfavorites .description .col-12.col-lg-4::before,
#formBewerbungen .description .col-12.col-lg-4::before {
    content: "\f03a"; /* Font Awesome icon code for 'cogs' or a suitable icon */
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
    display: inline-block;
	color: #1d4f91;
}

/* Icon for the date */
#stellenangebote .description .col-12.col-lg-3:nth-child(3)::before,
#formJobfavorites .description .col-12.col-lg-3:nth-child(3)::before,
#formBewerbungen .description .col-12.col-lg-3:nth-child(3)::before {
    content: "\f073"; /* Font Awesome icon code for 'calendar' */
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
    display: inline-block;
	color: #1d4f91;
}

#stellenangebote .description .row:nth-child(2) {
	margin-bottom: 20px;
}


.filter .ui-selectcheckboxmenu-multiple.ui-selectcheckboxmenu.ui-widget.ui-state-default.ui-corner-all {
	padding: 0;
}

.initiativ .btn-action::before {
    content: "\f0a9"; /* Font Awesome icon code for 'arrow-right' */
    font-family: "Font Awesome 6 Pro"; /* Ensure Font Awesome Pro is loaded */
    font-size: 36px; /* Adjust the size of the icon as needed */
    display: inline-block;
    vertical-align: middle; /* Align with the text or other elements */
	color: #1d4f91;
	font-weight: 300;
}

/* Remove the image element */
.initiativ .btn-action-img {
    display: none;
}

.search .ui-datatable-data .ui-state-default,
#formJobfavorites .ui-datatable-data .ui-state-default,
#formBewerbungen .ui-datatable-data .ui-state-default {
	color: white;
	border: none;
	background-color: #1d4f91 !important;
}

@media only screen and (max-width: 991px) {
	#stellenangebote .list-group-item .col-12 {
		margin: 5px 0;
	}

	.btn-action,
	.fav .btn-action {
		align-items: start !important;
		margin-top: -10px !important;
	}

	.jobs-table .description {
		border-bottom: none !important;
	}

	#stellenangebote .list-group-item {
		border: 1px solid grey !important;
	}
}

#stellenangebote .list-group-item {}

/*accountsettings*/
#account-menu {
	min-height: 70px;
	padding-bottom: 10px;
}

#account-menu-header:hover .fa {
	color: #1d4f91;
}

/*register*/
.register .hidden {
	display: none;
}

.register .btn-wrapper {
	margin-top: 20px;
	float: right;
	margin-right: 15px;
}

.tab-pane {}

.register .register-form {
	padding: 60px;
	background-color: rgb(240, 240, 240);
	margin-bottom: 40px;
}

.register .message {
	padding-top: 65px;
}

.register .row.incomplete {
	padding: 7px 0px;
	background-color: rgba(0, 115, 197, 0.18);
	margin: 5px 0px;
	border-radius: 3px;
	border: 1px solid #e69e19;
}

.register .btn {
	max-width: 100%;
}

.register .btn-wrapper {
	justify-content: end;
}

.register .pin {
	margin: 30px 0px;
	display: flex;
	justify-content: center;
}

.register .pin input {
	line-height: 53px;
	width: 100px;
	text-align: center;
	font-size: 20px;
}

.register .pin input:hover,
.register .pin .ui-state-focus {
	background-color: white;
}

.register .base-data {
	margin-bottom: 50px;
}

.register.base-data input {
	margin-bottom: 10px;
}

.register.base-data .ui-selectonemenu.ui-widget {
	margin-bottom: 10px;
}

.btn-accept-agb span.ui-button-text {
	padding-left: 0px;
}

#finishRegistration .ui-selectonemenu-label {
	max-width: 100%;
	margin: 0px;
}

.register .persdata-title {
	display: inline;
}

/*.register .ui-widget*/
.register .cv-data-show,
.register .cv-data-edit {
	width: 100%;
}

#finishRegistration {
	background-color: white;
	padding: 15px;
	display: inline-block;
	max-width: 100%;
}

#panelBewerben {
	padding: 10px;
}

#panelBewerben h2 {
	border-bottom: 3px solid #1d4f91;
	padding: 2px 3px;
}

.cv-create .oauth-img {
	width: 100px;
	margin: 0px;
}

.cv-create .ui-tabs .ui-tabs-panel {
	background-color: #fff;
	border-radius: 2px;
	border-top: 2px solid #b1b0b0;
	width: 100%;
	display: flex;
}

.horizontal-line {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #898989;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

.horizontal-line span,
#formBewerbung .horizontal-line span {
	background: #fff;
	padding: 0 10px;
}

/****************************login************************************/
#login-form .horizontal-line span,
#register-form .horizontal-line span {
	background: white;
}

#login-content {
	max-width: 500px;
	margin: auto;
}

#login-modal .ui-tabs-nav.ui-helper-reset.ui-widget-header.ui-corner-all {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
}

#login-modal .modal-content {
	border: none;
	border-radius: 5px;
	outline: 0;
	padding: 25px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#login-modal .ui-tabs .ui-tabs-panel {
	padding: 0em 1.4em;
}

#login-modal .ui-tabs .ui-tabs-nav li a {
	font-size: 18px;
}

#login-modal li.ui-tabs-selected a {
	font-size: 18px;
	color: whitesmoke;
}

#login-modal .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active {
	background-color: #1d4f91;
}

#login-modal .ui-tabs-nav .ui-state-default {
	width: 100%;
	border-radius: unset !important;
	border: none !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 0 !important;
    margin: 0 !important;
}

#login-modal .ui-tabs-nav .ui-state-default:hover {
	cursor: pointer;
}

#login-modal .login-button img {
    display: none; /* Hide the original image */
}

#login-modal .login-button a::before {
    font-size: 34px; /* Adjust the size as needed */
	position: relative;
}

#login-modal .login-button a[href*="facebook.com"]::before {
    content: "\f082"; /* Facebook icon */
    color: #1d4f91; /* Facebook brand color */
	font-family: "Font Awesome 6 Brands";
}

#login-modal .login-button a[href*="linkedin.com"]::before {
    content: "\f08c"; /* LinkedIn icon */
    color: #1d4f91; /* LinkedIn brand color */
    font-family: "Font Awesome 6 Brands";
}

/* General link styles */
#login-modal .login-button a {
    text-decoration: none; /* Remove underline by default */
    color: inherit; /* Inherit color for the text */
    display: inline-flex; /* Ensure icon and text are aligned properly */
    align-items: center;
}

#login-modal .login-button a:hover {
	text-decoration: underline;
}

#login-modal .login-button a::before {
    transition: color 0.1s ease; /* Smooth transition for color change */
}

#login-modal .login-button a:hover::before {
    color: #2d69b8; /* Change the icon color on hover (same as text color) */
	text-decoration: none;
}

.input-group-addon {
	background-color: #1d4f91;
	color: white;
}

.panel.panel-default.panel-register {
	font-size: 14px;
	margin-top: 30px;
}

.row.register {
	border-radius: 5px;
	min-height: 50vh;
}

.row.login-register {
	border-radius: 5px;
	min-height: 50vh;
}

#login-content .btn-primary,
#register-modal .btn-primary {
	margin-top: 20px;
	background-color: #1d4f91;
	color: #FFFFFF;
}

#xing-placeholder.hidden {
	display: none;
}

#linkedin-placeholder.hidden {
	display: none;
}

#register-modal .btn-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-right: 30px
}

#register-modal .ui-inputfield {
	max-width: 100%;
	width: 300px;
}

#register-modal h2 {
	border-bottom: 2px solid #1d4f91;
	max-width: 80%;
	margin-bottom: 33px;
}

.register img.button {
	width: 200px;
	border-radius: 2px;
	margin: 10px;
}

.register-img {
	width: 30px;
	border-radius: 4px;
}

.register-email {
	margin-bottom: 0px !important;
}

.register-form .form-control:disabled {
	background-color: white;
}

.accept-agb .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
	border: 2px solid #1d4f91;
	width: 25px;
	height: 25px;
}

.accept-agb .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active .ui-chkbox-icon.ui-icon.ui-c.ui-icon-check {
	background-image: url('../images/tick.png');
	background-position: center;
	width: 20px;
	height: 20px;
}

.accept-agb {
	margin-top: 2px;
}

#formBewerbung img.cv_button {
	width: 90px;
}

.modal-open .modal {
	background-color: rgba(85, 85, 86, 0.6);
}

#login-modal .modal-dialog {
	width: 500px;
}

.anzeige .content-wrapper {
	background-color: white;
}

.anzeige-wrapper {
	position: relative;
	height: 80vh;
}

.anzeige #anzeige {
	position: absolute;
	height: 80vh;
	width: 60vw;
	background-color: white;
}

#formBewerbung .tab-content {
	padding: 10px 45px;
	border: 1px solid rgba(128, 128, 128, 0.55);
	border-radius: 5px;
	background-color: whitesmoke;
	text-align: left;
}

#formBewerbung .row {
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

#formBewerbung h2 {
	font-size: 1.5rem;
	border-bottom: 1px solid #126aec;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

#formBewerbung .row-0 {
	display: none;
}

#formBewerbung .checkbox .form-check-label {
	margin-left: 25px;
	text-align: left;
}

#formBewerbung .modal-header {
	display: inline-block;
}

#formBewerbung .beschreibung {
	font-size: 12px;
	text-align: left;
	background-color: white;
	border: 1px solid grey;
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 4px 10px;
	width: 90%;
}

#formBewerbung .beschreibung h3 {
	font-size: 15px;
}

#formBewerbung #motivation {
	margin-bottom: 15px;
}

#formBewerbung .check .edit {
	float: right;
	right: 30px;
	font-size: 26px;
}

#formBewerbung .check:hover {
	background-color: rgba(168, 168, 179, 0.2);
}

#formBewerbung .file-drop-zone-title {
	float: left
}

#formBewerbung .cv_buttons {
	text-align: center;
}

#formBewerbung .cv_buttons p {
	margin: 10px auto;
}

#formBewerbung .cv_buttons-second .check {
	width: 100%;
}

#formBewerbung img.cv_button,
.oauth-img {
	width: 39px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

#formBewerbung .check {
	margin: 10px 15px;
}

#formBewerbung .fa {
	margin-right: 3px;
}

#formBewerbungen thead,
#formJobalerts thead {
	display: none;
}

#formJobalerts tbody,
#formJobalerts tbody tr,
#formJobalerts tbody td {
	display: inline-block;
	width: 100%
}

.application-message textarea {
	width: 100%;
}

#formBewerbungen .ui-fieldset {
	width: 100%;
	background-color: transparent;
}

#formBewerbungen .overview {
	/*border-right: 2px dotted rgba(128, 128, 128, 0.22);
    */
}

.fontAwesome {
	font-family: Helvetica, 'FontAwesome', sans-serif;
}

.services .header-image {
	background-image: url("../images/s_header.jpg");
	width: 100%;
	height: 400px;
	background-size: 100%;
	background-size: cover;
	background-position: center left;
}

.services-start .sub-nav-menu {
	position: relative;
}

.article-hero {
	margin-top: 88px;
}

.services .content-header {
	position: relative;
	align-items: end;
}

.services .content-header .header-text {
	bottom: 63px;
}

.services .content-header .header-text {
	color: #fff;
	font-size: 62px;
	text-shadow: 0 8px 57px;
	margin-top: auto;
}

.services .services-wrapper .description {
	padding: 0px 20px;
}

.services-detail .title-image {
	height: 300px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 15px;
}

.services-detail .article {
	margin-bottom: 20px;
}

.services-detail .content-wrapper {
	display: flex;
}

.services-detail .card {
	background-color: rgba(220, 220, 220, 0.14);
	margin-bottom: 10px
}

.services-detail .card-content {
	border: none;
}

.services-detail .right-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.services-detail .card-top-img-cont {
	height: 120px;
}

.services-detail h1 {
	font-size: 2.5rem;
}

.services-detail h2 {
	font-size: 1.8rem;
}

.services-detail h3 {
	font-size: 1.2rem;
}

.services-detail {
	padding-top: 20px;
}

.right-sidebar {
	margin-top: 20px;
}

.right-sidebar .card-top-img-cont {
	height: 170px;
}

.right-sidebar .card {
	padding-bottom: 10px;
}

.right-sidebar .card p {
	margin-bottom: 2px;
}

.right-sidebar .card h3 {
	font-size: 1.5rem;
}

.sub-nav-menu {
	background-color: rgb(237, 236, 236);
	position: fixed;
	width: 100%;
	opacity: 1;
	z-index: 3;
	display: none;
}

.card {
	border: none;
}

.card-content {
	border: 1px solid rgba(0, 0, 0, .125);
}

.card-block span {
	text-align: center;
	display: block;
	max-width: 150px;
	margin: 0 auto;
	border-radius: 15px;
	padding: 5px 10px;
	color: white;
	background-color: #1d4f91;
	border: none
}

.card-block .ui-button:hover {
	background-color: #1d4f91;
	border: none;
}

.card-top-img-cont {
	height: 195px;
	overflow: hidden;
}

.card-block {
	margin: 0px;
	min-height: 250px;
}

.card-title {
	font-weight: 600;
}

.card-title a {
	color: black;
}

.card-title a:hover {
	color: black;
}

.card-text {
	font-size: 12px;
}

/******************Einstellungen*********************/
#kontoEinstellungenForm h4 {
	margin-top: 20px;
	margin-bottom: 16px;
}

/******************Dashboard*********************/
.profil-knobs {
	text-align: center;
}

#dashboard-wrapper {
	background-color: rgba(255, 255, 255, 0) !important;
	;
	padding: 17px;
}

#dashboard-wrapper hr {
	display: none;
}

.dashboard-portrait {
	text-align: center;
}

.dashboard-portrait img {
	border-radius: 31px;
	overflow: hidden;
	height: auto;
	max-height: 160px;
	margin-bottom: 15px;
}

.dashboard-element .ui-separator {
	width: 100%;
}

#dashboard-wrapper_content .dashboard-element>.col-12 {
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 20px;
	padding: 20px;
	border-radius: 15px;
}

#dashboard-wrapper_content .dashboard-element>.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: 46%;
}

#dashboard-wrapper_content .col-lg-4 {
	display: inline-block;
	max-width: 48%;
}

#dashboard-wrapper_content .col-lg-4 a {
	border: 1px solid #1d4f91;
	border-radius: 15px;
	min-width: 180px;
	text-align: left;
}

#dashboard-wrapper_content .col-lg-4 a:hover {
	color: white;
	background-color: #1d4f91;
	transition: 0.1s;
}

#dashboard-wrapper_content .login-button a:hover {
	text-decoration: underline;
}

/******************Kontaktseite - Links ausblenden*********************/
.contacttable td:nth-child(4) {
	display: none;
}

/******************envelope animation*********************/
.frame {
	width: 300px;
	height: 250px;
	margin: auto;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	max-width: 100%;
	display: none;
}

.circle {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 65px;
	left: 32%;
	background: #1d4f91;
	border-radius: 50%;
	z-index: 100;
}

.circle-outer {
	@extend .circle;
	box-sizing: border-box;
	background: none;
}

.icon {
	position: absolute;
	z-index: 2;
	top: 130px;
	left: 37%;
	transform: translate3d(0, 0, 0);
	fill: none;
	stroke-width: 2px;
	stroke: #ffbe00;
	stroke-linecap: square;
	stroke-dasharray: 325 325;

	&.mail {
		width: 120px;
		height: 70px;
		stroke-dashoffset: 0;
	}

	&.plane {
		width: 120px;
		height: 110px;
		stroke-dashoffset: 325;
	}
}

.mail {
	z-index: 110;
}

#cb {
	display: none;
}

.button {
	z-index: 10;
	position: absolute;
	width: 200px;
	height: 40px;
	top: 290px;
	left: 32%;
	background: #ecf0f1;
	color: #2c3e50;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;

	&:hover {
		background: #1abc9c;
		color: #fff;
	}
}

.reset {
	opacity: 0;
	z-index: 5;
	position: absolute;
	width: 200px;
	height: 40px;
	top: 170px;
	left: 32%;
	background: #ecf0f1;
	color: #2c3e50;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}

#cb:checked~.button {
	animation: button 1.5s ease-in-out 1.7s;
	animation-fill-mode: both;
}

#cb:checked~.reset {
	animation: reset 1s ease-in-out 3.7s;
	animation-fill-mode: both;
}

#cb:checked~.circle {
	animation: circle 1s ease-in-out;
	animation-fill-mode: both;
}

#cb:checked~.circle-outer {
	animation: circle .8s ease-in-out .2s;
	animation-fill-mode: both;
}

#cb:checked~.mail {
	stroke-dashoffset: 326;
	transition: stroke-dashoffset 1s ease-in-out;
}

#cb:checked~.plane {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s ease-in-out .6s;
	animation: fly 2.4s ease-in-out;
	animation-fill-mode: both;
}

@keyframes fly {

	0%,
	50% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	60% {
		transform: translate3d(-10px, 5px, 0) scale(1.05);
	}

	70% {
		opacity: 1;
	}

	85% {
		opacity: 0;
	}

	100% {
		transform: translate3d(300px, -150px, 0) scale(0.4);
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	20% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes button {
	0% {
		transform: scale(1);
	}

	30% {
		background: #1d4f91;
		color: transparent;
		width: 200px;
		left: 30%;
	}

	50%,
	60% {
		width: 40px;
		left: 40%;
		transform: scale(1);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		width: 40px;
		left: 40%;
		background: #1d4f91;
		color: transparent;
		transform: scale(0);
	}
}

@keyframes reset {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/******************envelope animation end*********************/