/*
Farbschema
==========
hellgrau (Navi)	e3e3e3
dunkelgrau:		575756
türkies:		28b8ce
rot: 			cf3628 => Integrationsfachdienst
orange:			f39655 => Schulbegleitung
gelb:			fbbb21 => KiTa
grün:			22a27b => Wohnen
dunkelblau:		00446b => Dienstleistungen & Produkte
blau (navi):	009fe3
*/

*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	color:#575756;
	line-height: 150%;
}
h1,h2,h3{
	font-family: "Roboto Condensed", sans-serif;
	line-height: 100%;
}
h1,h2{
	font-weight:normal;
	font-size: 50px;
	padding-bottom: 30px;
}
h3{
	font-weight:normal;
	font-size: 30px;
	padding-bottom: 10px;
}
video{
	max-width: 100%;
}
.topbar a,
.inhalt a,
.article a,
.news-single .article a{
	color:#575756;
	text-decoration: underline;
}
.inhalt a:hover{
	text-decoration: none;
}
a,
.topbar a,
.article a{
	text-decoration: none;
}
p,
ul{
	padding-bottom: 20px;
	list-style: none;
}
p:last-child,
ul:last-child,
li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
li{
	margin-left: 0px;
	margin-bottom:10px;
}
li li{
	list-style-type: none;
	margin-bottom:0px;
}
.inhalt ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #28b8ce;
  font-weight: bold;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 18px; /* Also needed for space (tweak if needed) */
  margin-left: 0; /* Also needed for space (tweak if needed) */
  font-size: 30px;
  position: relative;
  top:5px;
}
img{
	display:block;
	max-width: 100%;
	height: auto;
}
blockquote{
	margin: 45px 0 45px 0 !important;
	padding-top:25px;
	text-indent: 45px;
	font-weight: 500;
	background: url(../bilder-layout/quote_tuerkies.png) no-repeat top left;
	background-size:30px 20px;
}
figcaption{
	font-size: 70%;
}
td{
	vertical-align: top;
	padding-right: 10px;
}
td:last-child{
	padding-right: 0;
}
.clearer{
	clear: both;
}
.topbar{
	padding:15px 0;
}
.topbar .inner .frame{
	float:left;
	margin-right: 50px;
}
.topbar .frame img{
	height: 25px;
	width:auto;
}
.logo{
	position: absolute;
	top:-20px;
	left:calc(50% - 100px);
}
.container-navi{
	padding:40px 0 24px 0;
	position: relative;
	background: #28b8ce;
	width: 100%;
	z-index: 100;
}
.container-navi nav{
	font-size:19px;
}
.container-navi nav.links{
	float:left;
}
.container-navi nav.rechts{
	float: right;
}
.container-navi.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150;
    padding:20px 0 0 0;
}

.container-navi.fixed .logo{
	height: 45px;
	width:auto;
	margin-right: 30px;
	margin-left:30px;
	top:-5px;
}
.center-content,
.newsarchiv .inhalt,
.frame-type-list .tx-powermail{
	width:1600px;
	margin:0 auto;
	position: relative;
}
.navi-main > .level-1> .navi-elem{
	display:inline-block;
	padding: 10px 18px;
	position: relative;
}
.navi-main > .level-1> .navi-elem.act,
.navi-main > .level-1> .navi-elem.cur{
	background: #fff;
}
.navi-main > .level-1> .navi-elem.act > a,
.navi-main > .level-1> .navi-elem.cur > a{
	color:#28b8ce;
}
.navi-main > .level-1> .navi-elem:last-child{
	margin-right: 0;
}
.navi-main > .level-1> .navi-elem > a{
	color:#fff;
	text-decoration: none;
}
.navi-main .level-2{
	position: absolute;
	top:51px;
	left:0;
	z-index: 110;
	display:none;
	padding-top: 25px;
}
.rechts .navi-main .level-2{
	left: unset;
	right: 0;
}

