/*
Farben

Grau (Text)			#7b7b7a
Dunkelgrau (Menü)	#3e3d40
Hintergrundgrau		#a7afb5
Blau				#004494
Dunkelblau (Hover)	#032e60
Magenta 			#BA3286
Magenta Dunkel		#840e57
*/

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('../fonts/quicksand-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v7-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Bold'), local('Quicksand-Bold'),
       url('../fonts/quicksand-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v7-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

@font-face{
    /*font-family:"Netto Offc W01 Bold";*/
    font-family: 'ff-netto-web';
    font-style: normal;
    font-weight: 700;
    src:url("../fonts/1379066/fbb96b5a-23fa-45fb-865c-303efdc9f4a5.eot?#iefix");
    src:url("../fonts/1379066/fbb96b5a-23fa-45fb-865c-303efdc9f4a5.eot?#iefix") format("eot"),url("../fonts/1379066/230a24cb-d1aa-40b3-b6ef-e7484e787482.woff2") format("woff2"),url("../fonts/1379066/babf3181-0b40-4dde-ad4b-eaae06995fb8.woff") format("woff"),url("../fonts/1379066/9333e505-57a7-4712-9131-913908f9bef5.ttf") format("truetype");
}
/*@font-face{
    font-family:"Netto Offc W01 Light";
    src:url("../fonts/1379078/4de8c642-f455-42c9-89f0-789b835a3fc7.eot?#iefix");
    src:url("../fonts/1379078/4de8c642-f455-42c9-89f0-789b835a3fc7.eot?#iefix") format("eot"),url("../fonts/1379078/f62be66b-9da3-4b8a-824e-11f9626dc544.woff2") format("woff2"),url("../fonts/1379078/d6b7cd3e-ecd9-4843-8033-4f17f0696f5b.woff") format("woff"),url("../fonts/1379078/2368e1c0-3039-4188-8ef7-8f78ab98bc0a.ttf") format("truetype");
}*/
@font-face{
	/*font-family:"Netto W01 Regular";*/
	font-family: 'ff-netto-web';
	font-style: normal;
	font-weight: 400;
    src:url("../fonts/5560498/651229e3-b5d6-40da-9e9b-32e0127667ab.eot?#iefix");
    src:url("../fonts/5560498/651229e3-b5d6-40da-9e9b-32e0127667ab.eot?#iefix") format("eot"),url("../fonts/5560498/052be335-d0d2-49d2-867d-5e26b9c7b302.woff2") format("woff2"),url("../fonts/5560498/6c94e13c-af1f-4f6f-9d64-f68bf977e7ee.woff") format("woff"),url("../fonts/5560498/f45f3ff3-c6ff-4ffb-a007-c4f91a15389d.ttf") format("truetype");
}


/*Standard*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
.clearL, .clearR, .clear {
	clear: both;
}
H1, H2, H3, H4, H5, H6 {
	font: 700 18px/120% "ff-netto-web", "Quicksand", Arial, sans-serif;
	color: #7b7b7a;
	padding: 10px 0;
}
H1 {
	font-size: 34px;
	color: #004494;
}
H2 {
	font-size: 28px;
	color: #004494;
	padding-bottom: 0;
}
H3 {
	font-size: 24px;
	padding-bottom: 0;
}
H4 {
	font-size: 22px;
	padding-bottom: 0;
}
H5 {
	font-size: 20px;
	padding-bottom: 0;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p {
	margin-top: 10px;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 20px;
}
H1+H1,H1+H2,H1+H3,H1+H4,H1+H5,H2+H1,H2+H2,H2+H3,H2+H4,H2+H5,H3+H1,H3+H2,H3+H3,H3+H4,H3+H5,H4+H1,H4+H2,H4+H3,H4+H4,H4+H5,H5+H1,H5+H2,H5+H3,H5+H4,H5+H5{
	padding-top: 0;
}
P {
	padding: 0;
}
	P + P {
		padding: 15px 0 0;
	}

A {
	text-decoration: none;
	color: #004494;
	font-weight: 400;
}
A:hover {
	opacity: 0.7;
}


a.lightbox {
	position: relative;
}

	a.lightbox:hover {
		cursor: zoom-in;
	}


/*rgba(0,68,148,0.8);*/

.anchor {
	display: block;
	position: relative;
	top: -160px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

::-moz-selection {
	background: #f2f2f2;
	color: #3e3d40;
}

::selection {
	background: #f2f2f2;
	color: #3e3d40;
}

.divider {
	position: relative;
	height: 123px;
}

HR {
	position: absolute;
	left: calc(50% + 120px);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	border: 0;
	width: 2000px;
	height: 103px;
	margin: 10px auto;
	background: url(../img/divider.png) no-repeat center top / 2000px 103px;
}
.bel9 HR,
.bel35 HR {
	left: 50%;
}


TEXTAREA, INPUT, BUTTON, SELECT {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-font-smoothing: inherit;
	font: 400 18px/155% "ff-netto-web", "Quicksand", Arial, sans-serif;
	color: #7b7b7a;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
BUTTON {
	border: none;
	cursor: pointer;
}
INPUT[type=text], TEXTAREA, INPUT[type=password],INPUT[type=email], SELECT, BUTTON {
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], TEXTAREA, BUTTON {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT[type=submit] {
	cursor: pointer;
}
INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1030px #FFF inset;
	-webkit-text-fill-color: #000;
}

::-webkit-input-placeholder {
	color: #7b7b7a;
	opacity: 0.6;
}
:-moz-placeholder {
	color: #7b7b7a;
	opacity: 0.6;
}
::-moz-placeholder {
	color: #7b7b7a;
	opacity: 0.6;
}
:-ms-input-placeholder {
	color: #7b7b7a;
	opacity: 0.6;
}

/*Image Abstand*/
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.grey-box .box33 .item {
	margin: 10px 0;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
}
.allcont DIV.csc-textpic .csc-textpic-imagewrap {
	overflow: hidden;
}
#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

/*Alle Mitarbeiter undownloadbar machen*/
#uid312 .allcont IMG,
#uid200 .allcont IMG,
#uid201 .allcont IMG,
#uid202 .allcont IMG,
#uid203 .allcont IMG,
#uid204 .allcont IMG,
#uid205 .allcont IMG,
#uid316 .allcont IMG,
#uid206 .allcont IMG {
	pointer-events: none;
}

/*Alle Bilder bekommen eine Ecke*/
/* Dreieck links */
.grey-box .box33 .item:before,
.grey-box .box33 .item:after,
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after,
.teaser.version2020 .col:before,
.teaser.version2020 .col:after,
.teaser.version2020 > .box100:before,
.teaser.version2020 > .box100:after,
.teaser.slider-more-topics .box100:before,
.teaser.slider-more-topics .box100:after {
	content: '';
	position: absolute;
	left: 38%;
	bottom: 0;
	z-index: 2;
	display: block;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 525px 0 0 3000px;
	border-color: transparent transparent transparent #fff;

	-webkit-transform: translateX(-100%) translate3d(0,0,0);
	     -moz-transform: translateX(-100%) translate3d(0,0,0);
	      -ms-transform: translateX(-100%) translate3d(0,0,0);
	       -o-transform: translateX(-100%) translate3d(0,0,0);
	     transform: translateX(-100%) translate3d(0,0,0);

	pointer-events: none;
}

/* Dreieck rechts */
.grey-box .box33 .item:after,
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after,
.teaser.version2020 .col:after,
.teaser.version2020 > .box100:after,
.teaser.slider-more-topics .box100:after {
	border-width: 430px 3000px 0 0;
	border-color: transparent #fff transparent transparent;

	-webkit-transform: none;
	     -moz-transform: none;
	      -ms-transform: none;
	       -o-transform: none;
	     transform: none;
}
	
	/*Grauer Hintergrund*/
	.allcont .item.grey DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
	.item.grey .teaser.version2020 .col:before,
	.item.grey .teaser.slider-more-topics .box100:before {
		border-color: transparent transparent transparent #f2f2f2;
	}
	.allcont .item.grey DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after,
	.item.grey .teaser.version2020 .col:after,
	.item.grey .teaser.slider-more-topics .box100:after {
		border-color: transparent #f2f2f2 transparent transparent;
	}

	/*Magenta-Hintergrund*/
	/*.allcont .item.magenta-frame DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before {
		border-color: transparent transparent transparent #BA3286;
	}
	.allcont .item.magenta-frame DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
		border-color: transparent #BA3286 transparent transparent;
	}*/

/*Keine Kante*/
.no-edge .csc-textpic-image:before,
.no-edge .csc-textpic-image:after,
.grey-border .csc-textpic-image:before,
.grey-border .csc-textpic-image:after  {
	content: none !important;
}

.grey-border .csc-textpic .csc-textpic-imagewrap IMG {
	border: 1px solid #ddd;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	height: auto;
}

/*Blockstile*/
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center {
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right {
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify {
	text-align: justify;
}


.cont > .item,
#pre-foot > .gridwrapper > .item,
#pre-foot > .item,
.gridwrapper > .item,
.breadcrumbs {
	/*width: 980px;*/
	width: 1220px;
	margin-left: -webkit-calc((100% - 1220px) / 2);
	margin-left: -moz-calc((100% - 1220px) / 2);
	margin-left: calc((100% - 1220px) / 2);
	position: relative;
}

.cont > .gridwrapper {
	position: relative;
}

	.inner,
	.bel9 .cont > .item,
	.bel9 #pre-foot > .gridwrapper > .item,
	.bel9 #pre-foot > .item,
	.bel9 .gridwrapper > .item,
	.bel35 .cont > .item,
	.bel35 #pre-foot > .gridwrapper > .item,
	.bel35 #pre-foot > .item,
	.bel35 .gridwrapper > .item,
	.bel36 .cont > .item,
	.bel36 #pre-foot > .gridwrapper > .item,
	.bel36 #pre-foot > .item,
	.bel36 .gridwrapper > .item,
	.bel37 .cont > .item,
	.bel37 #pre-foot > .gridwrapper > .item,
	.bel37 #pre-foot > .item,
	.bel37 .gridwrapper > .item,
	.bel39 .cont > .item,
	.bel39 #pre-foot > .gridwrapper > .item,
	.bel39 #pre-foot > .item,
	.bel39 .gridwrapper > .item {
		width: 1220px;
		margin: 0 auto;
		position: relative;
	}

	/*Schmal*/
	.bel40 #pre-foot > .gridwrapper > .item,
	.bel40 #pre-foot > .item,
	.bel40 .gridwrapper > .item {
		width: 980px;
		/*margin: 0 auto;
		position: relative;*/
	}

	.cont > .item.b120 {
		width: 730px !important;
	}
	.item.b120 {
		max-width: 730px;
		margin-left: auto;
		margin-right: auto;
	}

	/*.item.b120 .tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio.full .radio,
	.item.b120 .tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check.full .checkbox,*/
	.item.b120 .tx-powermail .powermail_form .powermail_fieldwrap.full,
	.item.b120 .tx-powermail .powermail_form .powermail_fieldwrap,
	.item.b120 .newsL .field, .cr_ipe_item {
		padding-left: 0;
		padding-right: 0;
	}
	.item.b120 .tx-powermail .powermail_form .powermail_fieldwrap.box50-left,
	.item.b120 .cr_50_l {
		padding-right: 10px;
	}
	.item.b120 .tx-powermail .powermail_form .powermail_fieldwrap.box50-right,
	.item.b120 .cr_50_r {
		padding-left: 10px;
	}

.gridwrapper > .item .gridwrapper > .item,
.item > .gridwrapper > .item {
	width: auto;
	margin-left: 0;
}
	.gridwrapper > .item .gridwrapper > .item.b120,
	.item > .gridwrapper > .item.b120 {
		margin-left: auto;
	}

/*Textstile*/
.button,
BUTTON,
input[type="submit"],
.events.inhalt .col3 P A,
.button-magenta,
.button-contact,
.button-yellow,
.button-pdf,
.button-secondary,
.button-ghost,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_file > label {
	display: inline-block;
	width: auto;
	background: #004494;
	color: #fff;
	padding: 6px 15px;
	border: none;
	margin: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	font-size: 16px;
}
	.events.inhalt .col3 P A {
		display: block;
	}

	.button-contact {
		padding-left: 70px;
		background: #BA3286 url('../img/contact-persons.svg') no-repeat 15px center / auto 25px;
	}
	.button-contact:hover {
		background-color: #840e57;
	}

	.button-pdf {
		padding-left: 50px;
		background: #004494 url('../img/pdf.svg') no-repeat 15px center / 20px auto;
	}
	.button-secondary {
		background: transparent;
		color: #004494;
		border: 1px solid #004494;
	}

	.button-ghost {
		background: transparent;
		color: #004494;
		font-size: 14px;
	}
		.button-ghost:hover {
			opacity: 1;
			text-decoration: underline;
		}

.button:hover,
BUTTON:hover,
input[type="submit"]:hover,
.events.inhalt .col3 P A:hover,
.button-magenta:hover,
.button-yellow:hover,
.button-pdf:hover,
.button-secondary:hover,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_file > label:hover {
	background-color: #012d61;
	text-decoration: none;
	opacity: 1;
}

	.button-magenta {
		background: #BA3286;
	}
	.button-magenta:hover {
		background: #840e57;
	}
	
	.button-yellow {
		background: #d8bb14;
	}
	.button-yellow:hover {
		background: #bda51c;
	}

	.button-secondary:hover {
		color: #fff;
	}
	
.grossertext {
	font-size: 22px;
}
.kleinertext{
	font-size: 15px;
}
.blau {
	color: #004494 !important;
}
.weiss {
	color: #fff !important;
}
.gruen {
	color: #41a62a !important;
}

.magenta {
	color: #BA3286 !important;
}

.banner-stoerer {
	display: flex;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: #BA3286;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;

	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	transform: translate(-30%,-30%) rotate(-12deg);
}

.icon-daten-leben {
	width: 280px;
	height: 138px;
	display: block;
	background: url(../img/datenleben-grey.svg) no-repeat center center / 100% auto;
	text-indent: -100%;
	overflow: hidden !important;
	color: transparent;
}
	.lang-en .icon-daten-leben {
		background: url(../img/livingdata-grey.svg) no-repeat center center / 100% auto;
	}

	#claim .icon-daten-leben {
		width: 198px;
		height: 82px;
	}
	.lang-en #claim .icon-daten-leben {
		height: 100px;
	}

	@media all and (max-width: 760px) {
		#claim .icon-daten-leben {
			width: 120px;
			height: 49px;
		}
		.lang-en #claim .icon-daten-leben {
			height: 60px;
		}
	}

.icon-living-data {
	width: 479px;
	height: 239px;
	display: block;
	background: url(../img/livingdata-grey.svg) no-repeat center center / 100% auto;
	text-indent: -100%;
	overflow: hidden !important;
}

.icon-download {
	display: inline-block;
	background: #004494 url(../img/download-white.png) no-repeat 25px center / 10px 8px;
	color: #fff;
	padding: 15px 30px 15px 50px;
	margin: 0 0 5px;
}
	.icon-download:hover {
		background-color: #032e60;
		text-decoration: none;
		opacity: 1;
	}

.login,
.search,
.franchise,
.telefon,
.contact {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/login.svg) no-repeat left center / 15px 17px;
	text-transform: uppercase;
	color: #7b7b7a;
}

	.search {
	 	background: url(../img/search.svg) no-repeat left center / 15px 15px;
	}

	.franchise {
	 	background: url(../img/franchise.svg) no-repeat left center / 15px 15px;
	}

	.telefon {
	 	background: url(../img/phone.svg) no-repeat left center / 13px 13px;
	}

	.contact {
		background: url(../img/icon-contact.svg) no-repeat left center / 15px 10px;
	}

.chat,
.xing,
.linkedin,
.twitter {
	width: 56px;
	height: 48px;
	display: inline-block;
	background: url(../img/chat.svg) no-repeat center center / 56px 48px;
	text-indent: -100%;
	overflow: hidden !important;
	color: transparent !important;
}

	.xing {
		width: 17px;
		height: 20px;
		background: url(../img/xing.svg) no-repeat center center / 17px 20px;
	}

	.linkedin {
		width: 20px;
		height: 20px;
		background: url(../img/linkedin.svg) no-repeat center center / 20px 20px;
	}

	.twitter {
		width: 24px;
		height: 20px;
		background: url(../img/twitter.svg) no-repeat center center / 24px 20px;
	}

.back {
	position: relative;
	color: #646464;
	padding-left: 15px;
}

.back:hover {
	color: #004494;
	opacity: 1;
}

	.back:before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 8px 0;
		border-color: transparent #646464 transparent transparent;
	}

	.back:hover:before {
		border-color: transparent #004494 transparent transparent;
	}

/*Icons*/
.seminar-date,
.seminar-incl,
.seminar-prep {
	display: table;
	padding: 0 0 0 60px;
	margin: 10px 0;
	min-height: 65px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.seminar-date P,
.seminar-incl P,
.seminar-prep P {
	display: table-cell;
	vertical-align: middle;
}

.seminar-date {
	background: url(../img/date.png) no-repeat left center / 40px 34px;
}
.seminar-incl {
	background: url(../img/incl.png) no-repeat left center / 34px 40px;
}
.seminar-prep {
	background: url(../img/cloud.png) no-repeat left center / 40px 38px;
}


/*.XXXX Transitions*/
A,
.button,
.button-pdf,
BUTTON,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button,
.tx-felogin-pi1 input[type="submit"],
.accordion .acc-arrow,
.headnav UL.lang-switch.act LI:first-child,
.headnav UL.lang-switch.act LI:first-child A:after,
.teaser .col,
.teaser .col > DIV:last-of-type:before,
.teaser .col > DIV:last-of-type FIGURE IMG,
.services .col .csc-textpic .csc-textpic-imagewrap,
.livechat,
.livechat.stick P,
.popup-teaser,
.allcont .a-z LI,
.subNav,
.teaser > .gridrow.box100, 
.multicontent .tabs > DIV IMG  {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*Beide aktivieren wenn der Footer unten sitzen soll*/
HTML, BODY, #site {
	height: 100%;
}
BODY > #site {
	height: auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

/*Template*/
BODY {
	font: 400 18px/155% "ff-netto-web", "Quicksand", Arial, sans-serif;
	color: #7b7b7a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	margin: 0;
}

/*Head*/
.head {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.8);
}

	.head .inner {
		width: 1220px;
		margin: 0 auto;
	}

	.head > .inner {
		padding: 30px 0;
	}

.headnav {
	font-size: 14px;
	background: #e6e6e6;
	position: relative;
	z-index: 1;
}

.headnav A {
	text-transform: uppercase;
	color: #7b7b7a;
}

