/*Efficient Robotics GmbH*/
/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dosis Regular'), local('Dosis-Regular'),
	   url('../fonts/dosis-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/dosis-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/dosis-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/dosis-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/dosis-v7-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-500 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dosis-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Dosis Medium'), local('Dosis-Medium'),
	   url('../fonts/dosis-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/dosis-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/dosis-v7-latin-500.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/dosis-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/dosis-v7-latin-500.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* dosis-700 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dosis-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Dosis Bold'), local('Dosis-Bold'),
	   url('../fonts/dosis-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/dosis-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/dosis-v7-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/dosis-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/dosis-v7-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
	   url('../fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/montserrat-v12-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/montserrat-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
	   url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

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: 400 15px 'Dosis', Arial, Verdana, Sans-serif;
	line-height: 120%;
	color: #0e3a71;
	padding: 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
H1 {
	font-size: 50px;
}
H2 {
	font-size: 45px;
}
H3 {
	font-size: 30px;
}
H4 {
	font-size: 16px;
}
H5 {
	font: 700 12px 'Montserrat', sans-serif;
	color: #93bd67;
}
P {
	padding: 10px 0 5px;
}
A {
	text-decoration: none;
	color: #0e3a71;
}
A:hover {
	color: #54b3ea;
}
/*Farbe beim Text markieren*/
::-moz-selection {
	background: #0e3a71;
	color: #ffffff;
}
::selection {
	background: #0e3a71;
	color: #ffffff;
}
::-moz-selection {
	background: #0e3a71;
	color: #ffffff;
}
HR {
	background: transparent;
	border: 0 solid #e6edf2;
	height: 0;
	padding: 0;
	margin: 30px 0;
	border-bottom: 1px solid #e6edf2;
}
TEXTAREA, INPUT, BUTTON {
	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: 13px 'Dosis', Arial, Verdana, Sans-serif;
	color: #000;
	padding: 6px;
	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], INPUT[type=search], TEXTAREA, BUTTON {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}

/*Image Abstand*/
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 10px 0;
}
.allcont div.csc-textpic .csc-textpic-imagewrap img {
	width: 100%;
	height: auto;
}
#subhead DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

/*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;
}

/*Textstile*/
.button {
	background-color: #0e3a71;
	color: #fff;
	padding: 7px 20px;
	font: 400 16px 'Dosis', Arial, Verdana, Sans-serif;
	text-transform: uppercase;
}
.button:hover {
	background-color: #93bd67;
	color: #fff;
}
.gruenerButton,
.whiteButton {
	display: inline-block;
	background: url(../img/arrow-right-green.png) no-repeat center center / 8px 14px;
	width: 48px;
	height: 48px;
	border: 2px solid #93bd67;
	cursor: pointer;
	font-size: 0;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.newsButton a {
	display: inline-block;
	background: url(../img/arrow-right-green.png) no-repeat center center / 8px 14px;
	width: 48px;
	height: 48px;
	border: 2px solid #93bd67;
	cursor: pointer;
	font-size: 0;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.newsButtonBack a {
	display: inline-block;
	background: url(../img/arrow-left-green.png) no-repeat center center / 8px 14px;
	width: 48px;
	height: 48px;
	border: 2px solid #93bd67;
	cursor: pointer;
	font-size: 0;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.whiteButton {
	background: url(../img/arrow-right.png) no-repeat center center / 8px 14px;
	border: 2px solid #fff;
}
.gruenerButton:hover,
.whiteButton:hover {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.newsButton:hover a {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.newsButton a {
	float: right;
}
.newsButtonBack a {
	float: left;
}

.grossertext {
	font: 400 50px 'Dosis', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 120%;
}
.kleinertext {
	font: 700 12px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 120%;
}
.telefon {
	color: #0e3a71;
	padding-left: 20px;
}
a, .foot a,
.button,
.gruenerButton,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*Template*/
BODY {
	font: 15px 'Open Sans', Arial, Verdana, Sans-serif;
	line-height: 24px;
	color: #777;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/*Head*/
.head {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	z-index: 9;
}

/*Logo*/
#logo {
	background: url(../img/logo.png) no-repeat left top;
	width: 190px;
	height: 66px;
	float: left;
}
#logo:after {
	content: '';
	position: absolute;
	width: 96%;
	height: 1px;
	background: rgba(255,255,255,0.6);
	right: 0;
	bottom: 8px;
}
#logo:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: rgba(255,255,255,0.6);
	left: 0;
	bottom: 8px;
}
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN {
	display: none;
}

/*Subhead*/
#subhead {
	max-height: 400px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}
.bel3 #subhead {
	max-height: 800px;
}
#subhead .item * {
	float: none;
	right: auto;
	overflow: visible;
	position: static;
}
/* .bel3 #subhead:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(../img/subhead-overlay.png) center center;
	width: 100%;
	height: 90px;
	z-index: 99;
} */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
.bx-wrapper .bx-pager {
	text-align: right;
	top: 600px;
	z-index: 999;
	width: 1200px;
	left: 40%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
#subhead .item {
	width: 100%;
}
.textBild .pic DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.textBild .pic DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image IMG {
	width: auto;
}
/*Aktivieren wenn Bild am 2000px immer volle Breite haben soll*/
@media all and (min-width: 2000px) {
	#subhead 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;
	}
	.textBild .pic DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
	.textBild .pic DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image IMG {
		width: 100%;
		height: auto;
	}
}
/*Nav*/
.nav {
	list-style-type: none;
	display: block;
	float: right;
	margin-top: 10px;
}

