/*
Theme Name: annersder
Theme URI:
Author:
Author URI:
Description:
Version:
License:
License URI:
Tags:
Text Domain:
*/

@import url('css.css');

html, body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	padding: 0 !important;
	margin: 0 !important;
	border-width: 0 !important;
}

/*
html.html-suchen,
html.html-socialmediawall,
body.socialmediawall,
html.html-socialmediawall body{
	overflow: hidden !important;
}
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.75em;
	color: #575756;
	background-color: #fff;
}

h1, h2, h3{
	line-height: 1.5em;
}


h1{
	font-size: 2em;
	margin: 0;
	padding: 1em 0;
	margin-top: 1em;
	font-weight: 600;
}

body.sub-page-stellenangebot h1{
	padding-bottom:0.425em;
}

h2{
	font-size: 1.5em;
	margin: 0;
	padding: 1em 0;
	margin-top: 1em;
	font-weight: 600;
}

h3{
	font-size: 1.25em;
	margin: 0;
	padding: 1em 0;
	margin-top: 1em;
	font-weight: 600;
}

h4{
	font-size: 1em;
	margin: 0;
	padding: 1em 0;
	margin-top: 1em;
	font-weight: 600;
}

.accordion-content-wrap h4:first-child{
	margin-top: 0;
	padding-top: 0.5em;
}

@media (max-width:991px){
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.2em;
	}
	h3{
		font-size: 1.1em;
	}
	body{
		font-size: 16px;
	}
}

.subheadline{
	display: block;
	padding-top: 0.5em;
	font-size: 0.75em;
}

p{
	margin: 0;
	-webkit-transform: translateZ(0px);
}

hr{
	margin-top: 2em;
	margin-bottom: 1em;
	border: none;
	border-style: none;
	height: 5px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMjAgOSI+Cgk8Y2lyY2xlIGN4PSI1IiBjeT0iNSIgcj0iMyIgZmlsbD0iIzNjM2MzYyI+PC9jaXJjbGU+Cjwvc3ZnPg==');
	background-repeat: repeat-x 0% 50%;
}

.farbsection.mt-0,
.mt-0{
	margin-top: 0;
}

.farbsection.mt-1_5,
.mt-1_5{
	margin-top: 1.5em;
}

.farbsection.mb-1_5,
.mb-1_5{
	margin-bottom: 1.5em;
}

.farbsection.mb-4,
.mb-4{
	margin-bottom: 4em;
}

.farbsection.pb-0,
.pb-0{
	padding-bottom: 0;
}

.farbsection.pt-0,
.pt-0{
	padding-top: 0;
}

.farbsection.pt-0_5,
.pt-0_5{
	padding-top: 0.5em;
}

.farbsection.pt-1_5,
.pt-1_5{
	padding-top: 1.5em;
}

.farbsection.pb-1,
.pb-1{
	padding-bottom: 1em;
}

.farbsection.pb-1_5,
.pb-1_5{
	padding-bottom: 1.5em;
}

.farbsection.pb-3,
.pb-3{
	padding-bottom: 3em;
}

.pt-1{
	padding-top: 1.75em;
}

@media(max-width:1199px){
	.nopadding > div > div,
	.nopadding > div > div > div > div{
		padding-left: 0;
		padding-right: 0;
	}
}

.nobr{
	white-space: nowrap;
}

.text-center{
	text-align: center;
}

.typo-bold{
	font-weight: 600;
}

img.img-responsive{
	width: 100%;
	height: auto;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a{
	color: #575756;
	text-decoration: none !important;
}

strong{
	font-weight: 600;
}

p + ul{
	margin-top: 0.5em;
}

p + ul > li{
	margin-bottom: 0.25em;
}

i.stellendetailicon.fa{
	font-size: 2.5em;
	margin-top: 0.2em;
}

/* ###################################################### START-OVERLAY */

body.loading #startoverlay{
	background-color: rgba(255,255,255,1);
}

#startoverlay{
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	left: 0;
	bottom: 9999px;
	z-index: 10;
	transition: background-color 1s ease 0s, opacity 1s ease 0s, bottom 0s linear 1s;
	opacity: 0;
}

body.start #startoverlay{
	opacity: 1;
	bottom: 0;
}

#startoverlay .startwrapper{
	text-align: center;
	position: absolute;
	display: inline-block;
	min-width: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 30;
	padding: 0 1em 0 1em;
}

@media (max-height:539px){
	#startoverlay .startwrapper{
		padding-top: 6em;
	}
}

.typo-head{
	font-size: 3em;
}

@media (max-width:991px){
	.typo-head{
		font-size: 2em;
	}
}

@media (max-width:767px){
	.typo-head{
		font-size: 1.5em;
	}
}

@media (min-width:992px){
	.typo-head{
		word-spacing: -0.05em;
	}
}

#startoverlay .typo-sub{
	font-size: 1.15em;
	font-weight: 300;
}

#startoverlay .typo-head{
	padding-bottom: 0.5em;
}

.typo-hash{
	opacity: 0.5;
}

.typo-rotate{
	display: inline-block;
	transform: rotate(180deg) translateY(-0.24em) translatex(0.03em);
}

@-moz-document url-prefix() {
	.typo-rotate{
		transform: rotate(180deg) translateY(-0.26em) translatex(0.03em);
	}
}

.typo-cta{
	background-color: rgba(87, 87, 86, 0.7);
	color: #fff;
/*	box-shadow: 0 0 1em rgba(87, 87, 86, 0.2); */
	margin-top: 1em;
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	padding: 0.5em 1em 0.6em 1em;
	cursor: pointer;
	opacity: 1;
	position: relative;
	transition: opacity 2s ease 1s, background-color 0.4s ease 0s, color 0.4s ease 0s;
	top: 0;
	border-radius: 2px;
}

.typo-cta:hover{
	color: #fff;
	background-color: rgba(87,87,86,0.9);
}

@media (max-width:991px){
	.typo-cta{
		font-weight: 600;
		font-size: 1.2em;
		margin-top: 1em;
		background-color: rgba(87, 87, 86, 0.7);
		color: #fff;
	}
	.typo-cta:hover{
		color: rgba(87,87,86,1);
		background-color: rgba(87,87,86,0.1);
	}
}

body.loading .typo-cta{
	opacity: 0;
	top: -9999px;
}

/* ###################################################### BUTTON */

.button{
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	position: relative;
	box-sizing: content-box;
	background-color: rgba(87,87,86,0.7);
	padding: 0.4em 0.8em 0.4em 0.8em;
	font-size: 1.25em;
	cursor: pointer;
	color: #fff;
	transition: background-color 0.5s ease 0s;
	font-weight: 600;
	border-radius: 2px;
}

.button:hover{
	background-color: rgba(87,87,86,0.85);
}

