/******************************************************************************/
/* COMMON TAG DEFINITION													  */
/******************************************************************************/

@font-face {
	font-family: 'pt_sans_narrowbold';
	src: url('../fonts/pt_sans-narrow-web-bold-webfont.eot');
	src: url('../fonts/pt_sans-narrow-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_sans-narrow-web-bold-webfont.woff') format('woff'),
	url('../fonts/pt_sans-narrow-web-bold-webfont.ttf') format('truetype'),
	url('../fonts/pt_sans-narrow-web-bold-webfont.svg#pt_sans_narrowbold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'pt_sans_narrowregular';
	src: url('../fonts/pt_sans-narrow-web-regular-webfont.eot');
	src: url('../fonts/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff'),
	url('../fonts/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'),
	url('../fonts/pt_sans-narrow-web-regular-webfont.svg#pt_sans_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	/*min-height: 100%;*/
	background: #fff;
	font-size: 14px;
}

html {
	/*	height: 100%;
		min-height: 100%;*/
}

body {
	/*height: auto !important;
	min-height: 100%;*/
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: #262626;
	margin: 0;
	padding: 0;
	z-index: 0;
	height: auto !important;
	min-height: 100%;

}

a {
	color: #919191;
}

.h2,
h1,
h2 {
	font-size: 2.65rem;
	line-height: 3.1rem;
	margin: 25px 0;
	color: black;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	text-transform: uppercase;
}

.pi_direct_mail_subscription_container h2,
.start h1,
.start h2,
.start .h2 {
	font-size: 3.25rem; /* 3.750 */
	line-height: 4rem;
}

.h3,
h3 {
	font-size: 1.75rem;
	margin: 10px 0;
	color: #262626;
	font-family: 'pt_sans_narrowbold';
	text-transform: uppercase;
}

.pi_direct_mail_subscription_container h3,
.start h3,
.start .h3 {
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
}

h4 {
	font-size: 1.3em;
	margin: 5px;
	color: #262626;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
}

.rightContent h4 {
	margin: 0px 0px 30px 0px;
	color: #262626;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
}

.align-center {
	text-align: center;
}

p {
	font-size: 0.9rem;
	font-size: 1rem;
	margin: 15px 0;
}

.ce-bodytext strong, .news-single-content strong {
	font-weight: bold;
}

td p {
	margin: 5px 0;
}

/******************************************************************************/
/* BASIC CLASS DEFINITIONS													  */
/******************************************************************************/

div.clear {
	height: 0;
	clear: both;
	font-size: 0;
	overflow: hidden;
}

ul.menu,
ol.menu {
	padding: 0;
	margin: 0;
	background: none;
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
}

.menuSub .menu {
	/*min-height: 200px;*/
}

.wrap {
	position: relative;
	max-width: 955px;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}

@media (max-width: 1020px) and (min-width: 980px) {
	#centerWrap {
		overflow: hidden;
	}
}

.ce-bodytext ul {
	list-style: outside disc;
	margin-left: 15px;
	font-size: 1rem;
}

.ce-bodytext ul li {
	color: #262626;
}

.ce-bodytext ol {
	list-style: outside decimal;
	margin-left: 15px;
}

.ce-bodytext ol li {
	color: #262626;
}

/******************************************************************************/
/* BACKGROUND IMAGE															  */
/******************************************************************************/

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	overflow: hidden;
}

#background img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

/******************************************************************************/
/* HEADER (Logo)															  */
/******************************************************************************/

#header {
	position: relative;
	height: 120px;
	z-index: 1250;
	padding-top: 25px;
}

#menuTop {
	position: relative;
	z-index: 20;
	left: -6px;
	display: inline-block;
	top: 10px;
}

#menuTop li {
	color: #777777;
	float: left;
	font-size: 0.85rem;
	height: 11px;
	line-height: 11px;
}

#menuTop li.active a, #menuTop a:hover {
	color: #ee7f01;
}

#menuTop a {
	color: #777777;
	height: 10px;
	line-height: 11px;
	margin: 0 7px;
	text-decoration: none;
	text-transform: uppercase;
}

#menuTop li.first a {
	margin-left: 0;
}

#menuTop li#langMenu {
	/*display: none;*/
	height: 15px;
}

#menuTop li.sep {
	/*display: none;*/
}

/**
 * Language menu
 */
#menuTop li#langMenu {
	position: relative;
	z-index: 70;
}

#menuTop li#langMenu {
	margin-left: 20px;
}

#menuTop li#langMenu > a {
	cursor: pointer;
}

#menuTop li#langMenu > a:before {
	content: "|";
	padding-right: 5px;
}

#menuTop li#langMenu > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 6px;
	font-size: 0.7rem;
}

/*
#menuTop li#langMenu > a {
	border-left: 1px solid #777777;
	padding-left: 5px;
}
*/

/*
#menuTop li#langMenu > a.de {
	background: url(../images/flags/de.png) left center no-repeat;
}

#menuTop li#langMenu > a.en {
	background: url(../images/flags/gb.png) left center no-repeat;
}

#menuTop li#langMenu > a.fr {
	background: url(../images/flags/fr.png) left center no-repeat;
}

#menuTop li#langMenu > a.nl {
	background: url(../images/flags/nl.png) left center no-repeat;
}

#menuTop li#langMenu > a.es {
	background: url(../images/flags/es.png) left center no-repeat;
}

#menuTop li#langMenu > a.ro {
	background: url(../images/flags/ro.png) left center no-repeat;
}

#menuTop li#langMenu > a.da {
	background: url(../images/flags/dk.png) left center no-repeat;
}

#menuTop li#langMenu > a.hu {
	background: url(../images/flags/hu.png) left center no-repeat;
}

#menuTop li#langMenu > a.cn {
	background: url(../images/flags/cn.png) left center no-repeat;
}
*/
#menuTop li#langMenu ul {
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 35;
	display: none;
	background: #FFF;
}

#menuTop li#langMenu:hover ul {
	display: block;
}

#menuTop li#langMenu ul li {
	height: 22px;
	line-height: 22px;
	display: block;
	margin-left: 8px;
}

#menuTop li#langMenu ul li:first-child {
	margin-top: -2px;
	padding-top: 5px;
	border-top: none;
}

#menuTop li#langMenu ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
	background-position: 10px center;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 10;
}

#header > span {
	position: absolute;
	/*bottom: 0px;*/
	bottom: 0px;
	left: -5px;
	font-size: 6.667em;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	/*line-height: 80px;*/
	color: #ebebeb;
	z-index: 10;
	display: block;
	overflow: hidden;
}

/******************************************************************************/
/* Menu (Mainmen�, Submen�, Searchbox)	   									  */
/******************************************************************************/

#menuMain {
	height: 50px;
	background-color: #262626;
	position: relative;
	z-index: 121;
}

#menuMain.hidden {
	background: none;
}

#menuMain > div > ul {
	height: 50px;
	position: relative;
	z-index: 100;
	float: left;
}

#menuMain.hidden > div > ul {
	display: none;
}

#menuMain > div > ul > li {
	float: left;
	height: 50px;
	padding-left: 4px;
}

#menuMain > div > ul > li:first-child {
	padding-left: 0;
}

#menuMain > div > ul > li.first {
	padding-left: 0;
}

#menuMain > div > ul > li > a {
	padding: 0 5px;
	border-bottom: 4px solid #777676;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	font-size: 1.5em;
	line-height: 22px;
	display: block;
	height: 31px;
	padding-top: 15px;
	color: #e2e2e2;
}

#menuMain > div > ul > li.about-us a,
#menuSite > div > ul > li.about-us > a {
	border-color: #892680;
}

#menuMain > div > ul > li.region a,
#menuSite > div > ul > li.region > a {
	border-color: #ee7f01;
}

#menuMain > div > ul > li.contact a,
#menuSite > div > ul > li.contact > a {
	border-color: #006aa7;
}

#menuMain > div > ul > li.economy a,
#menuSite > div > ul > li.economy > a {
	border-color: #d9001a;
}

#menuMain > div > ul > li.work_life a,
#menuSite > div > ul > li.work_life > a {
	border-color: #006aa7;
}

#menuMain > div > ul > li.education a,
#menuSite > div > ul > li.education > a {
	border-color: #25a345;
}

#menuMain > div > ul > li.purple a,
#menuSite > div > ul > li.purple > a {
	border-color: #881f7e;
}

#menuMain > div > ul > li.culture a,
#menuSite > div > ul > li.culture > a {
	border-color: #fbba00;
}