.headnav .contact {
	background-color: #BA3286;
	/*background-color: #840e57;*/
	background: #BA3286 url('../img/sofortkontakt.svg') no-repeat 10px center / 15px auto;
	color: #fff;
	padding: 8px 15px 6px 35px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.headnav .contact:hover {
	background-color: #840e57;
	opacity: 1;
}

	.headnav UL {
		display: inline-block;
		float: right;
	}

	.headnav UL:not(.lang-switch) LI {
		display: inline-block;
		vertical-align: top;
		line-height: 48px;
		height: 48px;
	}

	.headnav UL:not(.lang-switch) LI + LI {
		margin-left: 35px;
	}

	/*Sprache*/
	.headnav UL.lang-switch {
		/*position: absolute;
		top: 0;
		right: -webkit-calc((100% - 1220px) / 2);
		right: -moz-calc((100% - 1220px) / 2);
		right: calc((100% - 1220px) / 2);*/
		margin-left: 35px;
	}

	.headnav UL.lang-switch LI {
		display: inline-block;
		height: 48px;
		line-height: 48px;
	}

	.headnav UL.lang-switch LI + LI {
		margin-left: 10px;
	}

			/*Aktiv*/
			/*.headnav UL.lang-switch.act {
				box-shadow: 0 0 15px rgba(0,0,0,.15);
			}

			.headnav UL.lang-switch.act LI:first-child {
				background: #f2f2f2;
			}
			.headnav UL.lang-switch.act LI:first-child A:after {
				transform: rotate(180deg);
			}*/

	/*.headnav UL.lang-switch LI {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
		background: #fff;
	}

	.headnav UL.lang-switch LI:first-child {
		height: 48px;
		line-height: 48px;
		background: transparent;
	}

	.headnav UL.lang-switch LI:not(:first-child) {
		display: none;
	}

	.headnav UL.lang-switch LI:nth-child(2) {
		padding-top: 10px;
	}
	.headnav UL.lang-switch LI:last-child {
		padding-bottom: 10px;
	}*/

		.headnav UL.lang-switch LI A {
			/*padding-left: 25px;*/
			background: url(../img/lang-de.png) no-repeat left center / 16px 10px;

			display: inline-block;
			vertical-align: middle;
			width: 16px;
			height: 10px;
			text-indent: 100%;
			overflow: hidden;
			color: transparent;
		}
		/*.headnav UL.lang-switch LI:first-child A {
			position: relative;
		}
			.headnav UL.lang-switch LI:first-child A:after {
				content: '';
				display: inline-block;
				vertical-align: middle;
				width: 6px;
				height: 5px;
				background: url(../img/dropdown-arrow.svg) no-repeat center center / 6px 5px;
				padding-left: 10px;
			}*/

		/*Englisch*/
		.headnav UL.lang-switch LI.lang-en A {
			background-image: url(../img/lang-en.png);
		}

		/*Finnisch*/
		.headnav UL.lang-switch LI.lang-fi A {
			background-image: url(../img/lang-fi.png);
		}

		/*Französisch*/
		.headnav UL.lang-switch LI.lang-fr A {
			background-image: url(../img/lang-fr.png);
		}

		/*Italienisch*/
		.headnav UL.lang-switch LI.lang-it A {
			background-image: url(../img/lang-it.png);
		}

/*Logo*/
#logo {
	background: url(../img/logo.png) no-repeat left top / 100% auto;
	width: 180px;
	height: 168px;
	position: absolute;
	top: 0;
	right: -webkit-calc((100% - 1220px) / 2);
	right: -moz-calc((100% - 1220px) / 2);
	right: calc((100% - 1220px) / 2);
	transition: 0.4s ease;
}
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN {
	display: none;
}

@media all and (min-width: 760px) {
	.stickyhead #logo {
		width: 115px;
		height: 108px;
	}
}

@media all and (min-width: 1060px) {
	.stickyhead #logo {
		width: 95px;
		height: 89px;
	}
}




/*Datenstränge*/
.datenstrang {
	position: absolute;
	/*top: -webkit-calc(580px - 260px);
	top: -moz-calc(580px - 260px);
	top: calc(580px - 260px);*/
	bottom: 0;
	transform: translateY(40%);
	width: 100%;
	height: 400px;
	z-index: 998;
	overflow: hidden;
	pointer-events: none;
}

	/*.bel9 .datenstrang,
	.bel35 .datenstrang {
		top: -webkit-calc(740px - 260px);
		top: -moz-calc(740px - 260px);
		top: calc(740px - 260px);
	}*/

	#pre-foot {
		pointer-events: none;
	}
	#pre-foot .datenstrang {
		top: auto;
		bottom: -50px;
		transform: none;
	}
.datenstrang canvas {
	position: absolute;
	width: 120% !important;
	height: 100% !important;
	right: 50%;
	bottom: 70px;
	-webkit-transform: translateX(50%) rotate(-3deg);
	     -moz-transform: translateX(50%) rotate(-3deg);
	      -ms-transform: translateX(50%) rotate(-3deg);
	       -o-transform: translateX(50%) rotate(-3deg);
	     transform: translateX(50%) rotate(-3deg);
}

.beam {
	position: absolute;
	top: 15px;
	right: 50%;
	-webkit-transform: translateX(50%);
	     -moz-transform: translateX(50%);
	      -ms-transform: translateX(50%);
	       -o-transform: translateX(50%);
	     transform: translateX(50%);
	width: 2000px;
	height: 275px;
	overflow: hidden;
	background: url(../img/beam-color-sprite.png) no-repeat 0 0 / cover;
	-webkit-animation: beam 5s infinite steps(23);
	     -moz-animation: beam 5s infinite steps(23);
	       -o-animation: beam 5s infinite steps(23);
	     animation: beam 5s infinite steps(23);
}

/*23 Frames * height = Versatz*/
@-webkit-keyframes beam {
	90% {background-position: 0 0;}
	100% {background-position: 0 -6325px;}
}
@-moz-keyframes beam {
	90% {background-position: 0 0;}
	100% {background-position: 0 -6325px;}
}
@-o-keyframes beam {
	90% {background-position: 0 0;}
	100% {background-position: 0 -6325px;}
}
@keyframes beam {
	90% {background-position: 0 0;}
	100% {background-position: 0 -6325px;}
}

@media all and (min-width: 2000px) {
	.beam {
		width: 100vw;
		height: 13.75vw;
	}

	@-webkit-keyframes beam {
		20% {background-position: 0 0;}
		40% {background-position: 0 -316.25vw;}
		100% {background-position: 0 -316.25vw;}
	}

	@-moz-keyframes beam {
		20% {background-position: 0 0;}
		40% {background-position: 0 -316.25vw;}
		100% {background-position: 0 -316.25vw;}
	}

	@-o-keyframes beam {
		20% {background-position: 0 0;}
		40% {background-position: 0 -316.25vw;}
		100% {background-position: 0 -316.25vw;}
	}

	@keyframes beam {
		20% {background-position: 0 0;}
		40% {background-position: 0 -316.25vw;}
		100% {background-position: 0 -316.25vw;}
	}
}

/*Subhead*/
#subhead,
.slider {
	position: relative;
	height: 580px;
	/*overflow: hidden;*/
	width: 100%;
	-webkit-backface-visibility: hidden;
}

	.bel9 #subhead,
	.bel35 #subhead {
		height: 740px;
	}

	@media all and (max-width: 1300px) {
		.bel36 #subhead {
			height: 485px;
		}
	}

	@media all and (max-width: 760px) {
		.bel36 #subhead {
			height: auto;
		}
	}
	

	#subhead {
		padding-top: 44px;
	}

#subhead .item *,
.slider .item * {
	float: none;
	right: auto;
	overflow: hidden;
	position: static;
}

#subhead .icon-daten-leben {
	position: absolute;
	top: 240px;
	left: -webkit-calc((100% - 1220px) / 2);
	left: -moz-calc((100% - 1220px) / 2);
	left: calc((100% - 1220px) / 2);
	width: 350px;
	height: 143px;
	z-index: 9;
}	
	/*Template weißes Daten. Leben.*/
	.bel38 #subhead .icon-daten-leben {
		background-image: url('../img/datenleben-white.svg');
	}

/*Daten Leben Switch*/
#subhead .icon-daten-leben {
	top: 270px;
	left: auto;
	right: -webkit-calc((100% - 1220px) / 2 + 130px);
	right: -moz-calc((100% - 1220px) / 2 + 130px);
	right: calc((100% - 1220px) / 2 + 130px);
}
	.lang-en #subhead .icon-daten-leben {
		height: 175px;
		background-image: url('../img/livingdata-grey.svg');
	}

	.bel38.lang-en #subhead .icon-daten-leben {
		background-image: url('../img/livingdata-white.svg');
	}

	.bel9 #subhead .icon-daten-leben,
	.bel35 #subhead .icon-daten-leben {
		top: 175px;

		/*width: 280px;
		height: 114px;
		-webkit-background-size: 280px 114px;
		     -o-background-size: 280px 114px;
		        background-size: 280px 114px;*/
	}
	.bel9 #subhead .icon-daten-leben,
	.bel35 #subhead .icon-daten-leben {
		top: 450px;
	}
		/*.bel9.lang-en #subhead .icon-daten-leben {
			height: 114px;
			-webkit-background-size: 231px 114px;
			     -o-background-size: 231px 114px;
			        background-size: 231px 114px;
		}*/

	.bel10 #subhead .icon-daten-leben,
	.bel10.lang-en #subhead .icon-daten-leben,
	.bel36 #subhead .icon-daten-leben,
	.bel36.lang-en #subhead .icon-daten-leben,
	.bel37 #subhead .icon-daten-leben,
	.bel37.lang-en #subhead .icon-daten-leben,
	.bel39 #subhead .icon-daten-leben,
	.bel39.lang-en #subhead .icon-daten-leben {
		display: none;
	}
	
	/*Mitarbeiterseiten*/
	/*.pid1246 #claim {*/
	#uid1245 #claim,
	#uid1247 #claim,
	#uid1249 #claim,
	#uid1250 #claim {
		display: none;
	}

	/*HVV*/
	#uid1245 #subhead .icon-daten-leben,
	#uid1247 #subhead .icon-daten-leben,
	#uid1249 #subhead .icon-daten-leben,
	#uid1250 #subhead .icon-daten-leben {
		top: 50%;
		right: 50%;
		transform: translate(60%, -40%);
		width: 397px;
		height: 200px;
		background-image: url('../img/datenleben-gutefahrt.svg');
	}
	
	/*Gesundheit*/
	#uid1247 #subhead .icon-daten-leben {
		width: 539px;
		height: 200px;
		background-image: url('../img/datenleben-gesundheit.svg');
	}

	/*Schnäppchen*/
	#uid1249  #subhead .icon-daten-leben {
		width: 620px;
		height: 200px;
		background-image: url('../img/datenleben-schnaeppchenjagen.svg');
	}

	/*Academy*/
	#uid1250  #subhead .icon-daten-leben {
		width: 482px;
		height: 200px;
		background-image: url('../img/datenleben-kluegerwerden.svg');
	}

		@media all and (max-width: 760px) {
			#uid1245 #subhead .icon-daten-leben {
				width: 250px;
				height: 124px;
				/*background-size: 250px auto;*/
			}
			#uid1247 #subhead .icon-daten-leben {
				width: 250px;
				height: 92px;
				/*background-size: 250px auto;*/
			}
			#uid1249 #subhead .icon-daten-leben {
				width: 250px;
				height: 80px;
				/*background-size: 250px auto;*/
			}
			#uid1250 #subhead .icon-daten-leben {
				width: 250px;
				height: 104px;
				/*background-size: 250px auto;*/
			}
		}

		@media all and (max-width: 470px) {
			#uid1245 #subhead .icon-daten-leben {
				width: 180px;
				height: 90px;
				/*background-size: 180px auto;*/
			}
			#uid1247 #subhead .icon-daten-leben {
				width: 180px;
				height: 66px;
				/*background-size: 180px auto;*/
			}
			#uid1249 #subhead .icon-daten-leben {
				width: 180px;
				height: 58px;
				/*background-size: 180px auto;*/
			}
			#uid1250 #subhead .icon-daten-leben {
				width: 180px;
				height: 75px;
				/*background-size: 180px auto;*/
			}
		}

#subhead .csc-textpic-imagewrap,
.slider .csc-textpic-imagewrap {
	position: relative;
}

	/* Dreieck links */
	#subhead:before,
	/*.ib:before,*/
	#subhead:after
	/*.ib:after*/
	{
		content: '';
		position: absolute;
		left: 38%;
		bottom: 0;
		z-index: 1;
		display: block;

		width: 0;
		height: 0;
		border-style: solid;
		border-width: 605px 0 0 3500px;
		border-color: transparent transparent transparent #fff;

		-webkit-transform: translateX(-100%);
		     -moz-transform: translateX(-100%);
		      -ms-transform: translateX(-100%);
		       -o-transform: translateX(-100%);
		     transform: translateX(-100%);

		pointer-events: none;
	}

	/* Dreieck rechts */
	#subhead:after
	/*.ib:after*/
	{
		border-width: 525px 3000px 0 0;
		border-color: transparent #fff transparent transparent;

		-webkit-transform: none;
		     -moz-transform: none;
		      -ms-transform: none;
		       -o-transform: none;
		     transform: none;
	}

	#subhead .csc-textpic,
	.slider .csc-textpic {
		position: relative;
		height: 580px;
	}

		.bel9 #subhead .csc-textpic,
		.bel35 #subhead .csc-textpic {
			height: 740px;
		}

		/*Text*/
		#subhead .csc-textpic-text,
		.livechat,
		/*.ib .inhalt,*/
		.slider .csc-textpic-text {
			display: none;
			position: absolute;
			width: 500px;
			padding: 40px 50px 20px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			background: url(../img/shadowbox2x.png) no-repeat center top / 100% 1000px;
			top: 305px;
			left: -webkit-calc(38% - 460px);
			left: -moz-calc(38% - 460px);
			left: calc(38% - 460px);
			overflow: visible;
		}

		#subhead .csc-textpic-text:after,
		.livechat:after,
		/*.ib .inhalt:after,*/
		.slider .csc-textpic-text:after {
			content: '';
			display: block;
			width: 100%;
			height: 89px;
			position: absolute;
			right: 50%;
			-webkit-transform: translateX(50%);
			   -moz-transform: translateX(50%);
			    -ms-transform: translateX(50%);
			     -o-transform: translateX(50%);
			        transform: translateX(50%);
			bottom: -89px;
			background: url(../img/edge2x.png) no-repeat right bottom / 100% 89px;
		}

		#subhead .csc-textpic-text P {
			/*display: inline-block;*/
			/*position: relative;*/
			font-size: 20px;
			line-height: 160%;
		}
		#subhead .button {
			margin-top: 10px;
		}

	#subhead .csc-textpic-imagewrap IMG,
	.slider .csc-textpic-imagewrap IMG {
		width: auto;
		min-height: 580px;
	}

		.bel9 #subhead .csc-textpic-imagewrap IMG,
		.bel35 #subhead .csc-textpic-imagewrap IMG {
			min-height: 740px;
		}

	/*Controls*/
	.bx-wrapper .bx-controls-direction a,
	.slick-prev,
	.slick-next {
		/*width: 47px;
		height: 67px;
		margin-top: -33px;*/
		width: 40px;
		height: 40px;
		margin-top: -20px;
		border-radius: 40px;
	}

	.slick-prev,
	.slick-next {
		position: absolute;
		top: 50%;
		left: 0;
		color: transparent;
		text-indent: 100%;
		overflow: hidden;
	}
		.slick-next {
			left: auto;
			right: 0;
		}

	.bx-wrapper .bx-controls-direction a {
		z-index: 99;
	}

	.bx-wrapper .bx-next,
	.bx-wrapper .bx-next:hover,
	.slick-next,
	.slick-next:hover {
		/*background: url(../img/arrow-right2x.png) no-repeat center center / 47px 67px;*/
		background: #004494 url('../img/arrow-right-white.svg') no-repeat calc(50% + 1px) 50% / 10px auto;
	}
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-prev:hover,
	.slick-prev,
	.slick-prev:hover {
		/*background: url(../img/arrow-left2x.png) no-repeat center center / 47px 67px;*/
		background: #004494 url('../img/arrow-left-white.svg') no-repeat calc(50% - 2px) 50% / 10px auto;
	}

	.bx-wrapper .bx-next:hover,
	.bx-wrapper .bx-prev:hover,
	.slick-next:hover,
	.slick-prev:hover {
		opacity: 1;
		background-color: #012d61;
	}

	/*Pager*/
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 10px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #fff;
	}

	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #004494;
	}

