/* dm-sans-regular - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dm-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-500 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dm-sans-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v11-latin-500.svg#DMSans') format('svg'); /* Legacy iOS */
}
/* dm-sans-700 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dm-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v11-latin-700.svg#DMSans') format('svg'); /* Legacy iOS */
}

body {		
	font-family: 'DM Sans', sans-serif;
	color: #58605D;
	font-size: 1.125rem;
}


::selection {
	background: #4C997F;
	color: #ffffff;
}

::-moz-selection {
	background: #4C997F;
	color: #ffffff;
}


h1, h2, h3, h4, h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #58605D;
}

h1 {
	font-size: 2.50em;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: center;
}

h2 {
	font-size: 2em;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
} 
h2:first-child {
	margin-top: 0rem;
} 
h3 {
	font-size: 1.75em;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
} 

h4 {
	font-size: 1.25em;
	margin-top: 2rem;
	margin-bottom: 1rem;
} 

img {
	max-width: 100%;
}
.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
a,
.nav-link {
	color: #4C997F;
	text-decoration: none;
}

a:hover {
    color: #215955;
}

a:hover{
	color: rgba(76, 153, 127, 0.75); 
	text-decoration: none;
}

.text-info {
    color: #4C997F !important;
}
.icon-box {
    width: 160px;
    height: 160px;
}
#content-wrapper ul {
	margin: 1rem 0;
	padding-left: 0;
	list-style: none;
}
#content-wrapper ul ul {
    margin: 0.5rem 0;
}

#content-wrapper ul li {
	padding: 0 0 0.5rem 0;
	margin-left: 22px;
	position: relative;
}

#content-wrapper ul li:before {
    display: inline-block;
    content: "";
    height: 2px;
    width: 8px;
    background: #4C997F;
    margin-right: 10px;
    margin-left: -20px;
    vertical-align: middle;
}
/*******************************************************/
/*Men�*/
/*******************************************************/

.navbar-brand {
	position: relative;
	margin: 0;
	display: block;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.navbar-brand:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

.navbar-brand object {
	width: auto;
	height: 26px;
}

/*******************************************************/
/*Menu ENDE */
/*******************************************************/
.navbar {
    z-index: 1031;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
    color: #58605d;
}
.navbar .navbar-nav .nav-link.aktiv,
.navbar .navbar-nav .nav-link:hover {
    color: #4C997F;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}
/*Toggle*/
.navbar-toggler {
	cursor: pointer;
	border: none;
	display: block;
	height: 34px;
	width: 60px;
	z-index: 99;
	opacity: 1;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#nav_wrapper .navbar-toggler span,
#nav_wrapper .btn-close span {
	background-color: #4c997f;
	display: block;
	width: 34px;
	height: 2px;
	left: 0;
	opacity: 1; 
	
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition:0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0;
}

.navbar-toggler span:nth-child(2) {
    margin-top: 8px;
}

.navbar-toggler span:nth-child(3) {
    margin-top: 8px;
}

.btn-close {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.41421 35.41421'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%231f3350;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cline class='a' x1='0.70711' y1='0.70711' x2='34.70711' y2='34.70711'/%3E%3Cline class='a' x1='34.70711' y1='0.70711' x2='0.70711' y2='34.70711'/%3E%3C/svg%3E") center/24px auto no-repeat !important;
	border-radius: 0;
	opacity: 1;
}

/*Toggle Ende*/

.form-control {
    height: 3rem;
    padding: 0.75rem 1rem;
    font-size: inherit;
}

.btn-check:focus+.btn-primary, .btn-primary:focus,
.form-control:focus {
	border-color: #4c997f;
	box-shadow: 0 0 0 0.25rem rgb(76 153 153 / 25%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	background-color: #4c997f !important;
	border-color: #4c997f;
	box-shadow: 0 0 0 0.25rem rgb(76 153 153 / 25%);
}
.container {
	max-width: 1460px;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}

.slick-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*Basic*/
.border-secondary {
	border-color: #F4F5F5 !important;
}

.btn-link {
    color: #6c757d;
    text-decoration: none;
    border-bottom: 1px solid #4C997F;
}
.btn-link:hover {
    color: #4C997F;
    border-color: #6c757d;
}

button,
.btn,
.form-control,
.btn-lg,
.btn-group-lg>.btn,
.custom-select {
    border-radius: 0px;
}
.text-primary {
    color: #4C997F !important;
}
.btn-primary {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.04rem;
	padding: 10px 30px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #4C997F;
	border: 2px solid #4C997F;
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
	-moz-transition: All 0.2s ease-out;
	-o-transition: All 0.2s ease-out;	
}

.btn-primary:hover {
	color: #ffffff;
	text-decoration: none;
	background: #4C997F;
	border-color: #4C997F; 
}

.btn-primary.text-white:hover {
	background: #ffffff;
	color: #4C997F!important;
}

.weiterbutton {
    border: 1px solid #4C997F;
    border-color: #4C997F;
    border-width: 2px;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.weiterbutton:hover {
	background-color: #4C997F;
}

.bg-light {
	background-color: #F4F5F5 !important;
}
.bg-white {
	background-color: #ffffff;
}
.bg-primary {
	background-color: #4C997F !important;
}

.bg-dark {
	background-color: #215955 !important;
}
.bg-primary *,
.bg-dark * {
	color: #fff !important;
}
.text-normal {
	text-transform: none;
}

.text-dark {
    color: #58605d !important;
}
/*Kopfbild*/
#kopfgrafik #slider,
.startseite #kopfgrafik,
#kopfgrafik .slick-slide,
#kopfgrafik .jobfinder .suche {
    height: 50vh;
}
#kopfgrafik {
	position: relative;
	margin-top: 70px;
}
.startseite #kopfgrafik:after {
	content: "";
	background: #215955;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 1;
}

#kopfgrafik .jobfinder .suche {
	z-index: 2;
}