/*	Submenu	*/

#menuMain > div > ul > li > .menuSub {
	display: none;
	position: absolute;
	z-index: 10;
	left: -7px;
	top: 30px;
	width: 955px;
	color: #fff;
	padding-left: 7px;
	background: url(../images/menu/sub/leftH.png) left bottom no-repeat transparent;
	min-height: 250px;
}

#menuMain > div > ul > li:hover > .menuSub {
	/*
		display: block;
	*/
}

#menuMain > div > ul > li > .menuSub > a {
	width: 0;
	height: 31px;
	position: absolute;
	right: -15px;
	bottom: 15px;
	z-index: inherit;
	padding-left: 31px;
	font-size: 0;
	color: transparent;
	background: url(../images/menu/sub/close.png) left top no-repeat;
	cursor: pointer;
}

#menuMain > div > ul > li > .menuSub > div {
	min-height: 250px;
	background: url(../images/menu/sub/subIconLine.png) 632px bottom no-repeat #262626;
}

#menuMain.welcome > div > ul > li > .menuSub > div {
	background-image: url(../images/menu/sub/subIconLineWelcome.png);
}

#menuMain > div > ul > li > .menuSub .sep {
	float: left;
	border-right: solid 1px #404040;
	height: 100%;
	margin-top: 10px;
	width: 190px;
	padding: 0 10px;
}

#menuMain > div > ul > li > .menuSub .sep.last {
	border: 0px;
}

#menuMain > div > ul > li > .menuSub .sep ul li a {
	color: #fff;
	text-decoration: none;
}

#menuMain > div > ul > li > .menuSub .sep > ul > li {
	margin-bottom: 40px;
}

#menuMain > div > ul > li .menuSub ul li a {
	display: inline-block;
	padding: 1px 2px;
}

#menuMain > div > ul > li.region .menuSub ul li a:hover {
	background-color: #ee7f01;
	font-weight: bold;
}

#menuMain > div > ul > li.economy .menuSub ul li a:hover {
	background-color: #d9001a;
	font-weight: bold;
}

#menuMain > div > ul > li.work_life .menuSub ul li a:hover {
	background-color: #006aa7;
	font-weight: bold;
}

#menuMain > div > ul > li.education .menuSub ul li a:hover {
	background-color: #25a345;
	font-weight: bold;
}

#menuMain > div > ul > li.purple .menuSub ul li a:hover {
	background-color: #881f7e;
	font-weight: bold;
}

#menuMain > div > ul > li.culture .menuSub ul li a:hover {
	background-color: #fbba00;
	font-weight: bold;
}

#menuMain > div > ul > li > .menuSub > div > .sep > ul > li > a {
	font-weight: bold;
	font-size: 1.166em;
}

/******************************************************************************/
/* WELCOME CENTER HOME PILLARS	   											  */
/******************************************************************************/

#mainMenuPillars {
	width: 455px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	margin: 0 auto;
	overflow: hidden;
}

#mainMenuPillars > li {
	width: 115px;
	min-height: 5000px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 15;
	background: #000;
	background: rgba(0, 0, 0, .85);
	overflow: hidden;
}

#mainMenuPillars > li.green {
	top: 120px;
	left: 120px;
}

#mainMenuPillars > li.orange {
	top: 0;
	left: 240px;
}

#mainMenuPillars > li > a {
	display: block;
	height: 100%;
	margin-top: 25px;
	border-top: 4px solid #881F7E;
	text-decoration: none;
	color: #FFF;
	font-family: 'pt_sans_narrowregular', arial, sans-serif;
	font-size: 5em;
	cursor: pointer;
}

#mainMenuPillars > li.green > a {
	border-color: #22A14A;
}

#mainMenuPillars > li.orange > a {
	border-color: #E77A03;
}

#mainMenuPillars > li > a > span {
	width: 500%;
	display: block;
	position: absolute;
	left: -231px;
	top: 300px;
	z-index: 15;
	text-align: right;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

/******************************************************************************/
/* Content (Mainmenu, Right)	   											  */
/******************************************************************************/

#center {
	clear: both;
	overflow-x: hidden;
}

#centerWrap {
	position: relative;
	z-index: 20;
}

.start #centerWrap {
	max-width: 100%;
}

.start #menuMeta {
	position: absolute;
	top: 0px;
	right: -30px;
	z-index: 20;
}

#menuMeta {
	position: absolute;
	top: -5px;
	right: -30px;
	z-index: 20;
}

#menuMeta li {
	height: 26px;
	margin-top: 5px;
	/*text-align: right;*/
}

#menuMeta li a {
	display: block;
	height: 26px;
	width: 25px;
	text-decoration: none;
	/*text-align: right;*/
	float: right;
}

#menuMeta li:hover a {
	width: 127px;
}

#menuMeta li a span {
	display: none;
	padding-left: 7px;
	text-decoration: none;
	line-height: 26px;
	color: #262626;
	width: 127px;
}

#menuMeta .newsletter a {
	background: url(../images/menu/meta/newsletter.png) right top no-repeat;
}

#menuMeta .print a {
	background: url(../images/menu/meta/print.png) right top no-repeat;
}

#menuMeta .calendar a {
	background: url(../images/menu/meta/veranstaltungen.png) right top no-repeat;
}

#menuMeta .recommend a {
	background: url(../images/menu/meta/empfehlen.png) right top no-repeat;
}

#menuMeta .facebook a {
	background: url(../images/menu/meta/facebook.png) right top no-repeat;
}

#menuMeta .instagram a {
	background: url(../images/menu/meta/instagram.png) right top no-repeat;
}

#menuMeta .signal a {
	background: url(../images/menu/meta/signal.png) right top no-repeat;
}

#menuMeta .linkedIn a {
	background: url(../images/menu/meta/LinkedIn.png) right top no-repeat;
}

#menuMeta .xing a {
	background: url(../images/menu/meta/xing.png) right top no-repeat;
}

#menuMeta .skype a {
	background: url(../images/menu/meta/skype.png) right top no-repeat;
}

#menuMeta .newsletter span {
	background: url(../images/menu/meta/newsletterH.png) left top no-repeat;
}

#menuMeta .print span {
	background: url(../images/menu/meta/printH.png) left top no-repeat;
}

#menuMeta .calendar span {
	background: url(../images/menu/meta/veranstaltungenH.png) left top no-repeat;
}

#menuMeta .recommend span {
	background: url(../images/menu/meta/empfehlenH.png) left top no-repeat;
}

#menuMeta .facebook span {
	display: none !important;
}

#menuMeta .instagram span {
	display: none !important;
}
#menuMeta .signal span {
	display: none !important;
}
#menuMeta .linkedIn span {
	display: none !important;
}

#menuMeta .xing span {
	display: none !important;
}

#menuMeta .skype span {
	display: none !important;
}

#menuMeta li:hover {
	width: 127px;
}

#menuMeta li:hover a span {
	display: block;
}

#menuMeta li:hover a img {
	display: none;
}

#slider {
	height: 450px;
	width: 100%;
	overflow: hidden;
	/*background-color: red;*/
	margin-bottom: 30px;
}

#slider > div {
	position: relative;
	z-index: 10;
	width: 955px;
	margin: 0 auto;
}

#breadCrumb {
	margin-top: 12px;
}

#breadCrumb li {
	float: left;
	color: #c9c9c9;
	font-size: 0.916em;
}

#breadCrumb li a {
	color: #c9c9c9;
	text-decoration: none;
}

#center > #content {
	width: 955px;
	min-height: 600px;
	position: relative;
	z-index: 15;
	margin: 0 auto;
}

/*
#content .csc-header {
	column-span: all;
}

#content .csc-default {
	column-count: 3;
	column-gap: 20px;
}
*/

/*	Columns	*/

#content .columns .leftColumn,
#content .columns .rightColumn,
#content .columns .middleColumn,
#content .columns .leftColumnStart,
#content .columns .rightColumnStart,
#content .leftContent,
#content .rightContent {
	float: left;
}

#content .printImprint {
	display: none;
}

#content.columns2 {
	background: url(../images/bg/columns2Bg.png) top left repeat-y;
}

#content .leftContent {
	width: 626px;
	min-height: 2px;
	padding-right: 18px;

}

#content .leftContent h2 {
	color: #262626;
	font-size: 1.75em;
	margin: 12px 0;
	text-transform: uppercase;
}

#content .leftContent a {
	text-decoration: none;
}