#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
/*.allcont .ib .bild DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image*/
{
	display: block;
	width: 2000px;
	left: 50%;
	position: relative;
	margin: 0;
	margin-left: -980px;
}

	/* Neuer Banner 2020*/
	/*.
		.bel35 = Startseite
		.bel36 = Unterseite
		.bel37 = Normale Unterseite, mit weißem Daten.Leben.
		.bel39 = Normale Unterseite, Schrift rechts
	*/

	/*Claim raus*/
	#uid528 #claim,
	#uid1321 #claim,
	#uid1322 #claim {
		display: none;
	}

	/*Datenstrang höher*/
	/*#uid528 .datenstrang,
	#uid1321 .datenstrang,
	#uid1322 .datenstrang {
		top: calc(580px - 320px);
	}*/
	

	.bel35 #subhead .icon-daten-leben,
	.bel36 #subhead .icon-daten-leben,
	.bel37 #subhead .icon-daten-leben,
	.bel39 #subhead .icon-daten-leben,
	#uid528 #subhead .icon-daten-leben,
	#uid1321 #subhead .icon-daten-leben,
	#uid1322 #subhead .icon-daten-leben {
		/*width: 180px;
		height: 74px;*/
		width: 250px;
		height: 103px;
		background: url('../img/datenleben-white.svg') no-repeat center center / 100% auto;
		right: calc((100% - 1220px) / 2 + 100px);
		top: 350px;
	}
	.bel35 #subhead .icon-daten-leben {
		top: 500px;
	}
	/*Test, Digitales Behältermanagement*/
	#uid528 #subhead .icon-daten-leben,
	#uid1321 #subhead .icon-daten-leben,
	#uid1322 #subhead .icon-daten-leben {
		/*width: 250px;
		height: 103px;*/
		width: 200px;
		height: 83px;
		background-image: url('../img/datenleben-grey.svg');
		top: auto;
		bottom: 0;
		right: calc((100% - 1220px) / 2);
	}
	@media all and (max-width: 1300px) {
		#uid528 #subhead .icon-daten-leben,
		#uid1321 #subhead .icon-daten-leben,
		#uid1322 #subhead .icon-daten-leben {
			right: 3%;
		}
	}
	
	.bel37 #subhead,
	.bel37 .slider,
	.bel37 #subhead .csc-textpic,
	.bel37 .slider .csc-textpic,
	.bel39 #subhead,
	.bel39 .slider,
	.bel39 #subhead .csc-textpic,
	.bel39 .slider .csc-textpic {
		height: auto;
	}
	
	.bel35 #subhead .csc-textpic-text,
	.bel36 #subhead .csc-textpic-text,
	.bel37 #subhead .csc-textpic-text,
	.bel39 #subhead .csc-textpic-text,
	#subhead .b110 .csc-textpic-text {
		padding: 0;
		background: transparent;
		/*color: #fff;*/
		color: #000;
		width: auto;
		max-width: 750px;
		top: 220px;
		/*top: 30%;*/
	}
	
	.bel37 #subhead .csc-textpic-text,
	.bel39 #subhead .csc-textpic-text {
		top: 30%;
		/*max-width: 560px;*/
	}
	@media all and (max-width: 760px) {
		.bel37 #subhead .csc-textpic-text,
		.bel39 #subhead .csc-textpic-text {
			max-width: none;
			width: 100%;
		}
	}

		.bel39 #subhead .csc-textpic-text {
			left: auto;
			right: -webkit-calc(38% - 460px);
			right: -moz-calc(38% - 460px);
			right: calc(38% - 460px);
		}

	.bel35 #subhead .csc-textpic-text:after,
	.bel36 #subhead .csc-textpic-text:after,
	.bel37 #subhead .csc-textpic-text:after,
	.bel39 #subhead .csc-textpic-text:after,
	#subhead .b110 .csc-textpic-text:after {
		content: none;
	}

	.bel35 #subhead .csc-textpic-text p,
	.bel36 #subhead .csc-textpic-text p,
	#subhead .b110 .csc-textpic-text p {
		display: block;
	}

	.bel35 #subhead .csc-textpic-text p:not(:first-child),
	.bel36 #subhead .csc-textpic-text p:not(:first-child),
	#subhead .b110 .csc-textpic-text p:not(:first-child) {
		padding-right: 3em;
	}

	/*Bild*/
	.bel35 #subhead .csc-textpic-imagewrap:after,
	.bel36 #subhead .csc-textpic-imagewrap:after,
	.bel37 #subhead .csc-textpic-imagewrap:after,
	.bel39 #subhead .csc-textpic-imagewrap:after,
	#subhead .b110 .csc-textpic-imagewrap:after {
		/*content: '';*/
		content: none;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.30);
	}
	
		@media all and (max-width: 1300px) {
			.bel35 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			.bel36 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			.bel37 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			.bel39 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			#subhead .b110 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
				width: 1300px;
				margin-left: -650px;
			}
		}
		@media all and (max-width: 760px) {
			.bel35 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			.bel36 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			.bel37 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			.bel39 #subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
			#subhead .b110 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
				width: 100%;
				margin-left: 0;
			}
		}
	
	
	/*Text*/
	.bel35 #subhead .csc-textpic-text .grossertext,
	.bel36 #subhead .csc-textpic-text .grossertext,
	.bel37 #subhead .csc-textpic-text .grossertext,
	.bel39 #subhead .csc-textpic-text .grossertext,
	#subhead .b110 .csc-textpic-text .grossertext {
		font-weight: 700;
		font-size: 65px;
		line-height: 100%;
		color: #fff;
	}
	.bel37 #subhead .csc-textpic-text .grossertext,
	.bel39 #subhead .csc-textpic-text .grossertext {
		font-size: 50px;
	}

		@media all and (max-width: 760px) {
			.bel35 #subhead .csc-textpic-text .grossertext,
			.bel36 #subhead .csc-textpic-text .grossertext,
			.bel37 #subhead .csc-textpic-text .grossertext,
			.bel39 #subhead .csc-textpic-text .grossertext,
			#subhead .b110 .csc-textpic-text .grossertext {
				color: #000;
			}
		}

	.bel35 #subhead .csc-textpic-text p,
	.bel36 #subhead .csc-textpic-text p,
	.bel37 #subhead .csc-textpic-text p,
	.bel39 #subhead .csc-textpic-text p,
	#subhead .b110 .csc-textpic-text p {
		line-height: 130%;
		overflow: visible;
	}

	@media all and (max-width: 1300px) {
		.bel35 #subhead .csc-textpic-text,
		.bel36 #subhead .csc-textpic-text,
		.bel37 #subhead .csc-textpic-text,
		.bel39 #subhead .csc-textpic-text,
		#subhead .b110 .csc-textpic-text {
			left: 60px;
		}
			.bel39 #subhead .csc-textpic-text {
				left: auto;
				right: 60px;
			}
		.bel35 #subhead .icon-daten-leben,
		.bel36 #subhead .icon-daten-leben,
		.bel37 #subhead .icon-daten-leben,
		.bel39 #subhead .icon-daten-leben {
			right: 60px;
		}
	}

	@media all and (max-width: 1000px) {
		.bel35 #subhead .csc-textpic-text .grossertext,
		.bel36 #subhead .csc-textpic-text .grossertext,
		.bel37 #subhead .csc-textpic-text .grossertext,
		.bel39 #subhead .csc-textpic-text .grossertext,
		#subhead .b110 .csc-textpic-text .grossertext {
			font-size: 50px;
		}
	}
	
	@media all and (max-width: 760px) {
		.bel35 #subhead .csc-textpic-text,
		.bel36 #subhead .csc-textpic-text,
		.bel37 #subhead .csc-textpic-text,
		.bel39 #subhead .csc-textpic-text,
		#subhead .b110 .csc-textpic-text {
			padding: 2em 4em 4em;
			color: inherit;
			left: auto;
			top: auto;
			background: #E6E6E6;
		}
		.bel35 #subhead .csc-textpic-text:after,
		.bel36 #subhead .csc-textpic-text:after,
		.bel37 #subhead .csc-textpic-text:after,
		.bel39 #subhead .csc-textpic-text:after,
		#subhead .b110 .csc-textpic-text:after {
			content: '';
		}

		.bel35 #subhead .csc-textpic-text p:not(:first-child),
		.bel36 #subhead .csc-textpic-text p:not(:first-child),
		#subhead .b110 .csc-textpic-text p:not(:first-child) {
			padding-right: 0;
		}
	
		.bel35 #subhead .icon-daten-leben,
		.bel36 #subhead .icon-daten-leben,
		.bel37 #subhead .icon-daten-leben,
		.bel39 #subhead .icon-daten-leben {
			top: 21vw;
		}

		.bel35 #subhead .csc-textpic-text .grossertext,
		.bel36 #subhead .csc-textpic-text .grossertext,
		.bel37 #subhead .csc-textpic-text .grossertext,
		.bel39 #subhead .csc-textpic-text .grossertext,
		#subhead .b110 .csc-textpic-text .grossertext {
			font-size: 30px;
		}
	}
	
	@media all and (max-width: 470px) {
		.bel35 #subhead .icon-daten-leben,
		.bel36 #subhead .icon-daten-leben,
		.bel37 #subhead .icon-daten-leben,
		.bel39 #subhead .icon-daten-leben {
			top: 40px;
			right: 40px;
			width: 180px;
			height: 74px;
		}

		.bel35 #subhead .csc-textpic-text,
		.bel36 #subhead .csc-textpic-text,
		.bel37 #subhead .csc-textpic-text,
		.bel39 #subhead .csc-textpic-text,
		#subhead .b110 .csc-textpic-text {
			padding: 1em 2em 2em;
		}
	}

	.bel37 #subhead .grossertext,
	.bel39 #subhead .grossertext {
		font-size: 35px;
		line-height: 115%;
	}

	@media all and (max-width: 470px) {
		.bel37 .grossertext,
		.bel39 .grossertext {
			font-size: 22px;
		}
	}

/*Logoslider*/

.logoslider .slick-slide {
	padding: 0 30px;
}

.logoslider div.csc-textpic-center .csc-textpic-center-inner {
	padding: 0 50px;
}


.logoslider div.csc-textpic-center .csc-textpic-center-outer,
.logoslider div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	right: auto;
}

.logoslider .slick-slide .csc-textpic-imagecolumn .csc-textpic-image img {
	max-width: 100%;
	height: auto;
}

.logoslider div.csc-textpic-imagecolumn .csc-textpic-caption {
	text-align: center;
}

.logoslider div.csc-textpic-imagecolumn .csc-textpic-caption a {
	display: inline-block;
	width: auto;
	/*background: #004494;*/
	background: transparent;
	/*color: #fff;*/
	color: #004494;
	padding: 6px 15px;
	/*border: none;*/
	/*border: 1px solid #004494;*/
	margin: 0 0 5px;
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
}
.logoslider div.csc-textpic-imagecolumn .csc-textpic-caption a:hover {
	/*background: #004494;*/
	/*color: #fff;*/
	opacity: 1;
	text-decoration: underline;
}

.logoslider .slick-dots,
.slider-pictext .slick-dots,
.slider .slick-dots,
.slider-textonpic .slick-dots {
	text-align: center;
}

.logoslider .slick-dots li,
.slider-pictext .slick-dots li,
.slider .slick-dots li,
.slider-textonpic .slick-dots li {
	background: none;
	padding-left: 0;
	display: inline-block;
}
.logoslider .slick-dots li button,
.slider-pictext .slick-dots li button,
.slider .slick-dots li button,
.slider-textonpic .slick-dots li button {
	font-size: 0;
	line-height: 0;
	color: transparent;
	overflow: hidden;
	text-indent: 100%;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background-color: #f2f2f2;
}
	.item.grey .logoslider .slick-dots li button,
	.item.grey .slider-pictext .slick-dots li button,
	.item.grey .slider .slick-dots li button,
	.item.grey .slider-textonpic .slick-dots li button {
		background-color: #7b7b7a;
	}

.logoslider .slick-dots li:hover button,
.slider-pictext .slick-dots li:hover button,
.slider .slick-dots li:hover button,
.slider-textonpic .slick-dots li:hover button {
	background-color: #004494 !important;
}
.logoslider .slick-dots li.slick-active button,
.slider-pictext .slick-dots li.slick-active button,
.slider .slick-dots li.slick-active button,
.slider-textonpic .slick-dots li.slick-active button {
	background-color: #004494 !important;
	opacity: 1;
}
.logoslider .slick-dots li + li,
.slider-pictext .slick-dots li + li,
.slider .slick-dots li + li,
.slider-textonpic .slick-dots li + li {
	margin-left: 10px;
}

.slider-pictext,
.slider-textonpic {
	position: relative;
	text-align: center;
	padding: 0 80px;
}

.slider-pictext h2,
.slider-pictext h3,
.slider-pictext h4 {
	color: #004494;
}

.slider-pictext .csc-textpic-text {
	padding: 2em 1em;
}

.slider-pictext .grossertext {
	font-size: 30px;
}

.slider-pictext img,
.slider-textonpic img {
	max-width: 100%;
	height: auto;
}

/*.slider-pictext .slick-next,
.slider-pictext .slick-prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 47px;
	height: 67px;
	color: transparent;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
}
	.slider-pictext .slick-next {
		left: auto;
		right: 0;
	}

.slider-pictext .slick-next {
	background: url(../img/arrow-right2x.png) no-repeat center center / 100% auto;
}
.slider-pictext .slick-prev {
	background: url(../img/arrow-left2x.png) no-repeat center center / 100% auto;
}

.slider-pictext .slick-next:hover,
.slider-pictext .slick-prev:hover {
	background-position: center center;
	opacity: 0.7;
}*/

@media all and (max-width: 470px) {
	.slider-pictext {
		padding: 0 50px;
	}

	/*.slider-pictext .slick-next,
	.slider-pictext .slick-prev {
		width: 35px;
		height: 50px;
	}*/
}

.slider-textonpic .csc-textpic {
	position: relative;
}

.slider-textonpic .csc-textpic-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.9);
	padding: 2em;
	max-width: 75%;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

	@media all and (max-width: 760px) {
		.slider-textonpic .csc-textpic {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-direction: column-reverse;
		}
		.slider-textonpic .csc-textpic-text {
			position: static;
			transform: none;
			margin-bottom: 20px;
			max-width: none;
		}
	}

	@media all and (max-width: 470px) {
		.slider-textonpic {
			padding: 0 50px;
		}
	}

/* */

@media all and (min-width: 2000px) {
	#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
	/*.allcont .ib .bild DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image*/
	{
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image IMG {
		width: 100%;
		height: auto;
	}

	/*.ib .bild .csc-textpic-image IMG {
		height: 100%;
		width: auto;
	}*/
}
/*@media all and (min-width: 2200px) {
	.ib .bild .csc-textpic-image IMG {
		height: auto;
		width: 100%;
	}
}*/

/*Nav*/
.nav {
	list-style-type: none;
	display: inline-block;
}

		/* Allgemeine Stile */
		.nav LI {
			position: relative;
		}
		.nav LI:hover > .subNav, .nav LI.over > .subNav {
			pointer-events: auto;
			opacity: 1;
		}
		.nav LI:hover > A, .nav LI.over > A, .nav LI.act > A {
			text-decoration: none;
		}

		/* subNav */
		.subNav {
			/*display: none;*/
			pointer-events: none;
			opacity: 0;
			position: absolute;
			z-index: 100;
			background: url(../img/trans.png) repeat left top;
			left: 0;
			top: 100%;
		}
		
		/*subnavs ab Ebene 3 generell ausblenden*/
		@media all and (min-width: 761px) {
			.nav > ul > li > .subNav > li > .subNav > li > .subNav {
				display: none;
			}
		}
		

		.subNav .subNav {
			left: 100%;
			top: 0;
		}

.nav A {
	display: block;
	color: #3e3d40;
}

/* Ebene I / Hauptnavigation */
.nav > UL > LI {
	display: inline-block;
	vertical-align: middle;
}
.nav > UL > LI + LI {
	margin-left: 30px;
}
.nav > UL > LI > A {
	font-size: 18px;
}

	/*Home*/
	.topmenu > UL > LI:first-child > A,
	.nav > UL > LI:first-child > A {
		display: block;
		width: 18px;
		height: 17px;
		background: url(../img/home.svg) no-repeat center center / 18px 17px;
		text-indent: 100%;
		overflow: hidden;
		color: transparent;
	}
	.topmenu > UL > LI:first-child > A {
		display: inline-block;
		width: 14px;
		height: 13px;
		background-size: 100% auto;
	}

/* hover + active (Ebene I) */
.nav > UL > LI:hover > A,
.nav > UL > LI.over > A,
.nav > UL > LI.act > A,
.nav > UL > LI.act:hover > A,
.nav > UL > LI.act.over > A  {
	color: #004494;
	opacity: 1;
}

	.nav > UL > LI:first-child:hover > A,
	.nav > UL > LI:first-child.over > A,
	.nav > UL > LI:first-child.act > A,
	.nav > UL > LI:first-child.act:hover > A,
	.nav > UL > LI:first-child.act.over > A {
		background-image: url(../img/home-blue.svg);
	}

/*Topmenu*/
.topmenu {
	display: inline-block;
	float: left;
}

.headnav .topmenu ul LI + LI {
	margin-left: 15px;
}

/*Megamenu*/
.head.specialmenu .open_nav + .nav {
	display: none;
}

/*Mobile Nav*/
.open_nav + .nav {
	display: none;
}

.nav.megamenu {
	position: relative;
	width: 920px;
}

.nav.megamenu.sub > UL > LI:first-child > A {
	display: block;
	width: auto;
	height: auto;
	background: transparent;
	text-indent: 0;
	overflow: auto;
	color: #3e3d40;
}
	.nav.megamenu.sub > UL > LI:first-child.act > A,
	.nav.megamenu li.act > a {
		color: #004494;
	}

.nav.megamenu .subNav a {
	font-size: 18px;
	line-height: 120%;
	white-space: normal;
}

.nav.megamenu .subNav li + li {
	margin-top: 40px;
}

.nav.megamenu .subNav .subNav {
	position: static;
	padding-left: 0;
	margin-top: 10px;
}

.nav.megamenu .subNav .subNav li + li {
	margin-top: 15px;
}

/*.nav.megamenu li a */

.nav.megamenu .subtitle {
	font-size: 15px;
	font-weight: normal;
	color: #7B7B7A;
}
	.nav.megamenu.sub > ul > li > a > span > .subtitle {
		display: none;
	} 

.nav.megamenu > ul > li > .subNav {
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	padding: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	display: flex;
	flex-wrap: wrap;
}
	.nav.megamenu > ul > li > .subNav:before {
		content: '';
		display: block;
		width: 100%;
		height: 20px;
		position: absolute;
		top: -20px;
		left: 0;
	}

	.nav.megamenu > ul > li > .subNav > ul {
		width: calc(100% / 3 - 6% / 3);
	}
	.nav.megamenu > ul > li > .subNav > ul + ul {
		margin-left: 3%;
	}

.nav.megamenu > ul > li > .subNav > ul > li > a {
	font-weight: bold;
	font-size: 19px;
}

.nav.megamenu li {
	position: static;
}

.nav.megamenu .subNav A {
	background: transparent;
	padding: 0;
}

.nav.megamenu LI:hover > .subNav .subNav,
.nav.megamenu LI.over > .subNav .subNav {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

/* Ebene II / subNav */
.subNav {
	padding-top: 30px;
}

	.subNav .subNav {
		padding-top: 0;
		padding-left: 3px;
	}

.subNav > LI {
	margin-top: 2px;
}
	.subNav .subNav > LI:first-child {
		margin-top: 0;
	}

.subNav A {
	font-size: 16px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.9);
	white-space: nowrap;
}

/* hover + active (Ebene II) */
.subNav LI:hover > A,
.subNav LI.over > A,
.subNav > LI.act > A,
.subNav > LI.act:hover > A,
.subNav > LI.act.over > A {
	color: #004494;
	background: #fff;
	background: rgba(255,255,255,1);
	opacity: 1;
}

/*Megamenu*/
/*.nav > UL > LI > .subNav {
	width: 1030px;
	background: rgba(255,255,255,0.9);
}

.nav > UL > LI > .subNav > LI {
	float: left;
	width: 33%;
}

.nav > UL > LI > .subNav > LI:nth-child(n+3) {
	clear: both;
}

.nav > UL > LI > .subNav > LI > A {
	font-weight: 700;
}

.nav > UL > LI > .subNav > LI .subNav {
	display: block;
}*/

/*clearfix Nav*/

.nav > UL:after {
	content: "";
	display: block;
	clear: both;
}
.nav > UL {
	zoom: 1;
	display: inline-block;
}

/*Interrupter*/
#interrupter {
	position: fixed;
	z-index: 10000;
	right: 0;
	bottom: 70px;
	transition: all 0.6s ease;
	opacity: 0;
	pointer-events: none;
	/*width: 300px;*/
	/*background: #fff;
	padding: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);*/
}
	#interrupter.active {
		opacity: 1;
		pointer-events: auto;
	}

	#interrupter.closed {
		transform: translateX(100%);
	}

	#interrupter .csc-textpic {
		overflow: visible;
		position: relative;
	}

	#interrupter .csc-textpic-text {
		box-sizing: border-box;
		background: #fff;
		padding: 30px 40px 30px 30px;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		margin: 0;
		min-width: 360px;
		max-width: calc(100vw - 180px);
	}

	#interrupter .csc-textpic-text .close {
		top: 0;
		right: 0;
		font-weight: bold;
	}

	/*#interrupter .button {
		background: #005ba6;
	}
	#interrupter .button:hover {
		background: #032e60;
	}*/

	#interrupter .csc-textpic-imagewrap {
		margin: 0;
		float: none;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
		cursor: pointer;
		background: #fff;
		padding: 10px;
	}
		#interrupter .csc-textpic-imagewrap:after {
			content: '';
			display: block;
			width: 15px;
			height: 100%;
			background: #fff;
			position: absolute;
			top: 0;
			right: 0;
			transform: translateX(100%);
		}

	#interrupter .csc-textpic-imagewrap .csc-textpic-image {
		margin: 0;
	}

	/*Mitarbeiter-Seiten*/
	.pid1246 #interrupter {
		text-align: right;
	}

	.pid1246 #interrupter .csc-textpic-imagewrap {
		background: transparent;
		box-shadow: none;
		top: auto;
		bottom: 0;
		transform: translate(-50%,30%);
	}

	.pid1246 #interrupter .csc-textpic-imagewrap:after {
		content: none;
	}

		@media all and (max-width: 470px) {
			.pid1246 #interrupter {
				text-align: center;
			}

			.pid1246 #interrupter .csc-textpic-imagewrap {
				transform: translate(0,20%);
				position: relative;
				z-index: 1;
			}

			.pid1246 #interrupter.closed  {
				transform: translateY(calc(100% - 120px));
			}

			.pid1246 #interrupter .csc-textpic-text {
				position: relative;
				max-width: 100vw;
			}
		}