.button.more{
	padding: 0.4em 2.25em 0.4em 0.8em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.button.more:after{
	text-align: center;
	line-height: 1.05em;
	color: rgba(255,255,255,0.7);
	font-size: 1em;
	display: block;
	content:'\f067';
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0.75em;
	top: 50%;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	overflow: visible;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.5s ease 0s, color 0.5s ease 0s;
}

.button.more:after{
	color: #fff;
}

/* ###################################################### CLAIM */

@media(max-width:991px){
	.container.claimslider{
		padding-right: 30px;
		padding-left: 30px;
	}
}

.claim{
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	font-family: serif;
	line-height: 1.5em;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	box-sizing: border-box;
	width: 100%;
	padding-right: 3em;
	color: rgba(255,255,255,0.7);
}

@media (max-width:991px){
	.claim{
		position: relative;
		top: 0;
		transform: none;
	}
}

@media (max-width:767px){
	.claim{
		font-size: 1.25em;
		padding-right: 0;
	}
}


/* ###################################################### LAZY LOADER */

img.img-responsive.lazy{
	display: block !important;
	position: relative !important;
}

img.textbild{
	margin-top: 0.6em;
}

@media (max-width:1350px) and (min-width:768px){
	img.textbild{
		margin-left: -20%;
	}
}

/* ###################################################### PRELOADER */

.typo-preloader{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: height 0.5s ease 1s;
	height: 0;
}

body.loading .typo-preloader{
	transition: height 0.5s ease 0s;
	height: 42px;
}

#xshauptnavigation .typo-preloader,
#hauptnavigation .typo-preloader{
	width: 100%;
	position: absolute;
	top: -4.8em;
	left: 0;
	background-color: transparent;
	transition: height 0.5s ease 0s, margin-top ease 0.5s 0s, opacity ease 0.5s 0s;
	margin-top: 0;
	opacity: 1;
}

body.loading #xshauptnavigation .typo-preloader,
body.ajax-complete #xshauptnavigation .typo-preloader,
body.loading #hauptnavigation .typo-preloader,
body.ajax-complete #hauptnavigation .typo-preloader{
	height: 0;
	margin-top: 21px;
	opacity: 0;
}

#hauptnavigation li li .typo-preloader{
	display: none;
}

#xshauptnavigation .current-menu-item .typo-preloader,
#hauptnavigation .current-menu-item .typo-preloader{
	height: 42px;
}

.cube-preloader-grid{
	width: 42px;
	height: 42px;
	margin: 0 auto;
}
.cube-preloader-grid .cube-preloader{
	width: 10px;
	height: 10px;
	background-color: rgba(87, 87, 86, 0.5);
	box-sizing: border-box;
	margin: 2px;
	float: left;
	animation-name: cubepreloader;
	animation-duration: 0.8s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 1;
}
.cube-preloader-grid .cube-preloader.cube-preloader1{
	animation-delay: 2.2s;
}
.cube-preloader-grid .cube-preloader.cube-preloader2{
	animation-delay: 1.5s;
}
.cube-preloader-grid .cube-preloader.cube-preloader3{
	animation-delay: 4.4s;
}
.cube-preloader-grid .cube-preloader.cube-preloader4{
	animation-delay: 0.4s;
}
.cube-preloader-grid .cube-preloader.cube-preloader5{
	animation-delay: 0.8s;
}
.cube-preloader-grid .cube-preloader.cube-preloader6{
	animation-delay: 3.3s;
}
.cube-preloader-grid .cube-preloader.cube-preloader7{
	animation-delay: 0s;
}
.cube-preloader-grid .cube-preloader.cube-preloader8{
	animation-delay: 2s;
}
.cube-preloader-grid .cube-preloader.cube-preloader9{
	animation-delay: 1.5s;
}

@keyframes cubepreloader{
	0%{
		opacity: 1;
	}
	35%{
		opacity: 0.4;
	}
	70%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}

/* ###################################################### HAUPTNAVIGATION EBENE 1 */

#hauptnavigation > li > .bild-zwei-overlay{
/*	background-color: rgba(0,0,0,0.5);  */
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	box-sizing: border-box;
	transition: opacity 1s ease 0s;
	opacity: 0.7;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

#hauptnavigation > li:hover > .bild-zwei-overlay{
	opacity: 1;
}

#hauptnavigation{
	display: block;
	box-sizing: border-box;
	position: relative;
	list-style: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	top: 0;
	overflow: hidden;
}

#hauptnavigation > li{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
/*	background-color: rgba(0,0,0,0.2); */
	background-color: #fff;
	min-width: 1px;
	height: 100%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 24px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: none !important;
}

@media (max-width:1679px){
	#hauptnavigation > li{
		font-size: 17px;
	}
}

@media (max-width:1199px){
	#hauptnavigation > li{
		font-size: 15px;
	}
}

body.loading #hauptnavigation > li{
	opacity: 0;
}


#hauptnavigation > li:nth-child(1){
	transition: opacity 2s ease 0.2s;
}
#hauptnavigation > li:nth-child(2){
	transition: opacity 2s ease 0.4s;
}
#hauptnavigation > li:nth-child(3){
	transition: opacity 2s ease 0.6s;
}
#hauptnavigation > li:nth-child(4){
	transition: opacity 2s ease 0.8s;
}
#hauptnavigation > li:nth-child(5){
	transition: opacity 2s ease 1.0s;
}
#hauptnavigation > li:nth-child(6){
	transition: opacity 2s ease 1.2s;
}
#hauptnavigation > li:nth-child(7){
	transition: opacity 2s ease 1.4s;
}
#hauptnavigation > li:nth-child(8){
	transition: opacity 2s ease 1.6s;
}
#hauptnavigation > li:nth-child(9){
	transition: opacity 2s ease 1.8s;
}
#hauptnavigation > li:nth-child(10){
	transition: opacity 2s ease 2.0s;
}
#hauptnavigation > li:nth-child(11){
	transition: opacity 2s ease 2.2s;
}

#hauptnavigation > li:first-child{
	border-left: none;
}
#hauptnavigation > li:last-child{
	border-right: none;
}

#hauptnavigation > li > item{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(-100%);
	width: 100%;
	min-height: 1px;
	padding: 1em;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	z-index: 3;
}

#hauptnavigation > li > item > a{
	text-decoration: none;
	display: block;
	padding: 0.45em 0 0.55em 0;
	box-sizing: border-box;
	border: none;
	background-color: rgba(255,255,255,0.6);
	-webkit-transform: translateZ(0px);
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	color: rgba(87,87,86,0.7);
	border-radius: 2px;
	background-color: rgba(87, 87, 86, 0.7);
	color: #fff;
	box-shadow: 0 0 1em rgba(87, 87, 86, 0.15);
}

#hauptnavigation > li > item a:hover,
#hauptnavigation > li.current-menu-item > item a{
	color: #fff;
	background-color: rgba(87,87,86,1);
}


/* ################################# HAUPTNAVIGATION EBENE 2 */

#hauptnavigation > li > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 4;
	position: absolute;
	box-sizing: border-box;
	top: -9999px;
	left: 0;
	min-width: 1px;
	min-height: 1px;
	width: 100%;
	text-align: center;
	padding: 0em 1em 0em 1em;
	transform: translateY(-100%) rotate(180deg);
	margin-top: -3.5em;
	opacity: 0;
	transition: opacity 0.5s ease 0s, top 0s linear 0.5s;
}

@media(max-width:1679px){
	#hauptnavigation > li > ul{
	margin-top: -4em;
	}
}

body.ajax-complete #hauptnavigation > li.current-menu-item > ul{
	transition: opacity 0.5s ease 0s, top 0s linear 0s;
	opacity: 1;
	top: 100%;
}