/* Allgemeine Stile */
/* hier nichts aendern */
.nav LI {
	position: relative;
}
.nav LI:hover > .subNav, .nav LI.over > .subNav {
	display: block;
}
.nav LI:hover > A, .nav LI.over > A, .nav LI.act > A {
	text-decoration: none;
}
/* subNav */
.subNav {
	display: none;
	position: absolute;
	z-index: 100;
	background: url(../img/trans.png) repeat left top;
	left: 0;
	top: 100%;
	padding-top: 3px;
	width: 200%;
}
.subNav .subNav {
	left: 100%;
	top: 0;
}
.nav > UL > LI:last-child > .subNav {
	left: inherit;
	right: 0;
}
.nav > UL > LI:last-child > .subNav .subNav {
	left: inherit;
	right: 100%;
}

/* ab hier anpassen */
.nav A {
	font-family: 'Dosis', Arial, sans-serif;
	display: block;
}
/* Ebene I / Hauptnavigation */
.nav > UL > LI {
	float: left;
}
.nav > UL > LI > A {
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
.nav > UL > LI.has-sub:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../img/arrow.png) no-repeat left top / 10px 6px;
	width: 10px;
	height: 6px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.nav > UL > LI.has-sub:hover:after {
	background-image: url(../img/arrow-hover.png);
}
/* hover (Ebene I) */
.nav > UL > LI:hover > A,
.nav > UL > LI.over > A {
	color: #93bd67;
}

/* active (Ebene I) */
.nav > UL > LI.act > A,
.nav > UL > LI.act:hover > A,
.nav > UL > LI.act.over > A {
	color: #93bd67;
}

.subNav > LI + LI {
	border-top: 1px solid #fff;
}
.subNav A {
	font-size: 16px;
	padding: 20px;
	color: #0e3a71;
	background: rgba(255,255,255,0.5);
	white-space: nowrap;
}

