/*.messages,*/
.tabs-wrapper {
	margin-left: 14%;
}
header.mobile {
	display: none;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	color: #1a171b;
}
h1 {
	font-size: 5.313em;
	color: #1a171b;
	font-weight: 400;
	margin: 0;
}
h1 span {
	font-size: 45%;
	color: #868889;
}
h2 {
    color: #313131;
    font-size: 1.875em;
    font-weight: 400;       
    position: relative;           
}
#magazin {
	position: fixed;
	top: 1em;
	right: 1em;
	height: 2.25em;
	z-index: 11;
}
#magazin h2 a {
	text-decoration: none;
	color: #313131;
}
#magazin h2 {
    font-size: 2.188em;
    color: #313131;
    font-style: italic;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    position: relative;
    margin: 0;
}
#magazin h2:before {
	content: '';
	background: url('../images/pager/goMagazin.svg') center center no-repeat;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	left: -1.2em;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	position: absolute;
}
#magazin h2:after {
    content: '';
    background: #313131 none repeat scroll 0% 0%;
    height: 2px;
    width: 130%;
    position: absolute;
    left: -1.2em;
    bottom: 5px;
}
/* Font im Slider */
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption {
	font-size: 100%;
	position: absolute;
	left: 5%; /*7.5%*/
    width: auto;
    text-align: left;
    background: none !important;
    z-index: 20;
	bottom: 12.5%;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figure {
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption .copyright {
	display: none;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption h1 {
	font-size: 5em;
	font-weight: bold;
	color: #fff;
	background: #a3e000;
	margin: 8px 0 8px 0;
	display: inline-block;
	padding: 0 20px 0 20px;
	float: left;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption.chBgClr h1 {
    background: #003a81;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: 600 !important;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption h2 {
	font-size: 2.188em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0 20px 0 20px;
	background: #868889;
	display: inline-block;
	float: left;
	position: relative;
}

/*.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption h2:after {
    content: '.';
    width: 100%;
    height: 100%;
    clear: left;
} */
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption h2 a {	
	color: #fff;/*#1a171b;*/
	text-decoration: none;
	font-weight: 400 !important;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption .setFlag {
	position: absolute;
	background: #EC6707;
	top: -50px;
	right: 0;
	display: none;
	font-size: 1.4em;
	font-family: 'Oswald', sans-serif;
	padding: 0 0.125em 0 0.125em;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 1.75em;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption .setFlag a {
    text-decoration: none;
    color: #fff;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption .setFlag:after {
    width: 0px;
    height: 0px;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #EC6707;
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 8000;
}
.node-template.layout-pro.temp8.onePage-flex-row .slideshow-container figcaption #specialTeaser h3 {
    color: #fff; 
	font-size: 2.8em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	font-family: 'Source Sans Pro', sans-serif;
}
/* -- Main-Wrapper -- */
#wrapper {
	height: 100%;
}
body > #wrap {
	height: auto; 
	min-height: 100%;
}
main {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
#fullpage {
	width: 87.5%;
	position: relative;
	float: right;
	z-index: 1;
	height: 100%;
}
.onePage {
	width: 87.5%;
	min-height: 100%;
	height: auto !important;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: right;
}
.onePage:first-child {
	margin: 0;
}
.onePage-flex-row {
	width: 100%;
	position: relative;
	/*padding: 8% 1% 1% 1%;*/ /* HIER */
	box-sizing: border-box;
	clear: both;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
}
.onePage-flex-row:last-child {
	padding-bottom: 1%;
}
.onePage-flex-row:after {
	content:"";
	display:table;
	clear:both;
}

article.onePage-flex-article {
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	min-height: 100%;
	position: relative;
	flex: 1;
	-webkit-flex: 1;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
article.onePage-flex-article:after {
	clear: both;
}

/* Topblock/Slider */
section.onePage-flex-row#sliderblock {
	padding: 0;
}
section.onePage-flex-row #topblockbox {
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	float: left;
}
.slides-teaser {
    position: absolute;
	left: 7.5%;
    width: auto;
    text-align: left;
    background: none !important;
    z-index: 20;
	bottom: 12.5%;
}

/* -- leftPanel -- */
/* -- Left-Panel / Main-Nav -- */
aside.left-panel {
	height: 100%;
	background: #414042;
	position: fixed;
	top: 0;
	left: 0;
	z-index:10;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: none;
}
.panel-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	/*overflow-y: scroll;*/
	z-index: 20;
	background: #414042;
}
aside.left-panel nav.navigation {
	position: relative;
	/*overflow-x: hidden;*/
	margin-top: 4.063em;
}
aside.left-panel nav ul.anchor-nav {
	padding: 0;
}
aside.left-panel nav ul.anchor-nav li {
	padding: 0.8em; /* Right -> 4.063em */
	cursor: pointer;
	position: relative;
}        

aside.left-panel nav ul.anchor-nav li.rotateArrow {
	background: #414042 url('../images/blackarrow-down.gif') top left no-repeat;
}
aside.left-panel nav ul.anchor-nav li a {
	color: #fff;
	font-family: Georgia,Times,Times New Roman,serif;
	text-decoration: none;
	position: relative;
	margin-left: 1em;
}
aside.left-panel nav ul.anchor-nav li a:before {
	content: '';
	background: url('../images/panelArrow.svg') center left no-repeat;
	position: absolute;
	top: 50%;
	left: -16px;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
}
aside.left-panel nav ul.anchor-nav li.panelOpen.pointer {
	position: relative;
}
aside.left-panel nav ul.anchor-nav li.panelOpen.pointer:after {
	width: 0; 
	height: 0; 
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #414042;
	position: absolute;
	right: -0.5em;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	content: '';
	z-index: 8000;
	
	 
}
aside.left-panel nav ul.anchor-nav li nav.sub-layer ul.sub-nav li a {
	color: #fff;
	font-family: Georgia,Times,Times New Roman,serif;
	text-decoration: none;
	position: relative;
	margin-left: 1em;
}
aside.left-panel nav ul.anchor-nav li nav.sub-layer ul.sub-nav li a:before {
	content: '';
	background: url('../images/panelArrow.svg') center left no-repeat;
	position: absolute;
	top: 50%;
	left: -16px;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
}
aside.left-panel nav ul.anchor-nav li nav.sub-layer ul.sub-nav {
	margin-top: 15px;
	margin-left: -4.8em;
	background: #f5f4f4;
	padding: 0;
	width: 100%;
}
aside.left-panel nav ul.anchor-nav li nav.sub-layer ul.sub-nav li {
	background: #414042;
	width: 100%;
	min-height: 0;
	border: none;
}
nav.sub-layer, nav.sub-sub-layer {
	display: none;
	position: absolute;
	clear: both;
	z-index: 3000;
	margin-left: -1.0em;
	top: 2.9em;
	padding: 1px;
	box-sizing: border-box;
	width: 100%;
}
/* -- Right Panel -- */
aside.content-panel {
	height: 100%;
	width: auto;
	background: #009c96;
	position: fixed !important;
	float: none;
	top: 0;
	right: 0;
	z-index:9;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	max-width: 65%;
}
.panel-wrapper.right-panel {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4.063em 1em 0 1em;
	overflow-y: scroll;
	z-index: 20;
}
.panel-wrapper.right-panel .view-header h2 {
	display: none;
}
.panel-wrapper.right-panel .view-header .panel-content {
	padding-top: 0.8em;
}
.panel-wrapper.right-panel .view-id-verweise_subbox .verweis,
.panel-wrapper.right-panel .view-id-links_subbox .link-container  {
	margin-bottom: 1.6em;	
}
.panel-wrapper.right-panel .view-id-verweise_subbox .verweis a,
.panel-wrapper.right-panel .view-id-links_subbox .link-container a {
	color: #fff;
	font-family: Georgia,Times,Times New Roman,serif;
	text-decoration: none;
	position: relative;
	margin-left: 1em;
}
.panel-wrapper.right-panel .view-id-verweise_subbox .verweis a:before,
.panel-wrapper.right-panel .view-id-links_subbox .link-container a:before {
	content: '';
	background: url('../images/panelArrow.svg') top left no-repeat;
	position: absolute;
	top: 50%;
	left: -16px;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
}
.panel-wrapper.right-panel .view-id-links_subbox .link-container h4 {
	font-size: 1em !important;
}
.info-trigger.show {
	background: #414042 url('../images/moreCircle.svg') center center no-repeat;
	background-size: 42px 42px;
	position: absolute;
	left: -4.063em;
	height: 4.063em;
	width: 4.063em;
	-webkit-border-radius: 8.126em 0px 8.126em 8.126em;
	-moz-border-radius: 8.126em 0px 8.126em 8.126em;
	border-radius: 8.126em 0px 8.126em 8.126em;
	cursor: pointer;
	display: block;
}
.info-trigger.hide {
	background: #414042 url('../images/lessCircle.svg') center center no-repeat;
	background-size: 42px 42px;
	position: absolute;
	left: -4.063em;
	height: 4.063em;
	width: 4.063em;
	cursor: pointer;
	display: none;
	-webkit-border-radius: 8.126em 0px 0px 8.126em;
	-moz-border-radius: 8.126em 0px 0px 8.126em;
	border-radius: 8.126em 0px 0px 8.126em ;
}
/* -- Footer Anchor-Navigation -- */
#pager-nav { /*#hori-nav*/
	width: 12.5%;
	height: 100%;
	position: fixed;
	color: #fff;
	z-index: 9;
	display: block;
	border-right: 1px solid #c4c4c4;
}
#pager-nav footer.social-media {
    position: absolute;
    bottom: 2em;
    left: 10%;
}
/*#pager-nav footer.social-media ul.logo-nav {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
#pager-nav footer.social-media ul:after {
	content: '.';
	clear: both;
	height: 1px;
	visibility: hidden;
	width: 100%;
}
#pager-nav footer.social-media ul.logo-nav li {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 1em;
}
#pager-nav footer.social-media ul.logo-nav li:first-child:before {
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
	background: #C4C4C4;
	top: -1em;
	left: 0;
}
#pager-nav footer.social-media ul.logo-nav li:last-child:after {
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
	background: #C4C4C4;
	bottom: -1em;
	left: 0;
}
#pager-nav footer.social-media ul.logo-nav li img {
	width: 100%;
	height: auto;
}*/
#pager-nav footer.social-media ul.sm-nav {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0.5em 0;
    height: 1.313em;
    position: relative;
}
#pager-nav footer.social-media ul.sm-nav li  {
    float: left;
    margin-right: 1em;
}
#pager-nav footer.social-media ul.sm-nav li a .sm {
	width: 1.375em;
	height: 1.313em;
}
#pager-nav footer.social-media ul.sm-nav li a #fb  {
	background: url('../images/pager/sm-facebook-black.svg');
	background-size: 100% 100%;
}
#pager-nav footer.social-media ul.sm-nav li a #fb:hover  {
	background: url('../images/pager/sm-facebook-orange.svg');
	background-size: 100% 100%;
}
#pager-nav footer.social-media ul.sm-nav li a #tw  {
	background: url('../images/pager/sm-twitter-black.svg');	
	background-size: 100% 100%;
}
#pager-nav footer.social-media ul.sm-nav li a #tw:hover  {
	background: url('../images/pager/sm-twitter-orange.svg');	
	background-size: 100% 100%;
}
#pager-nav footer.social-media ul.sm-nav li a #yt  {
	background: url('../images/pager/sm-youtube-black.svg');
	background-size: 100% 100%;
}
#pager-nav footer.social-media ul.sm-nav li a #yt:hover  {
	background: url('../images/pager/sm-youtube-orange.svg');
	background-size: 100% 100%;
}
#pager-nav footer.social-media ul.footer-nav {
	list-style-type: none;
	padding: 0;
    margin: 0;
} 
#pager-nav footer.social-media ul.footer-nav li {
	float: left;
}
#pager-nav footer.social-media ul.footer-nav li {
    font-size: 0.875em;
    background: #868889 none repeat scroll 0% 0%;
    display: inline-block;
    padding: 0px 0.125em;
    margin-bottom: 0.125em;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    max-height: 1.75em;
    margin-right: 0.125em;
}
#pager-nav footer.social-media ul.footer-nav li:last-child {
	margin-rigth: 0 !important;
}
#pager-nav footer.social-media ul.footer-nav li:hover {
	background: #EC6707;
}
#pager-nav footer.social-media ul.footer-nav li a {
	color: #FFF;
    font-family: "Oswald",sans-serif;
    text-decoration: none;
}
/*#pager-nav nav.pager-navigation .logo {
    position: relative;
}
#pager-nav nav.pager-navigation .logo:after {
    background: #fff;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
}*/
#pager-nav nav.pager-navigation #logo {
    width: 80%;
    height: auto;
    padding: 10%;
}
#pager-nav nav.pager-navigation {
	width: 100%;
	position: relative;
}
#pager-nav nav.pager-navigation .logo {
	max-height: 7.719em;
}
#pager-nav nav.pager-navigation ul.anchor-nav {
	width: 80%;
	padding: 0;
	margin: 2.813em 0 0 10%;
}
#pager-nav nav.pager-navigation ul.anchor-nav li {
	position: relative;
}
#pager-nav nav.pager-navigation ul.anchor-nav li a {
	color: #1a171b;
	text-decoration: none;
	font-size: 2.25em;
}
#pager-nav nav.pager-navigation ul.anchor-nav li.external {
	font-size: 70%;
}
#pager-nav nav.pager-navigation ul.anchor-nav li[data-menuanchor=kontakt]{
	margin-bottom: 1em;
}
#pager-nav nav.pager-navigation ul.anchor-nav li.external a {
	color: #868889;
	font-family: "Oswald",sans-serif;
	font-weight: normal;
}
#pager-nav nav.pager-navigation ul.anchor-nav li.external:hover a {
	color: #EC6707;
}
#pager-nav nav.pager-navigation ul.anchor-nav li.active:after {
	content: '';
	background: #1a171b;
	position: absolute;
	height: 0.125em;
	width: 100%;
	bottom: 0.188em;
	left: 0;
}
/* TAX-NAV-LINKS // CASE-Filternavigation */
/* SUBNAV */
#tax_nav_links {
	position: fixed;
	top: 0;
	width: 87.5%;
	float: right;
	background: #fff;
	z-index: 14;
	padding: 1em 0 0.5em 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