#hauptnavigation > li > ul > li > item{
	display: block;
	box-sizing: border-box;
	margin: 1em 0 1em 0;
	transform: rotate(180deg);
}

#hauptnavigation > li > ul > li > item > a{
	display: block;
	background-color: rgba(255,255,255,0.6);
	padding: 0.45em 0 0.55em 0;
	border: none;
	text-decoration: none;
	color: rgba(87,87,86,0.7);
	opacity: 0;
	-webkit-transform: translateZ(0px);
	transition: background-color 0.3s ease 0s;
	border-radius: 2px;
	box-shadow: 0 0 1em rgba(87, 87, 86, 0.15);
}

#hauptnavigation > li > ul > li > item > a:hover{
	color: #fff;
	background-color: rgba(87,87,86,0.4);
}

#hauptnavigation > li > ul > li:nth-child(1) > item > a{
	transition: opacity 0.5s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#hauptnavigation > li > ul > li:nth-child(2) > item > a{
	transition: opacity 0.5s ease 0.1s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#hauptnavigation > li > ul > li:nth-child(3) > item > a{
	transition: opacity 0.5s ease 0.2s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#hauptnavigation > li > ul > li:nth-child(4) > item > a{
	transition: opacity 0.5s ease 0.3s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#hauptnavigation > li > ul > li:nth-child(5) > item > a{
	transition: opacity 0.5s ease 0.4s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#hauptnavigation > li > ul > li:nth-child(6) > item > a{
	transition: opacity 0.5s ease 0.5s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#hauptnavigation > li > ul > li:nth-child(7) > item > a{
	transition: opacity 0.5s ease 0.6s, background-color 0.3s ease 0s, color 0.3s ease 0s;
}

body.ajax-complete #hauptnavigation > li.current-menu-item > ul > li > item > a{
	opacity: 1;
}

/* ################################# OVERLAY IN HAUPTNAVIGATION */

.img-overlay{
	background-color: #fff;
	display: block;
	height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity 1s ease-out 0s, transform 4s ease-out 0s;
	transform: scale(1.05);
	opacity: 1;
}

.img-overlay.hide{
	opacity: 0;
	transform: scale(1);
}

/* ################################# HEADER */

header{
	display: block;
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 150px;
	z-index: 31;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
}

@media (max-width:1199px){
	header{
		height: 100px;
	}
}

@media (max-width:991px){
	header{
		height: 75px;
	}
}

header .logo-kampagne{
	display: block;
	position: relative;
	width: auto;
	height: 100%;
	float: left;
	border: none;
	padding: 1.75em;
	box-sizing: border-box;
	/*
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -o-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	*/
}

@media (max-width:1199px){
	header .logo-kampagne{
		padding: 1em;
	}
}

@media (max-width:991px){
	header .logo-kampagne{
		padding: 0.5em;
	}
}

header .logo{
	display: block;
	position: relative;
	width: auto;
	height: 100%;
	float: right;
	border: none;
}

/* ################################# SCROLLTOP */

#scrolltop{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

@media (max-width:991px){
	#scrolltop{
		display: none;
	}
}

#scrolltop .scrolltopwrapper,
body.start #scrolltop .scrolltopwrapper.active{
	display: inline-block;
	position: absolute;
	left: 50%;
	min-width: 1px;
	min-height: 1px;
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: top 0s ease 0s, opacity 0.3s ease 0.3s;
	opacity: 0;
	top: -50%;
}

@media(max-width:991px){
	#scrolltop .scrolltopwrapper,
	body.start #scrolltop .scrolltopwrapper.active{
		cursor: default;
	}
}

#scrolltop .scrolltopwrapper.active{
	transition: top 0s ease 0.3s, opacity 0.3s ease 0.3s;
	opacity: 1;
	top: 50%;
}

#scrolltop .scrolltopwrapper[moment="start"]{
	cursor: default;
}


#scrolltop .scrolltopwrapper a{
	transform: translateZ(0px);
	text-decoration: none !important;
	color: #575756;
}

#scrolltop .typo-head{
	font-size: 24px;
	padding: 0;
	margin: 0;
}

#scrolltop .typo-rotate{
	transform: rotate(180deg) translateY(-0.18em) translatex(0.015em);
}

@-moz-document url-prefix() {
	#scrolltop .typo-rotate{
		transform: rotate(180deg) translateY(-0.28em) translatex(0.03em);
	}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#scrolltop .typo-rotate{
		transform: rotate(180deg) translateY(-0.191em) translatex(0.08em);
	}
}

#scrolltop .typo-sub{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	padding-top: 0.25em;
}

@media (max-width:991px){
	#scrolltop{
		display: block;
		background-color: #fff;
		transform: translateY(100%);
		font-size: 1em;
		overflow: visible;
		opacity: 1;
		transition: top 0s linear 0.5s, opacity 0.5s ease 0s;
	}

	body.start #scrolltop{
		top: 0;
		opacity: 1;
	}

	#scrolltop:before{
		display: block;
		height: 10px;
		width: 100%;
		background-color: black;
		position: absolute;
		bottom: -10px;
		left: 0;
		content: '';
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
		opacity: 0.1;
	}
	#scrolltop .scrolltopwrapper{
		width: 100%;
		box-sizing: border-box;
		padding-left: 1em;
		padding-right: 1em;
	}
	#scrolltop .scrolltopwrapper[moment="start"]{
		opacity: 1 !important;
		top: 50% !important;
	}
	#scrolltop .scrolltopwrapper[moment="hauptnavigation"]{
		opacity: 0 !important;
		top: -50% !important;
	}
	#scrolltop .scrolltopwrapper .typo-head{
		display: none !important;
	}
	body.start footer a[rel="scrollto"]{
		top: 500px;
	}
	.ladestatus:before{
		display: none !important;
	}
}

/* ################################# LADESTATUS */

.ladestatus{
	display: block;
	position: relative;
	width: 100%;
	background-color: green;
	background-image: url(../img/loading.png);
	background-size: 50% 100%;
	background-repeat: repeat;
	background-position: 0% 0;
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -o-crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	transition: height 0.3s linear 0s, margin-bottom 0.3s ease 0s;
	margin-bottom: 0;
	height: 0;
	animation-duration: 1.5s;
	animation-name: floating;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	z-index: 9999;
}

.ladestatus.run{
	height: 3px;
	margin-bottom: -3px;
}

.ladestatus:before{
	font-size: 0.8em;
	position: absolute;
	display: inline-block;
	content: 'Seiteninhalte werden geladen …';
	min-height: 1px;
	min-width: 1px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	transition: top 0s ease 0s, opacity 0.5s ease 0s;
	opacity: 0;
	top: 0.4em;
}

.ladestatus.run:before{
	transition: top 0s ease 0.5s, opacity 0.5s ease 0s;
	opacity: 1;
	top: 0.4em;
}

@media (max-width:991px){
	.ladestatus{
		animation-duration: 0.8s;
	}
	.ladestatus.run{
		height: 3px;
		margin-bottom: -1px;
	}
}

@keyframes floating{
	0%{
		background-position: 0 0;
	}
	100%{
		background-position: 100% 0;
	}
}