/* hover + active (Ebene II) */
.subNav LI:hover > A,
.subNav LI.over > A {
	color: #fff;
	background: rgba(14,58,113,0.9);
}
.subNav > LI.act > A,
.subNav > LI.act:hover > A,
.subNav > LI.act.over > A {
	color: #fff;
	background: rgba(14,58,113,0.9);
}
.nav > UL:after {
	content: "";
	display: block;
	clear: both;
}
.nav > UL {
	zoom: 1;
}
.id19 A {
	padding-right: 0 !important;
	padding-top: 16px !important;
}
.id19 A SPAN {
	font-size: 0;
	background: url(../img/user-icon.png) no-repeat left top;
	display: block;
	position: relative;
	width: 13px;
	height: 14px;
}
.id19 A SPAN:hover {
	background-image: url(../img/user-icon-hover.png);
}
/*Allcont*/
.allcont {
	padding: 130px 0 100px;
}
.bel3 .allcont {
	padding-bottom: 0;
}
.inner,
.cont > .item,
.gridwrapper > .item {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.gridwrapper > .item .gridwrapper > .item {
	width: auto;
}

/*Foot*/
.foot {
	padding: 50px 0;
	background: #2c4058;
}
.foot A {
	color: #fff;
}
.foot A:hover {
	color: #54b3ea;
}
.foot P {
	/*display: inline;*/
	color: #fff;
	padding: 0;
}
.foot H4 {
	color: #fff;
}

.foot .box50 > .col1 A {
	color: #54b3ea;
}
.foot .box50 > .col1 A:hover {
	color: #4b6788;
}
.copy P {
	font-size: 11px;
	text-align: right;
	color: #4b6788;
	margin-top: 30px;
}
/*Listen*/
.allcont UL {
	margin: 5px 0px 10px 25px;
}
.allcont UL LI {
	list-style-type: none;
	padding: 3px 0px;
}
.allcont UL LI:before {
	content: "";
	position: absolute;
	background: url(../img/list_style_2x.png) no-repeat;
	-webkit-background-size: 8px 14px;
	   -moz-background-size: 8px 14px;
	     -o-background-size: 8px 14px;
	        background-size: 8px 14px;
	width: 8px;
	height: 14px;
	-webkit-transform: translate(-260%,40%);
	   -moz-transform: translate(-260%,40%);
	    -ms-transform: translate(-260%,40%);
	     -o-transform: translate(-260%,40%);
	        transform: translate(-260%,40%);
}
.allcont OL {
	margin: 5px 0px 10px 18px;
}
.allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px;
}

/*Tabelle*/
.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: #0e3a71;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE.tabelle-basic {
	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;
}
/*ERWEITERUNGEN*/
/*Powermail*/
.powermail_fieldset {
	margin-top: 10px;
}
.tx-powermail LEGEND.powermail_legend {
	display: none;
}
.tx-powermail H3 {
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap {
	padding: 3px 0;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input LABEL {
	display: block;
	width: 100%;
	padding: 5px 0 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT,
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA {
	width: 100%;
	border: 1px solid #DADADA;
}
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA {
	height: 100px;
	resize: vertical;
	display: block;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT:focus,
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA:focus {
	background: #eee;
}

/*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;
	margin-right: 2%;
	/*width: 15%;*/
}

/*Submit Button*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
	padding: 0px;
	margin: 5px 0 10px;
	text-align: right;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit, .tx-felogin-pi1 input[type=submit], .tx-femanager input[type=submit] {
	font-family: 'Dosis', Arial, sans-serif;
	color: #FFF;
	cursor: pointer;
	padding: 12px 30px;
	background: #0e3a71;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit:hover {
	color: #FFF;
	background: #54b3ea;
}

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

/*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: #0e3a71;
	font-style: italic;
}

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

/*Fehlermeldung*/
.parsley-errors-list {
	position: absolute;
	bottom: 5px;
	right: 2px;
	margin: 0 !important;
	padding: 0;
	font-size: 11px;
	background: #0e3a71;
	color: #FFF;
}
.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;
}
.parsley-errors-list LI:before {
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT.parsley-error,
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA.parsley-error {
	border: 2px solid #0e3a71;
}

/*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;
}

/*Kontaktformular*/
.powermail_fieldwrap_straenr,
.powermail_fieldwrap_telefon {
	float: left;
	width: 48%;
}
.powermail_fieldwrap_plzort,
.powermail_fieldwrap_e_mail {
	float: right;
	width: 48%;
}
.powermail_fieldwrap_telefon,
.powermail_fieldwrap_ihrenachricht {
	clear: left;
}

/*Gridelemente*/
/*Allgemein*/
.gridrow .col {
	float: left;
	display: block;
}
.gridrow .col + .col {
	margin-left: 4%;
}
.gridrow.box50 .col + .col {
	margin-left: 3%;
}
/*Boxen 50%*/
.box50 > .col {
	width: 48.5%;
}

/*Boxen 33%*/
.box33 > .col {
	width: 30.6%;
}

/*Boxen 25%*/
.box25 > .col {
	width: 22%;
}
#uid27 .box25 > .col DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	width: 100%;
	height: auto;
	margin: 0;
}
#uid27 .box25 > .col div.csc-textpic-left .csc-textpic-imagewrap {
	float: none;
}
#uid27 .box25 > .col IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 338px;
}

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

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