#content .rightContent {
	width: 293px;
	padding-top: 18px;
	/*border-left: 1px solid #cbcbcb;*/
	padding-left: 18px;
}

#content .columns .leftColumn {
	padding-right: 5px;
}

#content .columns .rightColumn {
	padding-left: 5px;
}

#content .columns .middleColumn {
	padding: 0 5px;
}

#content .columns .leftColumn.l33 {
	padding-right: 5px;
}

#content .columns .rightColumn.r33 {
	padding-left: 5px;
}

#content .columns .middleColumn.m33 {
	padding: 0 13px;
}

#content .columns .leftColumnStart {
	padding-right: 2px;
	width: 56%
}

#content .columns .rightColumnStart {
	padding-left: 2px;
	width: 43%;
}

#content .columns .l40,
#content .columns .r40 {
	width: 39%;
}

#content .columns .l50,
#content .columns .r50 {
	width: 49%;
}

#content .columns .l60,
#content .columns .r60 {
	width: 59%;
}

#content .columns .l33,
#content .columns .m33,
#content .columns .r33 {
	width: 32%;
}

/******************************************************************************/
/* Content overlay				   											  */
/******************************************************************************/

#contentOverlay {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 145px;
	z-index: 19;
	background: #FFF;
	opacity: 0.8;
}

/****************************************************************************/
/* Sitemapmenu / Footer (Tabs, Sponsor)										*/
/****************************************************************************/

#menuSite {
	background: url(../images/menu/site/borderTop.png) center top no-repeat;
	margin-top: -100px;
	padding-bottom: 145px;
	z-index: 25;
	position: relative;
}

#menuSite > div.wrap {
	padding-top: 20px;
}

#menuSite > div > ul > li {
	float: left;
	width: 187px;
	margin-left: 5px;
}

#menuSite > div > ul > li:first-child {
	margin-left: 0;
}

#menuSite > div > ul > li > a {
	border-bottom: 1px solid;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#menuSite > div > ul > li > ul {
	margin-top: 7px;
}

#menuSite > div > ul > li > ul > li {
	line-height: 1.3;
	/*margin: 2px 0;*/
}

#menuSite > div > ul > li > ul > li > a {
	text-decoration: none;
	padding: 2px;
	display: inline-block;
}

#menuSite > div > ul > li > ul > li > a:hover {
	color: #fff;
}

#menuSite > div > ul > li.region > ul > li > a:hover {
	background-color: #ee7f01;
}

#menuSite > div > ul > li.economy > ul > li > a:hover {
	background-color: #d9001a;
}

#menuSite > div > ul > li.work_life > ul > li > a:hover {
	background-color: #006aa7;
}

#menuSite > div > ul > li.education > ul > li > a:hover {
	background-color: #25a345;
}

#menuSite > div > ul > li.purple > ul > li > a:hover {
	background-color: #881f7e;
}

#menuSite > div > ul > li.culture > ul > li > a:hover {
	background-color: #fbba00;
}

#footer {
	position: fixed;
	z-index: 30;
	bottom: 0;
	left: 0;
	width: 100%;
}

div.footerLine {
	background: url(../images/footer/bg/verlauf2.png) top left repeat-x transparent;
	/*background: url(../images/footer/bg/verlauf.png) top left repeat-x #fff;*/
	padding-top: 25px;
	margin-top: 25px;
}

#footerTabs {
	width: 955px;
	margin: 0 auto;
	margin-top: -46px;
	position: relative;
	z-index: 20;
}

#footerTabs li {
	float: left;
	height: 44px;
	text-align: center;
}

#footerTabs li a {
	display: block;
	margin-top: 13px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	font-size: 11px \9
}

#footerTabs li.first {
	background: url(../images/footer/tabs/first.png) top left no-repeat;
	width: 180px;
	padding: 0 3px 0 18px;
}

#footerTabs li.first.purple {
	background: url(../images/footer/tabs/firstPurple.png) top left no-repeat;
}

#footerTabs li.middle {
	background: url(../images/footer/tabs/middle.png) top left no-repeat;
	width: 180px;
	padding: 0 3px;
}

#footerTabs li.last {
	background: url(../images/footer/tabs/last.png) top left no-repeat;
	width: 180px;
	padding: 0 32px 0 3px;
}

#footerImpulseContainer {
	display: none;
	width: 100%;
	background: #FFF;
	height: 233px;
	margin: 0 auto;
}

#footerImpulseContainer .impulseWrap {
	width: 380px;
	margin: 0 auto;
}

#footerImpulseContainer .impulseWrap > div > table {
	width: 955px;
	margin-left: -288px;
}

#footerImpulseContainer .impulseWrap > div > table > tbody > tr > td {
	width: 25%;
	padding: 0 10px;
	vertical-align: top;
}

#footerImpulseContainer .contenttable td {
	vertical-align: top;
}

#footerImpulseContainer .contenttable p {
	margin: 0;
}

#footerImpulseContainer p {
	float: left;
	display: block;
	width: 170px;
	color: #262626;
	line-height: 1.4em;
}

#footerImpulseContainer p img {
	margin-top: 10px;
}

#footerImpulseContainer p.align-left {
	width: 186px !important;
}

#footerImpulseContainer p.align-left img {
	margin-top: 0px;
}

#footerContactContainer {
	display: none;
	width: 100%;
	background: #FFF;
	height: 570px;
	margin: 0 auto;
}

#footerContactContainer .contactWrap {
	width: 955px;
	margin: 0 auto;
	position: relative;
	height: 570px;
}

#footerCalendarContainer {
	display: none;
	/*width: 500px;*/
	width: 100%;
	height: 247px;
	background: #FFF;
}

#footerCalendarContainer .calendarWrap {
	width: 500px;
	margin: 0 auto;
}

#footerCalendarContainer #footerCalendar {
	float: left;
	height: 215px;
}

#footerCalendarContainer .newsContainer,
#footerCalendarContainer .highlightContainer {
	float: left;
	height: 209px;
	overflow: hidden;
}

#footerCalendarContainer .newsContainer,
#footerCalendarContainer .highlightContainer {
	width: 133px;
}

#footerCalendarContainer .newsContainer .content .separator,
#footerCalendarContainer .highlightContainer .content .separator {
	width: 133px;
	height: 4px;
	background: url(../images/calendar/newsSeparator.png) center center no-repeat;
}

#footerCalendarContainer .newsContainer .head,
#footerCalendarContainer .highlightContainer .head {
	background: url(../images/calendar/newsHeadBg.png) repeat-x;
	height: 40px;
	text-align: center;
}

#footerCalendarContainer .newsContainer .head span,
#footerCalendarContainer .highlightContainer .head span {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 0px #777777;
	padding-top: 14px;
	display: block;
	text-align: center;
}

#footerCalendarContainer .newsContainer .content,
#footerCalendarContainer .highlightContainer .content {
	background: url(../images/calendar/newsBg.png) no-repeat;
	height: 167px;
	border-bottom: 1px solid #e3e3e3;
}

#footerCalendarContainer .content .moreEvents {
	display: block;
	text-align: center;
}

#footerCalendarContainer .content .moreEvents a {
	font-size: 0.8em;
	color: #888888;
	text-decoration: none;
}

#footerCalendarContainer .content .text {
	padding: 0px 15px;
	height: 46px;
	overflow: hidden;
	margin: 10px 0px;
	font-size: 11px;
}

#footerCalendarContainer .newsContainer .content .text a {
	color: #0062a9;
}

#footerCalendarContainer .highlightContainer .content .text a {
	color: #e2001a;
}

#footerCalendarContainer .content .date {
	text-align: center;
	height: 84px;
}

#footerCalendarContainer .content .date img {
	margin-top: 5px;
}

#footerCalendarContainer .newsContainer .content .date span,
#footerCalendarContainer .highlightContainer .content .date span {
	display: block;
	text-align: center;
}

#footerCalendarContainer .newsContainer .content .date span.day {
	color: #2985be;
	font-size: 2em;
	font-weight: bold;
	padding-top: 20px;
}

#footerCalendarContainer .newsContainer .content .date span.month {
	color: #737272;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

#sponsor {
	/*width: 955px;*/
	width: 100%;
	margin: 0 auto;
	height: 50px;
	padding: 25px 0 20px 0;
	overflow: hidden;
	background: #FFFFFF;
}

#sponsor > div {
	width: 1001px;
	margin: 0 auto;
}