/* ################################# CONTAINER */

.container{
	margin: 0 auto;
	width: 100%;
	min-height: 1px;
	background-color: rgba(0,0,0,0.2);
	background-color: #fff;
	box-sizing: border-box;
	-webkit-transform: translateZ(0px);
}

.container.sub-page{
	background-color: transparent;
	min-height: 100vh;
}

.container.sub-page.stellenangebot{
	background-color: rgba(0, 0, 0, 0.15);
}

.container > .content{
	width: 100%;
/*	max-width: 1200px; */
	margin: 0 auto;
	box-sizing: border-box;
/*	padding: 4em 0em;  */
}

.container .container{
	max-width: 1200px;
	background-color: transparent;
}

@media (max-width:991px){
	.container > .content{
/*		padding: 0 1em; */
		padding-bottom: 0em;
	}
}

#dyncontainer{
	opacity: 1;
	transition: opacity 0.3s ease 0s;
}
#dyncontainer.reload{
	opacity: 0;
}

#dyncontainer > .content{
	padding-bottom: 5em;
}

@media (max-width:991px){
	#dyncontainer > .content{
		padding-bottom: 0;
	}
}


/* ################################# FARBSEKTIONEN */

.farbsection{
	padding-top: 1.5em;
	padding-bottom: 4em;
	margin-top: 4em;
	color: #fff;
}

.farbsection + .farbsection{
	margin-top: 0;
}

.farbsection.farbsection-organge{
	background-color: #e5804c;
}

.farbsection.farbsection-gruen{
	background-color: #97c683;
}

.farbsection.farbsection-dunkel{
	background-color: #555;
}

#arbeitgeber{
	background-color: #555;
	color: #fff;
}

/* ################################# STIMMEN */

@media(min-width:992px){
	.row-flex {
		display: flex;
		align-items: center;
	}
}

.zitat img.img-responsive{
	border-radius: 50%;
	box-shadow: 0 0 1.5em rgba(0,0,0,0.15);
}

blockquote{
	font-family: serif;
	font-size: 2em;
	font-weight: normal;
	display: block;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	font-style: italic;
	margin: 1em 0;
	padding-left: 1em;
	line-height: 1.5em;
	align-self: center;
}

@media (max-width:991px){
	blockquote{
		font-size: 1.75em;
	}
}

@media (max-width:767px){
	blockquote{
		font-size: 1.5em;
	}
}


blockquote cyte{
	font-size: 1rem;
	line-height: 1.4rem;
	color: #575756;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: 600;
	margin-top: 0.5em;
	display: block;
}

blockquote p{
	transform: translateY(-0.25em);
	padding-bottom: 0.25em;
}

/* ################################# FRONTPAGE */

.frontpage{
	/*min-height: 100vh;*/
	padding-bottom: 5.5em;
	background-color: #fff;
}

@media (max-width:991px){
	.frontpage{
		padding-bottom: 0em;
	}
}

/* ################################# FOOTER */

footer{
	position: fixed;
	background-color: #fff;
	display: block;
	width: 100%;
	height: 100px;
	overflow: visible;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	z-index: 30;
	transition: transform 0.5s ease 0s;
	transform: translateY(0);
}

@media (max-width:991px){
	footer{
		height: 75px;
	}

	body.start footer,
	body.suchen footer,
	body.socialmediawall footer,
	footer.subpagefooter{
		transform: translateY(100%);
	}
	footer.subpagefooter{
		height: 0;
		overflow: hidden;
	}
}

@media(max-width:991px){
	body.sub-page-stellenangebot footer{
		display: none;
	}
	body.sub-page-stellenangebot div#smartfooter.container.visible-xs.visible-sm{
		padding-bottom: 0 !important;
	}
}

/* ################# FOOTER SCROLLTO */

.scrolldown{
	opacity: 1;
	top: 0;
	transition: opacity 1s ease 0s, top 0s linear 0s;
}

body.start .scrolldown,
body.loading .scrolldown,
.scrolldown.arrived{
	opacity: 0;
}

footer a[rel="scrollto"]{
	font-size: 24px;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-decoration: none !important;
	color: #575756;
	padding-bottom: 0.75em;
	text-align: center;
}

footer a[rel="scrollto"] .fa,
.scrolltopwrapper a[rel="scrollto"] .fa{
	font-size: 2em;
	transform: translateY(0.175em);
}

.scrolltopwrapper a[rel="scrollto"] .fa{
	transform: translateY(0.125em);
}

@media (max-width:991px){
	footer a[rel="scrollto"]{
		font-size: 1em;
		padding-bottom: 0;
		display: block;
		width: 100%;
		line-height: 1.3em;
	}
	footer a[rel="scrollto"] .fa{
		clear: both;
		display: block;
		width: 100%;
		margin-top: -0.25em;
	}
}

footer .arrived a[rel="scrollto"]{
	transition: top 0s linear 1s;
	top: -9999px;
}

footer .hochscrollen{
	display: none;
}

@media(max-width:991px){
	footer .hochscrollen{
		display: block;
	}
	footer .hochscrollen{
		opacity: 0;
		transform: translateY(9999px);
		transition: opacity 1s ease 0s, transform 0s linear 1s;
	}
	footer .arrived + .hochscrollen{
		transition: opacity 1s ease 0s, transform 0s linear 0s;
		display: block;
		opacity: 1;
		transform: translateY(2em);
	}
}

/* ################# SEARCH */

footer .search{
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	font-size: 2em;
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width:991px){
	footer .search{
		display: none;
	}
}

footer .search .fa{
	color: rgba(87,87,86,0.5);
	cursor: pointer;
	transition: color 0.3s ease 0s;
}

footer .search .fa:hover{
	color: rgba(87,87,86,1);
}

footer .search .fa:after{
	display: block;
	color: #575756;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 3em;
	height: 1em;
	content: 'Suche';
	font-size: 0.9rem;
	line-height: 1em;
	margin-top: -0.4em;
	padding-left: 0.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/* ################# METANAVIGATION */

#menu-metanavigation{
	font-size: 0.75em;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	position: absolute;
	top: 50%;
	right: 2.5em;
	transform: translateY(-50%);
	white-space: nowrap;
}

@media (max-width:991px){
	#menu-metanavigation{
		display: none;
	}
}

#menu-metanavigation li{
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	position: relative;
	margin: 0 0.2em;
	padding: 0 0.2em;
}

#menu-metanavigation li:before{
	content: '|';
	display: inline-block;
	color: #575756;
	padding-left: 0;
	padding-right: 1em;
}

#menu-metanavigation li:first-child:before,
#menu-metanavigation li:last-child:before{
	content: none;
}

#menu-metanavigation a{
	text-decoration: none !important;
	color: #575756;
}

#menu-metanavigation li.facebook a,
#smartfooter li.facebook a,
#menu-metanavigation li.instagram a,
#smartfooter li.instagram a{
	display: inline-block;
	color: transparent;
	margin-left: 1.5em;
	width: 1.5em;
	height: 1.5em;
	padding: 0;
	background-image: url(../img/facebook_icon.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(0.55em);
}

#menu-metanavigation li.instagram a,
#smartfooter li.instagram a{
	margin-left: 0.75em;
	background-image: url(../img/instagram_icon.png);
}