#tax_nav_links-pagerView {
	position: absolute;
	width: 87.5%;
	float: right;
	background: #fff;
	z-index: 14;
	padding: 0.5em 0 0.5em 0;
	margin-top: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
#tax_nav_links-pagerView #tax-terms-3,
#tax_nav_links-pagerView .term-reset,
#tax_nav_links #tax-terms-3,
#tax_nav_links .term-reset {
	float: left;
}
#tax_nav_links .tag,
#tax_nav_links-pagerView .tag {
	margin-left: 0.125em;
	font-size: 1.125em;
	color: #fff;
	text-decoration: none;
}
#tax_nav_links-pagerView .tag.active,
#tax_nav_links-pagerView .tag:hover,
#tax_nav_links .tag.active,
#tax_nav_links .tag:hover {
	background: #EC6707;
}

#subnav {
	width: 87.5%;
	position: fixed;
	left: 12.5%;
	padding: 1.5em 0 0.5em 2.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	display: none;
}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav ul li {
	float: left;
	background: #868889 none repeat scroll 0% 0%;
	color: #FFF;
	margin-right: 0.125em;
	font-family: "Oswald",sans-serif;
	display: inline-block;
	padding: 0px 0.125em;
	margin-bottom: 0.125em;
}
#subnav ul li:hover,
#subnav ul li.active {
	float: left;
	background: #EC6707 none repeat scroll 0% 0%;
	color: #FFF;
	margin-right: 0.125em;
	font-family: "Oswald",sans-serif;
	display: inline-block;
	padding: 0px 0.125em;
	margin-bottom: 0.125em;
}
#subnav ul li a {
	font-size: 1.125em;
	color: #fff;
	text-decoration: none;
}
/* -- Header / Nav-Trigger -- */
header.default {
	height: 4.063em;
	width: 100%;
	position: absolute;
	background: #414042;
	top: 0;
	left: 0;
}
header .nav-trigger.open {
	background: #414042 url('../images/menuCircle.svg') center center no-repeat;
	background-size: 42px 42px;
	position: absolute;
	right: -4.063em;
	height: 100%;
	width: 4.063em;
	cursor: pointer;
	 -webkit-border-radius: 0px 8.126em 8.126em;
	-moz-border-radius: 0px 8.126em 8.126em;
	border-radius: 0px 8.126em 8.126em;
	display: block;
}

header .nav-trigger.close {
	background: #414042 url('../images/closeCircle.svg') center center no-repeat;
	background-size: 42px 42px;
	position: absolute;
	right: -4.063em;
	height: 100%;
	width: 4.063em;
	cursor: pointer;
	display: none;
	-webkit-border-radius: 0 8.126em 8.126em 0px;
	-moz-border-radius: 0 8.126em 8.126em 0px;
	border-radius: 0 8.126em 8.126em 0px;
}
.node-template.main-body.pager-main .onePage-flex-row.temp8 .bx-wrapper {
	margin-top: 0 !important;
}
.node-template.layout-pro {
	margin: 0 !important;
}
.onePage-flex-row.temp8,
.node-template.layout-pro.temp8 .content .teaser {
	margin-top: 0;
	margin-bottom: 0 !important;
	padding: 0;
}
.onePage-flex-row.temp8 article.onePage-flex-article {
	max-width: 100%;
}
.onePage-flex-row.temp8 article.onePage-flex-article figure.main img.imagecache-full_columns_100 {
	width: 100%;
	height: 100%;
}
.onePage-flex-row.temp8 article.onePage-flex-article .article-body {
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	position: relative;
	flex: 1;
	-webkit-flex: 1;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 1em;
}
.onePage-flex-row.temp8 article.onePage-flex-article figure.main figcaption {
	position: absolute;
    top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    width: 40%;
    text-align: left;
    padding: 20px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
    z-index: 20;
}
.onePage-flex-row article.onePage-flex-article .template-container .figure-text p span {
	/*font-style: italic;
	float: right;*/
}
.onePage-flex-row article.onePage-flex-article a,
.onePage-flex-row article.onePage-flex-article p a,
.onePage-flex-row article.onePage-flex-article p#local1,
.onePage-flex-row article.onePage-flex-article p#local2,
.onePage-flex-row article.onePage-flex-article span#local3,
.onePage-flex-row article.onePage-flex-article span#local4 {
	color: #2D627C;
	text-decoration: none;
	cursor: pointer;
}
.onePage-flex-row article.onePage-flex-article a:hover,
.onePage-flex-row article.onePage-flex-article p a:hover,
.onePage-flex-row article.onePage-flex-article p#local1:hover,
.onePage-flex-row article.onePage-flex-article p#local2:hover,
.onePage-flex-row article.onePage-flex-article span#local3:hover,
.onePage-flex-row article.onePage-flex-article span#local4:hover {
	text-decoration: underline;
}
.onePage-flex-row article.onePage-flex-article ul {
	list-style-type: none;
}
.onePage-flex-row article.onePage-flex-article ul li {
	margin-bottom: 0.75em;
	position: relative;
}
.onePage-flex-row article.onePage-flex-article ul li:before {
	width: 0; 
	height: 0; 
	border-top: 0.45em solid transparent;
	border-bottom: 0.45em solid transparent;
	border-left: 0.45em solid #2D627C;
	position: absolute;
	left: -1em;
	top: 0;
	content: '';
}
article.landing h1 {
	display: none;
}