.navi-main .level-2 > .navi-elem{
	position: relative;
	border-bottom: 2px solid #28b8ce;
}
.navi-main .level-2 > .navi-elem:last-child{
	border:0;
}
.navi-main .level-2 > .navi-elem > a{
	padding:7px 78px 7px 35px;
	display:block;
	white-space: nowrap;
	color:#28b8ce;
}
.navi-main .level-2 img.btn-level-3,
.navi-main.level-1 img.btn-level-2{
	width: 13px;
	position: absolute;
	right: 15px;
	top:0;
	cursor: pointer;
	padding:10px 15px;
}
.navi-main.level-1 img.btn-level-2{
	top:13px;
}
.navi-main .level-3{
	background:#e3e3e3;
	display:none;
	line-height: 120%;
}
.navi-main .level-3 > .navi-elem{
	margin:0 5px;
	border-bottom: 2px solid #fff;
}
.navi-main .level-3 > .navi-elem:last-child{
	border:0;
}
.navi-main .level-3 > .navi-elem a{
    padding: 7px 30px 7px 45px;
    display: block;
}
.icon-box{
	position: fixed;
	left:0;
	top:240px;
	z-index: 100;
}
.icon-box a > div{
	margin-bottom: 30px;
}
.icon-box .frame,
.icon-box span.social-media{
	width:110px;
	height:110px;
	padding:15px;
	background: #28b8ce;
	text-align:center;
	font-size: 17px;
}
.icon-box .frame a{
	color:#fff;
}
.icon-box img{
	max-width:70px;
	max-height:70px;
}
.icon-box .social-media{
	display: block;
	cursor: pointer;
	position: relative;
}
.icon-box span.social-media > span{
	color:#fff;
}
.icon-box span.social-media img{
	max-width: 50px;
	max-height: 50px;
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	margin-top: 15px;
}
.icon-box span.social-media .wrapper{
    display: none;
    padding-left: 8px;
	position: absolute;
	left: 138px;
    top: 0;
}
.icon-box span.social-media .wrapper img{
	max-width: 28px;
	max-height: 28px;
	background: #fff;
	padding: 7px;
	margin-top: 0;
	margin-bottom: 7px;
}
.topbar{
	line-height: normal;
}
.topbar .darstellung{
	float: right;
}
.topbar .darstellung > div{
	float:left;
	margin-left: 20px;
	cursor: pointer;
}
.topbar .darstellung .inner{
	display: table-cell;
	background:#575756;
	color:#fff;
	width:35px;
	height:35px;
	vertical-align: middle;
	text-align: center;
}
.topbar .darstellung > div:nth-child(1){
	padding-top: 5px;
	padding-right: 30px;
}
.topbar .darstellung > div:nth-child(2) .inner{
	width:auto;
	padding:0 10px;
}
.container-kopf{
	position: relative;
}
.kopfbild .ce-row{
	margin:0;
}
.slick-dots{
	bottom:25px;
}
.slick-dots li{
	margin:0 10px;
}
.slick-dots li:before{
	content:unset !important;
}
.slick-dots li button{
	background: #fff;
}
.slick-dots li.slick-active button{
	background: #28b8ce;
}
.slick-dots li button:before{
	content:'';
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus{
	left: 25px;
    background: url(../bilder-layout/arrow-left.png) no-repeat #28b8ce center center;
    background-size: 24px 42px;
    width:60px;
    height: 60px;
    z-index: 50;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
    right: 25px;
    background: url(../bilder-layout/arrow-right.png) no-repeat #28b8ce center center;
    background-size: 24px 42px;
    width:60px;
    height: 60px;
}
.slick-next:before,
.slick-prev:before{
	content:'';
}
.startseite .inhalt-oben{
	text-align: center;
	margin: 60px 0;
}
.inhalt > .frame-type-text,
.inhalt > .frame-type-image,
.inhalt > .frame-type-shortcut{
	text-align: center;
}
.inhalt > .frame-type-textpic .ce-textpic.ce-right .ce-gallery{
	margin-left: 100px;
}
.inhalt > .frame-type-textpic .ce-textpic.ce-left .ce-gallery{
	margin-right: 100px;
}
/*.inhalt > .frame-type-shortcut{
	margin-top: 60px;
}*/
.startseite .neues{
	padding: 60px 0 30px 0;
	background: url(../bilder-layout/bg_canvas-compressor.jpg) no-repeat;
	background-size: cover;
}
.startseite .neues a.button,
.jobs-landingpage a.button{
    color: #fff;
    background: #28b8ce;
    padding: 5px 25px;
    margin: 30px auto 0 auto;
    display: block;
    width: 160px;
    text-align: center;
}
.inhalt > .frame-type-header{
	margin:60px 0;
}
.inhalt > .frame,
.inhalt > .gridWrap .wrapper{
	margin-bottom:60px;
}
.inhalt > .frame-type-header{
}
.inhalt > .frame-type-header header{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.frame-type-header h1,
.frame-type-header h2{
	padding:0;
}
.startseite .neues .frame-type-header{
	text-align: center;
	margin-bottom: 30px;
	padding:0;
}
.news-list-view .article{
	width:380px;
	height:570px;
	float: left;
	background: #fff;
	padding: 45px 45px 65px 45px !important;
	position: relative;
	margin:0;
}
.news-list-view .page-navigation > p{
	float: none;
}
.news-list-view ul.f3-widget-paginator{
	display: flex;
	gap:10px;
}
.news-list-view ul.f3-widget-paginator li{
	display: block;
	margin-bottom: 0;
}
.news-list-view ul.f3-widget-paginator li:before{
	content:unset;
}
.news-list-view .page-navigation:first-child{
	display: none;
}
a.more{
	background:#fff;
	color: #575756;
	padding:5px 25px;
	position: absolute;
	bottom: 25px;
	left:45px;
}
.news-list-date{
	display:none;
}
.news-list-view .article:nth-child(3n+2){
	margin: 0 95px;
	background: #28b8ce;
	color:#fff;
}
.news-list-view .article:nth-child(3n+2) .header a{
	color:#fff;
}
.news-list-view .article:nth-child(2n+1) a.more{
	color:#fff;
	background:#28b8ce;
}
.news .article .news-img-wrap img,
.news .article .news-img-wrap a,
.news .article .news-img-wrap{
	float:none;
}
.news .article .news-img-wrap{
	margin:0 0 30px 0;
	background: transparent;
}
.news .article .news-img-wrap a{
	padding: 0;
	border:0;
	background: transparent;
}
.news-detail .kopfbild,
.news-detail .kopfbild .ce-gallery,
.news-detail .inhalt > .frame{
	margin-bottom: 0;
}
.news-detail footer{
	margin-top: 0;
}
.news.news-single .news-list-category{
	display:none;
}
.news.news-single .news-list-date{
	color:#28b8ce;
}
.news.news-single .footer span,
.news-single .footer{
	border:0;
}
.news.news-single .article .news-img-wrap {
    margin: 0 0 30px 60px;
    background: transparent;
    float: right;
    width: auto;
    max-width: 400px;
}
.news.news-single .article .teaser-text{
	display:none;
}
.news.news-single .article .news-img-wrap .outer{
	margin-bottom: 30px;
}
.newsarchiv .news-list-date{
	display: block;
	color:#28b8ce;
	font-weight: bold;
	padding-bottom: 10px;
}
.newsarchiv .news-list-view .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.newsarchiv .news-list-view .article{
	height: auto;
}
.newsarchiv .news-list-view .article:nth-child(3n+2){
	margin: 0;
    background: unset;
    color: unset;
}
.newsarchiv .news-list-view .article:nth-child(3n+2) .header a{
	color:unset;
}
.newsarchiv .news-list-view .article a.more {
    color: #fff;
    background: #28b8ce;
}
.newsarchiv .news-list-view .article .teaser-text{
	margin-bottom: 20px;
}
.newsarchiv .page-navigation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
/*.newsarchiv .news-list-view .article .teaser-text div[itemprop="description"]:after{
	content:'';
	display: block;
	height: 150px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
}*/
.startseite .inhalt-unten{
	padding-top: 30px;
	margin-bottom: 60px;
}
.startseite .teaser{
	background-repeat: no-repeat;
	background-size: auto 170px;
	padding-top: 100px;
	position: relative;
	margin-top: -40px;
}
.startseite .teaser:first-child{
	margin-top: 0px;
}
.startseite .teaser:nth-child(0){
	z-index:40;
}
.startseite .teaser:nth-child(1){
	z-index:30;
}
.startseite .teaser:nth-child(2){
	z-index:20;
}
.startseite .teaser:nth-child(3){
	z-index:10;
}
.startseite .teaser .center-content,
.gridWrap .zwei-spaltig,
footer .center-content,
.content-two-cols .center-content,
.content-special-view .center-content,
.gridWrap .ein-spaltig.marmoriert .center-content,
.gridWrap .zwei-spaltig.marmoriert .center-content,
.news-single .article .center-content{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.news-single .article .news-list-date{
	display: block;
}
.gridWrap .zwei-spaltig.marmoriert,
.gridWrap .ein-spaltig.marmoriert,
.news-single{
	width: 100%;
	background: url(../bilder-layout/bg_canvas-compressor.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
	margin-bottom: 0;
}
.gridWrap .zwei-spaltig.marmoriert .headline{
	padding-bottom: 60px;
}
.gridWrap .ein-spaltig.marmoriert{
	text-align: center;
}
.startseite .teaser .text{
	background:#28b8ce;
	color:#fff;
	width:410px;
	position:absolute;
	z-index: 30;
	padding: 45px 45px 85px 45px;
	bottom:0;
}
.startseite .teaser:nth-child(odd){
	background-position: top 40px right;
}
.startseite .teaser:nth-child(odd) .text{
	right:0;
}
.startseite .teaser:nth-child(even){
	background-position: top 40px left;
}
.startseite .teaser:nth-child(even) .text{
	left:0;
}
.startseite .teaser:nth-child(even) .bild{
	float:right;
}
.startseite .teaser .text h2{
	padding-bottom: 12px;
}
footer{
	background:#28b8ce;
	color:#fff;
	padding:60px 0;
}
footer a{
	color: #fff;
}
footer .col{
	float:left;
}
footer .col-1{
	width:300px;
}
footer .col-2,
footer .col-3{
	width:350px;
}
footer .col-4{
	width: 200px;
}
footer .col-1 img{
	position:relative;
	left:-49px;
	margin-bottom: 29px;
}
footer a[href^="tel:"] {
	padding-left:30px;
	background: url(../bilder-layout/icon_telefon_weiss.png) no-repeat left center;
	background-size: 20px 20px;
}
.sb-slidebar{
	display:none;
}
.gridWrap:last-child{
	padding-bottom: 0;
}
.gridWrap .zwei-spaltig .spalte-1,
.gridWrap .zwei-spaltig .spalte-2{
	width:calc(50% - 45px);
	float:left;
}
.gridWrap .zwei-spaltig .spalte-1{
	padding-right: 45px;
}
.gridWrap .zwei-spaltig .spalte-2{
	padding-left: 45px;
}
.content-two-cols{
	color:#fff;
	padding:60px 0;
	background-color:#28b8ce;
	background-repeat: no-repeat;
	background-position: left top 110px;
}
.content-two-cols h2{
	text-align: center;
	padding-bottom: 60px;
}
.content-two-cols .text,
.content-two-cols .bild{
	width:570px;
	float:left;
}
.content-two-cols .bild{
	margin-right: 60px;
}
.content-two-cols.bild-rechts{
	background-position: right top 110px;
}
.content-two-cols.bild-rechts .text{
	float:left;
	margin-right: 60px;
}
.content-two-cols.bild-rechts .bild{
	float:right;
	margin:0;
}
.content-special-view{
	background: url(../bilder-layout/bg_canvas-compressor.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
    margin-bottom: -560px;
}
.content-special-view h2{
	text-align: center;
	padding-bottom: 60px;
}
.content-special-view-repeat{
	overflow: hidden;
}
.content-special-view-repeat .content-special-view-elem{
	position: relative;
    margin-bottom: 190px;
}
.content-special-view-repeat .content-special-view-elem .text{
	width:410px;
	height:760px;
	padding:45px;
	background: #fff;
	position: relative;
	bottom:470px;
	z-index: 30;
	float:right;
}
.content-special-view-repeat .content-special-view-elem:nth-child(odd) .text{
	background: #28b8ce;
	color:#fff;
	float:left;
	top:100px;
	bottom:auto;
}
.content-special-view-repeat .content-special-view-elem .bild{
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
}
.content-special-view-repeat .content-special-view-elem:nth-child(odd) .bild{
	right:0;
	left: auto;
}
/* Button mobile Navi Start */
#btnMobileMenu{
	display:none;
	padding:20px;
	position:absolute;
	right:20px;
    top:20px;
}
#btnMobileMenu .inner{
	position:relative;
	width:26px;
	height:20px;
	cursor:pointer;
}
#btnMobileMenu span.pipe{
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #fff;
	border-radius:2px;
	opacity: 1;
}
.startseite #btnMobileMenu span.pipe{
	background-color: #fff;
}
#btnMobileMenu span.pipe:nth-child(1) { top: 0px; }
#btnMobileMenu span.pipe:nth-child(2) { top: 8px; }
#btnMobileMenu span.pipe:nth-child(3) { top: 16px; }
/* Button mobile Navi Ende */
#slideDownBtn{
	display:none;
	cursor: pointer;
}
.topbar .ce-gallery{
	margin-bottom: 0 !important;
}
.adresse-telefon{
    position: relative;
    top: 5px;
}
.ansprechpartner .inhalt > .frame-type-header header{
	max-width: 1600px;
}
.ansprechpartner .inhalt > .frame-type-header{
	margin-bottom: 10px;
}
.ansprechpartner .inhalt > .frame-type-header:first-child{
	margin-bottom: 60px;
}
.gridWrap .vier-spaltig .center-content .spalte-1,
.gridWrap .vier-spaltig .center-content .spalte-2,
.gridWrap .vier-spaltig .center-content .spalte-3,
.gridWrap .vier-spaltig .center-content .spalte-4{
	width:355px;
	float:left;
	margin-right: 60px;
}
.gridWrap .vier-spaltig .center-content .spalte-4{
	margin-right: 0;
}
.gridWrap .vier-spaltig .ce-gallery{
	width: 355px;
	height:355px;
	background: #ccc;
}
.kopfbild .ce-gallery{
	margin-bottom: 0 !important;
}
.inhalt .frame-space-before-medium{
	margin-top: 51px;
}
.inhalt .ce-row,
.inhalt .ce-above .ce-gallery{
    margin-bottom: 25px;
}
.inhalt .ce-column {
	margin-right: 25px;
}
.inhalt .ce-column:last-child {
	margin-right: 0;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.inhalt > .frame-type-image{
	margin-top:-40px;
}
.navi-content{
	text-align: center;
	/* border-top: 1px solid #575756; */
	padding: 40px 0;
}
.navi-content .navi-elem{
	padding:5px 20px;
	display:inline-block;
}
.navi-content .navi-elem a{
	text-decoration: none;
}
.navi-content .navi-elem.cur a{
	color:#28b8ce;
}
.news-page .ein-spaltig.marmoriert > .center-content{
	width:1600px;
}
.news-page .article{
	margin-bottom: 95px;
}
.container-navi-border-farbverlauf{
	display:none;
}
.container-navi-border-farbverlauf.fixed{
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 150;
}

.multimedia{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.two-click-content-wrapper{
	width: 750px;
	max-width: 100%;
	left: 0;
	right:0;
	margin-bottom: 50px;
}
.two-click-content{
	position: relative;
    overflow: hidden;
}
.two-click-content iframe,
.two-click-content object,
.two-click-content embed{
	/*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    border:0;
    display: block;
}
.two-click-content .hinweistext{
	background: rgba(255,255,255,0.9);
	font-size: 15px;
	text-align: center;
	padding:25px;
	width: calc(100% - 50px);
	line-height: 140%;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.two-click-content a{
	text-decoration: underline;
}
.two-click-content a.button{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	background: #902a59;
	border-radius: 20px;
	padding:10px 30px;
	display: inline-block;
	border:0;
	color:#fff;
	margin:20px auto 0 auto;
	cursor: pointer;
	width: auto;
	text-decoration: none;
}
.two-click-content a.button:hover{
	color:#902a59;
	background: white;
}
.rechts .two-click-content-wrapper{
	max-width: 338px;
}
.rechts .two-click-content-wrapper .hinweistext{
	font-size: 14px;
}
.jobs-landingpage .frame-type-text a.button,
.jobs-landingpage .benefits a.button{
	width: fit-content;
	text-decoration: none;
}
.jobs-landingpage .frame-type-textpic a.button{
	width: fit-content;
	text-decoration: none;
	margin-left: unset;
	margin-right: unset;
}
.benefits h2{
	text-align: center;
}
.benefits #more-benefits{
	display: none;
}
.benefits .benefits-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}
.benefits .benefits-list li{
	color: #28b8ce;
	margin-bottom: 0;
	box-sizing: border-box;
	width: 220px;
	height: 220px;
	display: block;
	border: 2px solid #28b8ce;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 120%;
	cursor: pointer;
}
.benefits .benefits-list li.image-placeholder{
	border: 0;
}
.benefits ul.benefits-list li:before{
	content:unset;
}
.benefits .benefits-list li img{
	width: 100%;
}
.benefits .benefits-list li span{
	text-align: center;
	padding: 20px;
}
.benefits .benefits-list li.hover{
	color: #fff;
	background: #28b8ce;
}
.stellenangebote{
	background:#28b8ce;
	padding: 40px 0;
	margin: 60px 0;
}
.stellenangebote h3{
	color:#fff;
	text-align: center;
	padding-bottom: 30px;
}
.stellenangebote ul.liste-stellenangebote{
	background: #fff;
	padding: 30px;
}
.stellenangebote ul.liste-stellenangebote li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #28b8ce;
}
.stellenangebote ul.liste-stellenangebote li:not(:last-child){
	margin-bottom: 30px;
}
.stellenangebote ul.liste-stellenangebote li.keine-stellen{
	display: none;
	border: 1px solid #28b8ce;
	padding: 10px;
}
.stellenangebote ul.liste-stellenangebote li .wrapper{
	border: 1px solid #28b8ce;
	width: calc(100% - 130px);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.stellenangebote ul.liste-stellenangebote li:before{
	content:unset;
}
.stellenangebote ul.liste-stellenangebote li .name,
.stellenangebote ul.liste-stellenangebote li .arbeitszeit,
.stellenangebote ul.liste-stellenangebote li .zeichen{
	border-right: 0;
	padding: 10px;
	box-sizing: border-box;
}
.stellenangebote ul.liste-stellenangebote li .name{
	width: 55%;
	border-right: 1px solid #28b8ce;
}
.stellenangebote ul.liste-stellenangebote li .arbeitszeit{
	width: 35%;
	position: relative;
}
.stellenangebote ul.liste-stellenangebote li .arbeitszeit:after{
	content:'';
	border-right: 1px solid #28b8ce;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
.stellenangebote ul.liste-stellenangebote li .zeichen{
	width: 10%;
}
.stellenangebote ul.liste-stellenangebote li .link{
	width: 100px;
	margin-left: 30px;
}
.stellenangebote ul.liste-stellenangebote li .link a.button{
	margin-top: 0;
	width: auto;
	text-decoration: none;
}
.stellenangebote #filter-stellenangebote{
	display: flex;
}
.stellenangebote #filter-stellenangebote div{
	padding: 15px 20px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	color:#fff;
	cursor: pointer;
}
.stellenangebote #filter-stellenangebote div:last-child{
	border-right: 1px solid #fff;
}
.stellenangebote #filter-stellenangebote div.active{
	color:#28b8ce;
	background: #fff;
}
.karussell-slider{
	padding-top: 60px;
}
.karussell-slider h2{
	text-align: center;
}
.karussell-slider .swiper{
	overflow-x:hidden;
	padding: 100px 0 0 0;
}
.karussell-slider .swiper-slide .text{
	display: none;
	text-align: center;
}
.karussell-slider .swiper-slide{
	z-index: 10;
}
.karussell-slider .swiper-slide.swiper-slide-next{
	z-index: 20;
}
.karussell-slider .swiper-slide .bild{
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.karussell-slider .swiper-slide.swiper-slide-next .bild{
	transform: scale(1.4);
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.2);
}
.karussell-slider .swiper-slide.swiper-slide-next .text{
	display: block;
	width: 725px;
	margin-left: -100px;
	padding-top: 100px;
}
.swiper-button-prev{
	background:url(/fileadmin/bilder-layout/arrow-right.png) #28b8ce no-repeat center center;
	background-size: auto 30px;
	transform:rotate(180deg);
	width: 40px;
	height: 40px;
}
.swiper-button-next{
	background:url(/fileadmin/bilder-layout/arrow-right.png) #28b8ce no-repeat center center;
	background-size: auto 30px;
	width: 40px;
	height: 40px;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content:'' !important;
}
.karussell-slider .swiper-button-prev{
	position: absolute;
	top:270px;
	left: 392px;
	z-index: 20;
}
.karussell-slider .swiper-button-next{
	position: absolute;
	top:270px;
	right: 393px;
	z-index: 20;
}
.karussell-slider .swiper-button-disabled{
	opacity: .6 !important;
}
.ansprechpartner{
	margin-bottom: 60px;
}
.ansprechpartner-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:30px;
}
.ansprechpartner-wrapper .elem{
	width: calc(20% - 24px);
}
.ansprechpartner-wrapper .elem img{
	margin-bottom: 25px;
}
.frame-type-list .tx-powermail{
	background-color: #28b8ce;
	color:#fff;
	padding: 60px 120px;
	box-sizing: border-box;
	text-align: left;
}
.frame-type-list .tx-powermail fieldset{
	border:0;
}
.frame-type-list .tx-powermail fieldset legend,
.frame-type-list .tx-powermail form > h3{
	display: none;
}
.frame-type-list .tx-powermail label{
	display: none;
}
.frame-type-list .tx-powermail input,
.frame-type-list .tx-powermail select,
.frame-type-list .tx-powermail textarea{
	color:#8c8c8c;
	line-height: 120%;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 21px;
	padding: 15px 20px;
	border:0;
}
.frame-type-list .tx-powermail input::placeholder,
.frame-type-list .tx-powermail textarea::placeholder{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 21px;
}
.frame-type-list .tx-powermail .powermail_fieldwrap{
	margin-bottom: 15px;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_type_input{
	width: calc(50% - 15px);
	float: left;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_type_input:nth-child(even){
	margin-right: 30px;
}
.frame-type-list .tx-powermail input[type=text],
.frame-type-list .tx-powermail textarea{
	width: 100%;
	box-sizing: border-box;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_stellenangebotzeichen select{
	width: 100%;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_type_file label{
    display: block;
    background: url(/fileadmin/bilder-layout/btn_datei-hochladen.png) #fff center center no-repeat;
    background-size: 250px auto;
    height: 50px;
    padding: 50px;
    cursor: pointer;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_type_file .powermail_field input[type=file]{
	padding-left: 0;
	color: #fff;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_datenschutz label{
	display: block;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_datenschutz > label{
	display: none;
}
.frame-type-list .tx-powermail .powermail_fieldwrap_datenschutz input[type=checkbox]{
	width: 30px;
	height: 30px;
	position: relative;
	top: 7px;
}
.frame-type-list .tx-powermail input[type=submit]{
	background: #fff;
	color:#28b8ce;
	padding: 15px 50px;
	cursor: pointer;
}
.bildslider{
	margin-bottom: 60px
}
.inhalt .frame-type-text.frame-layout-7{
	text-align: left;
	width: 1400px;
}
.bild-slider-with-thumbs{
	padding-top: 60px;
}
.bild-slider-with-thumbs .bild img{
	margin: 0 auto;
}
.bild-slider-with-thumbs .thumbs{
	margin: 40px 0;
	width: 100%;
}
.bild-slider-with-thumbs .thumbs .swiper-slide{
	width: 225px;
	cursor: pointer;
}
.tx-kesearch-pi1{
	max-width: 1200px;
	margin: 0 auto;
}
.tx-kesearch-pi1 div.kesearchbox{
	height: auto;
}
.tx-kesearch-pi1 #ke_search_sword{
	position: static;
	color: #8c8c8c;
    line-height: 120%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 21px;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.tx-kesearch-pi1 a.resetButton,
.tx-kesearch-pi1 .submitbutt input{
	font-family: "Roboto Condensed", sans-serif;
    padding: 5px 25px;
    border: 0;
   	background-color: #28b8ce;
   	color: #fff;
   	max-width: unset;
   	display: block;
   	height: 42px;
   	box-sizing: border-box;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li:before{
	content: unset;
}