#smartfooter li.facebook a,
#smartfooter li.instagram a{
	margin-left: 0;
	margin-bottom: 1em;
}

/* ###################################################### HAUPTNAVI XS */

#xshauptnavigation{
	transition: transform 0.5s ease 0s;
	transform: translateY(0);
}

body.start #xshauptnavigation{
	transform: translateY(75px);
}

@media (min-width:992px) and (orientation:landscape){
	#xshauptnavigation{
		display: none;
	}
}
@media (max-width:991px) and (orientation:portrait){
	#hauptnavigation{
		display: none;
	}
}

@media (orientation:portrait){
	#hauptnavigation{
		display: none;
	}
	#xshauptnavigation{
		display: block;
	}
}

@media (max-width:991px) and (orientation:landscape){
	#hauptnavigation{
		display: none;
	}
	#xshauptnavigation{
		display: block;
	}
}



#xshauptnavigation,
#xshauptnavigation ul,
#xshauptnavigation li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
}

@media (max-width:991px){
	#xshauptnavigation,
	#xshauptnavigation ul,
	#xshauptnavigation li{
		font-size: 18px;
	}
}

.swiper-container{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background-color: #fff;
	white-space: nowrap;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.swiper-slide{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 18px;
	height: 100vh;
	display: inline-block;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 78vw;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	transition: opacity 1s ease 0s;
	opacity: 0.5;
	overflow: visible;
	z-index: 1;
}

.swiper-slide.swiper-slide-active{
	opacity: 1;
	z-index: 2;
}

.swiper-button-next{
	right: 0;
}
.swiper-button-prev{
	left: 0px;
}

.swiper-button-next,
.swiper-button-prev{
	position: absolute;
	background-color: transparent;
	width: 11vw;
	height: 100%;
	top: 0;
	margin: 0;
	background-image: none;
	box-sizing: border-box;
	overflow: visible;
}

.swiper-button-next > i,
.swiper-button-prev > i{
	position: absolute;
	background-color: transparent;
	display: block;
	left: 0;
	top: 50%;
	width: 11vw;
	height: 11vw;
	overflow: visible;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transform: translateY(-50%);
	font-size: 8vw;
	text-align: center;
}

.swiper-button-next > i:before,
.swiper-button-prev > i:before{
	overflow: visible;
	color: #575756;
}

.swiper-pagination{
	display: none;
}

.xs-img-overlay{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 78vw;
	height: 100%;
	background-color: #fff;
	transition: opacity 1s ease 0s, width 0s ease 1s, margin-left 0s ease 1s;
	opacity: 0;
	z-index: 2;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}

li.current-menu-item.swiper-slide-active .xs-img-overlay{
	transition: opacity 1s ease 0s, width 0s ease 0s, margin-left 0s ease 0s;
	width: 101vw;
	margin-left: -11.5vw;
	opacity: 1;
}

#xshauptnavigation > .swiper-wrapper > li.current-menu-item.swiper-slide-active:before{
	opacity: 1;
	width: 101vw;
	margin-left: -11.5vw;
}

/* ################################# HAUPTNAVI XS EBENE 1 */


#xshauptnavigation > .swiper-wrapper > li > a{
	display: block;
	font-weight: 600;
	font-size: 1.2em;
	width: 78%;
	padding: 0.8em 0 1em 0;
	margin: 0;
	margin-top: -2em;
	box-sizing: content-box;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-100%) translateZ(0px);
	color: #575756;
	border: none;
	text-decoration: none !important;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	z-index: 4;
	color: #fff;
	background-color: rgba(87,87,86,0.7);
	border-radius: 2px;
}

#xshauptnavigation > .swiper-wrapper > li > a:hover,
#xshauptnavigation > .swiper-wrapper > li.current-menu-item > a{
	color: #fff;
	background-color: rgba(87,87,86,0.4);
}

#xshauptnavigation > .swiper-wrapper > li > ul.sub-menu{
	position: absolute;
	left: 50%;
	bottom: 9999px;
	display: inline-block;
	box-sizing: content-box;
	min-height: 1px;
	width: 78%;
	transform: translate(-50%,0%) rotate(180deg);
	transition: opacity 0.5s ease 0s;
	opacity: 0;
	z-index: 5;
}

body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu{
	opacity: 1;
	bottom: 6.25em;
}

#xshauptnavigation > .swiper-wrapper > li > ul.sub-menu li a{
	text-decoration: none !important;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	width: 100%;
	min-height: 1px;
	box-sizing: content-box;
	color: #fff;
	padding: 0.3em 0 0.4em 0;
	margin-top: 0.5em;
	background-color: rgba(87,87,86,0.8);
	border: none;
	transform: rotate(180deg) translateZ(0px);
	opacity: 0;
	transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
	border-radius: 2px;
}

@media (max-width:767px){
	#xshauptnavigation > .swiper-wrapper > li > a{
		font-size: 1em;
		padding: 0.5em 0 0.5em 0;
		margin-top: -1em;
	}
	#xshauptnavigation > .swiper-wrapper > li > ul.sub-menu li a{
		font-size: 1em;
		padding: 0.5em 0 0.5em 0;
	}
	body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu{
		bottom: 3.5em;
	}
}

@media (max-width:767px) and (orientation:landscape){
	#xshauptnavigation > .swiper-wrapper > li > a{
		margin-top: -0.5em;
	}
	body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu{
		bottom: 3em;
	}
}

body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(1) > a{
	transition: opacity 0.5s ease 0s, background-color 0.3s ease 0s;
}
body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(2) > a{
	transition: opacity 0.5s ease 0.1s, background-color 0.3s ease 0s;
}
body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(3) > a{
	transition: opacity 0.5s ease 0.2s, background-color 0.3s ease 0s;
}
body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(4) > a{
	transition: opacity 0.5s ease 0.3s, background-color 0.3s ease 0s;
}
body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(5) > a{
	transition: opacity 0.5s ease 0.4s, background-color 0.3s ease 0s;
}
body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(6) > a{
	transition: opacity 0.5s ease 0.5s, background-color 0.3s ease 0s;
}
body.ajax-complete #xshauptnavigation > .swiper-wrapper > li.current-menu-item > ul.sub-menu li:nth-child(7) > a{
	transition: opacity 0.5s ease 0.6s, background-color 0.3s ease 0s;
}


body.ajax-complete #xshauptnavigation > .swiper-wrapper > li > ul.sub-menu li a{
	opacity: 1;
}

#xshauptnavigation > .swiper-wrapper > li > ul.sub-menu li a:hover{
	color: #fff;
	background-color: rgba(87,87,86,0.4);
}

#xshauptnavigation > .swiper-wrapper > li > ul.sub-menu .xs-img-overlay{
	display: none;
}


/* ################################# HAUPTNAVIGATION SCRIM  */

#hauptnavigation > li:before,
#xshauptnavigation > .swiper-wrapper > li:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	z-index: 3;
    background: transparent;
	transition: opacity 1s ease 0s;
	opacity: 0.7;
	background-image: url(../img/scrim.png);
	background-size: 3px 100%;
	background-repeat: repeat no-repeat;
	background-position: left bottom;
}

#xshauptnavigation > .swiper-wrapper > li:before{
	opacity: 0.8;
}