#sponsor ul li {
	float: left;
	/*margin-left: 46px;*/
	margin: 0 23px;
}

#sponsor ul li a img, #sponsor ul li img {
	display: none;
}

#sponsor ul li a img.gray, #sponsor ul li img.gray {
	display: block;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#sponsor ul li:hover a img, #sponsor ul li:hover img {
	display: block;
}

#sponsor ul li:hover a img.gray, #sponsor ul li:hover img.gray {
	display: none;
}

/*
#sponsor li:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*/
/*
#sponsor ul li:first-child {
	margin-left: 0;
}
*/

/*	Calendar	*/
#calendarContainer {
	display: none;
	width: 200px;
	height: 200px;
}

/*	tt_news	*/

#content .amenuhidden {
	display: none;
}

/*	tt_news list	*/

#content .news-list-container .news-list-head {
	border-bottom: 1px solid #cbcbcb;
	color: #c9c9c9;
	padding-bottom: 4px;
}

#content .news-list-container .news-list-head .news_pagebrowser {
	float: right;
}

#content .news-list-container .news-list-head .news_pagebrowser > span {
	float: left;
}

#content .news-list-container .news-list-head .news_pagebrowser .tx-pagebrowse-pi1 {
	float: right;
}

#content .news-list-container .news-list-item {
	border-bottom: 1px solid #cbcbcb;
	height: 53px;
	padding-top: 6px;
}

/*
#content .news-list-container div.news-list-item:first-child {
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
}
*/

#content .news-list-container .news-list-item a {
	text-decoration: none;
}

#content .news-list-container .news-list-item .news-list-date,
#content .news-list-container .news-list-item .news-list-image {
	float: left;
	width: 85px;
	font-weight: bold;
}

#content .news-list-container .news-list-item .news-list-image {
	width: 93px;
}

#content .news-list-container .news-list-item .news-list-text {

}

#content .news-list-container .news-list-item .news-list-text a {
	color: #000;
}

#content .news-list-container .news-list-item .news-list-text .news-list-title {
	font-weight: bold;
}

/*	tt_news Single	*/

#content .news-single-item {
	background: url(../images/bg/columns2Bg.png) left top repeat-y;
}

#content .news-single-item h1 {
	background: #fff;
	margin: 0;
	width: 643px;
	padding-right: 312px;
}

#content .news-single-item .newsLeft {
	width: 626px;
	padding-right: 18px;
	float: left;
}

#content .news-single-item .newsRight {
	width: 293px;
	/*border-left: 1px solid #cbcbcb;*/
	padding-left: 18px;
	float: left;
}

#content .news-single-item .news-single-backlink a {
	text-decoration: none;
}

/*	tt_news Start	*/

#content .ui-tabs-panel.ui-widget-content .news-latest-container {
	font-size: 1em;
	color: #777777;
}

#content .ui-tabs-panel.ui-widget-content div.news-latest-item {
	border-top: 1px solid #e8e8e8;
	margin-top: 5px;
	padding-top: 12px;
}

#content .ui-tabs-panel.ui-widget-content div.news-latest-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	min-height: 57px;
}

#content .ui-tabs-panel.ui-widget-content .news-latest-container a {
	text-decoration: none;
}

#content .ui-tabs-panel.ui-widget-content .news-latest-title a {
	font-weight: bold;
	color: #777777;
}

#content .ui-tabs-panel.ui-widget-content .list-item-text {
	position: relative;
	z-index: 10;
}

#content .ui-tabs-panel.ui-widget-content .list-item-text div {
	margin-right: 50px;
}

#content .ui-tabs-panel.ui-widget-content div.news-list-morelink {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#content .region.ui-tabs-panel.ui-widget-content .news-latest-date,
#content .region.ui-tabs-panel.ui-widget-content .news-list-morelink a {
	color: #ee7f01;
}

#content .economy.ui-tabs-panel.ui-widget-content .news-latest-date,
#content .economy.ui-tabs-panel.ui-widget-content .news-list-morelink a {
	color: #d9001a;
}

#content .region.ui-tabs-panel.ui-widget-content .news-latest-date,
#content .region.ui-tabs-panel.ui-widget-content .news-list-morelink a {
	color: #ee7f01;
}

#content .work_life.ui-tabs-panel.ui-widget-content .news-latest-date,
#content .work_life.ui-tabs-panel.ui-widget-content .news-list-morelink a {
	color: #006aa7;
}

#content .education.ui-tabs-panel.ui-widget-content .news-latest-date,
#content .education.ui-tabs-panel.ui-widget-content .news-list-morelink a {
	color: #25a345;
}

#content .culture.ui-tabs-panel.ui-widget-content .news-latest-date,
#content .culture.ui-tabs-panel.ui-widget-content .news-list-morelink a {
	color: #fbba00;
}

/******************************************************************************/
/* macina_searchbox					 			   							  */
/******************************************************************************/

.fluid-searchbox .fields span,
.fluid-searchbox .fields input {
	float: left;
}

.fluid-searchbox .fields > span {
	padding-right: 12px;
	display: none;
}

.fluid-searchbox .fields input {
	height: 15px;
	background: #fff;
	color: #000000;
	border: none;
	font-family: arial, sans-serif;
	padding: 0;
}

.fluid-searchbox .fields input#searchInput {
	width: 190px;
	font-size: 0.975em;
	line-height: 14px;
	padding-left: 4px;
}

.fluid-searchbox .fields input#searchSubmit {
	padding: 2px 4px 1px 4px;
	height: 11px;
	width: 12px;
}

/*	indexed_search	*/

.tx-indexedsearch-searchbox {
	position: relative;
	z-index: 10;
}

form#tx_indexedsearch {
	position: absolute;
	top: -48px;
	right: 0;
	z-index: 10;
}

form#tx_indexedsearch > fieldset > div {
	float: left;
}

form#tx_indexedsearch > fieldset label {
	font-size: 0.916em;
	color: #c9c9c9;
	line-height: 25px;
	padding-right: 10px;
}

form#tx_indexedsearch > fieldset .searchField {
	height: 25px;
}

form#tx_indexedsearch > fieldset input {
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #262626;
	border: none;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: 0 7px;
}

form#tx_indexedsearch > fieldset .tx-indexedsearch-searchbox-button {
	height: 25px;
	width: 25px;
	padding: 7px 6px 7px 7px;
	margin-left: 2px;
	color: transparent;
	background-image: url('/typo3conf/ext/hb_typo3_whf/Resources/Public/images/menu/searchSubmitContent.png');
	background-position: center;
	background-repeat: no-repeat;
}

form#tx_indexedsearch > fieldset .searchField input#searchInputContent {
	width: 169px;
	padding: 0 7px;
}

form#tx_indexedsearch > fieldset .searchField input#searchSubmitContent {
	height: 11px;
	width: 12px;
	padding: 7px 6px 7px 7px;
	margin-left: 2px;
}

.tx-indexedsearch-result h3 {
	margin: 0px;
}

.tx-indexedsearch-res .tx-indexedsearch-result .tx-indexedsearch-title a {
	text-decoration: none;
	color: #000;
	font-family: 'PT Sans Narrow', arial, sans-serif !important;
	font-size: 0.65em;
	font-weight: bold;
}

.tx-indexedsearch-res .tx-indexedsearch-result .tx-indexedsearch-percent {
	color: #c9c9c9;
	font-size: 0.65em;
}

.tx-indexedsearch-res {
	border-top: 1px solid #cbcbcb;
}

.tx-indexedsearch-res .tx-indexedsearch-result {
	border-bottom: 1px solid #cbcbcb;
	padding: 7px 0;
}

.tx-indexedsearch-whatis {
	display: none;
}

.tx-indexedsearch-browsebox {
	font-size: 1.167em;
}

.tx-indexedsearch-browsebox p {
	margin: 0;
	padding-bottom: 2px;
	display: inline-block;
}

.tx-indexedsearch-browsebox strong {
	font-weight: bold;
}

.tx-indexedsearch-browsebox > div {
	float: right;
}

.tx-indexedsearch-browsebox > div > span,
.tx-indexedsearch-browsebox > div > ul {
	float: left;
}

.tx-indexedsearch-browsebox > div > span {
	font-size: 0.786em;
	line-height: 11px;
	color: #c9c9c9;
	padding-top: 3px;
}

.tx-indexedsearch-browsebox ul {
	padding-top: 3px;
	float: right;
}

.tx-indexedsearch-browsebox ul li {
	float: left;
	padding: 0 3px;
	font-size: 0.786em;
	color: #c9c9c9;
	height: 11px;
	padding-bottom: 1px;
}