/* BACKGROUND CUSTOMIZING */
	/* 1 */
.fp-slidesContainer .slide[data-anchor=standorte] {
	background: #fff url('../images/background/BUP_Web_HG_Standorte.png'); 
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
} 
.fp-slidesContainer .slide[data-anchor=jobs] {
	background: #fff url('../images/background/BUP_Web_HG_Jobs.png'); 
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
}     
.fp-slidesContainer .slide[data-anchor=leistungen] {
	background: #fff url('../images/background/BUP_Web_HG_Leistungen.png'); 
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
}     
.fp-slidesContainer .slide[data-anchor=strategie] {
	background: #fff url('../images/background/BUP_Web_HG_Strategie.png'); 
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
} 
.fp-slidesContainer .slide[data-anchor=methodik] {
	background: #fff url('../images/background/methodik_360.png');
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
    background-size: auto 100% !important;
	height: 100%;
}
.node-template.layout-pro.contact.onePage-flex-row.fp-section {
	background: #fff url('../images/background/map2.png');/*#868889;*/ 
	/*background-attachment: fixed;*/
	background-size: 100% auto !important;
	background-repeat: no-repeat;
	background-position: top center !important;
}
.node-template.layout-pro {
    background: #fff;
}
/*.node-template.layout-pro.service {
	background: #fff url('../images/background/leistungen.png');
	background-size: 100% auto !important;
	background-repeat: no-repeat;
	background-position: top center !important;
}*/
.fp-slidesContainer .slide[data-anchor=verlag].hausordnung {
	/*background: #244c4b url('../images/background/hausordnung_rahmen.png');  */
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto !important;
} 
.fp-slidesContainer .slide[data-anchor=verlag].hausordnung * {
    /*color: #fff; */
}
/*.node-template.layout-pro.contact.onePage-flex-row.fp-section * {
	color: #fff;
}*/
/*@media (-webkit-min-device-pixel-ratio: 0) {
	.node-template.layout-pro.contact.onePage-flex-row.fp-section {
		background: url('../images/background/map2.png');
		background-attachment: scroll !important;
		background-repeat: no-repeat  !important;
		background-position: top center !important;
	}
	.node-template.layout-pro.service {
		background: url('../images/background/leistungen.png');
		background-attachment: scroll !important;
		background-repeat: no-repeat  !important;
		background-position: top center !important;
	}
} */

.item-list.pagerView.pager-team-view .bx-wrapper .bx-controls-direction a {
	top: 5em !important;
}
.item-list.pagerView.pager-cases-view .bx-wrapper .bx-controls-direction a {
	top: 8em !important;
}
.item-list.pagerView.pager-services-view .bx-wrapper .bx-controls-direction a {
	top: 3em !important;
}
#section0.section.node-template.temp8.fp-section .bx-wrapper .bx-controls-direction .bx-prev {
	left: 1em !important;
}
#section0.section.node-template.temp8.fp-section .bx-wrapper .bx-controls-direction .bx-next {
	right: 1em !important;
}
/* SliderControl */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
    outline: 0px none;
    width: 2em;
    height: 2em;
    text-indent: -9999px;
    z-index: 9;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #313131;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    text-indent: -9999px;
    display: block;
    width: 0.75em;
    height: 0.75em;
    margin: 0 0.25em;
    outline: 0px none;
    border-radius: 0.375em;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-controls-direction .bx-prev {
    left: -1em;
    background: url("../images/magazin/slideLeft.svg") center center no-repeat;
    background-size: 100% 100%;
}
.bx-wrapper .bx-controls-direction .bx-next {
    right: -1em;
    background: url("../images/magazin/slideRight.svg") center center no-repeat;
	background-size: 100% 100%;
}
.bx-controls .bx-pager a.bx-pager-link {
	background-color: #fff;
}
.bx-controls .bx-pager a.bx-pager-link.active {
	background-color: #313131;
}
/* Lightbox - Slideshow */
#slideshow .nav .prev-arrow {
	background: #414042 url('../images/bxPrev.svg') center center no-repeat;
	background-size: 2.2em 2.2em;
	height: 4.063em !important;
	width: 4.063em !important;
	-webkit-border-radius: 8.126em 8.126em 8.126em 8.126em;
	-moz-border-radius: 8.126em 8.126em 8.126em 8.126em;
	border-radius: 8.126em 8.126em 8.126em 8.126em; 
	text-indent: -10000px;
	font-size: 1.0em !important;
}
#slideshow .nav a:hover .prev-arrow {
	background: #2D627C url('../images/bxPrev.svg') center center no-repeat !important;
	background-size: 2.2em 2.2em;
	height: 4.063em !important;
	width: 4.063em !important;
}
#slideshow .nav .next-prev:hover {
    background: #2D627C url('../images/bxPrev.svg') center center no-repeat !important;
    background-size: 2.2em 2.2em;
	height: 4.063em !important;
	width: 4.063em !important;
}

#slideshow .nav .next-arrow {
	background: #414042 url('../images/bxNext.svg') center center no-repeat;
	background-size: 2.2em 2.2em;
	height: 4.063em !important;
	width: 4.063em !important;
	-webkit-border-radius: 8.126em 8.126em 8.126em 8.126em;
	-moz-border-radius: 8.126em 8.126em 8.126em 8.126em;
	border-radius: 8.126em 8.126em 8.126em 8.126em; 
	text-indent: -10000px;
	font-size: 1.0em !important;
}
#slideshow .nav a:hover .next-arrow {
	background: #2D627C url('../images/bxNext.svg') center center no-repeat !important;
	background-size: 2.2em 2.2em;
	height: 4.063em !important;
	width: 4.063em !important;
}
#slideshow .nav .next-arrow:hover {
    background: #2D627C url('../images/bxNext.svg') center center no-repeat !important;
    background-size: 2.2em 2.2em;
	height: 4.063em !important;
	width: 4.063em !important;
}




#section0.fp-section {
	padding: 0 !important;
}
.fp-section {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.0;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	/*padding: 0;*/
}
.fp-section.active {
	opacity: 1.0;
}
.node-template.layout-pro.onePage-flex-row.temp8 > .content {
	padding: 0 !important;
}
.node-template.layout-pro.onePage-flex-row > .content,
.node-template.layout-pro.onePage-flex-row .slide > .content,
article.aggpage.temp17 {
	 padding: 0 2% 0 2%;
	 width: 100%;
	 height: 100%;
	 position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-template.layout-pro.onePage-flex-row .slide > .content:after {
    content: '.';
    height: 1px;
    clear: both;
    visibility: hidden;
}
.node-template.layout-pro.onePage-flex-row > .content,
article.aggpage.temp17 {
	padding-top: 9.563em;
}
.node-template.layout-pro.onePage-flex-row .slide {
	padding-top: 9.563em;
}
.node-template.layout-pro.onePage-flex-row .content .teaser {
	font-size: 120%;
	margin-bottom: 3em;
}
/* TEASERVARIATION  ANFANG 
.contentHeader {
	position: relative;
	width: 100%;
	height: auto;
}
.contentHeader:after {
	content: '.';
	clear: both;
	height: 1px;
	width: 100%;
	visibility: hidden;
}
.contentHeader h2 {
	max-width: 40%;
	float: left;
	position: relative;
}
.contentHeader .teaser {
	max-width: 60%;
	float: left;
	position: relative;
	padding: 0 2% 0 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #868889;
}
.contentHeader .teaser:after {
	content: '.';
	clear: both;
	height: 1px;
	width: 100%;
	visibility: hidden;
}*/
/* TEASERVARIATION  ENDE */
.node-template.layout-pro.onePage-flex-row .content .multiagg,
.node-template.layout-pro.onePage-flex-row .slide .content .multiagg {
    /*margin-top: 3.5em;  */    
                                                           
} 
.fp-section p {
	font-size: 1.125em;
}
/* Multicoloumn */
.fp-section .content .text.mc50 {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.fp-section .content .text.mc50:first-child {
	padding-right: 1%;
}
.fp-section .content .text.mc50:last-child {
	padding-left: 1%;
}
/*.fp-section .content .text.mc50 p {
	font-size: 100%;
} */
.fp-section .content .text.mc50:after {
	clear: left;
	content: '';
}
.fp-section > .content > h2,
.fp-section > .fp-slides .content > h2  {
	font-size: 5.313em;
	color: #1A171B;
	font-weight: 400;
	margin: 0px;
}
/*.fp-section > .fp-slides .content > h2 {
	display: none;
}
.fp-section .content .teaser p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}*/


.tag {
    font-size: 0.875em;
    font-family: "Oswald",sans-serif;
    background: #868889 none repeat scroll 0% 0%;
    display: inline-block;
    padding: 0px 0.125em;
    margin-bottom: 0.125em;
    box-sizing: border-box;
    max-height: 1.75em;
}
.tag.black {
	background: #1A171B;
}
.tag:hover {
	background: #EC6707;
}
.tag a {
	color: #fff;
	text-decoration: none;
}
#pageMid {
    width: 1px;
    height: 1px;
    display: block;
    visibility: hidden;
    left: 50%;
    top: 0;
    position: absolute;
}
/* pagerView - Kunden/Team */
/* -- GENERAL VIEW-SLIDE SETTINGS -- */
.pagerView.pager-clients-view,
.pagerView.pager-team-view,
.pagerView.pager-cases-view,
.pagerView.pager-services-view {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	position: relative;
}
.pagerView.pager-clients-view .bxslider,
.pagerView.pager-team-view .bxslider,
.pagerView.pager-cases-view .bxslider,
.pagerView.pager-services-view .bxslider {
	padding: 0 !important;
}
.item-list.pagerView .bx-wrapper .bx-viewport {
	height: auto !important;
	min-height: auto !important;
	padding-bottom: 1em;
}
.pagerView .pagerViewItem .pagerViewItemWrapper.opacity {
	opacity: 0.3;
}
.pagerView.pager-team-view .pagerViewItem.pos-right figcaption,
.pagerView.pager-clients-view .pagerViewItem.pos-right figcaption,
.pagerView.pager-services-view .pagerViewItem.pos-right figcaption {
    float: right;
}
/* ----------------------- */
/* TEAM INDIVIDUALISIERUNG */
/* ----------------------- */

.pagerView.pager-team-view {
	min-height: 16.25em;
	height: auto !important;
}

.pagerView.pager-team-view:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
}
.pagerView.pager-team-view  .bx-wrapper {
	 z-index: 6;
}
.pagerView.pager-team-view .bxslider li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em 0 0;
    /*min-width: 300px;*/
}
/* ---------------------------- */
/* TEAM INDIVIDUALISIERUNG ENDE */
/* ---------------------------- */