/* ################################# SMARTFOOTER */

#smartfooter{
	background-color: #fff;
}

#smartfooter{

}

#smartfooter ul,
#smartfooter li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#smartfooter li{
	display: block;
	border-top: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(0,0,0,0.2);
	padding: 0;
}

#smartfooter li a{
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	transition: color 0.5s ease 0s;
	color: rgba(0,0,0,0.4);
	padding: 0.25em 0 0.25em 0;
	font-weight: 600;
	padding: 0.75em 0 0.8em 0;
}

#smartfooter li:nth-child(10),
#smartfooter li:nth-child(11){
	padding: 0.85em 0 1em 0;
	color: transparent !important;
}

#smartfooter li:nth-child(10) a,
#smartfooter li:nth-child(11) a{
	color: transparent !important;
}

#smartfooter li a:hover,
#smartfooter li.current-menu-item a{
	color: rgba(0,0,0,0.65);
}


#smartfooter .search-toggle{
	font-size: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	cursor: pointer;
	transition: color 0.5s ease 0s;
	color: rgba(255,255,255,0.5);
	display: block;
	background-color: #555;
	border-top: 1px solid rgba(255,255,255,0.5);
}

#smartfooter .search-toggle:after{
	content: 'Suche';
	font-size: 0.5em;
	padding-left: 0.15em;
	vertical-align: 0.25em;
}

#smartfooter .search-toggle:hover{
	color: rgba(255,255,255,1);
}

#smartfooter li.socialmedia-toggle,
#smartfooter li.mainpaging{
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#smartfooter li.socialmedia-toggle > a:before{
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-bottom: -0.2em;
	margin-right: 0.3em;
	background-image: url(../img/socialwallhash.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

/* ################################# SEARCHOVERLAY */

#searchoverlay{
	position: fixed;
	left: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	background-color: #fff;
	transition: opacity 1s ease 0s, top 0s linear 1s;
	opacity: 0;
	top: -9999px;
	z-index: 10;
}

body.suchen #searchoverlay{
	transition: opacity 1s ease 0s, top 0s linear 0s;
	opacity: 1;
	top: 0;
}

#searchoverlay .container{
	position: relative;
	background-color: transparent;
	max-height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0em;
}

@media (min-width:992px){
	#searchoverlay > .container{
		padding-top: 3em;
	}
}

@media (max-width:991px){
	#searchoverlay .container{
		padding-top: 2em;
	}
}

@media (max-width:767px){
	#searchoverlay .container{
		padding-top: 4.5em;
	}
}

#searchoverlay .search-toggle{
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 5em;
	font-size: 2em;
	cursor: pointer;
	transition: color 0.5s ease 0s;
	color: rgba(87,87,86,0.5);
	z-index: 9999;
}

@media (max-width:1199px){
	#socialmediaoverlay .search-toggle,
	#searchoverlay .search-toggle{
		top: 3.5em;
	}
}

@media (max-width:991px){
	#socialmediaoverlay .search-toggle,
	#searchoverlay .search-toggle{
		top: 3em;
	}
}

#searchoverlay .search-toggle:hover{
	color: rgba(87,87,86,1);
}

#searchoverlay input[type="search"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 2em;
	background-color: #fff;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	border: 1px solid rgba(86,86,85,0.3);
	outline: none !important;
	box-shadow: border-box;
	width: 100%;
	height: 2em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	line-height: 1em;
	color: rgba(86,86,85,1);
	font-weight: 300;
	border-radius: 3px;
	margin: 0.5em 0 1em 0;
}

#serp{
	max-width: 100vw;
	overflow-x: hidden;
}

#suchergebnisse{
	max-width: 767px;
	margin: 0 auto;
	padding-bottom: 14em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

@media(max-width:991px){
	#suchergebnisse{
		padding-bottom: 5em;
	}
}

#suchergebnisse > a{
	background-color: rgb(255,255,255);
	display: block;
	width: 100%;
	position: relative;
	min-height: 1px;
	margin-bottom: 0;
	padding: 1em;
	padding-right: 4em;
	margin-top: 1px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(255,255,255,1);
	border-radius: 2px;
	transition: background-color 0.3s ease 0s;
	z-index: 1;
}

#suchergebnisse > a.jobgefunden{
	background-color: rgba(0,0,0,0.15);
	background-color: rgb(240,240,240);
	border-bottom: none;
}

#suchergebnisse > a:not(.jobgefunden) + a.jobgefunden{
	z-index: 2;
	margin-top: -3px;
}

#suchergebnisse > a.jobgefunden:hover{
	background-color: rgb(225,225,225);
}

#suchergebnisse > a:after{
	font-size: 3em;
	display: block;
	content:'\f105';
	width: 1em;
	height: 1em;
	position: absolute;
	right: -0.25em;
	top: 0.55em;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	overflow: visible;
	transition: right 0.3s ease 0s;
}

#suchergebnisse > a:hover:after{
	right: -0.4em;
}

#suchergebnisse h1,
#suchergebnisse h2,
#suchergebnisse img,
#suchergebnisse p{
	display: none;
}

#suchergebnisse p.einleitung{
	display: block;
}

#suchergebnisse > a > h1 + p{
	display: block;
}

#suchergebnisse{
	font-size: 1.2em;
}

#suchergebnisse strong{
	font-size: 1.2em;
	font-weight: 400;
	display: block;
	margin-bottom: 0.4em;
}

#suchergebnisse p{
	font-weight: 300;
}

/* ################################# SOCIAL MEDIA OVERLAY */

.social-wall-hash{
	display: block;
	position: absolute;
	width: 1.8em;
	height: 1.8em;
	background-color: transparent;
	left: 7.5em;
	top: 50%;
	margin-top: -0.8em;
	background-image: url(../img/socialwallhash.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

@media(max-width:991px){
	.social-wall-hash{
		display: none;
	}
}

.social-wall-hash:before{
	display: block;
	color: #575756;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 5.5em;
	height: 1em;
	content: 'Social Wall';
	font-size: 0.9rem;
	line-height: 1em;
	margin-top: -0.55em;
	padding-left: 0.5em;
	white-space: nowrap;
}

.social-wall-hash:after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	margin-top: 0;
	padding-left: 0;
	background-image: url(../img/socialwallhash_hover.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity 0.3s ease 0s;
	opacity: 0;
}

body.socialmediawall .social-wall-hash:after,
.social-wall-hash:hover:after{
	opacity: 1;
}

@media(max-width:991px){
	#socialmediaoverlay h2{
		margin-top: 0;
		padding-top: 0;
	}
}

#socialmediaoverlay{
	position: fixed;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	transition: opacity 1s ease 0s, top 0s linear 1s;
	opacity: 0;
	top: -9999px;
	z-index: 10;
}

body.socialmediawall #socialmediaoverlay{
	transition: opacity 1s ease 0s, top 0s linear 0s;
	opacity: 1;
	top: 0;
}

#socialmediaoverlay > .container{
	display: block;
	min-width: 1px;
	position: relative;
	background-color: transparent;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media (min-width:992px){
	#socialmediaoverlay > .container{
		max-height: 100%;
		padding-top: 3em;
	}
}