/*Allcont*/
.allcont {
	padding: 50px 0 404px;
	position: relative;
}
.allcont.less-padding {
	padding-bottom: 334px;
}

	.bel9 .allcont,
	.bel35 .allcont {
		padding: 90px 0 454px;
	}

	/*Countdown*/
	#countdown {
		position: absolute;
		z-index: 99;
		width: auto;
		box-sizing: border-box;
		top: 0;
		right: calc((100% - 1220px) / 2);
		text-align: center;
	}

		#countdown > P {
			text-align: right;
		}

		#countdown TABLE {
			border-spacing: 10px;
			border-collapse: separate;
			margin: 0 auto;
		}

		.allcont #countdown TABLE TR TD {
			padding: 0;
		}

		#countdown TABLE TR:first-child TD {
			width: 80px;
		    height: 100px;
		    line-height: 100px;
			background: #004494;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,004399+100 */
			background: #7db9e8; /* Old browsers */
			background: -moz-linear-gradient(top, #7db9e8 0%, #004399 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #7db9e8 0%,#004399 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #7db9e8 0%,#004399 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#004399',GradientType=0 ); /* IE6-9 */
			color: #fff;
			font-weight: 700;
			font-size: 40px;
			border-radius: 10px;
			box-shadow: 0 2px 0 #072854, 0 3px 5px rgba(0,0,0,0.2);
		}

		#countdown TABLE TR:last-child TD {
			text-transform: uppercase;
			font-size: 14px;
		}

	/*LiveChat*/
	.livechat {
		position: fixed;
		z-index: 999;
		top: 1400px;
		right: 0;
		left: auto;
		width: 285px;
		height: 265px;
		padding: 40px 30px;
		background-image: url(../img/shadowbox-white2x.png);
		background-position: left top;
		-webkit-background-size: 411px 1030px;
		     -o-background-size: 411px 1030px;
		        background-size: 411px 1030px;
		font-size: 20px;
	}
		.livechat:after {
			background-image: url(../img/edge-white2x.png);
			background-position: left top;
			-webkit-background-size: 411px 89px;
			     -o-background-size: 411px 89px;
			        background-size: 411px 89px;
		}

		/*Sticky Chat*/
		.livechat.stick {
			-webkit-transform: scale(0.7);
			   -moz-transform: scale(0.7);
			    -ms-transform: scale(0.7);
			     -o-transform: scale(0.7);
			        transform: scale(0.7);
			-webkit-transform-origin: 100% 100%;
			   -moz-transform-origin: 100% 100%;
			    -ms-transform-origin: 100% 100%;
			     -o-transform-origin: 100% 100%;
			        transform-origin: 100% 100%;
			width: 165px;
			height: 100px;
		}
		.livechat.stick P:not(:first-child) {
			opacity: 0;
			pointer-events: none;
		}

		.stick:hover {
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
			width: 285px;
			height: 265px;
		}
		.stick:hover P:not(:first-child),
		.livechat.fadeIn P:not(:first-child) {
			pointer-events: auto;
			-webkit-animation: fadeIn 1s forwards;
			   -moz-animation: fadeIn 1s forwards;
			     -o-animation: fadeIn 1s forwards;
			        animation: fadeIn 1s forwards;
		}

		@-webkit-keyframes fadeIn {
			0% 		{opacity: 0;}
			40% 	{opacity: 0;}
			100% 	{opacity: 1;}
		}

		@-moz-keyframes fadeIn {
			0% 		{opacity: 0;}
			40% 	{opacity: 0;}
			100% 	{opacity: 1;}
		}

		@-o-keyframes fadeIn {
			0% 		{opacity: 0;}
			40% 	{opacity: 0;}
			100% 	{opacity: 1;}
		}

		@keyframes fadeIn {
			0% 		{opacity: 0;}
			40% 	{opacity: 0;}
			100% 	{opacity: 1;}
		}

	.livechat P + P {
		padding: 15px 0 0;
	}
	.livechat .button {
		margin-top: 5px;
	}

.cont {
	position: relative;
}

.einfach-machen,
#claim > * {
	position: absolute !important;
	right: -webkit-calc( (100vw - 1220px) / 2 + 10px );
	right: -moz-calc( (100vw - 1220px) / 2 + 10px );
	right: calc( (100vw - 1220px) / 2 + 10px );
	-webkit-transform: translateY(-50px);
	     -moz-transform: translateY(-50px);
	      -ms-transform: translateY(-50px);
	       -o-transform: translateY(-50px);
	     transform: translateY(-50px);
	font-weight: bold;
	font-size: 38px;
	z-index: 999;
}

/*Pre-Foot*/
#pre-foot {
	position: relative;
}

	.bel9 #pre-foot,
	.bel35 #pre-foot {
		margin: 0;
		position: absolute;
		/*bottom: 210px;*/
		top: 0;
		transform: translateY(-60%);
		z-index: 999;
		left: 0;
		width: 100%;
		height: 400px;
	}

/*einfach machen im Vordergrund*/
#pre-foot > .item {
	z-index: 999;
}

/*Foot*/
.foot {
	height: auto;
	margin-top: -334px;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 170%;
	background: #e6e6e6;
}

.foot .inner {
	padding: 45px 0;
}
.foot A {
	color: #7b7b7a;
}
.foot P {
	padding: 0;
}

	.foot P + P {
		padding-top: 20px;
	}

.fcol {
	float: left;
	text-transform: uppercase;
	min-height: 1px;
}

.fcol + .fcol {
	margin-left: 3%;
}

	.fcol1 {
		width: 16%;
		text-transform: none;
	}

	.fcol2 {
		width: 12%;
	}

	.fcol3 {
		width: 15%;
	}

	.fcol4 {
		width: 12%;
	}

	.fcol5 {
		width: 14%;
	}

	.fcol6 {
		width: 16%;
		text-align: right;
	}

	/*Bildtext*/
	.fcol6 div.csc-textpic-left .csc-textpic-imagewrap {
		float: none;
	}
	.fcol6 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		display: inline-block;
	}
	.fcol6 A {
		text-align: right;
	}

		/*.fcol6 > UL:first-child {
			margin-bottom: 25px;
		}*/

		/*.fcol6 > UL:first-child LI {
			display: inline-block;
		}
		.fcol6 > UL:first-child LI + LI {
			margin-left: 20px;
		}*/

		/*SIWCOS*/
		.fcol6 > A {
			display: inline-block;
			margin: 20px 0;
		}

		/*Zweite Liste*/
		.fcol6 > UL:nth-child(2) LI {
			display: block;
		}

.copy {
	padding-top: 60px;
	clear: both;
	text-align: center;
	color: #c6c7c8;
}

/*Listen*/
.allcont UL {
	margin: 10px 0 0;
}
.allcont UL LI,
#listContainer ul li {
	list-style-type: none;
	padding: 0 0 0 40px;
	background: url(../img/li-platine2x.png) no-repeat 0 10px / 30px 6px;
}
.allcont .item.blue UL LI,
.allcont .item.green UL LI {
	background-image: url(../img/li-platine-white2x.png);
}

.allcont ul.listen-check li {
	padding: 5px 0 5px 40px;
	background: url('../img/check-green.svg') no-repeat 0 10px / 25px auto !important;
}
	
	.allcont .item.blue ul.listen-check li {
		background-image: url('../img/check-white.svg') !important;
	}

	.allcont ul.listen-check li {
		margin-top: 0;
	}

	.allcont UL LI + LI,
	#listContainer UL LI + LI {
		margin-top: 15px;
	}
	.allcont .ib UL LI + LI {
		margin-top: 10px;
	}
.allcont OL {
	margin: 5px 0px 10px 18px;
}
.allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px;
}

/*Tabelle*/

@media only screen and (max-width: 980px) {
  .tablewrap {
  		position: relative;
  	}

  .tablewrap:after {
  		content: '';
  		width: 10px;
  		position: absolute;
  		top: 0;
  		right: -1px;
  		height: 100%;
  		box-shadow: inset -5px 0px 5px -2px rgba(0,0,0,0.2);
  		z-index: 1;
  	}

  .tableinner {
  		overflow-x: scroll;
  		position: relative;
  	}

  /* .allcont TABLE {
  		margin: 0;
  } */
}

