/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE.
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left {
	text-align: left;
}
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
	text-align: center;
}
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
	text-align: right;
}
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
	text-align: justify;
}
/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
}
a.external-link-new-window {
}
a.internal-link {
}
a.internal-link-new-window {
}
a.download {
}
a.mail {
}
/* Default selector for indentation.*/
div.indent {
	margin-left: 2em;
}
/* Benutzerdefinierte Style */

html {
	font-size: 16px;
}
body {
	font-family: FFMarselisWebLight;
	background-color: #F4F4F4;
	background: url(../Resources/Images/bg_ddm.jpg) no-repeat center center fixed #F4F4F4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #333;
}

h1,h2,h3,h4,h5,h6,.fauxHeadline,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: FFMarselisSlabWeb;
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 50px 0 20px 0;
	word-wrap: break-word;
}
.header-class1, .header-class2 {
	font-family: FFMarselisWebBold;
	font-size: 1rem;
	line-height:  1.5rem;
	text-transform: uppercase;
	color: white;
	background-color: #4f4f4f;
	display: inline-block;
	padding: 3px 10px 0 10px;
	margin-bottom: 20px;
}
.header-class2 {
	font-family: FFMarselisWebBold;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.kleiner {
	font-size: .9em;
}
.groesser-125 {
	font-size: 1.25em;
}
.groesser-150 {
	font-size: 1.5em;
}
.gridelement {
	padding-bottom: 1em;
}
hr {
	border: 0px;
	border-bottom: 1px solid #CCC;
	clear: both;
	margin: 16px 0px 18px;
	height: 0px;
}
hr.top {border-bottom-color: #9a9a9a}
hr.bottom {border-bottom-color: #d7d7d7}
/* Chrome autofill entfernen */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f8fa inset !important;
}

/* Navigation Pipelist */
.servicenavigation {
	position: relative;
	z-index: 99;
	padding-right: 10px;
}
.servicenavigation ul {
	text-align: right;
	display: inline-block;
	float: right;
	padding-left: 40px;
}
.topmenue a {
	text-decoration: none;
	color: #737373;
	text-transform: uppercase;
	font-family: FFMarselisWebBold;
}
.topmenue a:hover,
.topmenue a:focus {
	color: #B1CB08;
}
::-moz-selection { background: #B1CB08; color: #fff; text-shadow: none; }
::selection { background: #B1CB08; color: #fff; text-shadow: none; }
.topmenue li {
	display: inline;
	color: #737373;
	padding: 0 10px;
}
.topmenue li:last-child {
	padding-right: 0;
}
.languagemenu li:first-child {
	border-right: 1px solid rgba(79, 79, 79, .2)
}
.languagemenu a.active {font-family: FFMarselisWebLight;}
/* Navigation Pipelist Ende */

.nav > li > a {
	margin: 10px 13px;
}
div[role="main"] .anchor-link, #breadcrumb .breadcrumb-list {
	padding: 22px 0 19px 0;
	border-bottom: 1px solid #8d8c8d;
}

div[role="main"] .anchor-link a {
	border-bottom: 0 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: FFMarselisWebBold;
	color: #f39b33;
	display: block;
	line-height: 24px;
	position: relative;
	padding-right: 25px;
}
div[role="main"] .anchor-link a:after {
	font-family: 'icomoon' !important;
	content: "\e904";
	background-color: #c3c2c3;
	text-align: center;
	border-radius: 100px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	margin-right: .3em;
	color: #353335 !important;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 0;
	right: 0;
}
/*
div[role="main"] {
	margin-bottom: 3em;
}*/
div[role="main"] a {
	color: #333;
	border-bottom: 1px solid #B1CD08;
}
div[role="main"] a:hover,
div[role="main"] a:focus {
	text-decoration: none;
	border-bottom: 1px solid #f39b33;
}
.maincontent ul, .maincontent ol {
	margin-left: 2em;
}
.maincontent ul {
	padding-left: 0;
	margin-left: 0;
}
.maincontent ul li {
	list-style: none;
	padding-left: 10px;
}
.maincontent ul li>:not(a):before {content: '- ';margin-left: -10px;padding-right: 0;}
.maincontent ol li {
	list-style-type: decimal;
}
.page-footer {
	padding: 35px 0;
	color: rgba(255,255,255,.7);
	background: #727072;
	line-height: 1.4rem;
	font-size: 1rem;
	border-top: 3px solid white;
}
.page-footer a {
	color: rgba(255,255,255,.7);
}
footer.pagefooter {
	color: #000;
	border-top: 3px solid #FFF;
	background: #D9D9D9;
	border-bottom: 10px solid #B1CB08;
	margin-top: 100px;
}
footer.pagefooter-design {
	background: #737373;
	color: #FFF;
	padding: 2em 0 1.4em 0;
	border-top: 3px solid #FFF;
	}
footer.pagefooter-design p {
	padding-left: 37px;
	}
footer.pagefooter-design a {
	color: #FFF;
	}

footer.pagefooter-balken {
	background: #B1CB08;
	height: 11px;
	}
.footer-logo {
	margin-bottom: 68px;
}
.footer-service {
	padding: 40px 20px;
	border-top: 3px solid #fff;
	background-color: #c8c8c8;
}
.footer-adressen {
	padding: 60px 20px;
	background: #eaeaea; /* Old browsers */
	/*background: -moz-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(217,217,217,1)), to(rgba(244,244,244,1)));
	background: -o-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f4f4f4',GradientType=1 ); */
}
/*.footer-adressen p {
	line-height: .8em;
}*/
.footer-verwaltung a{
	color: #333;
	text-decoration: underline;
	word-break: break-all;
	}
.footer-verwaltung a:hover{
	color: #333;
	text-decoration: none;
}
.social-media a, .footernav a {
	color: #333;
	text-decoration: none;
}
.footernav a:before {
	font-family: 'icomoon' !important;
	content: "\e904";
	float: left;
	margin-right: .3em;
	color: #4f4f4f !important;
}
.social-media a:hover, .footernav a:hover {
	color: #B1CB08;
	text-decoration: underline;
}
.footernav a:hover:before {
	color: #B1CB08 !important;
}
.social-media ul, .footernav ul {
	padding: 0;
	margin: 0;
}
.social-media li, .footernav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-media {
	margin-bottom: 13px;
}
.sm-kreis{
	background-color: #B1CB08;
    text-align: center;
    border-radius: 100px;
	width: 24px;
	float: left;
	margin-right: .3em;
	margin-top: -.2em;
	}
.icon-arr_r::before :hover {
	color: #F00;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;

	color: #444;
	text-shadow: none;
	/*
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
.fancybox-opened {
	z-index: 8030;
}
/*
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
/*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../Resources/Images/fancybox_sprite.png);
}
*/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../Resources/Images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	right: -70px;
	top: 0;
	cursor: pointer;
	z-index: 8040;
	color: transparent !important;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../Resources/Images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: -90px;;
}
.fancybox-next span,
.fancybox-prev span {background: none}
.fancybox-next span:before,
.fancybox-prev span:before {
	font-family: 'icomoon' !important;
	content: "\e904";
	background-color: #B1CB08;
	text-align: center;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: .5em;
	color: #4f4f4f !important;
	font-size: 36px;
	border: 1px solid #4f4f4f;
	transition: background-color 0.5s ease;
	line-height: 38px;
}
.fancybox-close:before {
	font-family: 'icomoon' !important;
	content: "\e901";
	color: #c3c2c3;
	font-size: 26px;
	text-shadow: none;
}
.fancybox-prev span:before {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fancybox-next {
	right: -90px;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;*/
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: visible !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	/*background: url(../Resources/Images/fancybox_overlay.png);*/
	background: rgba(51,51,51,.8);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	margin-bottom: -35px;
	z-index: 8050;
	border-top: 10px solid #B1CB08;
	width: 100%;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	padding: 10px;
	background: white;
	color: black;
	font-weight: normal;
	width: 100%;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* Thumbnail Helper */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {bottom: 20px;}
#fancybox-thumbs.top {top: 20px;}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 0 5px;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: none;
	background: white;
	outline: none;
}
#fancybox-thumbs ul li.active a {background-color: #B1CB08;}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../Resources/Images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../Resources/Images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
section.fsc-green > .container > .row > .col-lg-14 > div {
	background-color: #B1CB08;
	padding: 16px 15px;
}
section.fsc-green p{
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1200px) {
	.fancybox-prev {left: -30px;}
	.fancybox-next {right: -25px;}
	.fancybox-close {right: 5px;}
	.fancybox-close:before {color: #fff;text-shadow: 0px 0px 5px #000;}
}

/* Mobil */
.fsc-ce.space-after {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}
.fsc-ce.space-before {
	margin-top: 100px;
	margin-top: 6.25rem;
}
.totop {
	width: 48px;
	height: 48px;
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}
.totop.fancybox-margin {display: none !important;}
.totop a {
	text-indent: -99999px;
	display: block;
	width: 48px;
	height: 48px;
}
.totop a:before {
	font-family: 'icomoon' !important;
	content: "\e904";
	font-size: 3rem;
	background-color: #B1CB08;
	border-radius: 100px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-indent: 0;
	text-align: center;
	color: #4f4f4f !important;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.tx-tdcontent-header-plate .image {
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #b3b3b3;
}

.tx-tdcontent-header-plate .image:hover .inset-border {
	bottom: 0;
}
.tx-tdcontent-header-plate .image:hover .bildtext {
	bottom: 30px;
}
.tx-tdcontent-header-plate .inset-border {
	height: 10px;
	position: absolute;
	background-color: #b1cb08;
	bottom: -10px;
	z-index: 99;
	width: 100%;
	-webkit-transition-property: top, bottom;
	-webkit-transition-duration: 0.5s;
	transition-property: top, bottom;
	transition-duration: 0.5s;
}
.bildtext {
	font-size:5vw;
	line-height: 5vw;
	position: absolute;
	bottom: 30px;
	left: 20px;
	-webkit-transition-property: top, bottom;
	-webkit-transition-duration: 0.5s;
	transition-property: top, bottom;
	transition-duration: 0.5s;
}
.tx-tdcontent-sponsor-person .textcontainer .bildtext {
	position: static;
	margin-bottom: 10px;
	margin-top: 15px;
}
.tx-tdcontent-sponsor-person .contactperson img {
	border: 3px solid #d9d9d9;
	border-radius: 120px;
	margin-bottom: 20px;
}
.tx-tdcontent-header-plate .link-indicator:before {
	font-family: 'icomoon' !important;
	content: "\e904";
	background-color: #B1CB08;
	text-align: center;
	border-radius: 100px;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 20px;
	color: #4f4f4f !important;
	font-size: .9em;
	border: 1px solid #B1CB08;
	transition: background-color 0.5s ease;
	position: absolute;
	right: -45px;
	top: 50%;
	-webkit-transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-property: right;
	transition-duration: 0.5s;
}
.tx-tdcontent-header-plate .image:hover .link-indicator:before {
	right: 0;
}
.tx-tdcontent-sponsor-company {
	border-top: 3px solid #b3b3b3;
	border-bottom: 3px solid #b3b3b3;
}
div[role="main"] .tx-tdcontent-sponsor-company a{
	border-bottom: none;
	text-decoration: none;
}
.bildtext span:empty {
	display: none;
}
.bildtext span {
	font-family: FFMarselisSlabWeb;
	font-weight: normal;
	font-style: normal;
	background: #F39B33;
	display: table;
	padding: .15em .25em 0em .25em;
	text-transform: uppercase;
	color: #333;
}
.btn-text,
.btn-text-green,
.btn-minilink,
.btn-jumplink {
	border: none !important;
	font-family: FFMarselisWebBold;
	border-radius: 30px;
	padding: 5px 12px;
	transition: background-color 0.5s ease;
	font-size: 1.25rem;
}
.btn-text,
.btn-text-green {
	position: relative;
	padding: 10px 47px;
	white-space: normal;
	text-align: left;
	line-height: 24px;
}
.btn-text-green {
	background-color: #b1cd08;
}
.btn-minilink,
.btn-jumplink {
	font-size: 0.875rem;
	line-height: 1.125rem;
	text-transform: uppercase;
	padding: 0;
}
.btn-minilink {
	white-space: inherit;
	text-align: left;
	position: relative;
	padding-left: 25px;
}
.btn-jumplink {
	text-transform: none;
}
.btn-text:hover,
.btn-text-green:hover{
	background-color: #b1cd08;
}

.btn-text:active,
.btn-text:active,
.btn-minilink:active,
.btn-jumplink:active{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-text:before,
.btn-text-green:before,
.btn-minilink:before,
.btn-jumplink:before,
.multi_purpose a.fancybox:before {
	font-family: 'icomoon' !important;
	content: "\e904";
	background-color: #B1CB08;
	text-align: center;
	border-radius: 100px;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: .5em;
	color: #4f4f4f !important;
	font-size: .9em;
	border: 1px solid #B1CB08;
	transition: background-color 0.5s ease;
	line-height: 22px;
}
.btn-text-green:before,
.btn-text:before,
.btn-text-green:before{
	position: absolute;
	top: 10px;
	left: 12px;
	margin: 0;
	float: none;
	width: 22px;
	height: 22px;
	line-height: 20px;
}
.btn-text-green:before {
	background-color: white;
}
.btn-jumplink:before {
	background-color: #c3c2c3;
	width: 19px;
	height: 19px;
	line-height: 19px;
	color: #353335 !important;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.tx-tdcontent-sponsor-person .header-class1,
.tx-tdcontent-newsletter-register .header-class1{
	margin-bottom: 10px;
}
.tx-tdcontent-sponsor-person .btn-text,
.tx-tdcontent-newsletter-register .btn-text,
.news-list-view .btn-text,
.powermail_submit {
	background-color: #b1cd08;
	position: relative;
	white-space: normal;
	text-align: left;
	padding: 10px 47px;
	line-height: 24px;
}
.news-list-view .article.hover .btn-text,
.news-list-view .article:hover .btn-text{
	background-color: #fff;
}
.news-list-view .article.hover .btn-text:before,
.news-list-view .article:hover .btn-text:before{
	background-color: #B1CB08;
}
.tx-tdcontent-sponsor-person .btn-text:before,
.tx-tdcontent-newsletter-register .btn-text:before,
.news-list-view .btn-text:before{
	background-color: #fff;
	text-align: center;
	float: none;
	width: 22px;
	height: 22px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	left: 12px;
}
#breadcrumblabel {display: none;}
.tx-tdcontent-image-row .btn-text {
	background-color: rgba(177, 205, 8, .9);
	font-size: 16px;
	font-size: 1rem;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	width: 40px;
	height: 40px;
	padding: 0;
}
.tx-tdcontent-image-row .btn-text span {display: none;}
.tx-tdcontent-image-row .btn-text:before,
.multi_purpose a.fancybox:before{
	content: "\e901";
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: .5em;
	background-color: white;
}
.multi_purpose a.fancybox:before{
	position: absolute;
	right: 5px;
	bottom: 8px;
	background-color: #B1CB08;
}
.btn-minilink:before {
	width: 16px;
	height: 16px;
	line-height: 14px;
	position: absolute;
	left: 0;
}
.btn-text:hover:before,
.btn-text-green:hover:before,
.btn-minilink:hover:before,
.news-list-view .article.hover .btn-minilink:before,
.news-list-view .article:hover .btn-minilink:before{
	background-color: #FFF;
}
.borderTopBottom {
	border-top: 1px solid #949394;
	border-bottom: 1px solid #c8c7c8;
	padding: 20px 0 18px 0;
	margin-bottom: 25px;
}
.text-2col {
	border-top: 1px solid #8d8c8d;
	padding: 35px 0;
	border-bottom: 1px solid #8d8c8d;
}
ul.text-2col {
	border: none;
	padding: 0;
}
ul.text-2col li {margin-bottom: 10px;}
.pfeil-links {
	width: 0;
	height: 0;
	border-left: 25px solid rgba(0, 0, 0, 0);
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-bottom: 25px solid #FFF;
	position: absolute;
	right: 50%;
	right: calc(50% - 25px);
	bottom: 0;
	top: initial;
}

.textcontainer {
	background: #FFF;
	padding: 1em;
	border-bottom: 10px solid #B1CB08;
}
.bild-top-gruen{
	border-top: 10px solid #B1CB08;
	padding: 0;
	overflow: hidden;
}
#p44 #breadcrumb {display: none;}
#breadcrumb ol, #breadcrumb li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
#breadcrumb li, #breadcrumb ol {
	display: inline-block;
}
#breadcrumb li:after {
	font-family: 'icomoon' !important;
	content: "\e904";
	margin: 0 10px;
	color: #F39B33 !important;
}
#breadcrumb li.current:after {
	content: '';
	margin: 0;
}
#breadcrumb li a {
	color: #F39B33;
	text-decoration: none;
	font-family: FFMarselisWebBold;
	border: none;
	text-transform: uppercase;
}
#breadcrumb .jumper {
	display: inline-block;
	float: right;
}
#breadcrumb .jumper a:after {
	font-family: 'icomoon' !important;
	content: "\e904";
	background-color: #c3c2c3;
	text-align: center;
	border-radius: 100px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	color: #353335 !important;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 23px;
	right: 15px;
}
.tx-tdcontent-sponsor-person .subheader {margin-bottom: 50px;}
.tx-tdcontent-sponsor-person .cta-button {margin-bottom: 20px; margin-top: 20px;}
.tx-tdcontent-sponsor-person .bild-top-gruen .bildtext {display: none;}
.tx-tdcontent-sponsor-person .bild-top-gruen img {width: 100%;max-width:none;}
div[role="main"] .tx-tdcontent-image-row .owl-stage {height: 245px;	overflow: hidden;}
.slider .tx-tdcontent-image-row .owl-stage {height: 190px;	overflow: hidden;}
.tx-tdcontent-image-row .btn-text:before {
	margin-right: 0;
	position: absolute;
	top: 9px;
	left: 9px;
}
.tx-tdcontent-sponsor-company .owl-item.cloned {display: none;}
.tx-tdcontent-sponsor-company .owl-carousel .owl-stage-outer {
	height: 145px;
	overflow: hidden;
}
.uppercase-bold {
	text-transform: uppercase;
	font-family: FFMarselisWebBold !important;
}

.multi_purpose {
	padding: 0 20px 20px 20px;
	background-color: #fff;
	margin: 0 auto 20px auto;
	/*width: 260px;*/
	width: 300px;
	overflow: hidden;
	border-bottom: 10px solid #b1cb08;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
	line-height: 1.25rem;
}
.ce-uploads .multi_purpose {
	width: 100%;
}
.ce-uploads .multi_purpose:nth-child(2n) {
	margin-right: 0;
}
.multi_purpose a.fancybox {
	display: block;
	position: relative;
	border-bottom: none !important;
}
.multi_purpose > *:last-child {margin-bottom: 0;}
.ce-intext.ce-right .multi_purpose .ce-gallery {
	margin: 0 -20px 20px -20px;
}
.multi_purpose .ce-row {margin-bottom: 0;}
/*
 * Hide sibling images in multipurpose boxes
 * can be viewed after click in fancybox
 */
.multi_purpose .ce-gallery .ce-row {display: none;}
.multi_purpose .ce-gallery .ce-row:first-child {display: block;}
.multi_purpose h1, .multi_purpose h2, .multi_purpose h3
.multi_purpose h4, .multi_purpose h5, .multi_purpose h6,
.multi_purpose .fauxHeadline {
	margin: 20px 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.marginal-column .subheader.borderTop {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
	line-height: 1.25rem;
}
.marginal-column .subheader.borderTop .subheader{
	border-top: 1px solid #949394;
	border-bottom: 1px solid #949394;
	padding: 10px 0;
	margin-bottom: 20px;
}
.tx-tdcontent-image-row {
	position: relative;
}
.multi_purpose.header {
	float: none;
	margin: 0;
	background-color: rgba(255,255,255,.8);
	width: auto;
	padding: 15px 15px 40px 15px;
}
.multi_purpose.header .bildtext {
	position: static;
	bottom: initial;
	left: initial;
	border-bottom: 1px solid #828282;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 30px;
	line-height: 1.875rem;
}
.multi_purpose.header {
	/*width: 300px;
	margin-top: -35px;*/
	z-index: 9;
	position: relative;
	background-color: rgba(255,255,255,.8);
	padding: 20px 35px 40px 35px;
}
.tx-tdcontent-newsletter-register input,
.tx-tdcontent-newsletter-register button,
.tx-tdcontent-newsletter-register select,
.tx-tdcontent-newsletter-register textarea {
	width: 100% !important;
}
@media (min-width: 1300px) {
	.bilder3col.image {
		height: 260px;
	}
	.bilder2col.image {
		height: 390px;
	}
}
@media (min-width: 960px) {

	.tx-tdcontent-image-row .btn-text {
		padding: 0 47px;
		width: auto;
	}
	h1,h2,h3,h4,h5,h6,.fauxHeadline {
		margin: 50px 0 35px 0;
		margin: 3.125rem 0 2.187rem 0;
	}
	.marginal-column .subheader.borderTop .subheader {
		border-bottom: none;
	}
	.marginal-column .borderTop > *:first-child {
		border-top: 1px solid #949394;
		padding-top: 20px;
		overflow: hidden;
	}
	.tx-tdcontent-sponsor-person .bild-top-gruen img,
	.tx-tdcontent-newsletter-register .bild-top-gruen img{
		width: auto;
		min-height: 404px;
		float: right;
		max-width: initial;
	}
	.tx-tdcontent-sponsor-person .cta-button,
	.tx-tdcontent-newsletter-register .cta-button {
		margin-bottom: 0;
		position: absolute;
		bottom: 30px;
	}
	.bildtext {
		font-size: 2rem;
		line-height: 2rem;
	}
	.bilder3col .bildtext {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.text-2col {
		column-count: 2;
		column-gap: 30px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		border-top: 1px solid #939193;
		padding: 2rem 0;
		border-bottom: 1px solid #939193;
		margin-bottom: 2rem;
	}
	ul.text-2col {
		column-count: initial;
		-moz-column-count: initial;
		overflow: hidden;
	}
	ul.text-2col li {
		list-style: none;
		width: 47%;
		margin-right: 5%;
		float: left;
	}
	ul.text-2col li:nth-child(2n) {
		margin-right: 0;
	}
	.textcontainer {
		min-height: 414px;
		padding-bottom: 80px;
	}
	.footer-adressen {
		padding: 68px 0 60px 50px;
		background: #eaeaea; /* Old browsers */
		background: -moz-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
		background: -webkit-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
		background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(217,217,217,1)), to(rgba(244,244,244,1)));
		background: -o-linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
		background: linear-gradient(left, rgba(217,217,217,1) 0%, rgba(244,244,244,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f4f4f4',GradientType=1 );
	}
	.footer-service {
		padding: 68px 0 0px 50px;
		border-top: 0;
		background-color: transparent;
	}
	.pfeil-links {
		width: 0;
		height: 0;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-right: 25px solid #FFF;
		position: absolute;
		right: 0;
		top: 45%;
		top: calc(50% - 25px);
	}
	.navbar-default .navbar-nav > li.level1-top,
	.navbar-default .navbar-nav > li.lang {
		display: none;
	}
	.page-header.navbar-fixed-top {
		/*
		padding-top: 20px;
		padding-bottom: 0;
		*/
		box-shadow: 0 5px 5px rgba(0,0,0,.1);
	}
	.servicenavigation {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
.page-header {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: box-shadow .25s,padding-bottom .25s,padding-top .25s,margin-top .25s;
}
.page-header #logo img {width: 316px; margin-top: -16px;}
iframe {
	max-width: 100%;
}
.tx-tdcontent-sponsor-company .owl-item {
	max-width: 100vw;
}
@media screen and (min-width: 1300px) {
	.page-header #logo img {margin-top: -6px;}
}
.page-header .navbar-brand img {width: 195px;}
.footer-logo img.logo {
	height: 77px;
	width: auto;
}
.level1.instagram {
	padding-top: 7px;
}

@media (min-width: 720px) {

	.tx-tdcontent-image-row .btn-text {
		width: auto;
		padding: 0 10px 0 47px;
	}
	.tx-tdcontent-image-row .btn-text span {display: inline-block; white-space: nowrap;}
	.tx-tdcontent-image-row .btn-text:before {margin-right: 0.5em;}
	.bilder3col .bildtext {
		font-size: 1.125rem;
		line-height: 1.125rem;
	}
	.bildtext {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.tx-tdcontent-header-plate .bilder2col .bildtext {
		font-size: 2rem;
		line-height: 2rem;
	}
	.bilder3col.image {
		float: left;
		width: 33.3333%;
	}
	.tx-tdcontent-header-plate .image {
		border-right: 3px solid #b3b3b3;
	}
	.tx-tdcontent-header-plate .image.iteration0 img,
	.tx-tdcontent-header-plate .image.iteration2 img{
		border-left: 3px solid #b3b3b3;
		box-sizing: initial;
	}
/*
	.tx-tdcontent-header-plate .image:nth-child(2),
	.tx-tdcontent-header-plate .image:nth-child(5){
		border-right-width: 0;
	}
	*/
	.tx-tdcontent-sponsor-company {
		border: 3px solid #b3b3b3;
	}
	.owl-theme .owl-controls .owl-nav .owl-prev{
		padding: 0 140px 0 10px;
	}

	.owl-theme .owl-controls .owl-nav .owl-next{
		padding: 0 10px 0 140px;
	}
}
@media (min-width: 640px) {
	h1,h2,h3,h4,h5,h6,.fauxHeadline,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		font-size: 38px;
		font-size: 2.375rem;
	}
	.multi_purpose_wrapper {
		position: absolute;
		top: 20px;
		z-index: 9;
	}
	.slider .tx-tdcontent-image-row .owl-stage {height: 390px;}

	.multi_purpose.header {
		width: 300px;
		position: absolute;
		float: none;
		margin: 0;

	}
}
@media (min-width: 450px) {
	.tx-tdcontent-sponsor-person .textcontainer .bildtext {display: none;}
	.tx-tdcontent-sponsor-person .bild-top-gruen .bildtext {display: block;}
	.multi_purpose {
		float: right;
		margin: 0 0 30px 30px;
	}
	.ce-uploads .multi_purpose {
		width: calc((100% - 30px) / 2);
		float: left;
		margin: 0 30px 30px 0;
	}
	.ce-uploads .multi_purpose:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 959px) {
	.ce-intext .ce-gallery{
		float: none;
	}
	.page-header.hideMobile {margin-top: -430px;}
	.servicenavigation, #logo {display: none;}
	.page-header {padding: 10px 0;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;}
	.navbar-nav {float: none;margin: 20px 24px;}
	.navbar-collapse {margin: 10px -15px -10px -15px !important; background-color: #505050; padding: 0;}
	.navbar-default .navbar-nav > li > a {
		color: white;
		border-top: 1px solid rgba(255, 255, 255, .2);
		margin: 0;
	}
	.navbar-default .navbar-nav > li:last-child > a {border-bottom: 1px solid rgba(255, 255, 255, .2);}
	.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {border-color: rgba(255, 255, 255, .2)}
	.navbar span.dropdown-toggle {display: none;}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {color: white;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
	.dropdown.open .dropdown-menu-arrow {display: none !important;}
	.navbar-nav .open .dropdown-menu {
		padding: 0;
		width: 100% !important;
		left: 0 !important;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 18px 15px 18px 27px;
	}
	.navbar-default .dropdown-menu>li:last-child {border-bottom: none;}
	.navbar-default .navbar-nav > li.level1.open a:before {
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
@media screen and (max-width: 959px) {
	.pagefooter .container {
		width: 100%;
	}
}
body .cc-window.cc-banner {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
body .cc-btn.cc-dismiss {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: rgba(177, 205, 8, 1);
}
body .cc-color-override-688238583 .cc-btn:hover, body .cc-color-override-688238583 .cc-btn:focus {
	background-color: rgba(177, 205, 8, .8);
}



/* Publikationen */

#p51 .ce-uploads-description {
    width: 58%;
    float: right;
}
#p51 .ce-uploads img {
	border: 1px solid #ccc;
	padding: .5em;
	height: 215px;
	width: auto;
	-webkit-transition: transform .25s; /* Safari */
  	transition: transform .25s; 
}
#p51 .ce-uploads img:hover {
	transform: scale(1.02);
}

/* Publikationen Ende */