.slick-track {
	display: flex !important;
}
/*
*
* ==========================================
* Karriere
* ==========================================
*
*/
#StelleListe .stelle {
	margin-bottom: 1rem;
	padding: 0 1.5rem;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}
.StellenListenDarstellungsBereich .stelle:hover {
    background: #4c997f !important;
    color: #fff;
}
.StellenListenDarstellungsBereich .stelle:hover * {
    color: #fff;
}
#StelleListe .stelle:last-child {
	border-bottom: 0px;
}

#StelleListe .stelle .icon-weiter {
    width: 45px;
    height: 45px;
}

#StelleListe .stelle .icon-weiter:after {
    content: "";
    height: 30px;
    width: 30px;
    border-top: 2px solid #4c997f;
    border-right: 2px solid #4c997f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-bottom: 0;
    border-left: 0;
    margin-top: 8px;
}

#StelleListe .stelle:hover .icon-weiter:after {
	border-color: #fff;
}

.events figure {
    margin: 0;
    position: relative;
}

.events figcaption {
    color: #fff;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-shadow: 0px 0px 6px #4c997f;
}


.AuswahlBereich button {
	background: transparent;
	background-size: 26px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 26px;
	height: 26px;
	font-size: 0;
	border: 0;
	padding: 0;
	opacity: 0.4;
	filter: brightness(0);
}

.AuswahlBereich .listendarstellung {
	background-image: url(../img/icons/icon-ansicht-liste.svg);
	margin-right: 20px;
}

.AuswahlBereich .bilddarstellung {
	background-image: url(../img/icons/icon-ansicht-raster.svg);
}

.AuswahlBereich button:focus {
	outline: 0;
	opacity: 1;
	filter: brightness(1);
}
#StelleListe {
	display: none;
}
.job-published {
	opacity: 0.75;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}
.job-title {
    text-transform: none;
    font-weight: 500;
}
#StelleListeKacheln .quicklinks .kacheln .stelle {
	padding-top: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
#StelleListeKacheln .quicklinks .kacheln * {
	color: #fff;
}

#StelleListeKacheln .quicklinks .kacheln img {
	position: absolute;
	top: 0;
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}

#StelleListeKacheln .quicklinks .kacheln .text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	color: #fff;
	background: rgba(33, 89, 85, 0.8);
	transition: All 0.6s ease-in-out;
	-webkit-transition: All 0.6s ease-in-out;
	-moz-transition: All 0.6s ease-in-out;
	-o-transition: All 0.6s ease-in-out;
}
#StelleListeKacheln .quicklinks .kacheln .text:hover {
    background: rgba(33, 89, 85, 1);
}
#StelleListeKacheln .quicklinks .kacheln .stelle:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* Details Jobs */
.job-details h1 span {
    display: block;
    margin-bottom: 0.75rem;
}