/*Volle Breite*/
.item.b100,
.item.b101 {
	width: 100%;
}
.item.b101 > .gridrow {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*Farbig*/
.item.grey {
	background-color: #f8f8f8;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item.blue {
	background: #e6edf2;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#uid27 .blue {
	padding: 0;
}

#uid27 .blue .csc-text {
	padding: 8%;
}
#uid27 .box25 > .col {
	width: 23.5%;
}
#uid27 .gridrow .col + .col {
	margin-left: 2%;
}
.item.b100.grey,
.item.b100.blue {
	padding: 0;
}
.item.b100 .col + .col {
	margin-left: 0;
}
.item.b100 .box50 > .col {
	width: 50%;
}

/*bildText ----------------------------------------------------------------------------*/
	.bildText .pic {
		width: 48%;
		float: left;
	}
	.bildText .txt {
		position: absolute;
		right: 0;
		width: 48%;
	}
	.bel3 .bildText .txt {
		bottom: 0;
	}
	.bildText .txt .inner,
	.textBild .txt .inner {
		width: 100%;
	}
	.textBild .pic IMG {
		width: 100%;
		height: auto;
	}
	#uid29 .bildText .bodytext {
		margin-top: 15%;
	}

/*textBild ----------------------------------------------------------------------------*/
	.textBild {
		position: relative;
		background: #e6edf2;
	}
	.textBild .txt {
		width: 600px;
		position: absolute;
		margin-left: -600px;
		z-index: 9;
		left: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.textBild .pic {
		position: relative;
		float: right;
		width: 50%;
	}
	.textBild .pic DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
	.bildText .pic DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.textBild div.csc-textpic-right .csc-textpic-imagewrap {
		float: none;
	}
	.box50 .col IMG {
		width: 100%;
		height: auto;
	}
	.box50 .col .csc-textpic-text H3,
	.box33 .col .csc-textpic-text H3 {
		padding-top: 20px;
	}

/*particles js -------------------------------------------------------------------*/
	#particles-js0 .particles-js-canvas-el {
		display: none;
		position: absolute;
		width: 24% !important;
		height: 70% !important;
		right: 400px;
		top: 80px;
		z-index: 1;
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	#particles-js1 .particles-js-canvas-el {
		position: absolute;
		width: 20% !important;
		height: 70% !important;
		right: 0;
		top: -400px;
	}
	#particles-js2 .particles-js-canvas-el {
		position: absolute;
		width: 40% !important;
		height: 50% !important;
		left: 0;
		bottom: -250px;
	}
	.bel3 #particles-js0 .particles-js-canvas-el {
		display: none;
	}
/*Special_ID-Anpassungen*/
.box33 .gruenerbutton {
	padding-bottom: 0;
}
/*videoText -------------------------------------------------------------------*/
 .videoText .txt {
	position: absolute !important;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	width: 500px;
	color: #fff;
	z-index: 9999;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
 }

.video-item {
	width: 100%;
	height: 800px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bel3 .video01,
.bel3 .video02,
.bel3 .video03 {
	margin-top: 0;
}
.video01,
.video02,
.video03 {
	margin-top: -200px;
}
/*Aktivieren wenn Bild am 2000px immer volle Breite haben soll*/
@media all and (max-width: 1900px) {
	#particles-js1 .particles-js-canvas-el {
		z-index: -1;
	}
}