@media (max-width:991px){
	#socialmediaoverlay .container{
		padding-top: 2em;
	}
}

@media (max-width:767px){
	#socialmediaoverlay .container{
		padding-top: 4.5em;
	}
}

#socialmediaoverlay .socialmedia-toggle{
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 5em;
	font-size: 2em;
	cursor: pointer;
	transition: color 0.5s ease 0s;
	color: rgba(87,87,86,0.5);
	z-index: 9999;
}

@media (max-width:1199px){
	#socialmediaoverlay .socialmedia-toggle{
		top: 3.5em;
	}
}

#socialmediaoverlay .search-toggle:hover{
	color: rgba(87,87,86,1);
}

@media (min-width:1400px){
	#grid[data-columns]:before {
		content: '5 .column.size-1of5';
	}
	.column { float: left; }
	.size-1of5, .column { width: 20%; }
}

@media (max-width:1399px){
	#grid[data-columns]:before {
		content: '4 .column.size-1of4';
	}
	.column { float: left; }
	.size-1of4, .column { width: 25%; }
}

@media (max-width:1199px){
	#grid[data-columns]:before {
		content: '3 .column.size-1of3';
	}
	.column { float: left; }
	.size-1of3, .column { width: 33.333%; }
}


@media (max-width:991px){
	#grid[data-columns]:before {
		content: '2 .column.size-1of2';
	}
	.column { float: left; }
	.size-1of2, .column { width: 50%; }
}

@media (max-width:767px){
	#grid[data-columns]:before {
		content: '1 .column.size-1of1';
	}
	.column { float: left; }
	.size-1of1, .column { width: 100%; }
}


.socialmedia-element{
	color: #fff;
	border-radius: 0;
	padding: 0;
	border: 2px solid #fff;
	cursor: pointer;
	display: block;
	transition: background-color 0.3s ease 0s;
	background-color: #777;
	animation-name: drop;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	overflow: hidden;
}

.socialmedia-element.ohnebild{
	padding-top: 0.7em;
}

.socialmedia-element:hover{
	background-color: #555;
}

.socialmedia-element h2,
.socialmedia-element p,
.socialmedia-element img{
	margin: 0;
	padding: 0;
}
.socialmedia-element h2{
	font-weight: 600;
	font-style: 600;
	font-size: 1.25em;
}

.socialmedia-element img{
	width: 100%;
	height: auto;
}

.socialmedia-element .post-date:before{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	padding-right: 0.5em;
	display: inline-block;
	transform: translateY(-0.1em);
}

.socialmedia-element p{
	padding: 0 1em 0 1em;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.socialmedia-element p + p{
	opacity: 0.7;
	padding-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.5em;
}

.socialmedia-element.twitter .post-date:before{
	content: '\f081';
}
.socialmedia-element.instagram .post-date:before{
	content: '\f16d';
}
.socialmedia-element.facebook .post-date:before{
	content: '\f082';
}

#socialmediaoverlay #grid + div{
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.button.more.load-more-posts:after{
	content: '\f0ed';
}

@keyframes drop{
	0%{
		opacity: 0;
		margin-top: -3em;
	}
	100%{
		opacity: 1;
		margin-top: 0;
	}
}

@media(max-width:767px){
	.button.more.load-more-posts{
		display: block;
	}
	.button.more.load-more-posts:after{
		float: left;
		display: inline;
		right: auto;
		padding-left: 0.5em;
	}
}

#grid > .column{
	position: relative !important;
	float: left;
	display: block;
	transition: padding-top 0.5s ease 0s, transform 0.5s ease 0s;
}

.empty.load-more-posts,
.empty.load-more-posts:hover{
	cursor: default;
	opacity: 0.2;
	background-color: silver;
}

/* ################################# LINK KARTEN */

a.link-card > *{
	background-color: rgba(0,0,0,0.15);
	display: block;
	box-sizing: border-box;
	margin: 2px 0;
	position: relative;
	transition: background-color 0.5s ease 0s;
	text-decoration: none;
	padding: 0.5em;
	padding-right: 2.5em;
	padding-left: 0.75em;
	border-radius: 2px;
}

a.link-card:hover > *{
	background-color: rgba(0,0,0,0.25);
}

a.link-card > *:after{
	font-size: 2em;
	display: block;
	content:'\f105';
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	overflow: visible;
	transform: translateY(-50%);
	margin-top: 0.075em;
	transition: right 0.5s ease 0s;
}

a.link-card:hover > *:after{
	right: -0.25em;
}

/* ################################# ACCORDION */

.accordion-inner{
	margin: 6px 0 6px 0;
}

.accordion div.button{
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	position: relative;
	box-sizing: border-box;
	background-color: #b1b1b1;
	padding: 0.4em 2.25em 0.4em 0.8em;
	font-size: 1.25em;
	cursor: pointer;
	color: #fff;
	transition: color 0.5s ease 0s, min-width 0.5s ease 0.5s;
	font-weight: 600;
	border-radius: 2px;
}

.accordion .accordion-inner:nth-child(1) div.button{
	background-color: #e78045;
}
.accordion .accordion-inner:nth-child(2) div.button{
	background-color: #5fc2d0;
}
.accordion .accordion-inner:nth-child(3) div.button{
	background-color: #f4c400;
}
.accordion .accordion-inner:nth-child(4) div.button{
	background-color: #96c780;
}
.accordion .accordion-inner:nth-child(5) div.button{
	background-color: #fab75f;
}
.accordion .accordion-inner:nth-child(6) div.button{
	background-color: #a7cee4;
}
.accordion .accordion-inner:nth-child(7) div.button{
	background-color: #b1b1b1;
}
.accordion .accordion-inner:nth-child(8) div.button{
	background-color: #cdce75;
}
.accordion .accordion-inner:nth-child(9) div.button{
	background-color: #e78045;
}
.accordion .accordion-inner:nth-child(10) div.button{
	background-color: #5fc2d0;
}
.accordion .accordion-inner:nth-child(11) div.button{
	background-color: #f4c400;
}
.accordion .accordion-inner:nth-child(12) div.button{
	background-color: #96c780;
}
.accordion .accordion-inner:nth-child(13) div.button{
	background-color: #fab75f;
}
.accordion .accordion-inner:nth-child(14) div.button{
	background-color: #a7cee4;
}
.accordion .accordion-inner:nth-child(15) div.button{
	background-color: #b1b1b1;
}
.accordion .accordion-inner:nth-child(16) div.button{
	background-color: #cdce75;
}
.accordion .accordion-inner:nth-child(17) div.button{
	background-color: #e78045;
}
.accordion .accordion-inner:nth-child(18) div.button{
	background-color: #5fc2d0;
}
.accordion .accordion-inner:nth-child(19) div.button{
	background-color: #f4c400;
}
.accordion .accordion-inner:nth-child(20) div.button{
	background-color: #96c780;
}


.accordion .open div.button{
	transition: color 0.5s ease 0s, min-width 0.5s ease 0s;
	min-width: 100%;
}

.accordion .open div.button,
.accordion div.button:hover{
	color: #575756;
}

.accordion div.button:after{
	text-align: center;
	line-height: 1.05em;
	color: #575756;
	font-size: 1em;
	display: block;
	content:'\f067';
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0.75em;
	top: 50%;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	overflow: visible;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.5s ease 0s;
}