.description .job-text {
	background: #fff;
	padding: 3rem 3rem;
	margin-bottom: 2rem;
	padding-left: 10rem;
	position: relative;
}
.description .job-text:last-child {
	margin-bottom: 0;
}
.description .job-text h4 {
	margin-top: 1rem;
}

.description .job-text ul {
	margin-bottom: 0 !important;
}

.description .job-text:before {
	content: "";
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	left: 3rem;
	top: 3.5rem;
}

.description .job-text.arbeitsplatz:before {
	background-image: url(../img/icons/karriere/icon-job-erwartet.svg);
}

.description .job-text.qualifikation:before {
	background-image: url(../img/icons/karriere/icon-job-du.svg);
}

.description .job-text.unternehmen:before {
	background-image: url(../img/icons/karriere/icon-job-wir.svg);
}

.description .job-text.pluspunkte:before {
	background-image: url(../img/icons/karriere/icon-job-pluspunkte.svg);
}

#job-title-input, #job-place-input {
	color: #6c757d !important;
}

/*******************************************************/
/*slick-slider*/
/*******************************************************/
#slider-startseite { display: none; }
#slider-startseite.slick-initialized { display: block; }

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots {
    margin: 0px !important;
}

.slider .slick-dots {
	bottom: 20px !important;
	margin: 0px !important;
	z-index: 2;
}
.slick-dots li:before {
	content: normal !important;
}
.slick-dots li {
	padding: 0 !important;
	margin: 0 5px !important;
}
.slick-dots li,
.slick-dots li button {
	width: 15px !important;
	height: 15px !important;
	
}
.slick-dots li button:before {
	content: "" !important;
	width: 16px !important;
	height: 16px !important;
	border-radius: 0;
	opacity: 1 !important;
	background: tranparent;
	border: 2px solid #4c997f;
}

.slick-dots .slick-active button:before {
	background:#4c997f;
	opacity: 1 !important;
}

.slick-prev, 
.slick-next {
	height: 40px !important;
	width: 18px !important;
	z-index: 900 !important;
	opacity: 1;
		
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}

.slick-prev:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.182' height='28.121'%3E%3Cpath d='M15.121 1.061l-13 13 13 13' fill='none' stroke='%234c997f' stroke-width='3'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 11px;
	display: inline-block;
}

.slick-next:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.182' height='28.121'%3E%3Cpath d='M1.06 1.061l13 13-13 13' fill='none' stroke='%234c997f' stroke-width='3'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 11px;
	display: inline-block;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}

.slider.leistungen .slick-prev,
.slider.leistungen .slick-next {
	height: 50px!important;
	width: 50px!important;
	background-color: #F4F5F5;
	border-radius: 50%;
}
.slider.leistungen .slick-prev {
	left: auto!important;
	right: 60px;
}
.slider.leistungen .slick-next {
	right: 0px!important;
}
.slider.leistungen .slick-prev, 
.slider.leistungen .slick-next {
	top: auto;
	bottom: -30px;
}
/*Startseite*/
.leistungen {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.leistungen .bild {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-bottom: 6rem;
}
.leistungen .bild:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	background: #F4F5F5;
}
.leistungen .bild img {
	border-radius: 50%;
	padding: 20px;
	margin-left: 20px;
}

.leistungen .bild.rechts img {
	border-radius: 50%;
	padding: 20px;
	margin-right: 20px;
}

.leistungen .text {
	min-height: 75%;
	position: relative;
	padding: 6rem 0rem 6rem 6rem;
}

.slider.leistungen .text h3 {
	margin-top: 0px;
}

.leistungen .text:before {
	content: "";
	background: url("../img/navigat/linie.svg");
	background-repeat: no-repeat;
	width: 170px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.deutschlandweit a {
	margin-left: 30px;
}
.deutschlandweit .icon img {
	width: 30px;
	margin-right: 10px;
}
/*Footer*/
footer {
	background: #215955;
	padding: 2rem 0rem;
}

.footer-nav a {
	padding: 0px 40px 0px 0px;
	text-align: right;
}
footer .nav-link,
footer a {	
	color: #ffffff;
}
footer .nav-link:hover,
footer a:hover {	
	color: #F4F5F5;
	text-decoration: none;
}

#map_canvas{
	height: 500px;
}

@media(max-width:1440px) {

}