/*login/registrierung*/
.tx-felogin-pi1 legend,
.tx-femanager legend
{
	font: 400 16px 'Dosis', Arial, Verdana, Sans-serif;
	line-height: 120%;
	color: #0e3a71;
	padding: 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tx-felogin-pi1 form
{
	margin-top: 10px;
}
.tx-felogin-pi1 fieldset > div
{
	width: 30%;
	float: left;
}
.tx-felogin-pi1 fieldset > div + div
{
	margin-left: 3%;
}
.tx-felogin-pi1 label,
.tx-femanager label
{
	line-height: 26px;
}
.tx-felogin-pi1 input,
.tx-femanager input
{
	padding: 12px 20px;
}
.tx-felogin-pi1 input[type=submit],
.tx-femanager input[type=submit]
{
	display: block;
	width: 100%;
	margin-top: 26px;
	padding: 12px 20px;
}
.tx-felogin-pi1 input[type=submit]:hover,
.tx-femanager input[type=submit]:hover
{
	background: #54b3ea;
}

.tx-femanager fieldset .femanager_fieldset
{
	width: 48%;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.tx-femanager fieldset .femanager_fieldset:nth-child(odd)
{
	margin-left: 4%;
}
.tx-femanager fieldset:after
{
	clear: both;
}
.tx-femanager .close
{
	display: none;
}
.tx-femanager .alert h4
{
	display: none;
}
.tx-femanager .alert
{
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 16px;
	font-size: 10px;
	line-height: 100%;
	color: red;
}
.tx-femanager input.error
{
	border-color: red;
}
.tx-felogin-pi1 fieldset > div.privacy {
	clear: both;
	margin: 2% 0 3%;
	min-width: 64%;
}

.mapbtn,.mapimage{
    display:inline-block
}
.mapimagewrap{
    position:relative;
    text-align:center;

}
.mapimagewrapinner {
    max-width:640px;
    margin: 0 auto;
    position:relative;
}
.mapimage{
    max-width: 100%;
    height:auto;
    width:auto;
    opacity: 0.5;
}
.mapbtn{
    position:absolute;
    top:50%;
    left:50%;
    width: 100%;
    padding: 20px 0;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:rgba(255,255,255,1);

}
.mapbtn strong {
  display: block;
  text-align: center;
}
.mapbtn span {
  margin:10px 0;
  display: block;
}
.mapbtn BUTTON{
    cursor:pointer;
    font-size: inherit;

    // background: #fff;
    background:rgba(255,255,255,.9);
    padding:11px 20px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2);
    box-shadow:0 0 5px 0 rgba(0,0,0,.2);
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out
}
.mapbtn BUTTON:hover{
    background: #fff;
}
#map{
    height:540px;
    width:100%
}


/* News */

.nIMG {
    display: inline-block;
    float: left;
	margin-right: 40px;
}

.nSubheader h2 {
	font-size: 16px;
    text-transform: initial;
	color: #777;
	letter-spacing: 0;
	line-height: 1.2em;
}

.ndetail .date {
    margin-bottom: 40px;
}

.backlink.button {
    margin-top: 80px;
}

.nlatest .item {
	clear: both;
    border-bottom: 1px solid #e6edf2;
    padding: 30px 0;
    display: flex;
}

.newsRight {
    float: left;
    width: 68%;
}

.backlink.button {
    margin-top: 80px;
    display: inline-block;
}

.backlink.button a {
	color: #fff;
}
.news-single-img {
	float: left;
}

.date {
	font: 700 16px 'Montserrat', sans-serif;
    color: #93bd67;
}

.nCont b {
	color: #0e3a71;
}

/* .nlatest .subheader p {
	font-size: 18px;
	color: #0e3a71;
	font-weight: bold;
} */

/* .nIMG img {
	width: 100%;
	height: auto;
} */

.news.nl.nlatest .nIMG {
	width:10%;
}