.accordion .accordion-inner.open div.button:after{
	transform: translateY(-50%) rotate(-225deg);
}


.accordion .accordion-inner.acc-hover-off  div.button{
	color: rgba(255,255,255,0.75);
	transition: color 0.3s ease 0s, min-width 0.5s ease 0.5s;
}

.accordion .accordion-inner.acc-hover-off .open div.button,
.accordion .accordion-inner.acc-hover-off div.button:hover{
	color: #fff;
}

.accordion .accordion-inner.acc-hover-off div.button:after{
	color: rgba(255,255,255,0.75);
	transition: transform 0.5s ease 0s, color 0.3s ease 0s;
}

.accordion .accordion-inner.acc-hover-off.open div.button:after,
.accordion .accordion-inner.acc-hover-off div.button:hover:after{
	color: #fff;
}

.accordion .accordion-inner .accordion-content{
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s ease 0s;
}

.accordion .accordion-inner .accordion-content .accordion-content-wrap{
	padding-top: 1em;
	padding-bottom: 2em;
	transition: opacity 0.3s ease 0s;
	opacity: 0;
}

.accordion .accordion-inner.open .accordion-content .accordion-content-wrap{
	transition: opacity 1s ease 0.3s;
	opacity: 1;
}


/* ################################# SCROLLTO BUTTON */

a[rel="scrollto"].button{
	display: inline-block;
	min-width: 1px;
	min-height: 1px;
	position: relative;
	box-sizing: content-box;
	background-color: #cdcd7a;
	padding: 0.4em 2.9em 0.4em 0.8em;
	font-size: 1.25em;
	cursor: pointer;
	color: #fff;
	transition: color 0.5s ease 0s;
	font-weight: 600;
	margin-top: 1em;
	border-radius: 2px;
}

.farbsection a[rel="scrollto"].button{
	background-color: #fff;
	color: #575756;
}

a[rel="scrollto"].button:hover{
	color: #575756;
}

a[rel="scrollto"].button:after{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1.05em;
	color: #575756;
	font-size: 2em;
	display: block;
	content: '\f107';
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0.25em;
	top: 50%;
	overflow: visible;
	transform: translateY(-50%);
	transition: transform 0.5s ease 0s;
}

.farbsection.farbsection-organge a[rel="scrollto"].button:after{
	color: #e5804c;
}

a[rel="scrollto"].button:hover:after{
	transform: translateY(-40%);
}

/* ################################# AUFZÄHLUNG */

ul.aufzaehlung, ul.aufzaehlung li{
	margin: 0;
	padding: 0;
}

ul.aufzaehlung li{
	position: relative;
	display: block;
	box-sizing: border-box;
	margin-top: 0.5em;
	line-height: 1.75em;
	padding-left: 1.4em;
}

ul.aufzaehlung li:last-child{
	margin-bottom: 0.875em;
}

ul.aufzaehlung li:before{
	content: '';
	width: 0.6em;
	height: 0.6em;
	position: absolute;
	left: 2px;
	top: 0.55em;
	background-color: rgba(87,87,86,0.5);
}

#arbeitgeber ul.aufzaehlung li:before{
	background-color: rgba(255,255,255,0.5);
}

ul.aufzaehlung:first-child li:first-child{
	margin-top: 0;
}

/* ################################# SLIDER */

.slider.swiper-container{
	background-color: transparent;
	height: auto;
	min-height: 1px;
	white-space: normal;
}

.slider.swiper-container .swiper-wrapper{
	background-color: transparent;
	height: auto;
	min-height: 1px;
}

.slider.swiper-container .swiper-wrapper .swiper-slide{
	background-color: transparent;
	height: auto;
	min-height: 1px;
	border: none;
	text-align: left;
}

.slider.swiper-container .swiper-button-next,
.slider.swiper-container .swiper-button-prev{
	width: 4rem;
	overflow: visible;
}

.slider.swiper-container .swiper-button-next:before,
.slider.swiper-container .swiper-button-prev:before{
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	display: block;
	content: '-';
	min-width: 1px;
	min-height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) translateZ(0px);
	text-align: center;
	color: #575756;
	transition: opacity 0.3s ease 0s, left 0.5s ease 0s;
	opacity: 0.5;
}

.farbsection-dunkel .slider.swiper-container .swiper-button-prev:before,
.farbsection-dunkel .slider.swiper-container .swiper-button-next:before{
	color: rgba(255,255,255,0.5);
}

.slider.swiper-container .swiper-button-next:hover:before,
.slider.swiper-container .swiper-button-prev:hover:before{
	opacity: 0.9;
}

.slider.swiper-container .swiper-button-next:before{
	content: '\f105';
}
.slider.swiper-container .swiper-button-prev:before{
	content: '\f104';
}

.slider.swiper-container .swiper-button-next:hover:before{
	left: 60%;
}
.slider.swiper-container .swiper-button-prev:hover:before{
	left: 40%;
}

/* ###################################################### BEWERBERBUTTON */

a.bewerberbutton{
	padding: 0.45em 1em 0.55em 1em;
	display: inline-block;
	box-sizing: content-box;
	font-size: 1.5em;
	box-shadow: 0 0 1em rgba(87,87,86,0.15);
	border-radius: 2px;
	border: none;
	color: #fff;
	background-color: #555;
	margin-top: 1em;
}

/* ###################################################### TEASER */

.teaser img.img-responsive{
	border-radius: 50%;
	box-shadow: 0 0 1.5em rgba(0,0,0,0.15);
}

.teaser h3{
	padding: 0.5em 0;
}

@media (max-width:991px){
	a.button.teaser-button{
		display: table;
		margin: 0 auto;
	}
}

a.button.teaser-button{
	margin-top: 0.75em;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

.slider .swiper-pagination{
	display: block;
	bottom: -12px;
}

.slider .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 0;
	box-sizing: border-box;
	border: 1px solid rgba(87,87,86,0.75);
	background-color: transparent;
	transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
}

.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 1px solid transparent;
	background-color: rgba(87,87,86,0.5);
}


/* ###################################################### FIGURE */

figure{
	margin: 0 !important;
}

figcaption{
	color: #aaa;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* ########################################### MEHRSPALTIGE TEXTE */

@media (min-width:992px){
	p.twocolumns{
		column-count: 2;
		column-gap: 30px;
	}
}

/* ########################################### COOKIE CONSENT */

body .cc-bottom{
	bottom: 7.4em;
}

@media (min-width:415px) and (max-width:991px){
	body .cc-bottom{
		bottom: 1em;
	}
}

body .cc-bottom,
body .cc-btn{
	border-radius: 2px;
}

body .cc-btn{
	transition: background-color 0.3s ease 0s;
	background-color: #888686 !important;
}

body .cc-btn:hover{
	background-color: #676666 !important;
}

body .cc-bottom a:focus {
	outline: 0 !important;
}


/* ########################################### PFLEGE EXPERTEN */

.experten-btn{
    background-color: #fff;
    display: table;
    padding: 0.5em;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    border-radius: 2px;
		transition: background-color 0.5s ease 0s;
}

.experten-btn:hover{
	background-color: #dedede;
}