.allcont TABLE {
	margin: 10px 0px 5px;
}
.allcont TABLE TR TD {
	padding: 5px 10px 5px 0px;
}
.allcont TABLE TR TH {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: #004494;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE.tabelle-basic,
.allcont TABLE.tabelle-jobs {
	width: 100%;
}
.allcont TABLE.tabelle-basic TR.even {
	background-color: #e8e8e8;
}
.allcont TABLE.tabelle-basic TR TD {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
/*Feiertagstabelle*/
.allcont TABLE.tabelle-feiertag {
	border-collapse: separate;
}

.allcont TABLE.tabelle-feiertag tr th {
	font-size: 18px;
}

.allcont TABLE.tabelle-feiertag tr th:last-child {
	background: #BA3286;
	border: 1px solid #BA3286;
	border-bottom: none;
}

.allcont TABLE.tabelle-feiertag tr td {
	background: #e2e2e2;
	padding: 5px 15px;
	border: 1px solid #fff;
}
.allcont TABLE.tabelle-feiertag tr:nth-child(odd) td {
	background: #f2f2f2;
}
.allcont TABLE.tabelle-feiertag tr td:first-child {
	width: 220px;
}

.allcont TABLE.tabelle-feiertag tr td:last-child {
	border-left: 1px solid #BA3286;
	border-right: 1px solid #BA3286;
}

/*1. und Letzter*/
.allcont TABLE.tabelle-feiertag tr:first-child td:last-child {
	border-top: none;
}
.allcont TABLE.tabelle-feiertag tr:last-child td:last-child {
	border-bottom: 1px solid #BA3286;
}

/*ELO-Tabelle*/
/*.allcont TABLE.tabelle-elo {
}*/
.allcont TABLE.tabelle-elo,
.allcont TABLE.tabelle-stripes {
	position: relative;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	/*border: 1px solid #7b7b7a;*/
}
/*.allcont TABLE.tabelle-elo:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #7b7b7a;
	position: absolute;
	top: 0;
}*/
	.allcont TABLE.tabelle-stripes tr td {
		padding: 15px;
	}
	.allcont TABLE.tabelle-stripes tr:nth-child(odd) td {
		background: #f3f3f3;
	}

	/*DDSC-Tabelle*/
	/*https://www.reisswolf.com/index.php?id=1114*/
	.allcont .c20244 TABLE.tabelle-stripes tr td:first-child b:after {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		margin-top: 5px;
		background: url('../img/day.svg') no-repeat center center / contain;
	}
		.allcont .c20244 TABLE.tabelle-stripes tr:nth-child(2) td:first-child b:after {
			background-image: url('../img/week.svg');
		}
		.allcont .c20244 TABLE.tabelle-stripes tr:nth-child(3) td:first-child b:after {
			background-image: url('../img/month.svg');
		}
		.allcont .c20244 TABLE.tabelle-stripes tr:nth-child(4) td:first-child b:after {
			background-image: url('../img/quarter.svg');
		}
		.allcont .c20244 TABLE.tabelle-stripes tr:nth-child(5) td:first-child b:after {
			background-image: url('../img/ongoing.svg');
		}

	.allcont .c20254 TABLE.tabelle-feiertag tr th:last-child {
		background: #d8bb14;
		border: none;
	}
	.allcont .c20254 TABLE.tabelle-feiertag tr td:last-child {
		border-left: none;
		border-right: none;
	}
	.allcont .c20254 TABLE.tabelle-feiertag tr:last-child td:last-child {
		border-bottom: none;
	}

.allcont TABLE.tabelle-elo tr th,
.allcont TABLE.tabelle-elo tr td {
	text-align: center;
	background: #fff;
	color: #7b7b7a;
	font-size: inherit;
	line-height: 140%;
	padding: 15px 15px;
	border-right: none;
}
.allcont TABLE.tabelle-elo tr th {
	font-size: 16px;
	line-height: 120%;
	/*background: #e9f1fb;*/
}

.allcont TABLE.tabelle-elo tr td {
	vertical-align: middle;
	font-size: 0.9em;
	position: relative;
}

.allcont TABLE.tabelle-elo tr td span {
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, 30px);
	padding: 10px;
	background: rgba(255,255,255,0.85);
	border-radius: 3px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
	z-index: 9;
}
	.allcont TABLE.tabelle-elo tr td:not(:first-child):hover span {
		transform: translate(-50%, 0);
		opacity: 1;
		pointer-events: auto;
	}

.allcont TABLE.tabelle-elo tr th:nth-child(1),
.allcont TABLE.tabelle-elo tr td:nth-child(1) {
	text-align: left;
}

.allcont TABLE.tabelle-elo tr:nth-child(odd) td {
	background: #e6e6e6;
}
	/*Grey*/
	.allcont .grey TABLE.tabelle-elo tr:nth-child(odd) td {
		background: #fff;
	}
	.allcont .grey TABLE.tabelle-elo tr td {
		border-bottom: 1px solid #e6e6e6;
	}
	.allcont .grey TABLE.tabelle-elo tr:last-child td {
		border-bottom: none;
	}

.allcont TABLE.tabelle-elo tr td[colspan="9"] {
	/*padding: 5px 10px;*/
	background: #004494;
	color: #fff;
}


/*Tabelle Aufbewahrungsfristen*/
.allcont TABLE.tabelle-fristen {
	width: 100%;
}
.allcont TABLE.tabelle-fristen tr td {
	padding: 8px 15px;
}
.allcont TABLE.tabelle-fristen tr:nth-child(2) td {
	background: #004494;
	color: #fff;
}

.allcont TABLE.tabelle-fristen tr td:nth-child(2) {
	background: #efefef;
	width: 200px;
}
.allcont TABLE.tabelle-fristen tr td:nth-child(3) {
	background: #ddd;
	width: 200px;
}

	@media all and (max-width: 900px) {
		.allcont TABLE.tabelle-fristen tr td:nth-child(2),
		.allcont TABLE.tabelle-fristen tr td:nth-child(3) {
			width: 155px;
		}
	}

/*Tabelle Ersparnis*/
.allcont TABLE.tabelle-ersparnis TR TH {
	font-size: inherit;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}
.allcont TABLE.tabelle-ersparnis tr td {
	border: 1px solid #D0D0D0;
	padding: 10px 20px;
	text-align: right;
}
.allcont TABLE.tabelle-ersparnis tr td:first-child {
	text-align: left;
}

.allcont TABLE.tabelle-ersparnis tr td:last-child {
	background: #F9F9F9;
}

/*Job-Tabelle*/
.dataTables_wrapper > select {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.allcont .tabelle-jobs tr.even {
	background: #e6e6e6;
}

.allcont .tabelle-jobs tr th,
.allcont .tabelle-jobs tr td {
	font-size: 18px;
	padding: 1em 1.5em;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc, 
table.dataTable thead .sorting_asc_disabled, 
table.dataTable thead .sorting_desc_disabled {
	background-position: calc(100% - 1em) center;
}

	@media all and (max-width: 760px) {
		.dataTables_wrapper .dataTables_filter {
			float: none;
			text-align: left;
		}

		.allcont .tabelle-jobs thead {
			display: none;
		}

		.allcont .tabelle-jobs tr {
			display: block;
			padding: 1.5em 0;
		}

		.allcont .tabelle-jobs tr td {
			display: block;
			padding: 0.2em 1.5em;
		}
	}


/*ERWEITERUNGEN*/
/*Powermail*/
.powermail_fieldset,
.newsL ,
fieldset {
	padding: 100px 0 30px;
	background: #f2f2f2;
	position: relative;
}

	.newsL {
		padding-top: 30px;
	}

.powermail_fieldset + .powermail_fieldset {
	margin-top: 30px;
}

.tx-powermail LEGEND.powermail_legend,
fieldset > legend {
	/*display: none;*/
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background: #004494;
}

	.no-form-headline .powermail_fieldset,
	.no-form-headline .newsL,
	.no-form-headline fieldset {
		padding-top: 0;
	}
	.no-form-headline .tx-powermail LEGEND.powermail_legend,
	.no-form-headline fieldset > legend {
		display: none;
	}


.tx-powermail .powermail_form > DIV:first-child +  H3 {
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap,
.newsL .field,
.cr_ipe_item {
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check + .powermail_fieldwrap_type_check {
	padding-top: 0;
}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_textarea {
	margin-top: 30px;
}
	.tx-powermail .powermail_form .powermail_fieldset > LEGEND + .powermail_fieldwrap.powermail_fieldwrap_type_textarea {
		margin-top: 0;
	}

LABEL {
	font-weight: 700;
	padding-bottom: 10px;
}
	.checkbox > LABEL {
		font-weight: 300;
	}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input LABEL,
.newsL label,
.cr_form label {
	display: block;
	width: 100%;
	padding: 5px 0 0;

	display: none;
}
	.tx-powermail .powermail_form .powermail_fieldwrap.with-label LABEL {
		display: block;
	}

	.tx-powermail .powermail_form .powermail_fieldset .nolabel > LABEL {
		display: none;
	}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT,
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA,
.newsL INPUT,
.newsL TEXTAREA {
	width: 100%;
	border: 1px solid #DADADA;
}
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT:focus,
	.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA:focus,
	.newsL INPUT:focus,
	.newsL TEXTAREA:focus {
		border-color: #b3b2b2;
		box-shadow: 0 0 5px rgba(0,0,0,0.15);
	}
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA {
	height: 300px;
	resize: vertical;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 15px;
}

/*Checkboxen - Radiobuttons*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check INPUT,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio INPUT {
	margin: 0 5px 0 3px;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check LABEL,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio LABEL {
	position: relative;
	top: 1px;
	cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox {
	display: inline-block;
	width: 49%;
	padding: 5px 0;
}


	/*Klasse radio-check-row*/
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio.radio-check-row .radio,
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check.radio-check-row .checkbox {
		width: auto;
		margin-right: 10px;
	}
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio.radio-check-row .radio input[type="radio"] {
		position: relative;
		top: -3px;
	}

	/*Layout1*/
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio.full .radio,
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check.full .checkbox,
	.tx-powermail .powermail_form .powermail_fieldwrap.full {
		width: 100%;
		float: none;
		padding-left: 30px;
		padding-right: 30px;
        clear: both;
	}
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio.full .radio,
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check.full .checkbox {
		padding-left: 0;
		padding-right: 0;
	}

	.tx-powermail .powermail_form .powermail_fieldwrap.full > LABEL {
		display: none !important;
	}

	/*Checkboxen einrücken*/
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox,
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check.full .checkbox  {
	  position: relative;
	  padding-left: 25px;
	  box-sizing: border-box;
	}
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox LABEL {
		position: static;
	}
	.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox INPUT[type="checkbox"] {
	  position: absolute;
	  left: 0;
	  top: 11px;
	}

	/*Additional Text*/
	.tx-powermail .powermail_form .powermail_fieldwrap.additional {
		font-size: 15px;
		text-align: right;
	}

/*Upload*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_file > label:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 14px;
	margin-right: 5px;
	background: url('../img/upload.svg') no-repeat center / 13px auto;
}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_file.has-file > label:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 22px;
	margin-left: 5px;
	background: url('../img/check-green.svg') no-repeat 0 10px / 15px auto;
}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_file > div {
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

/*Submit Button*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
	padding: 0px;
	margin: 5px 0 10px;
	text-align: center;
}

/*+ Suche*/
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	    width: 380px;
	}

	.tx-indexedsearch-rules {
		margin-top: 25px;
	}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit:hover,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover {
	background: #032e60;
	opacity: 1;
}

/*Pflichtfelder*/
.tx-powermail .powermail_fieldwrap .mandatory {
	color: #c90d0d;
}

/*Text anzeigen*/
/*.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_text {
	font-size: 12px;
	color: #555;
}*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_text.layout1 {
	font-size: 12px;
	color: #c90d0d;
	font-style: italic;
}

/*Selectfeld*/
.tx-powermail .powermail_form SELECT {
	width: 100%;
}

SELECT {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-wrap {
	position: relative;
}

.select-wrap:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #4a74a6;
	border-bottom: 2px solid #4a74a6;

	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	   -moz-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	     -o-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}

/*Fehlermeldung*/
.parsley-errors-list {
	/*position: absolute;
	bottom: 5px;
	right: 2px;
	margin: 0 !important;
	padding: 0;
	font-size: 11px;
	background: #E37234;
	color: #FFF;*/
	display: none;
}
	.allcont .powermail_fieldwrap_type_radio .parsley-errors-list,
	.allcont .powermail_fieldwrap_type_check .parsley-errors-list {
		display: block;
		color: #c90d0d;
	}
	.allcont .powermail_fieldwrap_type_radio .parsley-errors-list li,
	.allcont .powermail_fieldwrap_type_check .parsley-errors-list li {
		background: none;
	}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_textarea .parsley-errors-list {
	bottom: 11px;
}
.parsley-errors-list LI {
	list-style-type: none !important;
	padding: 3px 10px 2px !important;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT.parsley-error,
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA.parsley-error {
	border: 2px solid #c90d0d;
}

/*Abenden Seite*/
.tx-powermail .powermail_create DT {
	padding: 2px 0;
	font-weight: bold;
	float: left;
	clear: both;
	margin-right: 2%;
	width: 28%;
}
.tx-powermail .powermail_create DD {
	float: left;
	width: 70%;
	padding: 2px 0;
}

/*Kontakt Einwilligung*/
/*.tx-powermail .powermail_create {
	color: #BA3286;
}
*/
/*Kontaktformular*/
.tx-powermail .powermail_form .powermail_fieldwrap_straenr,
.tx-powermail .powermail_form .powermail_fieldwrap_telefon,
.tx-powermail .powermail_form .powermail_fieldwrap_plz,
/*VEP */
.tx-powermail .powermail_form_20 .powermail_fieldwrap_vorname,
/*Allgemein */
.tx-powermail .powermail_form .powermail_fieldwrap.box50-left,
.cr_50_l {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-left: 30px;
}

.tx-powermail .powermail_form .powermail_fieldwrap_plzort,
.tx-powermail .powermail_form .powermail_fieldwrap_e_mail,
.tx-powermail .powermail_form .powermail_fieldwrap_email,
.tx-powermail .powermail_form .powermail_fieldwrap_stadt,
/*VEP*/
.tx-powermail .powermail_form_20 .powermail_fieldwrap_nachname,
/*Allgemein */
.tx-powermail .powermail_form .powermail_fieldwrap.box50-right,
.cr_50_r {
	clear: none;
	float: right;
	width: 50%;
	padding-left: 10px;
	padding-right: 30px;
}

.tx-powermail .powermail_form .powermail_fieldwrap_telefon,
.tx-powermail .powermail_form .powermail_fieldwrap_ihrenachricht,
.tx-powermail .powermail_form .powermail_fieldwrap_firmenname,
/*VEP*/
.tx-powermail .powermail_form_20 .powermail_fieldwrap_firma,
/*Allgemein */
.tx-powermail .powermail_form .powermail_fieldwrap.box50-right + *,
.cr_50_l,
.cr_50_r + * {
	clear: both;
}

	/*VEP*/
	.tx-powermail .powermail_form_20 .powermail_fieldwrap_e_mail {
		float: none;
		width: auto;
		padding: 10px 30px;
	}

/*DSGVO Webinar*/
.tx-powermail .powermail_form_48 .powermail_fieldwrap_email,
.tx-powermail .powermail_form_49 .powermail_fieldwrap_email {
	float: none;
	width: auto;
	padding-left: 30px;
}

FIELDSET:after {
	content: '';
	display: block;
	clear: both;
}

/*Abstand Datenschutzerklärung*/
.tx-powermail .powermail_form.powermail_form_19 .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklrung {
	margin-top: 30px;
}

/*Gridelemente*/
/*Allgemein*/
.gridrow .col {
	float: left;
	display: block;
	min-height: 1px;
}
.gridrow .col + .col {
	margin-left: 4%;
}

/*Boxen 50%*/
.box50 > .col {
	width: 48%;
}

/*Boxen 33%*/
.box33 > .col {
	width: calc((100% / 3 - (2 * 4%) / 3) - 0.1px);
	/*width: 32%;*/
}

/*Boxen 25%*/
.box25 > .col {
	width: calc((100% / 4 - (3 * 4%) / 4) - 0.1px);
	/*width: 23.5%;*/
}

/*Boxen 20%*/
.box20 > .col {
	width: calc((100% / 5 - (4 * 4%) / 5) - 0.1px);
	/*width: 15%;*/
}

/*Boxen 16%*/
.box16 > .col {
	width: calc((100% / 6 - (5 * 4%) / 6) - 0.1px);
	/*width: 15%;*/
}

/*Boxen 33%-66%*/
.box33-66 > .col.col1 {
	width: 33%;
}
.box33-66 > .col.col2 {
	width: 63%;
}

/*Boxen 66%-33%*/
.box66-33 > .col.col1 {
	width: 63%;
}
.box66-33 > .col.col2 {
	width: 33%;
}

/*Boxen 80%-20%*/
.box80-20 > .col.col1 {
	width: 76%;
}

.box80-20 > .col.col2 {
	width: 20%;
}

.box50 > .col img,
.box33 > .col img,
.box25 > .col img,
.box20 > .col img,
.box33-66 > .col img,
.box66-33 > .col img,
.box80-20 > .col img,
.box20-80 > .col img {
	max-width: 100%;
	height: auto;
}


.box50 > .col > .item.grey,
.box33 > .col > .item.grey,
.box33-66 > .col > .item.grey,
.box66-33 > .col > .item.grey {
	height: 100%;
}


.box20.connected,
.box16.connected {
	position: relative;
}

	.box20.connected:before,
	.box16.connected:before {
		content: '';
		display: block;
		width: 90%;
		height: 2px;
		background: #004494;
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
	}

	.box20.connected > .col {
		width: calc((100% / 5 - (4 * 1%) / 5) - 0.1px);
	}
	.box16.connected > .col {
		width: calc((100% / 6 - (5 * 1%) / 6) - 0.1px);
	}

	.box20.connected > .col + .col,
	.box16.connected > .col + .col {
		margin-left: 1%;
	}

	@media all and (max-width: 1300px) {
		.box20.connected:before,
		.box16.connected:before {
			content: none;
		}

		.box20.connected > .col,
		.box16.connected > .col {
			float: none;
			width: 100%;
			max-width: 400px;
			margin-left: auto;
			margin-right: auto;
		}

		.box20.connected > .col + .col,
		.box16.connected > .col + .col {
			margin-top: 20px;
			margin-left: auto;
			margin-right: auto;
		}
	}

	.box16.connected .csc-textpic-text {
		max-width: none;
	}
	.box16.connected div.csc-textpic .csc-textpic-imagewrap img {
		max-height: 90px;
		max-width: 90px;
	}

.allcont .box20.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.allcont .box16.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	position: relative;
	width: 120px;
	height: 120px;
	border: 2px solid #004494;
	border-radius: 50%;
	background: #fff;
}

	.allcont .item.grey .box20.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
	.allcont .item.grey .box16.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		background: #f2f2f2;
	}

.allcont .box20.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
.allcont .box20.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after,
.allcont .box16.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
.allcont .box16.connected DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
	content: none;
}

	.box20.connected .col .csc-textpic-imagewrap img,
	.box16.connected .col .csc-textpic-imagewrap img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

/*Volle Breite*/
.item.b100,
.item.b101,
#pre-foot > .gridwrapper > .item.b100 {
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}
.item.b101 > .gridrow {
	/*width: 980px;*/
	width: 1220px;
	margin-left: -webkit-calc((100% - 1220px) / 2);
	margin-left: -moz-calc((100% - 1220px) / 2);
	margin-left: calc((100% - 1220px) / 2);
	position: relative;
}

	.bel9 .item.b101 > .gridrow,
	.bel35 .item.b101 > .gridrow,
	.bel36 .item.b101 > .gridrow,
	.bel37 .item.b101 > .gridrow,
	.bel39 .item.b101 > .gridrow {
		width: 1220px;
	}

.item.b101 > .divider > HR {
	width: 980px;
	left: -webkit-calc((100% - 1220px) / 2);
	left: -moz-calc((100% - 1220px) / 2);
	left: calc((100% - 1220px) / 2);
	right: auto;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

/*Farbig*/
.item.grey,
.item.magenta-frame,
.item.blue,
.item.blue-border {
	background-color: #f2f2f2;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

	.item.magenta-frame {
		background-color: #fff;
		border: 2px solid #BA3286;
	}
	.item.blue {
		background-color: #004494;
		color: #fff;
	}
		.item.blue h2,
		.item.blue h3,
		.item.blue h4,
		.item.blue h5,
		.item.blue h6 {
			color: #fff;
		}

		.item.blue .button {
			background: #fff;
			color: #004494;
		}

	/*.item.magenta-frame h2,
	.item.magenta-frame h3,
	.item.magenta-frame h4,
	.item.magenta-frame h5 {
		color: #fff;
	}*/
	.item.blue-border {
		padding: 30px 50px 50px;
		background-color: #fff;
		border: 5px solid #004494;
		border-radius: 10px;
	}
	@media all and (max-width: 760px) {
		.item.blue-border {
			padding: 30px;
		}
	}

.item.b100.grey,
.item.b100.magenta {
	padding: 0;
}

.gridwrapper > .item .gridwrapper > .item .item.grey,
.gridwrapper > .item .gridwrapper > .item .item.magenta-frame {
	padding: 0;
}

.item.grey-gradient {
	padding-bottom: 70px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */	
}


.item.b100 .col + .col {
	margin-left: 0;
}

.item.b100 > .box33 > .col {
	width: calc(100% / 3);
}

@media all and (max-width: 760px) {
	.item.b100 > .box33 > .col {
		width: 100%;
	}
	.item.b100 > .box33 > .col .csc-textpic-imagewrap {
		float: none;
	}
	.item.b100 > .box33 > .col .csc-textpic-imagewrap > .csc-textpic-image {
		margin-left: auto;
		margin-right: auto;
	}
}

.item.b100 .box50 > .col {
	width: 50%;
}

/*Special_ID-Anpassungen*/
/*Inhalt auf Bild */
.grid29 > .item,
.bel9 .grid29 > .item,
.bel35 .grid29 > .item {
	width: 100%;
}

/*.ib,
.ib * {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}*/

.ib {
	/*height: 600px;*/
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
	/*Bild*/
	.ib .bild {
		position: absolute;
		top: 0;
		left: 0;
	}
		.ib .bild,
		.ib .bild DIV,
		.ib .bild FIGURE,
		.ib .bild IMG {
			width: 100%;
			height: 100%;
		}

		.ib .bild img {
			opacity: 0.7;
			font-size: 0;
			line-height: 0;
			max-width: none;
		}

		.ib .bild div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image  {
			margin: 0;
			display: block;
			width: 100%;
			height: 100%;
			background: rgba(0,68,148,0.7);
		}

		/*.ib .bild FIGURE {
			position: relative;
			background: rgba(0,68,148,0.65);
		}*/
		/*.ib .bild IMG {
			height: 100%;
			width: auto;
			position: absolute;
			right: 50%;
			opacity: 0.7;
			-webkit-transform: translateX(50%);
			     -moz-transform: translateX(50%);
			      -ms-transform: translateX(50%);
			       -o-transform: translateX(50%);
			     transform: translateX(50%);
		}*/

		.allcont .ib DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
		.allcont .ib DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
			content: none;
		}

	.ib .bild div.csc-textpic-center .csc-textpic-center-outer,
	.ib .bild div.csc-textpic-center .csc-textpic-center-inner {
		position: static;
		float: none;
	}

	/*Inhalt*/
	.ib .inhalt {
		/*top: 20px;*/
		/*z-index: 2;*/
		/*height: 465px;*/
		/*padding: 30px 60px;*/
		padding: 80px 0;
		text-align: center;
		color: #fff;
		max-width: 700px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 1;
	}

	.ib .inhalt h2,
	.ib .inhalt h3,
	.ib .inhalt h4,
	.ib .inhalt h5,
	.ib .inhalt h6 {
		color: #fff;
	}

	.ib .inhalt .button {
		margin-top: 30px;
	}

	.allcont .ib .inhalt DIV.csc-textpic .csc-textpic-image:before,
	.allcont .ib .inhalt DIV.csc-textpic .csc-textpic-image:after {
		content: none;
	}

	/*Text links */
	.ib.text-left .bild div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		background: #fff;
	}
	.ib.text-left .bild img {
		opacity: 1;
	}
	.ib.text-left .inhalt,
	.ib.text-left .inhalt h2,
	.ib.text-left .inhalt h3,
	.ib.text-left .inhalt h4,
	.ib.text-left .inhalt h5,
	.ib.text-left .inhalt h6 {
		color: inherit;
	}

	.ib.text-left .inhalt {
		text-align: left;
		max-width: none;
		width: 50%;
		margin-left: calc((100% - 1220px) / 2);
		margin-right: auto;
		padding-bottom: 200px;
	}
	/*Dokumentenbox*/
	#uid1381 .ib.text-left .inhalt {
		padding-bottom: 80px;
	}

	@media all and (max-width: 1300px) {
		.ib.text-left .inhalt {
			margin-left: 3%;
		}
	}

	@media all and (max-width: 760px) {
		.ib.text-left .bild {
			position: static;
			height: 50vh;
		}
		.ib.text-left .inhalt {
			padding: 40px 0;
			width: 100%;
		}
	}

	/*Hintergrund Fade*/
	.ib.fade .inhalt {
		color: inherit;
		text-align: inherit;
		max-width: 1220px;
		padding-bottom: 370px;
	}

	@media all and (max-width: 760px) {
		.ib.fade .inhalt {
			padding-bottom: 20vw;
		}
	}

	.ib.fade .inhalt h2,
	.ib.fade .inhalt h3,
	.ib.fade .inhalt h4,
	.ib.fade .inhalt h5 {
		color: inherit;
	}

	.ib.fade .bild div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		background: transparent;
	}

	.ib.fade .bild:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;

		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}

	.ib.fade .bild img {
		opacity: 1;
	}