.tx-indexedsearch-browsebox ul li {
	border-left: 1px solid #c9c9c9;
}

.tx-indexedsearch-browsebox ul li:first-child {
	border-left: none;
}

.tx-indexedsearch-browsebox ul li a {
	text-decoration: none;
	color: #c9c9c9;
}

.tx-indexedsearch-browsebox ul li.act a {
	font-weight: bold;
}

.tx-indexedsearch-description {
	margin: 0;
}

.tx-indexedsearch-redMarkup {
	color: #ff7e00;
	font-weight: bold;
}

/*	pagebrowse	*/

.tx-pagebrowse {
	list-style: none inside none;
	padding: 0 0;
	margin: 0 0;
	text-align: right;
	width: 100%;
}

.tx-pagebrowse li {
	display: inline;
	list-style: none;
	margin: 0 0;
	padding: 0 5px 0 5px;
	border-left: 1px solid #d7d7d7;
}

.tx-pagebrowse li a {
	text-decoration: none;
	color: #c9c9c9;
}

li.tx-pagebrowse-pages {
	width: 80%;
	padding: 0;
}

li.tx-pagebrowse-pages ol {
	display: inline;
	margin: 0 0;
	padding: 0 0;
}

li.tx-pagebrowse-pages ol li:first-child {
	border: none;
}

.tx-pagebrowse .tx-pagebrowse-prev,
.tx-pagebrowse .tx-pagebrowse-pages {
	border: none;
}

select.field {
	width: 210px;
	min-height: 18px;
	line-height: 18px;
	background: #262626;
	border: none;
	padding: 2px 5px 3px 5px;
	color: #c9c9c9;
}

select.field option {
	color: #c9c9c9;
	text-transform: uppercase;
}

.news.catmenu {
	margin-top: 18px;
	height: 30px;
}

.news-amenu-container {
	/*width: 205px;*/
	height: 25px;
}

.news-amenu-container div, .news-catmenu-container {
	position: relative;
	z-index: 10;
}

/*	ui select menu */
.ui-helper-hidden-accessible {
	display: none;
}

.ui-selectmenu {
	text-decoration: none;
}

.tt-news-catmenu-header, .news-catmenu-container, .news-amenu-container div {
	float: left;
}

.tt-news-catmenu-header, .tt-news-amenu-header {
	width: 80px;
	padding: 5px 0px;
}

.ui-selectmenu .ui-selectmenu-status, .undefined .undefined-status {
	width: 195px;
	height: 15px;
	line-height: 14px;
	padding: 5px 5px 5px 10px;
	color: #c9c9c9;
	background: #262626;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 110;
}

.ui-selectmenu .ui-selectmenu-icon, .undefined .undefined-icon {
	width: 25px;
	height: 25px;
	background: url(../images/dropdownButton.png) center center no-repeat;
}

.news-amenu-container .ui-selectmenu .ui-selectmenu-icon,
.news-amenu-container .undefined .undefined-icon,
.news-catmenu-container .ui-selectmenu .ui-selectmenu-icon,
.news-catmenu-container .undefined .undefined-icon {
	position: absolute;
	z-index: 120;
	top: 0px;
	left: 185px;
}

.ui-selectmenu-menu,
.undefined-menu {
	border: none;
	color: #c9c9c9;
	background: #262626;
	width: 210px;
}

.undefined-menu a {
	color: #c9c9c9;
}

/*	direct_mail_suscription	*/

div.pi_direct_mail_subscription_container a,
div.pi_direct_mail_subscription_container .orange {
	color: #919191;
	text-decoration: none;
}

div.pi_direct_mail_subscription_container .errorFieldsOverlay {
	color: red;
}

div.newsletterForm {
	margin-top: 35px;
}

#pi_direct_mail_subscription_form .checkfields {
	padding-top: 9px;
}

#pi_direct_mail_subscription_form .checkfields > div {
	margin-bottom: 20px;
}

#pi_direct_mail_subscription_form input.infomail {
	width: 223px;
	height: 14px;
	border: solid 1px #c6c6c6;
	margin-bottom: 3px;
	padding: 10px;
	font-family: arial, sans-serif;
	font-size: 1em;
}

#pi_direct_mail_subscription_form button.subscription_submit {
	border: none;
	padding: none;
	margin: none;
	height: 36px;
	width: 245px;
	line-height: 36px;
	padding-left: 10px;
	color: #c9c9c9;
	background-color: #262626;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'PT Sans Narrow', arial, sans-serif !important;
	font-size: 1.5em;
	margin-top: 3px;
}

.fce.news {
	width: 420px;
	position: absolute;
	right: 0;
	top: 200px;
	z-index: inherit;
	overflow: visible;
}

.fce.news > div.head {
	width: 4000px;
	height: 30px;
	margin-left: 65px;
	background: #0A0;
}

.fce.news > div.head > div {
	width: 345px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-align: right;
	font-family: 'pt_sans_narrowregular', arial, sans-serif;
	font-size: 1.5em;
}

.fce.news > div.body {
	width: 4000px;
	min-height: 210px;
	background: #A0A;
}

.fce.news > div.body > div {
	width: 396px;
	padding: 12px 12px 15px 12px;
}

.fce.news > div.body > div a.more {
	float: right;
	text-decoration: none;
}

.fce.news > div.body > div a.more:hover {
	text-decoration: underline;
}

.fce.news > div.body * {
	color: #FFF !important;
}

/* orange */
.fce.news.orange > div.head {
	background: #F07D00;
	background: rgba(240, 125, 0, 0.5);
	color: #FFF;
}

.fce.news.orange > div.body {
	background: #F07D00;
}

/* green */
.fce.news.green > div.head {
	background: #22A14A;
	background: rgba(34, 161, 74, 0.5);
	color: #FFF;
}

.fce.news.green > div.body {
	background: #22A14A;
}

/* purple */
.fce.news.purple > div.head {
	background: #881F7E;
	background: rgba(136, 31, 126, 0.5);
	color: #FFF;
}

.fce.news.purple > div.body {
	background: #881F7E;
}

/**
 * Mailform
 */
.csc-form fieldset legend {
	display: none;
}

.csc-form form input,
.csc-form form textarea,
.csc-form form select {
	font-size: inherit;
	font-family: inherit;
}

.csc-form form input[type=text],
.csc-form form input[type=submit],
.csc-form form input[type=password],
.csc-form form textarea,
.csc-form form select {
	width: 262px;
	min-height: 18px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #F3F3F3;
	color: #777;
}

.csc-form form textarea {
	width: 303px;
	min-height: 305px;
}

.csc-form form input[type=submit] {
	width: 325px;
	min-height: 16px;
	line-height: 16px;
	background: #FCFCFC;
	text-align: left;
	cursor: pointer;
}

.csc-form form > ol li {
	min-height: 30px;
	line-height: 30px;
}

.csc-form form > ol > li.csc-form-element:first-child {
	width: 284px;
	float: left;
	margin-right: 16px;
}

.csc-form form > ol > li.csc-form-element:last-child {
	width: 325px;
	float: left;
}

.csc-form form > ol > li.csc-form-element > fieldset > ol > li > label {
	display: block;
	margin: 12px 0 3px 0;
}

.csc-form form > ol > li.csc-form-element ol > li > fieldset > ol > li {
	width: 140px;
	float: left;
}

.csc-form form > ol > li.csc-form-element ol > li > fieldset > ol > li > label {
	min-height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 5px;
}

.csc-form form > ol > li.csc-form-element ol > li > fieldset > ol > li > input {
	width: 14px;
	height: 14px;
	float: left;
	margin: 8px 0;
}

.county {
	width: 955px;
	position: relative;
	top: 15px;
}

#content .county {
	min-height: 800px;
}

.county .countyLeft, .county .countyRight {
	/*float: left;*/
	position: absolute;
	left: 0px;
	top: 0px;
}

.county .countyLeft {
	width: 520px;
	min-height: 400px;
	display: block;
	z-index: 20;
}

.county .countyRight {
	z-index: 10;
	top: 20px;
	left: 390px;
}

#content .county .countyRight {
	left: 370px;
}

.countyLeft .hidden {
	display: none;
}

.countyLeft > div {
	width: 265px;
}

.countyLeft > div h3, .countyLeft > div b, .countyLeft > div strong, .countyLeft > div p, .countyLeft > div a {
	color: #1d1d1b;
}