.pagerView.pager-team-view .pagerViewItem {
	/*width: 15.6666%;*/
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin: 0 0.5% 0 0.5%;*/
	float: left;
    z-index: 6;
}
.pagerView.pager-team-view .pagerViewItem {
    width: 100%;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper {
	cursor: pointer;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper {
    height: 13.163em;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper figure {
    width: 9.375em;
	max-height: 13.063em;
	border: 1px solid #C8C8C8;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	/*float: right;   */
	margin: 0 auto;
	max-width: 50%;
	z-index: 50;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper figure:after {
    content: '';
    background: url('../images/pager/showMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    bottom: -0.938em;
    right: -0.938em;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper figure:hover:after {
	content: '';
    background: url('../images/pager/showMore-orange.svg') center center no-repeat;
    background-size: 100% 100%;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper figure.changeIcon:after {
    content: '';
    background: url('../images/pager/hideMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    bottom: -0.938em;
    right: -0.938em;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper figure.changeIcon:hover:after {
	background: url('../images/pager/hideMore-orange.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper figure img {
	width: 100%;
	max-height: 13.063em;
	height: auto;
}
/*.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper h2 {
    text-align: right;
    color: #313131;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.0em;
    padding: 0.5em 0 0.45em 0;
    z-index: 40;
    display: inline-block;
	float: right;
} */
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper h2 {
    /* text-align: right; */
    color: #313131;
    /* background: #fff; */
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.0em;
    /* padding: 0.5em 0 0.45em 0; */
    z-index: 40;
    /* display: inline-block; */
    /* float: left; */
    text-align: center;
    margin: 0 auto;
    display: block;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper h2 span:last-child {
	padding-right: 0.45em;
}
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper h2.pointer {
	display: inline-block;
	position: relative;
	/*float: right;*/
	text-align:center;
	font-weight: bold;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); 
	transform: translateX(-50%); 
}   
.pagerView.pager-team-view .pagerViewItem .pagerViewItemWrapper h2.pointer:after {
	content: "";
	background: #313131;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 11;
}
.pagerView.pager-team-view .pagerViewItem figcaption {
	display: none;
	min-width: 50em;
	height: auto;
}
.pagerView.pager-team-view .pagerViewItem figcaption.pos-left {
    float: left;
}

.pagerView.pager-team-view .pagerViewItem figcaption {
    width: 30em;
    padding-top: 1em;
}
.pagerView.pager-team-view .pagerViewItem figcaption .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    visibility: hidden;
}
.pagerView.pager-team-view .pagerViewItem figcaption h3 {
    color: #313131;
    /*font-size: 1.875em;    */
    font-weight: 400;    
    /*display: inline-block;*/    
    position: relative; 
    margin-bottom: 30px;                        
} 
/*.pagerView.pager-team-view .pagerViewItem figcaption.pos-right h3 {
    text-align: right;
} */
.pagerView.pager-team-view .pagerViewItem figcaption h3:after {
     content: '';
     height: 1px;
     position: absolute;
     width: 100%;
     background: #c4c4c4;
     bottom: -15px;
     left: 0;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-words {
    color: #737373;
    font-style: italic;
} 
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data {
    width: 100%;
    position: relative;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-vita p {
    font-size: 0.875em;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data .contact-phone,
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data .contact-email {
    float: left;
    max-width: 50%;
    margin-right: 1em;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data .tag {
    font-size: 0.875em;
    font-family: "Oswald",sans-serif;
    background: #868889 none repeat scroll 0% 0%;
    display: inline-block;
    padding: 0px 0.125em;
    margin-bottom: 0.125em;
    box-sizing: border-box;
    color: #fff;
    max-height: 1.75em;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data span {
    font-weight: 300;
    color: #acaaaa;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    height: 1.75em;
    padding: 0.375em 0 0 0.25em;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data span a {
    color: #acaaaa;
    text-decoration: none;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data span a:hover {
    text-decoration: underline;
}
.pagerView.pager-team-view .pagerViewItem figcaption .contact-data:after {
    clear: both;
    content: '.';
    display: block;
    height: 1px;
    width: 100%;
    visibility: hidden;
}
/* ----------------------------- */
/* LEISTUNGEN INDIVIDUALISIERUNG */
/* ----------------------------- */

/* ohne Slider ANFANG */
.pagerView.pager-services-view .bxslider li {
	float: left;
	max-width: 16.666%;
	width: 16.666%;
	margin-bottom: 1.5em;
}	
.pagerView.pager-services-view .bxslider li:nth-child(7) {
	clear: left;
}
/* ohne Slider ENDE */
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-design {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/design-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-archiv {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/archiv-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-branding {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/branding-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-digital {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/digital-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-archiv {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/archiv-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-fotografie {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/foto-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-event {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/event-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-ausstellung {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/ausstellung-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-film {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/film-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-publishing {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/publishing-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-public-relations {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/pr-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-kampagne {
	width: 4.875em;
	height: 4.875em;	
	background: url('../images/pager/kampagne-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
/* PuE - Leistungen */                                           
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-konzept {
	width: 4.875em;
	height: 4.875em;
	background: url('../images/pager/konzept-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-management {
	width: 4.875em;
	height: 4.875em;
	background: url('../images/pager/management-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-print {
	width: 4.875em;
	height: 4.875em;
	background: url('../images/pager/print-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-realisierung {
	width: 4.875em;
	height: 4.875em;
	background: url('../images/pager/realisierung-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-verbreitung {
	width: 4.875em;
	height: 4.875em;
	background: url('../images/pager/verbreitung-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
/* HM */
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure#services-verarbeitung {
	width: 4.875em;
	height: 4.875em;
	background: url('../images/pager/verarbeitung-icon.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view {
    max-height: 18.75em;
}
/*.pagerView.pager-services-view .bx-wrapper {
	width: 100% !important;
	max-width: 1500px !important;
} */
.pagerView.pager-services-view .pagerViewItem {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.5% 0 2.5%;
	width: 100%;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper figure {
	position: relative;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper h2 {
    left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    display: inline-block;
    margin-right: 0.5em;
    color: #313131;
    font-weight: 400;
    font-family: "Source Sans Pro",sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    padding: 0.5em 0px;
    position: relative;
}
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper h2.pointer {
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    display: inline-block;
    position: relative;
}   
.pagerView.pager-services-view .pagerViewItem .pagerViewItemWrapper h2.pointer:after {
	content: "";
	background: #313131;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 11;
}
.pagerView.pager-services-view .pagerViewItem figcaption {
	width: 430px;
	/*position: absolute;*/
	border-top: 1px solid #C4C4C4;
	padding-top: 1.25em;
	position: relative;
}
.pagerView.pager-services-view .pagerViewItem figcaption.pos-left {
    float: left;
}
.pagerView.pager-services-view .pagerViewItem figcaption.pos-right {
    float: right;
}
.pagerView.pager-services-view .pagerViewItem figcaption .close {
    background: url('../images/pager/hideMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
}
.pagerView.pager-services-view .pagerViewItem figcaption .close:hover {
	background: url('../images/pager/hideMore-orange.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-services-view .pagerViewItem figcaption .services-description {
    font-weight: 300;
}
.pagerView.pager-services-view .pagerViewItem figcaption .services-link a {
    font-size: 0.875em;
    font-family: "Oswald",sans-serif;
    background: #313131;
    display: inline-block;
    padding: 0px 0.125em;
    margin: 0 0.125em 0.125em 0;
    box-sizing: border-box;
    max-height: 1.75em;
    color: #fff;
    text-decoration: none;
}
/* ---------------------------------- */
/* LEISTUNGEN INDIVIDUALISIERUNG ENDE */
/* ---------------------------------- */

/* -------------------------- */
/* CLIENTS INDIVIDUALISIERUNG */
/* -------------------------- */

/* STYLE, WENN SLIDER DEAKTIVIERT IST 
.pagerView.pager-clients-view ul.bxslider li {
	list-style-type: none;
	
}
.pagerView.pager-clients-view ul.bxslider li {	
	width: 16.666%;
	float: left;
	min-height: 16.5em;
}
.pagerView.pager-clients-view {
    max-height: 18.75em;
}
.pagerView.pager-clients-view .bx-wrapper {
	width: 100% !important;
	max-width: 1500px !important;
}*/
.pagerView.pager-clients-view .pagerViewItem {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.5% 0 2.5%;
	width: 100%;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper figure {
	height: 8.938em;
	width: 8.938em;
	position: relative;
	padding: 1em;
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    /*width: 100%;*/
    border-radius: 50%;
    background: #fff;
	margin: 0;
	border: 1px solid #c8c8c8;
	text-align: center;
	cursor: pointer;
}
.pagerView.pager-clients-view .pagerViewItem.noTag .pagerViewItemWrapper figure:after {
	content: '';
	background: none;
	height: 0;
	width: 0;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper figure:after {
    content: "";
    background: transparent url("../images/pager/showMore.svg") no-repeat scroll center center;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    bottom: 0em;
    right: 0;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper figure:hover:after {
	background: url('../images/pager/showMore-orange.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper figure.changeIcon:after {
    content: '';
    background: url('../images/pager/hideMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    bottom: 0;
    right: 0;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper figure.changeIcon:hover:after {
	background: url('../images/pager/hideMore-orange.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper figure img {
	width: 100%;
	height: auto;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	border-radius: 50%;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper h2 {
    left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    display: inline-block;
    margin-right: 0.5em;
    color: #313131;
    font-weight: 400;
    font-family: "Source Sans Pro",sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    padding: 0.5em 0px;
    position: relative;
    text-align: center;
}
.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper h2.pointer {
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    display: inline-block;
    position: relative;
}   
/*.pagerView.pager-clients-view .pagerViewItem .pagerViewItemWrapper h2.pointer:after {
	content: "";
	background: #313131;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 11;
}*/
.pagerView.pager-clients-view .pagerViewItem figcaption {
	height: 8.938em;
	width: 8.938em;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    /*width: 100%;*/
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
	margin: 0;
	top: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
	position: absolute;   
}
.pagerView.pager-clients-view .pagerViewItem figcaption .close {
    background: url('../images/pager/hideMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
    display: none;
}
.pagerView.pager-clients-view .pagerViewItem figcaption .tax-link {
	margin-top: 2em;
}
.pagerView.pager-clients-view .pagerViewItem figcaption .tax-link .tag {
	background: none;
}
.pagerView.pager-clients-view .pagerViewItem figcaption .tax-link a {
    font-size: 1.1em;
    font-family: "Oswald",sans-serif;
    background: #1A171B;
    display: inline-block;
    padding: 0px 0.125em;
    margin: 0 0.125em 0.125em 0;
    box-sizing: border-box;
    max-height: 1.75em;
    color: #fff;
    text-decoration: none;
}
.pagerView.pager-clients-view .pagerViewItem figcaption .tax-link a:hover {
	background: #EC6707;
} 
.pagerView.pager-clients-view .pagerViewItem figcaption.pos-left {
    float: left;
}
.pagerView.pager-clients-view .pagerViewItem figcaption.pos-right {
    float: right;
}
/* ------------------------ */
/* CASES INDIVIDUALISIERUNG */
/* ------------------------ */
.pagerView.pager-cases-view .bx-wrapper {
	width: 100% !important;
	max-width: 1500px !important;
}
.pagerView.pager-cases-view .pagerViewItem {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.5% 0 2.5%;
	width: 100%;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper {
    width: 100%;
    position: relative;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure {
    max-width: 100%;
    position:relative; 
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure img {
	max-width: 100%;
	height: auto;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure,
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper h2 {
	text-align: center;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper h2 {
    color: #313131;
    font-size: 1.875em;
    font-weight: 400;     
    margin-bottom: 30px;     
    position: relative;           
    left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    display: inline-block;        
    padding: 0 1em 0 1em;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper h2 a {
	color: #313131;
	text-decoration: none;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper h2 a:after {
    content: "";
    background: transparent url("../images/magazin/arrow.svg") no-repeat scroll center center;
	width: 1.063em;
	height: 0.75em;
    position: absolute;
    bottom: 0.25em;
    right: -0.125em;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper h2 a:hover:after {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: url('../images/magazin/arrow.svg') center center no-repeat;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper h2:after {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    background: #c4c4c4;
    bottom: -15px;
    left: 0;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure {
	position: relative;
	cursor: pointer;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure:after {
    content: '';
    background: url('../images/pager/showMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    bottom: 0em; /*-0.938*/
    right: 25%;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure:hover:after {
	background: url('../images/pager/showMore-orange.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure.changeIcon:after {
    content: '';
    background: url('../images/pager/hideMore.svg') center center no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    bottom: 0;
    right: 25%;
}
.pagerView.pager-cases-view .pagerViewItem .pagerViewItemWrapper figure.changeIcon:hover:after {
	background: url('../images/pager/hideMore-orange.svg') center center no-repeat;
	background-size: 100% 100%;
}
.pagerView.pager-cases-view .pagerViewItem figcaption .tax-teaser > p {
	font-weight: 300;
}
.pagerView.pager-cases-view .pagerViewItem figcaption .close {
	display: none;
}
/* ----------------------------- */
/* CASES INDIVIDUALISIERUNG ENDE */
/* ----------------------------- */


/* CASE - OVERVIEW */
article.aggpage.temp17 .multiagg.primary {
	width: 100%;
	position: relative;
	margin-top: 3.5em;
}
article.aggpage.temp17 .multiagg.primary .views-row {
	width: 33.333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.5% 0 2.5%;
	float: left;
	position: relative;
	margin-bottom: 3em;
}
article.aggpage.temp17 .multiagg.primary .views-row:nth-child(3n+1) {
	clear: left;
}
article.aggpage.temp17 .multiagg.primary .views-row figure {
	max-width: 100%;
	position: relative;
	text-align: center;
}
article.aggpage.temp17 .multiagg.primary .views-row figure img {
	max-width: 100%;
	height: auto;
}
article.aggpage.temp17 .multiagg.primary .views-row figure h2 a:after {
    content: "";
    background: transparent url("../images/magazin/arrow.svg") no-repeat scroll center center;
	width: 1.063em;
	height: 0.75em;
    position: absolute;
    bottom: 0.25em;
    right: 0;
}
article.aggpage.temp17 .multiagg.primary .views-row figure h2 a:hover:after {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: url('../images/magazin/arrow.svg') center center no-repeat;
}
article.aggpage.temp17 .multiagg.primary .views-row figure h2 {
    color: #313131;
    font-size: 1.875em;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
	text-align: center;
}
article.aggpage.temp17 .multiagg.primary .views-row figure h2 a {
	color: #313131;
	text-decoration: none;
}
article.aggpage.temp17 .multiagg.primary .views-row figure h2:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    background: #C4C4C4 none repeat scroll 0% 0%;
    bottom: -15px;
    left: 0px;
}
article.aggpage.temp17 .multiagg.primary .views-row figure .topbox-text > p {
	font-weight: 300;
}
/* CASE - DETAILANSICHT */ 
.node-template.main-body article.general-article-single ul li {
	list-style-type: none;
	position: relative;
}
/*.node-template.main-body article.general-article-single ul li:before {
	content: "";
	background: transparent url("../images/magazin/arrow.svg") no-repeat scroll center center;
	width: 1.063em;
	height: 0.75em;
	position: absolute;
	top: 0.25em;
	left: -1.75em;
}*/
.node-template.main-body.case-detail {
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25.625em;
	background: #fff;
	height: auto;
	min-height: 100%;
}
.node-template.main-body.case-detail:after {
	content: '.';
	clear: both;
	height: 1px;
	width: 100%;
	visibility: hidden;
}
.node-template.main-body.case-detail article.general-article-single .section.node-template.layout-pro,
.node-template.main-body.case-detail article.general-article-single .section.node-template.layout-pro > .content {
    padding: 0 !important;
}
#case-background {
	width: 87.5%;
	height: 25.625em;
	position: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.node-template.main-body.case-detail .case-main {
	width: 100%;
	position: relative;
	 padding: 5% 10% 0px 10%; /*5% 15% 0px 15%*/
	 width: 100%;
	 height: 100%;
	 background: #fff;
	 position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #d9d9d9;
}
#fullpage .node-template.main-body.case-detail aside.articleLeft, 
#fullpage aside.articleRight {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fullpage .node-template.main-body.case-detail aside.articleLeft {
    /*width: 21.5%;
    max-width: 21.5%;*/
    width: 15%;
    max-width: 15%;
}
#fullpage .node-template.main-body.case-detail aside.articleLeft .tag {
    float: right;
    margin-left: 0.125em;
}
#fullpage .node-template.main-body.case-detail .caseHeader .tag {
    color: #FFF;
    background: #313131;
    margin-right: 0.125em;
}
#fullpage .node-template.main-body.case-detail .caseHeader .tag a {
	color: #fff !important;
}	
#fullpage .node-template.main-body.case-detail .caseHeader .tag a:hover {
	text-decoration: none !important;
}
/*
#fullpage .node-template.main-body.case-detail .caseHeader .tag {
    font-weight: 300;
    color: #BBB;
    background: none;
}
#fullpage .node-template.main-body.case-detail .caseHeader .tag a {
    font-weight: 300;
    color: #BBB;
    font-family: "Source Sans Pro",sans-serif;
}*/
#fullpage aside.articleRight {
    width: 17.5%;
    max-width: 17.5%;
}
.node-template.main-body.case-detail article.general-article-single {
    width: 70%;/*78.5%;*/
    float: left;
    margin-right: 15%;
    position: relative;
    padding: 0px 1.25em;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-template.main-body.case-detail article.general-article-single .maintext > h2 {
	margin: 0.25em 0 0.25em 0;
}
.node-template.main-body.case-detail h1.bigHeadline {
	font-size: 5.313em;
	font-weight: bold;
	color: #FFF;
	background: #313131;
	display: inline-block;
	padding: 15px 20px;
	line-height: 0.85em;
	position: absolute;
	text-align: center;
	top: 10%; /*20%*/
	left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
}
.node-template.main-body.case-detail #scrollToCase {
    width: 4.188em;
    height: 4.188em;
    background: url('../images/pager/scrollToCase.svg') center center no-repeat;
    position: absolute;
    top: -2.94em;
    left: 50%;
	-ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
	cursor: pointer;
}
/* -- Layout Settings -- */
.node-template.main-body.case-detail .layout-pro.temp1,
.node-template.main-body.case-detail .layout-pro.temp2,
.node-template.main-body.case-detail .layout-pro.temp3,
.node-template.main-body.case-detail .layout-pro.temp5,
.node-template.main-body.case-detail .layout-pro.temp8 {
	width: 100%;
	position: relative;
}
.node-template.main-body.case-detail .layout-pro.temp1  figure a.lb-trigger,
.node-template.main-body.case-detail .layout-pro.temp2  figure a.lb-trigger,
.node-template.main-body.case-detail .layout-pro.temp3  figure.main a.lb-trigger {
	position: relative;
	display: block;
}
.node-template.main-body.case-detail .layout-pro.temp1 figure a.lb-trigger:after,
.node-template.main-body.case-detail .layout-pro.temp2 figure a.lb-trigger:after,
.node-template.main-body.case-detail .layout-pro.temp3 figure.main a.lb-trigger:after {
	content: '';
	background: url('../images/magazin/lbTrigger.svg') center center no-repeat;
	position: absolute;
	bottom: -0.2em;
	right: -0.5em;
	width: 1em;
	height: 1em;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-size: 100% 100%;
}
.node-template.main-body.case-detail .layout-pro figure figcaption p {
	margin: 0.25em 0 0 0;
	color: #acaaaa;
	font-size: 100%;
}
.node-template.main-body.case-detail .layout-pro figure figcaption,
.node-template.main-body.case-detail .layout-pro figure figcaption span.copyright {
	color: #acaaaa;
	font-size: 0.875em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.node-template.main-body.case-detail .layout-pro figure figcaption span.copyright a {
	color: #acaaaa;
	text-decoration: none;
}
.node-template.main-body.case-detail .layout-pro figure figcaption span.copyright a:hover {
	text-decoration: underline;
}
.node-template.main-body.case-detail nav#articleTour {
	width: 100%;
	height: 2.375em;
	position: relative;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 0.625em;
	margin-bottom: 0.625em;
}
.node-template.main-body.case-detail .prevArticle,
.node-template.main-body.case-detail .nextArticle,
.node-template.main-body.case-detail .backToOverview {
	width: 2.375em;
	height: 2.375em;
}
.node-template.main-body.case-detail nav#articleTour .articleSkipper {
	float: right;
	position: relative;
}
.node-template.main-body.case-detail nav#articleTour .backToOverview {
	float: left;
}
.node-template.main-body.case-detail nav#articleTour .articleSkipper .nextArticle,
.node-template.main-body.case-detail nav#articleTour .articleSkipper .prevArticle {
	/*float: right;*/
	margin-left: 0.375em;
}
.node-template.main-body.case-detail footer.articleFooter {
    position: relative;
    width: 100%;
    float: left;
}             
.node-template.main-body.case-detail footer.articleFooter .print-links {
    float: right;
}
.node-template.main-body.case-detail footer.articleFooter .print-links a {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #acaaaa;
    height: 1.75em;
    text-decoration: none;
}
.node-template.main-body.case-detail footer.articleFooter .print-links a:hover {
    text-decoration: underline;
}
.node-template.main-body.case-detail footer.articleFooter .print-links a:before {
    content: '';
    background: url('../images/magazin/print.svg') center center no-repeat;
    width: 1.375em;
    height: 1.25em;
    left: -1.5em;
    top: 0;
    position: absolute;
}
/* -- Layout temp1 -- */
.node-template.main-body.case-detail .layout-pro.temp1 aside,
.node-template.main-body.case-detail .layout-pro.temp1 .article-body {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.node-template.main-body.case-detail .layout-pro.temp1 aside {
	padding-right: 0.625em;
}
.node-template.main-body.case-detail .layout-pro.temp1 .article-body {
	padding-left: 0.625em;
}
.node-template.main-body.case-detail .layout-pro.temp1 .article-body p:first-child {
	margin-top: 0;
}
.node-template.main-body.case-detail .layout-pro.temp1 aside .grid-images figure {
	margin: 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.node-template.main-body.case-detail .layout-pro.temp1 aside .grid-images figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
/* -- Layout temp2 -- */
.node-template.main-body.case-detail .layout-pro.temp2 aside,
.node-template.main-body.case-detail .layout-pro.temp2 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.node-template.main-body.case-detail .layout-pro.temp2 aside .grid-images figure {
	width: 32%;
	float: left;
	margin: 1em 2% 0 0;
}
.node-template.main-body.case-detail .layout-pro.temp2 aside .grid-images figure:first-child,
.node-template.main-body.case-detail .layout-pro.temp2 aside .grid-images figure:nth-child(2),
.node-template.main-body.case-detail .layout-pro.temp2 aside .grid-images figure:nth-child(3) {
	margin-top: 0;
}
.node-template.main-body.case-detail .layout-pro.temp2 aside .grid-images figure:nth-child(3n) {
	margin-right: 0;
}
.node-template.main-body.case-detail .node-template.temp2 figure:nth-child(3n+1) {
	clear: left;
}
.node-template.main-body.case-detail .layout-pro.temp2 aside .grid-images figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
/* -- Layout temp3 -- */
.node-template.main-body.case-detail .layout-pro.temp3 {
	margin-top: 1em;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside,
.node-template.main-body.case-detail .layout-pro.temp3 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .grid-images figure.main {
	margin: 0;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .grid-images figure.main img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .grid-images figure.main figcaption {
	margin-bottom: 1em;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .grid-images figure.grid {
	margin: 0 1em 0 0;
	float: left;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .grid-images figure.grid img {
	/*width: 100%;
	height: auto;*/
	border: 1px solid #c4c4c4;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .bx-wrapper {
	position: relative;
	max-width: 100% !important;
	width: 100% !important;
}
.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper {
	position: relative;
	max-width: 100% !important;
	width: 100% !important;
	margin-top: 1em !important;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .bx-wrapper .bx-controls-direction a,
.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
    width: 2em;
    height: 2em;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .bx-wrapper .bx-controls-direction .bx-prev,
.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-controls-direction .bx-prev {
    left: -1em;
    background: url("../images/magazin/slideLeft.svg") center center no-repeat;
    background-size: 100% 100%;
}
.node-template.main-body.case-detail .layout-pro.temp3 aside .bx-wrapper .bx-controls-direction .bx-next,
.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-controls-direction .bx-next {
    right: -1em;
    background: url("../images/magazin/slideRight.svg") center center no-repeat;
    background-size: 100% 100%;
}
.node-template.main-body.case-detail .layout-pro.temp8 figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0.4em;
    left: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.5em 0.2em 0.5em;
    background: rgba(0,0,0,0.4) !important;
    display: none;
}
.node-template.main-body.case-detail .layout-pro.temp8 figure figcaption span.copyright,
.node-template.main-body.case-detail .layout-pro.temp8 figure figcaption p {  
    color: #fff !important;
}
/* PAGER */

.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-pager .bx-pager-item,
.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-pager.bx-default-pager a {
	background: #313131;
	text-indent: -9999px;
	display: block;
	width: 0.625em;
	height: 0.625em;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0.313em;
	-webkit-border-radius: 0.313em;
	border-radius: 0.313em;
}

.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-pager.bx-default-pager a:hover,
.node-template.main-body.case-detail .layout-pro.temp8 aside .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #BBB;
}
/* -- Layout temp5 -- */
.node-template.main-body.case-detail .layout-pro.temp5 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.node-template.main-body.case-detail .layout-pro .article-body .mc50 {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-template.main-body.case-detail .layout-pro .article-body .mc50:first-child {
	padding-right: 0.625em;
}
.node-template.main-body.case-detail .layout-pro .article-body .mc50:nth-child(2) {
	padding-left: 0.625em;
}
.node-template.main-body.case-detail .layout-pro .article-body .mc50:nth-child(2):after {
	clear: both;
}
/* -- Layout temp8 -- */
.node-template.main-body.case-detail .layout-pro.temp8 aside,
.node-template.main-body.case-detail .layout-pro.temp8 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.node-template.main-body.case-detail .layout-pro.temp8 aside figure {
	margin: 0;
	
}
.node-template.main-body.case-detail .layout-pro.temp8 aside figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
/* =============================================================================
   2.12 Lightbox
   ========================================================================== */

#bottomNav .bottomNavClose {
   top: -20px;
   right: -20px;
   background-color: white;
}
/* Custom */
#custom-lightbox {
	background: rgba(0,0,0,0.65);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#custom-lightbox .bu, #custom-lightbox .data-sheet {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 90%;
	text-align: left;
}
#custom-lightbox div.data-sheet,
#custom-lightbox p {
	font-size: 15px;
	background: rgba(0, 0, 0, .5);
	border-radius: 7px;
	padding: .5em .5em .25em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#custom-lightbox p.close {
	position: fixed;
	z-index: 999;
	cursor: pointer;
	right: 10px;
	top: 10px;
	text-align: right;
	margin-right: 20px;
	font-size: 20px;
}
#slideshow {
	position: relative;
	z-index: 300;
	text-align: center;
	width: 95%;
	height: 95%;
	margin: 10px auto;
	padding: 0px;
	background-color: transparent;
}
#slideshow img,
#slideshow iframe {
	position: absolute;
	top: 5%;
	left: 0px;
	right: 0px;
	bottom: 10%;
	text-align: center;
	max-width: 90%;
	max-height: 80%;
	margin: auto;
}
#slideshow.team-container img {
	left: 50%;
	right: 0px;
}
.nav {
	z-index: 999;
}
.prev-arrow, .next-arrow {
    text-indent: -999999px;
	position: absolute;
	font-size: 4em;
	top: 50%;
	z-index: 999;
	cursor: pointer;
	padding: .5em .5em;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
}
.prev-arrow {
	left: 10px;
	background: url("../images/magazin/slideLeft.svg") center center no-repeat;
}
.next-arrow {
	right: 10px;
	background: url("../images/magazin/slideRight.svg") center center no-repeat;
}
/* EDIT - 20150216-jh - Link flächig über Screen 50/50 */
#slideshow .nav {
	width: 100%;
	height: 100%;
}
#slideshow a.slide-nav {
	width: 40%;
	height: 100%;
	float: left;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#slideshow a.slide-nav.next {
	margin-left: 10%;
}
#slideshow a.slide-nav.next .next-arrow,
.next-arrow {
	background: url("../images/magazin/slideRight.svg") center center no-repeat !important;
}
#slideshow a.slide-nav.prev .prev-arrow,
.prev-arrow {
	background: url("../images/magazin/slideLeft.svg") center center no-repeat !important;
}
#slideshow a.slide-nav.next:hover .next-arrow,
.next-arrow:hover {
	background: url("../images/magazin/slideRight.svg") center center no-repeat !important;
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
#slideshow a.slide-nav.prev {
	margin-right: 10%;
}
#slideshow a.slide-nav.prev:hover .prev-arrow,
.next-arrow:hover {
	background: url("../images/magazin/slideLeft.svg") center center no-repeat !important;
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
/* ------------- */
/* View Topboxen */
/* ------------- */ 
.view-block-topboxen .views-row {
	
}
.view-block-topboxen .views-row {
	width: 32%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin: 0em 2% 0 0;
}
.view-block-topboxen .views-row:nth-child(3n),
.view-block-topboxen .views-row:nth-child(6n) {
	margin-right: 0 !important;
}
.view-block-topboxen .views-row:nth-child(3n+1),
.view-block-topboxen .views-row:nth-child(6n+1) {
	clear: left;
}
/*
.view-block-topboxen .views-row:nth-child(4n),
.view-block-topboxen .views-row:nth-child(5n) {
	width: 49%;
	float: left !important;
} */

.view-block-topboxen .topbox .topbox-text h2 {
    color: #313131;
    font-size: 1.875em;
    font-weight: 400;     
    margin-bottom: 30px;    
    margin-top: 0; 
    position: relative;           

}
.view-block-topboxen .topbox .topbox-text h2:after {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    background: #c4c4c4;
    bottom: -15px;
    left: 0;
}



/* -- Layout Settings -- */
.layout-pro.temp1,
.layout-pro.temp2,
.layout-pro.temp3,
.layout-pro.temp5,
.layout-pro.temp8 {
	width: 100%;
	position: relative;
}
.layout-pro.temp1  figure a.lb-trigger,
.layout-pro.temp2  figure a.lb-trigger,
.layout-pro.temp3  figure.main a.lb-trigger {
	position: relative;
	display: block;
}
.layout-pro.temp1 figure a.lb-trigger:after,
.layout-pro.temp2 figure a.lb-trigger:after,
.layout-pro.temp3 figure.main a.lb-trigger:after {
	content: '';
	background: url('../images/magazin/lbTrigger.svg') center center no-repeat;
	position: absolute;
	bottom: -0.2em;
	right: -0.5em;
	width: 1em;
	height: 1em;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% 100%;
}
.layout-pro figure figcaption p {
	margin: 0.25em 0 0 0;
	color: #bbbbbb;
	/*font-size: 100%;*/
}
.layout-pro figure figcaption,
.layout-pro figure figcaption span.copyright {
	color: #bbbbbb;
	font-size: 0.875em;
	/*font-family: 'Lato', sans-serif;
	font-weight: 300;*/
}
.layout-pro figure figcaption span.copyright a {
	color: #bbbbbb;
	text-decoration: none;
}
.layout-pro figure figcaption span.copyright a:hover {
	text-decoration: underline;
}
/* -- Layout temp1 -- */
.layout-pro.temp1 aside,
.layout-pro.temp1 .article-body {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.layout-pro.temp1 aside {
	padding-right: 0.625em;
}
.layout-pro.temp1 .article-body {
	padding-left: 0.625em;
}
.layout-pro.temp1 .article-body p:first-child {
	margin-top: 0;
}
.layout-pro.temp1 aside .grid-images figure {
	margin: 0;
	width: 100%;
	position: relative;
	/*border-bottom: 1px solid #DEDEDE;  */
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.layout-pro.temp1 aside .grid-images figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
/* -- Layout temp2 -- */
.layout-pro.temp2 aside,
.layout-pro.temp2 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.layout-pro.temp2 aside .grid-images figure {
	width: 32%;
	float: left;
	margin: 1em 2% 0 0;
}
.layout-pro.temp2 aside .grid-images figure:first-child,
.layout-pro.temp2 aside .grid-images figure:nth-child(2),
.layout-pro.temp2 aside .grid-images figure:nth-child(3) {
	margin-top: 0;
}
.layout-pro.temp2 aside .grid-images figure:nth-child(3n) {
	margin-right: 0;
}
.node-template.temp2 figure:nth-child(3n+1) {
	clear: left;
}
.layout-pro.temp2 aside .grid-images figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
/* -- Layout temp3 -- */
.layout-pro.temp3 aside,
.layout-pro.temp3 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.layout-pro.temp3 aside .grid-images figure.main {
	margin: 0;
}
.layout-pro.temp3 aside .grid-images figure.main img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
.layout-pro.temp3 aside .grid-images figure.grid {
	margin: 0 1em 0 0;
	
}
.layout-pro.temp3 aside .grid-images figure.grid img {
	/*width: 100%;
	height: auto;*/
	border: 1px solid #c4c4c4;
}
.layout-pro.temp3 aside .bx-wrapper,
.layout-pro.temp8 aside .bx-wrapper {
	position: relative;
	max-width: 100% !important;
	width: 100% !important;
	margin-top: 1em !important;
}
.layout-pro.temp3 aside .bx-wrapper .bx-controls-direction a,
.layout-pro.temp8 aside .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
    width: 2em;
    height: 2em;
}
.layout-pro.temp3 aside .bx-wrapper .bx-controls-direction .bx-prev,
.layout-pro.temp8 aside .bx-wrapper .bx-controls-direction .bx-prev {
    left: -1em;
    background: url("../images/magazin/slideLeft.svg") center center no-repeat;
    background-size: 100% 100%;
}
.layout-pro.temp3 aside .bx-wrapper .bx-controls-direction .bx-next,
.layout-pro.temp8 aside .bx-wrapper .bx-controls-direction .bx-next {
    right: -1em;
    background: url("../images/magazin/slideRight.svg") center center no-repeat;
    background-size: 100% 100%;
}
/* PAGER */

.layout-pro.temp8 aside .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.layout-pro.temp8 aside .bx-wrapper .bx-pager .bx-pager-item,
.layout-pro.temp8 aside .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.layout-pro.temp8 aside .bx-wrapper .bx-pager.bx-default-pager a {
	background: #313131;
	text-indent: -9999px;
	display: block;
	width: 0.625em;
	height: 0.625em;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0.313em;
	-webkit-border-radius: 0.313em;
	border-radius: 0.313em;
}

.layout-pro.temp8 aside .bx-wrapper .bx-pager.bx-default-pager a:hover,
.layout-pro.temp8 aside .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #BBB;
}
/* -- Layout temp5 -- */
.layout-pro.temp5 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.layout-pro .article-body .mc50 {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.layout-pro .article-body .mc50:first-child {
	padding-right: 0.625em;
}
.layout-pro .article-body .mc50:nth-child(2) {
	padding-left: 0.625em;
}
.layout-pro .article-body .mc50:nth-child(2):after {
	clear: both;
}
/* -- Layout temp8 -- */
.layout-pro.temp8 aside,
.layout-pro.temp8 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.layout-pro.temp8 aside figure {
	margin: 0;
	
}
.layout-pro.temp8 aside figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
/* -- Layout Standorte -- */
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside,
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 .article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure {
	margin: 0;
	float: left;
	position: relative;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure.main {
	width: 15%; /*20%;*/
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure.grid {
	width: 15%;
	/*padding-top: 1.25em;*/
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure img {
	width: 100%;
	height: auto;
	border: 1px solid #c4c4c4;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure {
	margin: 0 1% 0 0;
	
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure:nth-child(4n){
	margin-right: 0;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure:nth-child(3n+1) {
	clear: none !important;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figure img {
	
	border: 1px solid #c4c4c4;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption {
	
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption h2 {
    color: #313131;
    font-size: 1.875em;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 0px
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption h2:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    background: #C4C4C4 none repeat scroll 0% 0%;
    bottom: -15px;
    left: 0px;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption span.copyright {
	display: none;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption > p {
	margin-top: 0;
	color: #1A171B !important;
} 
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption a {
  	color: #ACAAAA;
    text-decoration: none;
    font-family: "Lato",sans-serif;
    font-weight: 300;
}
.slide.fp-slide[data-anchor=standorte].layout-pro.temp2 aside .grid-images figcaption a:hover {
  	text-decoration: underline;
}
/* CONTACT SECTION */
#contactSection h2,
.article-body h2  {
	display: inline-block;
}
#contactSection h2:after,
.article-body h2:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    background: #1A171B none repeat scroll 0% 0%;
    bottom: -15px;
    left: 0px;
}
#contactSection.article-body {
	
}
#contactSection.article-body {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#contactSection.article-body .text.mc30 {
	width: 32%;
	float: left;
	margin: 1em 2% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contactSection.article-body .grid-images figure:first-child,
#contactSection.article-body .grid-images figure:nth-child(2),
#contactSection.article-body .grid-images figure:nth-child(3) {
	margin-top: 0;
}
#contactSection.article-body .text.mc30:nth-child(3n) {
	margin-right: 0;
}
#contactSection.article-body .text.mc30:nth-child(3n+1) {
	clear: left;
}
.article-body a,
.node-template.main-body.case-detail article.general-article-single a {
    color: #ACAAAA;
    text-decoration: none;
    font-weight: 300;
}
.article-body a:hover,
.node-template.main-body.case-detail article.general-article-single a:hover {
	text-decoration: underline;
}
#-kontakt-pro-form {
    padding: 0 !important;	
}
#-kontakt-pro-form .form-item {
	height: 2.375em;
	width: 100%;
	position: relative;
}
#-kontakt-pro-form  #edit-nl-get-wrapper {
	margin-top: 0;	
}
#-kontakt-pro-form  #edit-nl-get-wrapper:after {
	width: 4em;
	height: 4em;
	background: url('../images/pager/cta_NL_abo.svg') center center no-repeat;
	background-size: 100% 100%;
	content: '';
	position: absolute;
	right: -1.5em;
	bottom: -0.5em;
}
#-kontakt-pro-form .form-item#edit-nl-topic-wrapper {
	visibility: hidden;!important;	
	display: none;
}
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper,
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper .resizable-textarea {
	width: 100%;
	position: relative;
}
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper:after {
	content: '.';
	height: 1px;
	width: 100%;
	clear: both;
	visibility: hidden;
}
#-kontakt-pro-form .form-item input {
	float: left;
	height: 2.375em;
}
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper {
	height: 5em;
}
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper .resizable-textarea span textarea,
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper .resizable-textarea span textarea:focus {
	box-shadow: 0 !important;
}
.resizable-textarea .grippie { 
	display: none;
}
#-kontakt-pro-form .form-item input.form-text {
	width: 100%;
	height: 2.375em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dedede;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ACAAAA;
	padding: 0.625em;
	font-style: italic;
	font-weight: 300;
	font-size: 1.125em;
}
#-kontakt-pro-form .form-item input.form-text:focus,
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper .resizable-textarea span textarea:focus {
	border: 1px solid #EC6707;
	font-style: normal;
	color: #313131;
}
#-kontakt-pro-form .form-item#edit-kontakt-text-wrapper .resizable-textarea span textarea {
	width: 100%;
	height: 5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dedede;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ACAAAA;
	padding: 0.625em;
	font-style: italic;
	font-weight: 300;
	margin-top: 0.85em;
}
#-kontakt-pro-form #edit-submit {
    width: 20%;
    background: #313131 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 1.12em;
    font-family: "Oswald",sans-serif;
    cursor: pointer;
    border: medium none;
    height: 2.375em;
    margin-top: 0.85em;
    float: right;
}
#-kontakt-pro-form #edit-submit:hover {
	background: #EC6707;
}
#-kontakt-pro-form label.option,
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper .description {
    color: #737373;
    position: relative;
    font-style: italic;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper .description p {
	margin: 0 !important;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper .description:before {
	clear: both;
	content: '.';
	width: 100%;
	height: 1px;
	visibility: hidden;
}
#-kontakt-pro-form .captcha {
	width: 77.5%;
	position: relative;
	float: left;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper {
	width: 100%;
	padding: 0;
	height: auto !important;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper:after {
	clear: both;
	content: '';
	width: 100%;
	height: 1px;
	visibility: hidden;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper label {
	display: none;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper span.field-prefix {
	width: 20%;
	float: left;
	height: 2.675em;
	background: #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
	padding: 0.85em 0.55em;
	position: relative;
}
#-kontakt-pro-form .captcha #edit-captcha-response-wrapper #edit-captcha-response {
	width: 80%;
	float: left;
	position: relative;
	z-index: 20;
}
#-kontakt-pro-form #edit-kontakt-daten-wrapper {
	margin: 0;
}
/* Kontakt - Daten */
ul.contactIcon {
	padding: 0;
	margin: 0 0 0 2em;
	list-style-type: none;
}
ul.contactIcon li {
	list-style-type: none;
	position: relative;
}
#contact-phone:before {
	content: '';
	position: absolute;
	left: -1.8em;
	background: url('../images/pager/phone-icon.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 100%;
}
#contact-phone:hover:before {
	content: '';
	position: absolute;
	left: -1.8em;
	background: url('../images/pager/phone-icon-orange.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 100%;
}
#contact-mail:before {
	content: '';
	position: absolute;
	left: -1.8em;
	background: url('../images/pager/mail-icon.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 100%;
}
#contact-mail:hover:before {
	content: '';
	position: absolute;
	left: -1.8em;
	background: url('../images/pager/mail-icon-orange.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 100%;
}
#contact-fax:before {
	content: '';
	position: absolute;
	left: -1.8em;
	background: url('../images/pager/fax-icon.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 100%;
}
#contact-fax:hover:before {
	content: '';
	position: absolute;
	left: -1.8em;
	background: url('../images/pager/fax-icon-orange.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 100% 100%;
}
#standorte-anchor {
	color: #1a171b;
	font-size: 1.125em;
	margin-top: 1.5em;	
}
#standorte-anchor a {
	color: #1a171b;
	font-weight: normal;
}
#standorte-anchor:before {
	content: '';
	position: absolute;
	left: -1.7em;
	background: url('../images/pager/standorte-icon.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	background-size: 80% 80%;
	top: -0.125em;
}
#standorte-anchor:hover:before {
	content: '';
	position: absolute;
	left: -1.7em;
	background: url('../images/pager/standorte-icon-hover.svg') center center no-repeat;
	width: 1.5em;
	height: 1.5em;
	top: -0.125em;
	background-size: 80% 80%;
}
/* Kontakt - Map */
#contactSection .text.mc30 #map .mapWrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1em;
}
#contactSection .text.mc30 #map .mapWrapper img {
	border: 1px solid #DEDEDE;
	max-width: 100%;
    height: auto;
}
/* jobs */
.node-template.layout-pro[data-anchor=jobs] ul li {
	position: relative;
	margin-left: 5em;
	list-style-type: none;
}
.node-template.layout-pro[data-anchor=jobs] ul li h2 a {
	position: relative;
	color: #313131;
	font-weight: 400;
}
.node-template.layout-pro[data-anchor=jobs] ul li h2 a:after {
    content: "";
    background: transparent url("../images/magazin/arrow.svg") no-repeat scroll center center;
    width: 1.063em;
    height: 0.75em;
    position: absolute;
    bottom: 0.25em;
    right: -1.125em;
}
.node-template.layout-pro[data-anchor=jobs] ul li h2 a:hover {
	text-decoration: none;
}
.node-template.layout-pro[data-anchor=jobs] ul li h2 a:hover:after {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: url('../images/magazin/arrow.svg') center center no-repeat;
}
.node-template.layout-pro[data-anchor=jobs] ul li#job-mediengestalter:before  {
	width: 4em;
	height: 4em;	
	background: url('../images/pager/foto-icon.svg') center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: '';
	top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	left: -5em;
}
.node-template.layout-pro[data-anchor=jobs] ul li#job-praktikum:before  {
	width: 4em;
	height: 4em;	
	background: url('../images/pager/design-icon.svg') center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: '';
	top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	left: -5em;
}
.node-template.layout-pro[data-anchor=jobs] ul li#job-berater-hm:before,
.node-template.layout-pro[data-anchor=jobs] ul li#job-volontaer-hm:before {
	width: 4em;
	height: 4em;	
	background: url('../images/pager/archiv-icon.svg') center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: '';
	top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	left: -5em;
}
.node-template.layout-pro[data-anchor=jobs] ul li#job-volontaer-pr:before {
	width: 4em;
	height: 4em;	
	background: url('../images/pager/pr-icon.svg') center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: '';
	top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	left: -5em;
}
/* SYSTEM */
#showDrupal {
	background: #272727;
	width: 100%;
	height: 4em;
	top: -4em;
	left: 0;
	position: fixed;
	z-index: 5555;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	opacity: 0.3;
}
#showDrupal:after {
	content: 'show drupal menu';
	background: #272727;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -2.25em;
	height: 2.25em;
	width: 10em;
	left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	cursor:pointer;
}
#showDrupal:hover,
#showDrupal.visibledrupal {
	opacity: 1.0;
}
#showDrupal.visibledrupal:after {
	content: 'hide drupal menu';
	background: #272727;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -2.25em;
	height: 2.25em;
	width: 10em;
	left: 50%;
	left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	cursor:pointer;
}
#showDrupal .tabs-wrapper {
	width: 100%;
	position: relative;
}
#showDrupal .tabs-wrapper ul.primary {
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
    display: inline-block;
    position: absolute;
}