/*Slider*/
.slider,
.slider .csc-textpic {
	height: auto;
}

	.allcont .slider DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		margin: 0;
		width: 100%;
	}

	/*Bild*/
	.allcont .slider DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
	.allcont .slider DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
		content: none;
	}

	.slider div.csc-textpic-center .csc-textpic-center-outer,
	.slider div.csc-textpic-center .csc-textpic-center-inner {
		position: static;
		float: none;
	}

	#subhead .csc-textpic-imagewrap IMG, .slider .csc-textpic-imagewrap IMG {
		width: 100%;
		height: auto;
		min-height: 0;
	}

	/*Text*/
	.slider .csc-textpic-text {
		display: block;
		background: rgba(255,255,255,.85);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 25px;
		width: 500px;
		left: 50%;
		bottom: auto;
		top: 17%;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

		.slider .csc-textpic-text:after {
			content: none;
		}

		.slider .csc-textpic-text:before {
			pointer-events: none;
			content: none;
			display: block;
			position: absolute;
			z-index: -1;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			   -moz-transform: translate(-50%,-50%);
			    -ms-transform: translate(-50%,-50%);
			     -o-transform: translate(-50%,-50%);
			        transform: translate(-50%,-50%);
			width: 300%;
			height: 300%;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
			background: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background: -webkit-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			background: -webkit-radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			background: -moz-radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			background: -o-radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			background: radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

		}

	/*Datenstrang*/
	.slider-datenstrang .slider2 {
		height: 100%;
		overflow: hidden;
	}

	.slider-datenstrang .slider2:after {
		pointer-events: none;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		/*background: url(../img/slider-datenstrang.svg) repeat-x left 80% / 2060px 190px;*/
		background: url(../img/slider-datenstrang-1960.svg) repeat-x left 80% / 1960px 181px;
	}

		.slider-datenstrang .slider .csc-textpic-imagewrap:before,
		.slider-datenstrang .slider .csc-textpic-imagewrap:after {
			content: '';
			display: block;
			position: absolute;
		}

		/*Ring*/
		.slider-datenstrang .slider .csc-textpic-imagewrap:before {
			width: 11px;
			height: 11px;
			-webkit-border-radius: 50%;
			        border-radius: 50%;
			border: 3px solid #fff;
			left: 208px;
			bottom: 275px;
			z-index: 1;
		}

		/*Linie*/
		.slider-datenstrang .slider .csc-textpic-imagewrap:after {
			width: 3px;
			height: 185px;
			background: #fff;
			left: 215px;
			bottom: 91px;
		}

		.slider-datenstrang .slider .slider2 > .item:nth-of-type(2n) .csc-textpic-imagewrap:after {
			height: 208px;
			bottom: 70px;
		}

			/*Alt – ohne Datenstrang*/
			.slider-datenstrang.alt .slider2:after {
				content: none;
			}

			.slider-datenstrang.alt .slider .csc-textpic-imagewrap:before,
			.slider-datenstrang.alt .slider .csc-textpic-imagewrap:after {
				content: none;
			}

			.slider-datenstrang.alt .slider .csc-textpic-text {
				top: 50%;
				-webkit-transform: translate(-50%,-50%);
				   -moz-transform: translate(-50%,-50%);
				    -ms-transform: translate(-50%,-50%);
				     -o-transform: translate(-50%,-50%);
				        transform: translate(-50%,-50%);
			}


		/* Ticker */
		.ticker .slider .csc-textpic-text {
			position: static;
			transform: none;
			width: auto;
			padding: 0;
		}

		.ticker .slider div.csc-textpic-center .csc-textpic-center-outer,
		.ticker .slider div.csc-textpic-center .csc-textpic-center-inner {
			position: relative;
			float: right;
		}

		.ticker .slider .csc-textpic-imagewrap IMG {
			width: auto;
		}

/*CSS Animate It*/
.animated {
    -webkit-animation-duration: 1s;
         -moz-animation-duration: 1s;
           -o-animation-duration: 1s;
         animation-duration: 1s;
    -webkit-animation-fill-mode: both;
         -moz-animation-fill-mode: both;
           -o-animation-fill-mode: both;
         animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
             -moz-transform: translateY(20px);
             transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
             transform: translateY(0);
    }
}

@-o-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
             -o-transform: translateY(20px);
           transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
           transform: translateY(0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
             -moz-transform: translateY(20px);
               -o-transform: translateY(20px);
             transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
               -o-transform: translateY(0);
             transform: translateY(0);
    }
}
.fadeInUpShort{
    opacity: 0;
    -webkit-transform: translateY(20px);
         -moz-transform: translateY(20px);
          -ms-transform: translateY(20px);
           -o-transform: translateY(20px);
         transform: translateY(20px);
}
.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
         -moz-animation-name: fadeInUpShort;
           -o-animation-name: fadeInUpShort;
         animation-name: fadeInUpShort;
}

/*Login*/
.tx-felogin-pi1 {
	position: relative;
	z-index: 1;
}

.tx-felogin-pi1 .felogin FORM,
.tx-felogin-pi1 .feforgot FORM,
.tx-felogin-pi1 .fechangepasswort FORM {
	margin: 30px 0;
}

.tx-felogin-pi1 .felogin .febutton,
.tx-felogin-pi1 .feforgot .febutton,
.tx-felogin-pi1 .fechangepasswort .febutton {
	margin-top: 30px;
}

.tx-felogin-pi1 fieldset {
	padding: 30px;
}

.tx-felogin-pi1 FORM > FIELDSET LEGEND {
	display: none;
}

/*Dateneingabe*/
.tx-felogin-pi1 .felogin FORM > FIELDSET > DIV:nth-child(2),
.tx-felogin-pi1 .felogin FORM > FIELDSET > DIV:nth-child(3) {
	width: calc(48% - 30px);
	display: inline-block;
	font-size: 0;
}
.tx-felogin-pi1 .felogin FORM > FIELDSET > DIV:nth-child(2) *,
.tx-felogin-pi1 .felogin FORM > FIELDSET > DIV:nth-child(3) * {
	font-size: 18px;
}

	.tx-felogin-pi1 .felogin FORM > FIELDSET > DIV:nth-child(3) {
		margin-left: 4%;
	}

.tx-felogin-pi1 .felogin FORM > FIELDSET > DIV:nth-child(4) {
	margin-top: 30px;
}

/*Logout*/
.tx-felogin-pi1 .felogout {
	position: relative;
	z-index: 1;
}

.tx-felogin-pi1 .felogout {
	position: absolute;
	top: 0;
	right: 0;
}

.tx-felogin-pi1 .felogout fieldset {
	background: none;
	padding: 0;
}

.tx-felogin-pi1 .felogout .febutton {
	text-align: right;
}

/*Vergessen*/
.tx-felogin-pi1 .feforgot .forgot-message {
	margin: 30px 0;
}

/*Video*/
.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	     -moz-transform: translate(-50%, -50%);
	      -ms-transform: translate(-50%, -50%);
	       -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
}

/*Search*/
.tx-indexedsearch-rules {
	display: none;
}

.tx-indexedsearch-rules h2 {
	font-size: 20px;
}

/*Teaser*/
.allcont .teaser DIV
.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
	width: 100%;
	background: #fff;
}

.teaser div.csc-textpic-center .csc-textpic-center-outer,
.teaser div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	position: static;
}

/*Flickering im Chrome verhindern*/
.teaser,
.teaser * {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.teaser A:hover {
	opacity: 1;
}

.teaser .col,
.teaser > .box100,
.teaser.slider-more-topics .box100 {
	filter: blur(0.000001px);
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	cursor: pointer;
}

	/*Logo*/
	.teaser .col > DIV:first-of-type,
	.teaser > .box100 > DIV:first-of-type,
	.teaser.slider-more-topics .box100 > DIV:first-of-type {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		   -moz-transform: translate(50%, -50%);
		    -ms-transform: translate(50%, -50%);
		     -o-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}

	.teaser .col > DIV:first-of-type:after,
	.teaser > .box100 > DIV:first-of-type:after {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		top: 50%;
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		   -moz-transform: translate(50%, -50%);
		    -ms-transform: translate(50%, -50%);
		     -o-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
		width: 200%;
		height: 200%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
		background: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: -webkit-radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: -moz-radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: -o-radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		background: radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}

	.teaser .col > DIV:first-of-type A,
	.teaser > .box100 > DIV:first-of-type A {
		font-weight: 400;
		font-size: 24px;
		line-height: 140%;
	}

		.teaser .box25 .col > DIV:first-of-type A {
			font-size: 18px;
		}

	.allcont .teaser .col > DIV:first-of-type .csc-textpic-imagewrap .csc-textpic-image:before,
	.allcont .teaser .col > DIV:first-of-type .csc-textpic-imagewrap .csc-textpic-image:after {
		content: none;
	}


	/*Background*/
	.teaser .col > DIV:last-of-type:before {
		content: '';
		display: block;
		width: -webkit-calc(100% - 5px);
		width: -moz-calc(100% - 5px);
		width: calc(100% - 5px);
		height: -webkit-calc(100% - 50px);
		height: -moz-calc(100% - 50px);
		height: calc(100% - 50px);
		position: absolute;
		top: 10px;
		right: 50%;
		-webkit-transform: translateX(50%);
		   -moz-transform: translateX(50%);
		    -ms-transform: translateX(50%);
		     -o-transform: translateX(50%);
		        transform: translateX(50%);
		z-index: -1;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
		        box-shadow: 0 0 15px rgba(0,0,0,.6);
		opacity: 0;
	}
		.teaser .box50 .col > DIV:last-of-type:before {
			height: -webkit-calc(100% - 65px);
			height: -moz-calc(100% - 65px);
			height: calc(100% - 65px);
		}

	.teaser .col > DIV:last-of-type IMG {
		width: 100%;
		height: auto;
	}

	/*Hover*/
	.teaser .col:hover,
	.teaser > .gridrow.box100:hover {
		-webkit-transform: translateY(-5px);
		   -moz-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		     -o-transform: translateY(-5px);
		        transform: translateY(-5px);
	}

	.teaser .col:hover > DIV:last-of-type:before {
		opacity: 1;
	}

	.teaser .col:hover > DIV:last-of-type FIGURE IMG,
	.teaser > .gridrow.box100:hover IMG {
		-webkit-filter: blur(5px);
		        filter: blur(5px);
	}

		/*Alt - Mehr Text auf Bild ohne Verlinkung*/

		.teaser.alt .col,
		.teaser.alt > .box100 {
			cursor: auto;
		}

		.teaser.alt .col > DIV:last-of-type:before {
			content: none;
		}

		/*Text*/
		.teaser.alt .col > DIV:first-of-type,
		.teaser.alt > .box100 > DIV:first-of-type {
			width: 100%;
			padding: 30px;
			box-sizing: border-box;
		}

		.teaser.alt .col > DIV:first-of-type A.button,
		.teaser.alt > .box100 > DIV:first-of-type A.button {
			font-size: 16px;
			font-weight: bold;
		}

		/*Bild*/
		.allcont .teaser.alt DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
		.allcont .teaser.alt DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
			content: none;
		}

		.teaser.alt .col > DIV:last-of-type IMG {
			opacity: 0.5;
		}

		/*Hover*/
		.teaser.alt .col:hover,
		.teaser.alt > .gridrow.box100:hover {
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
			     -o-transform: none;
			        transform: none;
		}

		.teaser.alt .col:hover > DIV:last-of-type FIGURE IMG,
		.teaser.alt > .gridrow.box100:hover IMG {
			-webkit-filter: none;
			        filter: none;
		}

		/*2020*/
		.teaser.version2020 .col,
		.teaser.version2020 > .gridrow.box100,
		.teaser.slider-more-topics .box100 {
			overflow: hidden;
		}

		.teaser.version2020 div.csc-textpic-left .csc-textpic-imagewrap {
			float: none;
		}
		.teaser.version2020 .csc-textpic-imagewrap img {
			width: 100%;
		}
		
		/*Blaue Fläche*/
		.teaser.version2020 .col > DIV:first-of-type,
		.teaser.version2020 > .box100 > DIV:first-of-type,
		.teaser.slider-more-topics .box100 > DIV:first-of-type {
			top: 0;
			left: 0;
			right: auto;
			transform: none;
			width: 100%;
			background: rgba(0,68,148,0.8);
			padding: 10px 15px;
			box-sizing: border-box;
			/*transition: 0.4s ease-in;*/

			-webkit-transition: all 0.4s cubic-bezier(0.600, 0.040, 0.980, 0.335);
			   -moz-transition: all 0.4s cubic-bezier(0.600, 0.040, 0.980, 0.335);
			     -o-transition: all 0.4s cubic-bezier(0.600, 0.040, 0.980, 0.335);
			        transition: all 0.4s cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */

			-webkit-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
			   -moz-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
			     -o-transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335);
			        transition-timing-function: cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */
		}

		.teaser.version2020 .col > DIV:first-of-type:after,
		.teaser.version2020 > .box100 > DIV:first-of-type:after {
			content: none;
		}
			
		/*Animierter Pfeil groß*/
		.teaser.version2020 .col > DIV:last-of-type:before,
		.teaser.version2020 > .box100 > DIV:last-of-type:before,
		.teaser.slider-more-topics .box100 > DIV:last-of-type:before {
			content: '';
			display: block;
			width: 36px;
			height: 64px;
			background: url('../img/arrow-right-white-sleak.svg') no-repeat center center / 100% auto;
			position: absolute;
			top: auto;
			right: auto;
			box-shadow: none;
			bottom: 20%;
			left: 50%;
			transform: translateX(-100px);
			pointer-events: none;
			opacity: 0;
			transition: 0.3s ease;
			z-index: 1;
		}

		.teaser.version2020 .box25 .col > DIV:first-of-type A,
		.teaser.slider-more-topics .box100 > DIV:first-of-type A {
			font-size: inherit;
		}

		/*.teaser.version2020 .col > DIV:first-of-type:after,
		.teaser.version2020 > .box100 > DIV:first-of-type:after {
			content: none;
		}*/

		.teaser.version2020 h2,
		.teaser.version2020 h3,
		.teaser.version2020 h4,
		.teaser.version2020 h5,
		.teaser.version2020 h6,
		.teaser.version2020 p,
		.teaser.version2020 a {
			color: #fff;
		}

		.teaser.version2020 h5 {
			font-size: 18px;
		}

		.teaser.version2020 h2,
		.teaser.version2020 h3,
		.teaser.version2020 h4,
		.teaser.version2020 h5,
		.teaser.version2020 h6 {
			padding: 0;
			display: block;
			padding-right: 10px;
			box-sizing: border-box;
			position: relative;
		}
			/*Animierter Pfeil klein*/
			.teaser.version2020 h2:after,
			.teaser.version2020 h3:after,
			.teaser.version2020 h4:after,
			.teaser.version2020 h5:after,
			.teaser.version2020 h6:after {
				content: '';
				display: block;
				width: 5px;
				height: 9px;
				background: url('../img/arrow-right-white.svg') no-repeat center center / 100% auto;
				position: absolute;
				top: 50%;
				right: 0;
				transform: translateY(-50%);
				pointer-events: none;
				opacity: 1;
				transition: 0.4s ease;
				z-index: 1;
			}

		.teaser.version2020 p {
			position: absolute;

			font-size: 0.85em;
			line-height: 150%;

			transition: 0.4s ease;
			opacity: 0;
			pointer-events: none;
			transform: translateY(-10px);

			max-width: calc(100% - 30px);
		}

		.teaser.version2020 .col > DIV:first-of-type A,
		.teaser.version2020 > .box100 > DIV:first-of-type A,
		.teaser.slider-more-topics .box100 > DIV:first-of-type A {
			font-size: inherit;
		}

		/*Hover*/
		.teaser.version2020 .col:hover,
		.teaser.version2020 > .gridrow.box100:hover,
		.teaser.slider-more-topics .box100:hover {
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
			     -o-transform: none;
			        transform: none;
		}
	
		.teaser.version2020 .col:hover p,
		.teaser.version2020 > .gridrow.box100:hover p,
		.teaser.slider-more-topics .box100:hover p {
			opacity: 1;
			pointer-events: auto;
			transform: translateY(0);
		}

		.teaser.version2020 .col > DIV:first-of-type,
		.teaser.version2020 > .gridrow.box100 > DIV:first-of-type,
		.teaser.slider-more-topics .box100 > DIV:first-of-type {
			transition: 0.4s ease;
			max-height: 100px;
			min-height: 1px;
		}
			.teaser.version2020 .col:hover > DIV:first-of-type,
			.teaser.version2020 > .gridrow.box100:hover > DIV:first-of-type,
			.teaser.slider-more-topics .box100:hover DIV:first-of-type {
				min-height: 100%;
				max-height: 500px;
			}
			
			/*Animierter Pfeil groß*/
			.teaser.version2020 .col:hover > DIV:last-of-type:before,
			.teaser.version2020 > .gridrow.box100:hover > DIV:last-of-type:before,
			.teaser.slider-more-topics .box100:hover > DIV:last-of-type:before {
				transform: translateX(-50%);
				opacity: 1;
			}
			
			/*Animierter Pfeil klein*/
			.teaser.version2020 .col:hover h2:after,
			.teaser.version2020 .col:hover h3:after,
			.teaser.version2020 .col:hover h4:after,
			.teaser.version2020 .col:hover h5:after,
			.teaser.version2020 .col:hover h6:after,
			.teaser.version2020 > .gridrow.box100:hover h5:after,
			.teaser.version2020 > .gridrow.box100:hover h6:after,
			.teaser.slider-more-topics .box100:hover h2:after,
			.teaser.slider-more-topics .box100:hover h3:after,
			.teaser.slider-more-topics .box100:hover h4:after,
			.teaser.slider-more-topics .box100:hover h5:after,
			.teaser.slider-more-topics .box100:hover h6:after {
				transform: translate(200%, -50%);
				opacity: 0;
			}
		

		.teaser.version2020 .col:hover > DIV:last-of-type:before,
		.teaser.slider-more-topics .box100:hover > DIV:last-of-type:before {
			opacity: 1;
		}

		.teaser.version2020 .col:hover > DIV:last-of-type FIGURE IMG,
		.teaser.version2020 > .gridrow.box100:hover IMG {
			-webkit-filter: none;
			        filter: none;
		}


/*Leistungen*/
.allcont .services DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

.allcont .services .col DIV.csc-textpic .csc-textpic-image:before,
.allcont .services .col DIV.csc-textpic .csc-textpic-image:after {
	content: none;
}

.services .col {
	cursor: pointer;
}

.services .col .csc-textpic {
	overflow: visible;
}
.services .col:hover .csc-textpic .csc-textpic-imagewrap {
	-webkit-transform: scale(1.1) translateY(-10%);
	   -moz-transform: scale(1.1) translateY(-10%);
	    -ms-transform: scale(1.1) translateY(-10%);
	     -o-transform: scale(1.1) translateY(-10%);
	        transform: scale(1.1) translateY(-10%);
}

.services .csc-textpic-image IMG {
	width: 60px;
	height: auto;
}

.services .button {
	margin-top: 10px;
}

/*Inactive*/
.services .col.inactive {
	cursor: auto;
}
.services .col.inactive:hover .csc-textpic .csc-textpic-imagewrap {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

/*Popup*/
.popup-teaser {
	cursor: pointer;
}
	.popup-teaser:hover {
		-webkit-transform: scale(1.04);
		     -moz-transform: scale(1.04);
		      -ms-transform: scale(1.04);
		       -o-transform: scale(1.04);
		     transform: scale(1.04);
	}

.allcont .popup-teaser DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
	width: 100%;
	height: 326px;
	display: block;
	position: relative;
	overflow: hidden;
}

.popup-teaser div.csc-textpic-center .csc-textpic-imagewrap,
.popup-teaser div.csc-textpic-center figure.csc-textpic-imagewrap,
.popup-teaser div.csc-textpic {
	overflow: visible;
	border: 1px solid transparent;
}