.countyLeft > div b, .countyLeft > div strong {
	font-weight: bold;
}

.countyLeft > div h3 {
	margin-top: 0px;
	font-family: 'pt_sans_narrowbold', arial, sans-serif !important;
}

.countyLeft > div > strong > span {
	font-weight: bold;
	display: inline-block;
	width: 70px;
}

.countyLeft > div.description {
	display: block !important;
	width: 555px;
	margin-bottom: 40px;
}

.countyLeft #sha {
	border: 5px solid #20a64b;
	padding: 15px;
}

.countyLeft #hn {
	border: 5px solid #f07d00;
	padding: 15px;
}

.countyLeft #hohenlohe {
	border: 5px solid #da0812;
	padding: 15px;
}

.countyLeft #mtk {
	border: 5px solid #0069a9;
	padding: 15px;
}

/*---------------------------*/
/*			FACELIFT		 */
/*---------------------------*/
#content .news-single-item .news-single-links a,
#content .news-single-item .news-files .files_item,
.links .links_item a,
.pi_direct_mail_subscription_container input[type="submit"],
.default .news-latest-container-side .news-latest-item .news-latest-innerwrap a,
a.button,
#slider-home .slide .slider-captation a {
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	display: inline-block;
	padding: 9px 38px;
	background: white;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	font-size: 1.063rem;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.175rem;
	transition: all .3s;
	cursor: pointer;
	box-sizing: border-box;
}

#content .news-single-item .news-single-links a:hover,
#content .news-single-item .news-files .files_item:hover,
.links .links_item a:hover,
.pi_direct_mail_subscription_container input[type="submit"]:hover,
.default .news-latest-container-side .news-latest-item .news-latest-innerwrap a:hover,
a.button:hover,
#slider-home .slide .slider-captation a:hover {
	-webkit-transform: scale(1.03) translate3d(0, 0, 0);
	-ms-transform: scale(1.03) translate3d(0, 0, 0);
	transform: scale(1.03) translate3d(0, 0, 0);
}

a.button {
	margin-top: 10px;
	color: white;
	background: #bebebe;
}

a.button-orange {
	background: #ef7d00;
}

#slider-home .slide .slider-captation a {
	margin-top: 40px;
	color: #fff;
	background: #ef7d00;
}

.default .news-latest-container-side .news-latest-item .news-latest-innerwrap a {
	color: white;
	background: #ef7d00; /* background: #bfbfbf; */
}

.pi_direct_mail_subscription_container input[type="submit"] {
	margin-top: 30px;
	color: white;
	background: #ef7d00;
}

#content .news-single-item .news-single-links a,
#content .news-single-item .news-files .files_item,
.links .links_item a {
	color: white;
	padding: 9px 10px;
	background: #ef7d00;
	margin-bottom: 3px;
}

#slider-home {
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
}

.bx-viewport > #slider-home {
	opacity: 1;
	visibility: visible;
}

#slider-home .slide {
	position: relative;
	height: 500px;
	width: 100% !important;
	background-position: center;
	background-size: cover;
	text-align: center;
}

#slider-home .slide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

#slider-home .slide .slider-captation {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	z-index: 15;
}

#slider-home .slide .slider-captation p {
	line-height: 4rem;
}

#slider-home .slide .slider-captation * {
	font-size: 3.75rem;
	text-align: center;
	color: white;
}

.bx-wrapper {
	position: relative;
}

.bx-controls {
	positioN: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 100;
}

.bx-pager {
	text-align: center;
}

.bx-pager-item {
	display: inline-block;
	margin: 0 10px;
	font-size: 0;
}
.bx-pager-item:only-child {
	display: none;
}
.bx-controls a {
	position: relative;
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	outline: 0;
	transition: all .5s;
	text-indent: -999px;
	background: #bebebe;
}

.bx-controls a:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: -6px;
	left: -6px;
	width: 28px;
	height: 28px;
	transition: all .5s;
	background: transparent;
	z-index: -1;
}

.bx-controls a:hover,
.bx-controls a.active {
	background: white;
}

.bx-controls a:hover:after,
.bx-controls a.active:after {
	background: rgba(190, 190, 190, 0.5);
}

#sponsors h2 {
	text-align: center;
}

ul.sponsors-fce {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#center .sponsors-fce {
	margin: 0 auto 45px auto;
}

.sponsors-fce li img {
	height: auto;
}

.sponsors-fce li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
footer .sponsors-fce li {
	margin: 0 5px;
}

/* FMO - 29.03.19 */
footer .sponsors-fce li {
	margin: 0;
	width: 30%;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	footer .sponsors-fce li {
		width: 50%;
	}
}

.bigText {
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	font-size: 1.75rem !important;
}

body.start #content > div {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
}

.no-spacing {
	padding: 0 !important;
}

.grey-background > div,
.dark-background > div {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

body.start #content > .clear {
	padding: 0;
}

body > .grey-background,
#content > .grey-background {
	max-width: 100% !important;
	background: #ededed;
	padding: 35px 0 70px 0 !important;
}

#content .grey-background + .grey-background {
	border-top: 1px solid #bfbfbf;
}

body > .dark-background,
#content > .dark-background {
	max-width: 100% !important;
	background: #262626;
	padding: 35px 0 70px 0 !important;
}

/*body > .grey-background,*/
/*body > .dark-background {*/
/*margin-top: 60px;*/
/*}*/
.pi_direct_mail_subscription_container h3,
.pi_direct_mail_subscription_container h2 {
	text-transform: uppercase;
	text-align: center;
}

.dark-background .pi_direct_mail_subscription_container h3,
.dark-background .pi_direct_mail_subscription_container h2 {
	color: white;
}

.pi_direct_mail_subscription_container .textfields {
	margin: 0 -10px;
	word-spacing: -.31rem;
}

.pi_direct_mail_subscription_container .textfields .text-input {
	display: inline-block;
	width: 33.3333%;
	padding: 0 10px;
	word-spacing: 0;
	box-sizing: border-box;
}

.pi_direct_mail_subscription_container .textfields .text-input input {
	width: 100%;
	font-family: arial;
	font-size: 1.188rem;
	color: #777777;
	line-height: 55px;
	padding-left: 20px;
	box-sizing: border-box;
}

#pi_direct_mail_subscription_form .errorFields {
	word-spacing: 0;
	padding: 5px 10px 15px 10px;
	float: right;
}

#pi_direct_mail_subscription_form .errorFields:after {
	content: "";
	clear: both;
}

.dark-background #pi_direct_mail_subscription_form .errorFields {
	color: white;
	font-size: 0.875rem;
}

#pi_direct_mail_subscription_form .checkfields {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: arial;
	font-size: 1.188rem;
	padding: 0;
}

#pi_direct_mail_subscription_form .checkfields .getnewsletter-checkbox {
	position: relative;
}

#pi_direct_mail_subscription_form .checkfields input[type="checkbox"] {
	position: relative;
	z-index: 100;
	opacity: 0;
	padding-right: 20px;
}

#pi_direct_mail_subscription_form .checkfields .checkbox-mask {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 2px;
	border: 1px solid white;
	border-radius: 5px;
}

#pi_direct_mail_subscription_form .checkfields .checkbox-mask:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 11px;
	height: 11px;
	background: transparent;
	border-radius: 3px;
}

#pi_direct_mail_subscription_form .checkfields input:checked + .checkbox-mask:after {
	background: white;
}

.dark-background #pi_direct_mail_subscription_form .checkfields {
	color: white;
}

#pi_direct_mail_subscription_form {
	padding-bottom: 5px;
	text-align: center;
}

.news-latest-container-side {
	margin: 0 -10px;
	word-spacing: -.31rem;
}

.news-latest-container-side .news-latest-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 10px;
	word-spacing: 0;
	margin-bottom: 5px;
}

.rightContent .news-latest-container-side .news-latest-item {
	width: 100%;
}

.rightContent .news-latest-container-side .news-latest-item .news-latest-innerwrap {
	border: 1px solid #ededed;
	padding: 10px;
}

.start .news-latest-container-side .news-latest-item {
	width: 33.3333%;
	border: 0;
}

.news-latest-container-side .news-latest-item .news-date {
	display: block;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	text-transform: uppercase;
	color: #ef7d00;
	margin: 0;
	font-size: 1.4rem; /* Added */
}

.news-latest-container-side .news-latest-item .news-latest-title {
	display: block;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important; /* pt_sans_narrowbold */
	text-transform: uppercase;
	margin: 0;
}

.start .news-latest-container-side .news-latest-item .news-latest-title {
	min-height: 140px;
}

.news-latest-container-side .news-latest-item .news-latest-innerwrap a {
	display: block;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	font-size: 1.125rem;
	letter-spacing: 2px;
	text-decoration: none;
	transition: all .3s;
}

.whiteBackground .news-latest-container-side .news-latest-item .news-latest-innerwrap a {
	color: #777777;
}

.whiteBackground .news-latest-container-side .news-latest-item .news-latest-innerwrap a:hover {
	color: #ef7d00;
}

.whiteBackground .news-latest-container-side .news-latest-item .news-latest-innerwrap {
	background: white;
	padding: 15px;
}

.news-select .news-select-elements {
	margin-top: 24px;
}

.news-select .news-select-more {
	position: absolute;
	font-size: 0.875rem;
	color: #ef7d00;
	text-decoration: none;
	text-align: right;
	right: 0;
	display: inline-block;
	margin-top: -15px;
	z-index: 1;
}

.news-select .select-wrap {
	position: relative;
}

.create-select-element {
	position: relative;
}

.news-select .select-wrap .selected {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 10px;
	min-width: 263px;
	background: white;
	font-size: 0.875rem;
	color: #777777;
	line-height: 35px;
	cursor: pointer;
}

.news-select .select-wrap .selected:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 0px;
}

.news-select .select-wrap ul {
	position: absolute;
	top: 37px;
	left: 0;
	display: none;
}

.news-select .select-wrap ul li {
	width: 100%;
	min-width: 263px;
	padding: 10px;
	background: white;
	color: #777777;
	transition: all .3s;
	border-bottom: 2px solid #ededed;
	cursor: pointer;
}

.news-select .select-wrap ul li:hover {
	border-bottom: 2px solid #ef7d00;
}

.news-select .select-wrap.active ul {
	display: block;
}

.news-select .select-element {
	display: none;
}

.news-select .select-element.active {
	display: block;
}

#head-meta, #offcanvas-meta {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

#head-meta {
	display: inline-flex;
	height: 25px;
}

#head-meta li, #offcanvas-meta li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 0;
	width: 25px;
	height: 25px;
}

#offcanvas-meta li span {
	font-size: 0;
}

#offcanvasmenu ul#offcanvas-meta + ul li:hover {
	background: transparent;
}

#head-meta li a, #offcanvas-meta li a {
	display: block;
	height: 25px;
}

#head-meta li:after, #offcanvas-meta li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	font-size: 1.5rem;
	color: #bebebc;
	cursor: pointer;
	z-index: -1;
}

/*
#head-meta li:hover:after, #offcanvas-meta li:hover:after {
	color: #777777;
}
*/
#head-meta li.facebook:after, #offcanvas-meta li.facebook:after {
	content: "\f230";
}

#head-meta li.xing:after, #offcanvas-meta li.xing:after {
	content: "";
	background: url('images/xing.png') no-repeat;
	width: 19px;
	height: 19px;
	top: 3px;
	opacity: 0.8;
}
#head-meta li.signal:after {
	content: "";
	background: url(images/signal.png) no-repeat;
	width: 26px;
	height: 26px;
	top: 1px;
	opacity: 0.8;
	left: -3px;
}
#head-meta li.pinterest:after, #offcanvas-meta li.pinterest:after {
	content: "";
	background: url(images/pinterest.png) no-repeat;
	width: 19px;
	height: 19px;
	top: 3px;
	opacity: 0.8;
	background-size: cover;
}
#head-meta li.linkedIn:after {
	content: "\f0e1";
	width: 19px;
	height: 19px;
}

#head-meta li.instagram:after, #offcanvas-meta li.instagram:after {
	content: "";
	background: url('images/instagram.png') no-repeat;
	width: 19px;
	height: 19px;
	top: 3px;
	opacity: 0.8;
}
#head-meta li.signal:after, #offcanvas-meta li.signal:after {
	content: "";
	background: url(images/signal.png) no-repeat;
	width: 26px;
	height: 26px;
	top: 1px;
	opacity: 0.8;
	left: -3px;
}
#head-meta li.linkedIn:after, #offcanvas-meta li.linkedIn:after {
	content: "\f0e1";
	width: 19px;
	height: 19px;
}

#head-meta li.linkedin:after, #offcanvas-meta li.linkedin:after {
	content: "\f0e1";
}

#head-meta li.calendar:after, #offcanvas-meta li.calendar:after {
	content: "\f133";
}

#head-meta li.print:after, #offcanvas-meta li.print:after {
	content: "\f02f";
}

#head-meta li.whatsapp:after, #offcanvas-meta li.whatsapp:after {
	content: "\f232";
}

body.start #centerWrap {
	width: 100%;
}

footer {
	padding: 25px 0;
}

footer > div {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

footer > div > ul {
	display: inline-block;
	vertical-align: bottom;
	width: 33.3333%;
	padding-bottom: 20px;
}

footer > div > ul li {
	display: inline-block;
	padding-right: 5px;
	font-size: 0.688rem !important;
	color: #777777;
	text-transform: uppercase;
}

footer > div > ul li a {
	text-decoration: none;
	padding-left: 4px;
}

footer #footer-sponsors {
	display: inline-block;
	width: 66%;
}
ul.menu.sponsors-fce img {
	max-width: 180px;
	height: auto;
}
#footer-sponsors ul.menu.sponsors-fce img {
	width: 100%;
}
#keyvisual {
	width: 100%;
	height: 275px;
	background-size: cover;
	background-position: center center;
}

#rightContent > div {
	margin-bottom: 5px;
}

#content .news-single-item .news-single-images .images_head,
#content .news-single-item .news-files .files_head,
#content .rightContent .images .images_head,
.links .links_head {
	display: block;
	font-size: 1.063rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0;
	color: #262626;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
}

.rightContent .links .links_item a {
	width: 100%;
}

#content .news-single-item .news-files .files_item img {
	display: none;
}

#content .news-single-item .news-files .files_item {
	font-size: 0;
}

#content .news-single-item .news-files .files_item a {
	text-decoration: none;
	font-size: 1.063rem;
	color: white;
	padding-right: 5px;
}

/* 		FACELIFT MENÜ		*/

#menuMain > .wrap > ul.menu > li > ul > li > ul,
#menuMain > .wrap > ul.menu > li > ul {
	opacity: 0;
	visibility: hidden;
	transition: all .1s ease-out;
}

#menuMain > .wrap > ul.menu li.hover > ul {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-out .2s;
}

#menu-background {
	position: absolute;
	top: 50px;
	background: white;
	width: 100%;
	transition: all .2s ease;
}

#center:after {
	content: "";
	width: 100%;
	background: transparent;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: 175px;
	z-index: 1000;
	transition: all .5s;
}

#center.menuHover:after {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
	visibility: visible;
}

#menuMain {
	z-index: 1001;
}

#menuMain > .wrap > ul.menu > li > ul li.has-sub > a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	transition: all .3s;
}

#menuMain > .wrap > ul.menu > li a {
	transition: all .3s;
}

#menuMain > .wrap > ul.menu > li:hover a {
	background: white;
	border-color: white;
	color: black;
}

#menuMain > .wrap > ul.menu > li > ul li a {
	position: relative;
	display: block;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	font-size: 1.5em;
	color: black;
	text-decoration: none;
	transition: all .3s;
}

#menuMain > .wrap > ul.menu > li > ul li:hover > a {
	color: #ef7d00;
}

#menuMain > .wrap > ul.menu > li > ul {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	padding: 30px;
}

#menuMain > .wrap > ul.menu > li > ul > li {
	width: 270px;
	padding: 5px 0;
	border-bottom: 1px solid #ededed;
}

#menuMain > .wrap > ul.menu > li > ul > li > ul {
	position: absolute;
	left: 295px;
	top: 0;
	padding: 30px 0 30px 30px;
}

#menuMain > .wrap > ul.menu > li > ul > li > ul > li {
	width: 600px;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #ededed;
}

.videoThumb {
	max-width: 250px;
    display:none;
}
.videoThumb img {
	max-width:250px;
	max-height: 225px;
}

.videoThumb.visible {
    display: inline-block;
    border-bottom: none !important;
    position: relative;
    left: 656px;

}

#menuMain #searchform .fields {
	position: relative;
}

#menuMain #searchSubmit {
	position: relative;
	font-size: 0;
	width: 15px;
	height: 15px;
}