.popup-teaser div.csc-textpic-center .csc-textpic-center-outer,
.popup-teaser div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	right: auto;
}

/*Flicker vermeiden*/
.allcont .popup-teaser DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
.allcont .popup-teaser DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
	bottom: -2px;
}
.allcont .popup-teaser DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
	left: 29%;
}

.popup-teaser FIGURE IMG {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	        -moz-transform: translateX(50%);
	         -ms-transform: translateX(50%);
	          -o-transform: translateX(50%);
	     transform: translateX(50%);
}

/*Text*/
.popup-teaser .csc-textpic {
	position: relative;
}

	.popup-teaser .csc-textpic-text {
		position: absolute;
		z-index: 2;
		bottom: -15px;
		right: 0;
		text-align: right;
	}

	.popup {
		color: #7b7b7a;
		font-size: 22px;
		font-weight: 800;
	}

/*
Dreiecksform
Breite: 585px
Aufgeteilt in 250px links und 335px rechts
*/
.popup-teaser FIGURE:before,
.popup-teaser FIGURE:after {
	content: '';
	position: absolute;
	left: 40%;
	bottom: 0;
	z-index: 1;
	display: block;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 0 500px;
	border-color: transparent transparent transparent #fff;

	-webkit-transform: translateX(-100%);

	     -moz-transform: translateX(-100%);

	      -ms-transform: translateX(-100%);

	       -o-transform: translateX(-100%);

	     transform: translateX(-100%);

	pointer-events: none;
}

.popup-teaser FIGURE:after {
	border-width: 100px 700px 0 0;
	border-color: transparent #fff transparent transparent;

	-webkit-transform: none;

	     -moz-transform: none;

	      -ms-transform: none;

	       -o-transform: none;

	     transform: none;
}

.popup-teaser FIGURE:before,
.popup-teaser FIGURE:after {
	left: 40%;
}


.popup-teaser IMG {
	height: 100%;
	width: auto;
}

.popup-window {
    position: fixed;
    z-index: 9999999999;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.6);
    display: none;
}

.popup-window-close-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup-window-cont .gridwrapper > .item {
	padding-left: 0;
	padding-right: 0;
	width: auto;
	margin: 0;
}

	.popup-window-cont {
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		
		position: absolute;
		top: calc(50% - 25px);
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		     -moz-transform: translate(50%, -50%);
		      -ms-transform: translate(50%, -50%);
		       -o-transform: translate(50%, -50%);
		     transform: translate(50%, -50%);
		width: 960px;
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
		        box-shadow: 0 0 20px rgba(0,0,0,0.3);
	}

	.popup-window-cont-inner {
		background: #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 50px;
		max-height: 85vh;
		overflow: auto;
	}

	/*Germany*/
	.c471 .popup-window-cont {
		top: 10px;
		-webkit-transform: translate(50%, 0);
		     -moz-transform: translate(50%, 0);
		      -ms-transform: translate(50%, 0);
		       -o-transform: translate(50%, 0);
		     transform: translate(50%, 0);
	}

		.popup-window-cont:before,
		.popup-window-cont:after {
			content: '';
			display: block;
			position: absolute;
			bottom: -50px;
			left: 0;

			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 400px 50px 0;
			border-color: transparent #fff transparent transparent;
		}
 		.popup-window-cont:after {
 			width: 0;
 			height: 0;
 			border-style: solid;
 			border-width: 50px 560px 0 0;
 			border-color: #fff transparent transparent transparent;
 		}
 			.popup-window-cont:after {
 				left: 400px;
 			}

	.close {
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		font-weight: 700;
		padding: 10px;
	}


/*A-Z*/
.allcont .a-z {
	position: relative;
	z-index: 10000;
	width: 980px;
	padding-bottom: 5px;
	background: rgba(255,255,255,0.8);
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

.allcont .a-z.fixed {
	/*left: 50%;
	transform: translateX(-50%);*/
	margin-left: 0;
	left: calc((100% - 1220px) / 2);
	width: 1220px;
}

.fixed {
	position: fixed !important;
	top: 137px !important;
}

.allcont .a-z UL LI {
	float: left;
	background: none;
	padding: 3px 8px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: -webkit-calc(950px * 0.0288);
	width: -moz-calc(950px * 0.0288);
	width: calc(950px * 0.0288);
	text-align: center;
	border: 1px solid #7b7b7a;
	font-size: 13px;
	cursor: pointer;

	opacity: 0.2;
}
	.allcont .a-z UL LI.active {
		opacity: 1;
	}

	.allcont .a-z UL LI + LI {
		margin: 0 0 0 1%;
	}

.allcont .a-z UL LI.active:hover {
	border-color: transparent;
	background: #004494;
	color: #fff;
}

.allcont .a-z UL:after {
	content: '';
	display: block;
	clear: both;
}

.allcont .a-z P {
	display: none;
	font-size: 13px;

}

/*Events*/
.events {
	display: table;
	width: 100%;
	height: 130px;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f7f7f7;
}

	.events .col {
		vertical-align: middle;
		padding: 0;
	}
	.gridrow .events .col {
		display: table-cell;
		float: none;
		height: 100%;
	}

	.events.header {
		height: 80px;
	}

	.events.header .col {
		font-weight: bold;
		font-size: 24px;
		color: #7b7b7a;
		background: #f7f7f7;
		padding: 0;
		border: none;
		vertical-align: middle;
	}

	.events .col1,
	.events.header .col1 {
		width: 50%;
		padding: 0 30px;
	}

	.events .col2,
	.events .col3 {
		width: 25%;
	}

	.events.inhalt .col3 {
		padding: 10px 10px 10px 0;
	}

	/*Inhalt*/
	.events.inhalt:hover {
		background: #f2f2f2;
	}

	.events .grossertext {
		font-size: 24px;
	}

	.events.inhalt .col3 P A {
		padding: 6px 15px;
		text-align: center;
	}

	.events .col1 A {
		color: #7b7b7a;
	}

	.events.col1 A:hover {
		color: #004494;
		opacity: 1;
	}

/*Störer*/
.allcont .stoerer DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
	margin: 0;
}

.allcont .stoerer DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image:before,
.allcont .stoerer DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image:after {
	content: none;
}

.stoerer .csc-textpic-imagerow-last {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	-webkit-transform: rotate(15deg);
	   -moz-transform: rotate(15deg);
	    -ms-transform: rotate(15deg);
	     -o-transform: rotate(15deg);
	        transform: rotate(15deg);
}

.stoerer .csc-textpic-imagerow-last IMG {
	width: 200px;
	height: auto;
}

/*Downloads*/
#uid160 .col IMG {
	border: 1px solid #ddd;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	height: auto;
}

/*Accordion*/
.grid34 + .grid34,
.grid101 + .grid34,
.grid34 + .grid101,
.grid101 + .grid101 {
	margin-top: 5px;
}

.accordion {
	position: relative;
	border: 3px solid #f2f2f2;
}

	.accordion .acc-headline {
		cursor: pointer;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 10px 60px 10px 20px;
		background: #f2f2f2;
		position: relative;
	}

		.accordion .acc-headline .acc-arrow {
			position: absolute;
			right: 20px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			   -moz-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
			     -o-transform: translateY(-50%);
			        transform: translateY(-50%);

			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 8px 8px 0 8px;
			border-color: #004494 transparent transparent transparent;
			pointer-events: none;
		}

		.accordion.act .acc-headline .acc-arrow {
			-webkit-transform: translateY(-50%) rotate(180deg);
			     -moz-transform: translateY(-50%) rotate(180deg);
			      -ms-transform: translateY(-50%) rotate(180deg);
			       -o-transform: translateY(-50%) rotate(180deg);
			     transform: translateY(-50%) rotate(180deg);
		}

	.accordion .acc-content {
		padding: 10px 20px;
	}

/*Cookie*/
.cc-window {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
	        box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

/*Cookiebot*/
#CybotCookiebotDialog {
	padding: 60px 20px 50px !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
	box-sizing: border-box !important;

	background: #2E80B4 !important;
	color: #fff !important;
}

#CybotCookiebotDialogBody {
	position: relative;
	padding: 12px 220px 8px 0 !important;
}
#CybotCookiebotDialogBodyContent {
	padding: 0 !important;
}

#CybotCookiebotDialogBody,
#CybotCookiebotDialogDetailBody {
	width: 100% !important;
	max-width: 1200px !important;
	/*padding: 0 2em !important;*/
	box-sizing: border-box;
}

/*Schriften*/
#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
	font-family: "ff-netto-web", "Quicksand", Arial, sans-serif !important;
	font-size: 16px !important;
}

/*#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
	font-size: 14px !important;
}
*/
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
	color: #fff !important;
}

/*Überschrift*/
#CybotCookiebotDialogBodyContentTitle {
	color: #fff !important;
	font-size: 22px !important;
	line-height: 120% !important;
	margin-bottom: 20px !important;
}

/*Logo*/
#CybotCookiebotDialogPoweredbyLink {
	width: 180px !important;
	height: 170px !important;
	max-height: 100%;
	margin: 0 !important;
	background: url('../img/logo.svg') no-repeat left top / contain;
	right: 0;
	top: 0;
}

#CybotCookiebotDialogPoweredbyImage {
	display: none;
}

/*Unterer Teil*/
#CybotCookiebotDialogBodyLevelWrapper {
	position: relative;
	margin-top: 20px;
}

/*Häkchen initial ausblenden*/
#CybotCookiebotDialogBodyLevelButtons {
	display: none;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	color: #2E80B4;
}

/*Button*/
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	text-align: center !important;
	float: none !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog #CookiebotDecline,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	width: auto !important;
	height: auto !important;
	background-color: #B8CD63 !important;
	border: none !important;
	border-radius: 30px !important;
	font-weight: bold !important;
	color: #fff !important;
	text-decoration: none !important;
	/*font-size: 9.5pt;*/
	font-size: 18px !important;
	display: block !important;
	/*padding: 3px 10px;*/
	padding: 10px 65px !important;
	text-align: center !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background: transparent !important;
	display: inline-block !important;
	padding: 0 0 10px !important;
	font-weight: normal !important;
	border: none !important;
	text-decoration: none !important;
	opacity: 0.7 !important;
	font-size: 0.9em !important;
}

#CybotCookiebotDialog #CookiebotDecline,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
	display: none !important;
}

.CybotCookiebotDialogBodyLevelButtonIABDescription {
	margin-top: 0 !important;
}
/*#CybotCookiebotDialogBodyLevelButtonAcceptWrapper,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}*/

#CybotCookiebotDialog #CookiebotDecline {
	margin-top: 5px;
	background: #fff;
	border: 1px solid #004494;
	color: #004494;
}

#CybotCookiebotDialogDetailBodyContent {
	overflow: hidden;
	padding-bottom: 20px;
	border: none !important;
	height: auto !important;
}

/*Button*/
/*#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog #CookiebotDecline {
	background-color: #B8CD63;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 10px 65px;
	text-align: center;
}
#CybotCookiebotDialog #CookiebotDecline {
	display: none !important;
}
#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
	position: absolute;
	top: 0;
	right: 0;
}

#CybotCookiebotDialog #CookiebotDecline {
	margin-top: 5px;
	background: #fff;
	border: 1px solid #004494;
	color: #004494;
}

#CybotCookiebotDialogDetailBodyContent,
#CybotCookiebotDialogDetailBodyContent {
	overflow: hidden;
	padding-bottom: 20px;
	border: none !important;
}*/


/*Präferenzen ausblenden*/
#CybotCookiebotDialogDetailBodyContentCookieContainerPreference
/*.CybotCookiebotDialogBodyLevelButtonWrapper:nth-child(2)*/
{
	display: none;
}

/*#CookiebotDecline {
	color: #fff;
	font-size: inherit;
	text-decoration: none;
	font-family: inherit;
}*/

/*Checkbox*/
.CybotCookiebotDialogBodyLevelButtonWrapper {
	margin-right: 20px !important;
	margin-bottom: 10px;
}


input[type=checkbox].CybotCookiebotDialogBodyLevelButton+label {
	background: url('../img/checkbox.svg') no-repeat left center / 16px auto !important;
	padding-left: 25px !important;
	font-weight: 400 !important;
}

/*Checkbox Checked*/
input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled+label,
input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
	background: url('../img/checkbox-checked.svg') no-repeat left center / 21px auto !important;
	padding-left: 25px !important;
	font-weight: 400 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane {
	border: none;
}

/*Unterer Teil*/
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsTable {
	width: auto !important;
}
#CybotCookiebotDialogBodyLevelWrapper {
	position: relative;
	margin-top: 20px;
}

/*Details*/
a#CybotCookiebotDialogBodyLevelDetailsButton {
	color: #fff !important;
	background: url('../img/arrow-down.svg') no-repeat right center / 14px auto !important;
}
	.CybotCookiebotDialogBodyLevelDetailsButtonExpanded {
		background-image: url('../img/arrow-up.svg') !important;
	}
	a#CybotCookiebotDialogBodyLevelDetailsButton:hover {
		color: #fff !important;
	}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
	background-color: transparent;
	border: none;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
	background-color: transparent !important; 
	padding: 5px;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
	padding: 5px;
}

#CybotCookiebotDialogDetail {
	background-color: transparent !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
	background-color: transparent;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected {
	color: #004494 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextIAB {
	padding: 30px;
}

	@media all and (max-width: 1000px) {
		#CybotCookiebotDialog {
			padding: 30px 20px !important;
		}
		#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
			top: auto;
			right: auto;
			bottom: 0;
			left: 0;
		}
		#CybotCookiebotDialogBodyLevelWrapper {
			padding-bottom: 50px;
		}
		#CybotCookiebotDialogBodyLevelButtons {
			float: none !important;
			text-align: left;
		}
	}

	@media all and (max-width: 760px) {
		#CybotCookiebotDialogPoweredbyLink {
			/*width: 180px !important;
			height: 170px !important;*/
			width: 120px !important;
			height: 113px !important;
		}
		#CybotCookiebotDialogBody {
			padding-right: 150px !important;
		}
	}
	@media all and (max-width: 470px) {
		#CybotCookiebotDialogPoweredbyLink {
			/*width: 180px !important;
			height: 170px !important;*/
			width: 80px !important;
			height: 76px !important;
		}
		#CybotCookiebotDialogBody {
			padding-right: 100px !important;
		}
	}

/*ABC-Tool*/
.inputBox {
	max-width: 150px;
}

.contact-form > FORM > DIV {
	background: #f2f2f2;
	padding: 80px 30px 30px;
	margin: 10px 0 20px;
	position: relative;
}

.contact-form > FORM > DIV > LABEL:first-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background: #004494;
	font-weight: 400;
}

.contact-form > FORM > DIV > LABEL:not(:first-child) {
	padding-top: 10px;
	display: block;
}

	.contact-form > FORM > DIV > LABEL#textGenderMr,
	.contact-form > FORM > DIV > LABEL#textGenderMrs {
		display: inline-block;
		padding-top: 0;
	}

/*Breadcrumbs*/
.breadcrumbs {
	display: block;
	font-size: 13px;
	line-height: 100%;
	margin-bottom: 20px;
}

	.bel9 .breadcrumbs,
	.bel35 .breadcrumbs {
		display: none;
	}

.allcont .breadcrumbs UL LI {
	display: inline-block;
	padding: 0 5px 0 0;
	background: none;
}

	@media all and (max-width: 760px) {
		.breadcrumbs {
			margin-top: 40px;
		}
	}

/*Icongrid*/
.icongrid .csc-textpic-imagewrap {
	height: 40px;
}

.allcont .icongrid DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

.icongrid IMG {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.icongrid .csc-textpic-text {
	display: table;
	width: 100%;
}

.icongrid .csc-textpic-text P {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

/*Seminar*/
.seminar > .gridrow > .col1 .button {
	display: block;
	text-align: center;
	padding: 40px 0;
	margin-top: 35px;
	font-size: 24px;
}

.seminar > .gridrow > .col1 H1 {
	padding-top: 0;
}


.seminar > .gridrow > .col2 {
	background: #E6E6E6;
	padding: 60px 35px;
	box-sizing: border-box;
}

.seminar > .gridrow > .col2 HR {
	border: 0 solid #fff;
	width: 276px;
	margin: 50px auto;
	border-bottom: 1px solid #fff;
}

.allcont .seminar > .gridrow > .col2 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 25px 0;
	width: 268px;
	height: 268px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
}

.allcont .seminar > .gridrow > .col2 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image IMG {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

/*News*/
.news .article .news-img-wrap {
	margin: 5px 20px 5px 0;
}

.news .article .news-img-wrap a {
	padding: 0;
	border: none;
	float: none;
}

.news .article {
	padding-top: 20px;
	padding-bottom: 20px;
}

.news .article .header {
	margin-bottom: 10px;
}

.news .article h3 {
	padding-bottom: 0;
}

.news time {
	font-size: 14px;
	padding: 0 0 5px 0;
}

.news .button {
	margin-top: 10px;
}

.news-img-caption {
	text-align: right;
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
}

/*Paginierung*/
.news .page-navigation p {
	display: none;
}

.news .page-navigation ul {
	margin-bottom: 20px;
}

.news .page-navigation ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.allcont .news .page-navigation ul li + li {
	margin-left: 5px;
	margin-top: 0;
}

.news .page-navigation ul li.current {
	background: #004494;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}


	/*Jeder Zweite*/
	.news .news-list-view .article:nth-child(odd) {
		background: #f2f2f2;
		padding: 20px;
		box-sizing: border-box;
	}

	.news .news-list-view .article:nth-child(odd) .news-img-wrap {
		float: right;
		margin: 5px 0 5px 20px;
	}

/*Detail*/
.news-single .article .news-img-wrap {
	width: auto;
	max-width: 350px;
}

.news.news-single .article .news-img-wrap {
	margin: 5px 0 5px 20px;
}

.news-single .article .news-img-wrap img {
	width: 100%;
	height: auto;
}

.news .article .news-img-wrap,
.news .article .news-img-wrap a {
	background: transparent;
}

.news-single .footer {
	border: none;
	padding-top: 0;
}

.news-single .news-backlink-wrap {
	float: left;
}

.news-single .social-links {
	float: right;
	margin-top: 10px;
}

/*News Detail*/
#uid142 .breadcrumbs li:nth-child(4) {
	display: none;
}

/*Social*/
.allcont .social-links ul li {
	display: inline-block;
	padding: 0;
	background: none;
}
	.social-links ul li + li {
		margin-left: 10px;
	}

.social-fb,
.social-xing,
.social-linkedin,
.social-twitter,
.social-mail {
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url(../img/fb-grey.svg) no-repeat center center / 10px 20px;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
}
	.social-xing {
		width: 17px;
		background: url(../img/xing-grey.svg) no-repeat center center / 17px 20px;
	}
	.social-linkedin {
		width: 20px;
		background: url(../img/linkedin-grey.svg) no-repeat center center / 20px 20px;
	}
	.social-twitter {
		width: 24px;
		background: url(../img/twitter-grey.svg) no-repeat center center / 24px 20px;
	}
	.social-mail {
		/*width: 31px;
		height: 21px;*/
		width: 25px;
		height: 15px;
		background: url(../img/mail-grey.svg) no-repeat center center / 25px 15px;
	}


	.social-fb:hover {
		opacity: 1;
		background-image: url(../img/fb-color.svg);
	}
	.social-xing:hover {
		opacity: 1;
		background-image: url(../img/xing-color.svg);
	}
	.social-linkedin:hover {
		opacity: 1;
		background-image: url(../img/linkedin-color.svg);
	}
	.social-twitter:hover {
		opacity: 1;
		background-image: url(../img/twitter-color.svg);
	}


/*PLZ-Suche*/

/*Anfragenbereich*/
#uid1050 .cont > div:nth-of-type(3) {
	display: none;
}

.teaser .col.deactivate {
	opacity: 0.2;
}

/*Graue Box*/
.grey-box .box33 .item {
    background: #F2F2F2;
    padding: 55px;
    overflow: hidden;
    min-height: 130px;
    margin-bottom: 30px !important;
}
.grey-box-small div.csc-textpic .csc-textpic-imagewrap img {
    margin: 0 auto;
    max-height: 37px;
}
.grey-box-small .box33 .item .csc-textpic-caption {
    text-align: center;
    margin-top: 10px;
}
.grey-box-small .box33 .item div.csc-textpic .csc-textpic-imagewrap figure, 
.grey-box-small .box33 .item div.csc-textpic figure.csc-textpic-imagewrap {
    display: grid;
}
.grey-box-small .box33 .item .csc-textpic-text {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
}
.grey-box-small .box33 .item {
	color: #004494;
	text-align: center;
	padding: 20px;
	min-height: 150px;
}
.allcont .box16 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before, 
.allcont .box16 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after,
.allcont .grey-box-small DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before, 
.allcont .grey-box-small DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
	display: none;
}
h3 .kleinertext {
    font-size: 18px;
    font-weight: 400;
}
.box16 div.csc-textpic .csc-textpic-imagewrap figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.box16 .csc-textpic-caption {
    margin-left: 10px;
    color: #004494;
    font-size: 24px;
    white-space: nowrap;
}
.box16 .csc-textpic-text {
    max-width: 110px;
}
.box16 .csc-textpic-text  p {
    line-height: 1.4;
    font-size: 13px;
}
.box16 div.csc-textpic .csc-textpic-imagewrap img {
    max-height: 32px;
}