#menuMain #searchform .fields:after {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 1rem;
	position: absolute;
	color: white;
	top: -2px;
	right: 0;
	z-index: -1;
}

#menuMain .fluid-searchbox .fields input {
	background: transparent;
}

#menuMain .fluid-searchbox .fields input#searchInput {
	background: #262626;
	color: white;
	text-transform: uppercase;
}

#menuMain .fluid-searchbox .fields input#searchInput:focus {
	outline: none;
}

.fluid-searchbox .fields input#searchInput {
	width: 173px;
}

#searchBox {
	position: absolute;
	right: 0;
	top: 0;
	height: 16px;
	display: inline-block;
	padding: 17px 0 13px 37px;
	font-family: arial, sans-serif;
}

.fluid-searchbox {
	padding: 0 14px 0 7px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#menuMain .home-link {
	font-family: FontAwesome !important;
	margin-right: 5px;
	color: white;
}

@media (max-width: 980px) {
	body #center {
		margin-top: 0px !important;
	}

	#head-meta {
		display: none;
	}

	#centerWrap {
		overflow: hidden;
	}

	#header {
		height: 95px !important;
	}

	.start h1, .start h2, .start .h2 {
		font-size: 2.750rem;
		line-height: 3.5rem;
	}

	body #content .news-latest-container-side, body #content .news-single-item .news-single-links, body #content .news-single-item .news-files, body #content .rightContent .links {
		max-width: 100% !important;
	}

	#footer-sponsors li img:last-child,
	#sponsors li img:last-child {
		opacity: 1;
		visibility: visible;
	}

	#slider-home .slide .slider-captation p {
		font-size: 3.15rem;
		padding: 0 5px;
	}

	#slider-home .slide .slider-captation {
		margin-top: 80px;
	}

	body #content .news-latest-container-side .news-latest-item {
		width: 100%;
		padding: 0 10px;
	}

	.start .news-latest-container-side .news-latest-item .news-latest-title {
		min-height: auto;
	}

	#content > .grey-background,
	#content > .dark-background {
		width: auto !important;
		max-width: 200% !important;
		margin: 0 -12px !important;
		padding: 20px 12px 50px 12px !important;
	}
}

@media (max-width: 580px) {
	.pi_direct_mail_subscription_container .textfields .text-input {
		width: 100%;
		margin-bottom: 5px;
	}

	.news-select .select-wrap ul li,
	.news-select .select-wrap .selected {
		min-width: 0;
		display: block;
	}

	.news-select .news-select-more {
		margin-top: 15px;
	}

	.news-select .select-wrap ul {
		top: 100%;
		margin-top: 2px;
	}

	.start h1, .start h2, .start .h2 {
		font-size: 2.35rem;
		line-height: 2.3rem;
	}

	footer > div > ul,
	footer #footer-sponsors {
		width: 100%;
	}

	footer > div > ul {
		padding-left: 14px;
	}

	#slider-home .slide .slider-captation p {
		font-size: 2.35rem;
		padding: 0 5px;
	}

	#slider-home .slide .slider-captation a {
		margin-top: 20px;
	}

	.h3, h3 {
		font-size: 1.325rem;
		margin: 10px 0;
		color: #262626;
		font-family: 'pt_sans_narrowbold';
		text-transform: uppercase;
	}

	.default .news-latest-container-side .news-latest-item .news-latest-innerwrap a {
		margin-top: 8px;
	}
}

.news-select h2 {
	color: #ef7d00;
}

/* Frau und Beruf */
a.orange:hover {
	color: #f29126;
}

a.orange {
	color: #f2a857;
}

a.yellow:hover {
	color: #f5bc22;
}

a.yellow {
	color: #f5c953;
}

a.red:hover {
	color: #ba2937;
}

a.red {
	color: #ba4e59;
}

a.green:hover {
	color: #309b4e;
}

a.green {
	color: #4f9b64;
}

a {
	text-decoration: none;
}

#offcanvasmenu.fub > ul > li.landingpage,
#menuMain.fub > div > ul > li.landingpage > a {
	border-color: #f29126;
}

#offcanvasmenu.fub > ul > li.landingpage .fa {
	color: #f29126;
}

#offcanvasmenu.fub > ul > li.woman,
#menuMain.fub > div > ul > li.woman > a {
	border-color: #eab112;
}

#offcanvasmenu.fub > ul > li.woman .fa {
	color: #eab112;
}

#offcanvasmenu.fub > ul > li.company,
#menuMain.fub > div > ul > li.company > a {
	border-color: #ce262f;
}

#offcanvasmenu.fub > ul > li.company .fa {
	color: #ce262f;
}

#offcanvasmenu.fub > ul > li.network,
#menuMain.fub > div > ul > li.network > a {
	border-color: #269746;
}

#offcanvasmenu.fub > ul > li.network .fa {
	color: #269746;
}

#offcanvasmenu.fub > ul > li.knowledge,
#menuMain.fub > div > ul > li.knowledge > a {
	border-color: #3287ba;
}

#offcanvasmenu.fub > ul > li.ipunkt,
#menuMain.fub > div > ul > li.ipunkt > a {
	border-color: #8c1d82;
}

.ipunkt > ul::after {
	content: '';
	background: url("images/ipunkt-menu.png");
	background-size: contain;
	display: inline-block;
	width: 230px;
	height: 80px;
	background-repeat: no-repeat;
	margin-top: 30px;
}

#offcanvasmenu.fub > ul > li.knowledge .fa {
	color: #3287ba;
}

/*NEWSLETTER*/
body:not(.start) .newsletter {
	margin-top: 15px;
}

.newsletter, .newsletter h3, .newsletter h2 {
	color: white;
}

.newsletter h3, .newsletter h2 {
	text-align: center;
}

.newsletter div.newsletter-input {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	padding: 0 10px;
}

.newsletter div.newsletter-input input {
	width: 100%;
	line-height: 55px;
	color: #777777;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 1.188rem;
	font-family: Arial;
}

.newsletter #recaptcha_v2_widget :first-child {
	margin: 0 auto;
}

.newsletter .submit_container {
	width: 100%;
}

.newsletter .submit_container button {
	color: white;
	background: #ef7d00;
	display: block;
	padding: 9px 38px;
	font-size: 1.063rem;
	text-transform: uppercase;
	letter-spacing: 0.175rem;
	border: none;
	font-family: 'pt_sans_narrowregular', arial, sans-serif !important;
	transition: transform .3s;
	margin: 0 auto;
	margin-top: 40px;
}

.newsletter .submit_container button:hover {
	-webkit-transform: scale(1.03) translate3d(0, 0, 0);
	-moz-transform: scale(1.03) translate3d(0, 0, 0);
	-ms-transform: scale(1.03) translate3d(0, 0, 0);
	-o-transform: scale(1.03) translate3d(0, 0, 0);
	transform: scale(1.03) translate3d(0, 0, 0);
	cursor: pointer;
}

.newsletter .n-checkbox, .newsletter .n-checkbox {
	padding-top: 40px;
}

.newsletter .n-checkbox, .newsletter .n-checkbox div {
	text-align: center;
	font-size: 17px;
}

.newsletter .n-checkbox {
	position: relative;
}

.newsletter .n-checkbox label {
	margin-left: 20px;
}

.newsletter .n-checkbox input {
	opacity: 0;
	position: absolute;
	z-index: 200;
}

.n-checkbox .checkbox-mask {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	border-radius: 5px;
}

.n-checkbox .checkbox-mask:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 2px;
	top: 2px;
	background: transparent;
	border-radius: 3px;
}

.n-checkbox input:checked + .checkbox-mask:after {
	background: white;
}




i.fa.fa-arrow-up.topLink {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 20px;
    z-index: 100;
    font-size: 20px;
}


@media (max-width: 580px) {
	.newsletter div.newsletter-input {
		width: 100%;
		padding-bottom: 20px;
	}

}

@media (max-width: 980px) {
	.newsletter div.newsletter-input {
		width: 100%;
		padding-bottom: 20px;
	}

	.n-checkbox .checkbox-mask:after {
		left: 1px;
		top: 1px;
	}

}

p.newsletterMore {
	text-align: center;
}

.bw-logo {
	position: absolute;
	bottom: 15px;
}

@media (max-width: 980px) {
	.bw-logo {
		left: 40px;
	}
}
@media (max-width: 350px) {
	.bw-logo {
		width: 120px;
	}
}

.newsletter h3 {
	font-size: 17px;
}