/*Multicontent*/
.multicontent {}

.allcont .multicontent DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:before,
.allcont .multicontent DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image:after {
	content: none;
}

.multicontent div.csc-textpic-center .csc-textpic-center-outer,
.multicontent div.csc-textpic-center .csc-textpic-center-inner {
	position: static;
	float: none;
}

.allcont .multicontent DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

	/*Tabs*/
	.multicontent .tabs > DIV {
		display: inline-block;
		width: calc(100% / 6);
		height: 200px;
		vertical-align: top;
		text-align: center;
	}

		.multicontent .tabs > DIV.act {
			background: #f2f2f2;
		}

		.multicontent .tabs > DIV H5 {
			padding-bottom: 0;
		}

		.multicontent .tabs > DIV IMG {
			width: 100%;
			height: auto;
			transform: scale(0.9);
		}

		.multicontent .tabs > DIV IMG:hover {
			transform: scale(1);
		}

	/*Content*/
	.multicontent .content {
		position: relative;
		background: #f2f2f2;
		padding: 40px;
	}
		.multicontent .content .heading {
			display: none;
			flex-direction: row-reverse;
			justify-content: flex-end;
			width: auto;
			height: auto;
		}
		.multicontent .content .heading figure {
			margin: 0;
		}
		.multicontent .content .heading img {
			max-width: 50px;
			height: auto;
		}
	
	/*Grey*/
	.item.grey .multicontent .tabs > DIV.act,
	.item.grey .multicontent .content {
		background: #fff;
	}

/*Tooltip*/
.tooltip {
	position: relative;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.tooltip .infobox {
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, 30px);
	padding: 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
	z-index: 9;
	font-size: 14px;
	line-height: 120%;
}

/*.tooltip:hover .infobox {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}*/


/*Kontaktieren-Element*/
.contactbox {
	text-align: center;
	max-width: 180px;
	margin: 0 auto;
	transition: transform 0.4s ease;
}
	.contactbox:hover {
		transform: scale(1.05);
	}

.contactbox .tile {
	box-sizing: border-box;
	background: #e6e6e6;
	padding: 20px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
}

.contactbox .tile + .tile {
	margin-top: 20px;
}
	
	/*1. Box*/
	.contactbox .tile:first-child {
		font-size: 20px;
		line-height: 140%;
	}
	.contactbox .tile:first-child .grossertext {
		font-size: 30px;
		line-height: 120%;
		color: #004494;
		font-weight: bold;
	}

	/*2. Box*/
	.contactbox .tile:last-child .bodytext a {
		position: relative;
		padding-top: 45px;
		display: block;

	}
	.contactbox .tile:last-child .bodytext a:before {
		content: '';
		display: block;
		width: 50px;
		height: 34px;
		background: url('../img/mail-contact.svg') no-repeat center center / 100% auto;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

.shadowbox {
	padding: 4em;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	background: #fff;
}
	@media all and (max-width: 1300px) {
		.gridwrapper.grid23 {
			padding-left: 3%;
			padding-right: 3%;
		}
		.gridwrapper.grid23.b101 {
			padding-left: 0;
			padding-right: 0;
		}

		.gridwrapper > .item.shadowbox {
			padding: 3em;
		}
	}

	@media all and (max-width: 470px) {
		.gridwrapper > .item.shadowbox {
			padding: 2em;
		}
	}

/*Kompetenz-Element*/
.competence .headline .csc-textpic {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
}

.competence .headline .csc-textpic .csc-textpic-imagewrap {
	padding-right: 20px;
}

.competence .col1 p:first-child {
	padding-left: 25px;
	position: relative;
}
.competence .col2 p:first-child {
	position: relative;
}

.competence p:first-child:before {
	font-weight: bold;
	margin-right: 5px;
}
.competence p:first-child:after {
	content: '';
	display: block;
	width: 16px;
	height: 20px;
	background: url('../img/icons-competence/adresse.svg') no-repeat left top / contain;
	position: absolute;
	top: 7px;
	left: 0;
}
	.competence .col1 .title p:first-child {
		padding-left: 0;
	}
	.competence .headline p:first-child:after,
	.competence .title p:first-child:after {
		content: none;
	}

/* Adresse */
.competence .address p:first-child:before {
	content: 'Anschrift:';
}

/*Telefon*/
.competence .phone p:first-child:before {
	content: 'Telefon:';
}
.competence .phone p:first-child:after {
	background-image: url('../img/icons-competence/phone.svg');
}

/*Mail*/
.competence .mail p:first-child:before {
	content: 'Mail:';
}
.competence .mail p:first-child:after {
	background-image: url('../img/icons-competence/mail.svg');
}

/*Gegründet*/
.competence .founded {
	margin-top: 1.5em;
}
.competence .founded p:first-child:before {
	content: 'Gegründet:';
}
.competence .founded p:first-child:after {
	background-image: url('../img/icons-competence/founded.svg');
}

/*Geschäftsführung*/
.competence .boss p:first-child:before {
	content: 'Geschäftsführung:';
}
.competence .boss p:first-child:after {
	background-image: url('../img/icons-competence/boss.svg');
}

/*Mail*/
.competence .team p:first-child:before {
	content: 'Aktuelle Mitarbeiterzahl:';
}
.competence .team p:first-child:after {
	background-image: url('../img/icons-competence/team.svg');
}

/*Öffnungszeite*/
.competence .open p:first-child:before {
	content: 'Öffnungszeiten:';
}
.competence .open p:first-child:after {
	background-image: url('../img/icons-competence/clock.svg');
}

/*Portrait*/
.competence .portrait p:first-child:before {
	content: 'Kurz-Portrait';
	display: block;
	padding-left: 25px;
}
.competence .portrait p:first-child:after {
	background-image: url('../img/icons-competence/fingerprint.svg');
}

/*Prozessgrafik*/
.process {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

	.process .col1 {
		order: 1;
		text-align: right;
		width: 33.3%;
	}
	.process .image {
		order: 2;
		padding: 0 60px;
		width: 33.3%;
		box-sizing: border-box;
	}
		.process .image img {
			max-width: 100%;
			height: auto;
		}
	.process .col2 {
		order: 3;
		width: 33.3%;
	}

	@media all and (max-width: 1000px) {
		.process {
			flex-wrap: wrap;
			align-items: flex-start;
			justify-content: space-between;
		}

		.process .image {
			order: 1;
			width: 100%;
		}

		.process .col1,
		.process .col2 {
			width: 48%;
			text-align: left;
		}
	}

	@media all and (max-width: 640px) {
		.process .col1,
		.process .col2 {
			width: 100%;
		}
		.process .col2 {
			margin-top: 20px;
		}
	}

/*Slider More Topics*/
.slider-more-topics .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.slider-more-topics .slick-track > *,
.slider-more-topics .gridwrapper.grid23 {
	/*width: calc(25% - 3 * 15px / 4) !important;*/
	padding: 0 8px;
}
/*.slider-more-topics .slick-track > * + * {
	margin-left: 15px;
}*/

.slider-more-topics img {
	width: 100%;
	height: auto;
}

.slider-more-topics .slick-dots {
	text-align: center;
}
.slider-more-topics .slick-dots li {
	display: inline-block;
	background: transparent;
	padding: 0;
}
	.slider-more-topics .slick-dots li + li {
		margin-left: 15px;
	}

	.slider-more-topics .slick-dots li button {
		color: transparent;
		overflow: hidden;
		text-indent: 0;
		padding: 0;
		width: 12px;
		height: 12px;
		background: #D8D8D8;
	}

	.slider-more-topics .slick-dots li button:hover,
	.slider-more-topics .slick-dots li.slick-active button {
		background: #7B7B7A;
	}

.slider-more-topics .slick-prev,
.slider-more-topics .slick-next {
	width: 9px;
	height: 20px;
	left: -35px;
	padding: 0;
	background: url('../img/arrow-left-grey.svg') no-repeat center / 100% auto;
}
	.slider-more-topics .slick-next {
		left: auto;
		right: -35px;
		background-image: url('../img/arrow-right-grey.svg');
	}

	.slider-more-topics .slick-prev:hover,
	.slider-more-topics .slick-next:hover {
		opacity: 0.7;
	}


@media all and (max-width: 1300px) {
	.slider-more-topics {
		padding: 0 40px;
	}

	.slider-more-topics .slick-prev {
		left: 0;
	}
	.slider-more-topics .slick-next {
		right: 0;
	}

	/*.slider-more-topics .slick-track > * {
		width: calc((100% / 3) - 2 * 15px / 3) !important;
	}
	.slider-more-topics .slick-track > *:nth-child(3n + 4) {
		margin-left: 0;
	}
	.slider-more-topics .slick-track > * + * {
		margin-left: 15px;
	}*/
}

.connected {
	text-align: center;
}

.connected > .item:not(:first-of-type):before {
	content: '';
	display: block;
	width: 12px;
	height: 73px;
	background: url('../img/connection-line.svg') no-repeat center / 100% auto;
	margin: 20px auto;
}

.connected h4,
.connected h5 {
	color: #004494;
}

.connected .csc-textpic-image:before,
.connected .csc-textpic-image:after {
	content: none !important;
}

/*Weiße Boxen*/
.whiteboxes {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.whiteboxes > div {
	position: relative;
	width: calc((100% / 3) - 2 * 15px / 3 - 1px);
	margin-right: 15px;
	margin-bottom: 15px !important;
	background: #fff;
	text-align: center;
	border: 1px solid #7B7B7A;
	padding: 20px 40px;
	box-sizing: border-box;
}
	.whiteboxes > div:nth-of-type(3n + 3) {
		margin-right: 0;
	}

	.whiteboxes > div .csc-textpic-image:before,
	.whiteboxes > div .csc-textpic-image:after {
		content: none !important;
	}
	
	/*Mit Verbindungslinie*/
	.whiteboxes.process > div {
		width: calc((100% / 3) - 2 * 30px / 3 - 1px);
		margin-right: 30px;
		margin-bottom: 64px !important;
		border: none;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
	}
		.whiteboxes.process > div:nth-of-type(3n) {
			margin-right: 0;
		}
		/*Linie*/
		.whiteboxes.process > div:after {
			content: '';
			display: block;
			width: 30px;
			height: 2px;
			background: #004494;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translate(100%, -50%);
		}
		.whiteboxes.process > div:nth-of-type(3n):after {
			width: calc(100% + 30px); 
			height: 31px;
			background: transparent;
			border-right: 2px solid #004494;
			border-bottom: 2px solid #004494;
			top: auto;
			bottom: 0;
			right: 50%;
			transform: translateY(100%);
		}
		.whiteboxes.process > div:nth-of-type(3n + 4):before {
			content: '';
			display: block;
			width: calc(100% + 30px); 
			height: 31px;
			border-left: 2px solid #004494;
			border-top: 2px solid #004494;
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateY(-100%);
		}
		.whiteboxes.process > div:last-of-type:after {
			content: none;
		}

	@media all and (max-width: 960px) {
		.whiteboxes > div {
			width: calc((100% / 2) - 1 * 15px / 2 - 1px);
		}
		.whiteboxes > div:nth-of-type(3n) {
			margin-right: 15px;
		}
		.whiteboxes > div:nth-of-type(2n + 2) {
			margin-right: 0;
		}

		/*Mit Linie*/
		.whiteboxes.process > div {
			width: calc((100% / 2) - 1 * 30px / 2 - 1px);
		}
		.whiteboxes.process > div:nth-of-type(3n) {
			margin-right: 30px;
		}
		.whiteboxes.process > div:nth-of-type(2n + 2) {
			margin-right: 0;
		}
		.whiteboxes.process > div:nth-of-type(3n):after,
		.whiteboxes.process > div:nth-of-type(3n + 4):before {
			content: none;
		}
		.whiteboxes.process > div:after,
		.whiteboxes.process > div:nth-of-type(3n):after {
			content: '';
			display: block;
			width: 30px;
			height: 2px;
			background: #004494;
			border: none;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translate(100%, -50%);
		}

			.whiteboxes.process > div:nth-of-type(2n):after {
				width: calc(100%); 
				height: 31px;
				background: transparent;
				border-right: 2px solid #004494;
				border-bottom: 2px solid #004494;
				top: auto;
				bottom: 0;
				right: 50%;
				transform: translateY(100%);
			}
			.whiteboxes.process > div:nth-of-type(2n + 3):before {
				content: '';
				display: block;
				width: calc(100%); 
				height: 31px;
				border-left: 2px solid #004494;
				border-top: 2px solid #004494;
				position: absolute;
				top: 0;
				left: 50%;
				transform: translateY(-100%);
			}
			.whiteboxes.process > div:last-of-type:after {
				content: none;
			}
	}

	@media all and (max-width: 640px) {
		.whiteboxes > div {
			width: 100%;
			margin-right: 0;
		}
		.whiteboxes > div:nth-of-type(2n + 2),
		.whiteboxes > div:nth-of-type(3n) {
			margin-right: 0;
		}

		/*Mit Linie*/
		.whiteboxes.process > div {
			width: 100%;
			margin-right: 0 !important;
			margin-bottom: 20px !important;
		}
		.whiteboxes > div:before,
		.whiteboxes > div:after {
			content: none !important;
		}
	}

.vertical-textpic .csc-textpic {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
	.vertical-textpic .csc-textpic .csc-textpic-imagewrap {
		float: none;
	}
	.vertical-textpic .csc-textpic .csc-textpic-text {
		margin-left: 0 !important;
	}

	.vertical-textpic .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-text {
		margin-right: 0 !important;
	}

/*Highlight*/
.grid115 {
	background: #a7afb5 url('../img/rw-head-big-2.png') no-repeat 55% center / auto 90%;
}
.highlight .highlight-stoerer {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 90vw;
	background: #BA3286;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	text-transform: uppercase;
}
	.highlight .highlight-stoerer:before {
		content: '';
		display: block;
		width: calc((100vw - 1220px) / 2 + 1px);
		height: 100%;
		background: #BA3286;
		transform: translateX(-100%);
		position: absolute;
		top: 0;
		left: 1px;
	}
	/*.highlight .highlight-stoerer:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(15px, -50%);
		z-index: -1;

		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16.5px 0 16.5px 15px;
		border-color: transparent transparent transparent #BA3286;
	}*/

.highlight .highlight-cont {
	padding: 5em 0 3em;
	color: #fff;
}

.highlight .highlight-cont .grossertext {
	font-size: 44px;
	line-height: 125%;
	/*color: #004494;*/
	font-weight: bold;
}

.allcont .highlight .highlight-cont ul.listen-check li {
	background-image: url('../img/check-green-bold.svg') !important;
}

.highlight .highlight-cont .button {
	margin-top: 20px;
}

.highlight .highlight-cont .col1 {
	padding-top: 10px;
}

	@media all and (max-width: 1300px) {
		.highlight .highlight-cont .grossertext {
			font-size: 35px;
		}
	}

	@media all and (max-width: 1060px) {
		.highlight .highlight-cont .grossertext {
			font-size: 30px;
		}
	}


	/*@media all and (max-width: 900px) {
		.highlight .highlight-cont .grossertext {
			font-size: 36px;
		}
	}*/

	@media all and (max-width: 760px) {
		.highlight .highlight-cont {
			width: 80%;
			margin: 0 auto;
			padding-top: 4em;
		}
	}

	@media all and (max-width: 470px) {
		.highlight .highlight-cont .grossertext {
			font-size: 30px;
		}
	}

/*Text neben Bild*/
.textpic {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.textpic.right {
		flex-direction: row-reverse;
	}

.textpic .text {
	width: 48%;
}

.textpic .image {
	width: 48%;
}
	.textpic .image figure {
		overflow: auto !important;
	}
	.textpic .image figure a {
		display: block;
		transition: 0.4s ease;
	}
		.textpic .image figure a:hover {
			transform: scale(1.1);
		}

	.textpic .image img {
		max-width: 100%;
		height: auto;
	}


	@media all and (max-width: 760px) {
		.textpic {
			display: block;
		}

		.textpic .text,
		.textpic .image {
			width: 100%;
		}

		.textpic .text {
			margin-top: 20px;
		}
	}