@import url(/fileadmin/WEBfonts/Allfonts.css);

.BottomBorderShadow::before,
.BottomBorderShadow::after {
	position: absolute;
	content: " ";
	margin-left: -10px;
	bottom: 1px;
	z-index: -1;
	height: 30%;		max-height: 100px;
	width: 70%;		max-width: 460px;
	opacity: 0.7;
	box-shadow: 0px 17px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(-3deg);
}
.BottomBorderShadow::after {
	right: 15px;
	transform: rotate(3deg);
}
/* also see FloatShadow - DropShadow */


.ShadowLeftRight {
	position: relative;
}
.ShadowLeftRight:before,
.ShadowLeftRight:after {
	content: "";
	position: absolute;
	top: 10px; 		right: 0;
	bottom: 12px;	left: 0;
	z-index: -1;
	border-radius: 100px / 10px;
	box-shadow: 1px 6px 12px rgba(0,0,0, 0.3);
}
.ShadowLeftRight:after {
	right: 10px;
	left: auto;
	transform: skew(8deg) rotate(3deg);
}


html {
	scroll-behavior: smooth;
}


body,
a {
	background-color: rgba(255,255,255, 0);
}
p {
	width: 66%;
	margin-bottom: 4px;
}
.frame.frame-default.frame-type-text p,
.col3umns p {
	width: 90%;
}

table caption {
	text-align: left;
}
blockquote {
	padding: 10px 0px 5px 0px;
	margin: 50px 0px 10px 0px;
	clear: both;
}
blockquote p:last-child {
	padding-bottom: 0;
}
pre {
	white-space: pre;
	border: none;
	padding: 10px;
	margin: 0 0 10px 0px;
	color: #555;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
P SUB,
SUB {
	color: #999;
}

.ce-textpic p {
	width: 90%;
}
.ce-textpic p.ZumBildLinie {
	width: 100%;
}
.TextRechtsbuendig,
p.TextRechtsbuendig,
p.TextLinie,
.TextLinie {
	width: 100%;
}
p.TextLinie + p.Text {
	margin-top: 0px;
}


.jumbotron p {
	font-size: 18px;
}
DIV.body-bg {
	padding-bottom: 3em;
	background-repeat: no-repeat;
}
DIV.body-bg,
HEADER.navbar {
	background: url();
}


.isHidden {
	display: none;
	visibility: hidden;
}
.isVisible {
	visibility: visible !important;
}

H1, H1.first-headline,
H2, H2.first-headline,
.Ueberschrift {
	font-size: 28px;
}
H1, H2, H3, H4,
.Schrift-28px,
.Ueberschrift {
	letter-spacing: 0.7px;
	margin-top: 35px;
}
H1.FullWidth {
	clear: both;
	padding-top: 50px;
}
#content .allRows H1.FullWidth {
	padding-left: 10%;
	border-top: 1px solid #AAA;
	margin-bottom: 2em;
}
header + #content.main-section .allRows .frame-type-carousel + a.anchorName + .frame-type-header header H1.FullWidth,
header + #content.main-section .allRows .frame-type-list + a.anchorName + .frame-type-header header H1.FullWidth {
	margin-top: -1px;
}
#content .allRows.SingleColumn-3 H1.FullWidth {
	margin-top: 0;
}
#content div#c11473 H1.FullWidth,
#content div#c11462 H1.FullWidth,
#content div#c11472 H1.FullWidth {
	margin-bottom: 0px;
	padding-bottom: 1.5em;
	background-image: var(--cssH1HeaderColorGradient) !important;
	color: white;
}

H3 {
	margin-top: 35px;
}
H4 {
	margin-top: 25px;
	font-size: 18px;
}
H3, H4 {
	letter-spacing: 0.2px;
}
H2, H3, H4, .Ueberschrift,
H1 a, H2 a, H3 a, H4 a, .Ueberschrift a {
	display: block;
}
.Ueberschrift a,
H1 a, H2 a, H3 a, H4 a {
	margin-left: -30px;
	padding-left: 30px;
}
.Ueberschrift a::before,
H1 a::before, H2 a::before,
H3 a::before, H4 a::before {
	position: absolute;
	margin-left: -30px;
}
.tx-indexedsearch H3 a::before {
	font-size: 20px;
	margin-left: -22px;
	margin-top: -1px;
}


.ce-accordion {
	clear: both;
}
.ce-accordion.panel-group {
	margin-top: 5px;
	margin-bottom: 0px;
}
.ce-accordion.panel-group:first-child {
	margin-top: 2em;
}
.ce-accordion.panel-group:last-child {
	margin-bottom: 2em;
}
.panel-group .panel,
.panel-default > .panel-heading,
.panel-heading {
	padding: 0px;
	border-radius: 0px;
	background-color: transparent;
}
H4.panel-title A {
	margin-left: 0px;
	padding: 10px 15px 10px 68px;
	font-size: 25px;
}
.panel-title A,
.panel-default > .panel-heading,
.panel-heading {
	min-height: 48px;
}
H4.panel-title A:focus,
H4.panel-title A:hover {
	background-color: #e6e6e6;
	color: #000 !important;
}
H4.panel-title A:focus {
	outline: none;
}
H4.panel-title a::before {
	display: inline-block;
	font-family: 'Material Icons';
	content: "\e315";
	font-size: 52px;
	font-weight: bolder;
	line-height: 28px;

	padding: 12px 0px 0px 0px;
	margin-top: -11px;
	margin-left: -68px;
	height: 50px;
	width: 50px;
	border: 1px solid rgba(200,200,200, 0.0);
	visibility: visible;
}
H4.panel-title.isOpen a::before {
	content: "\f107";
	content: "\e313";
}
.panel-body {
	padding-left: 68px;
}
.panel-body p {
	width: 95%;
}


.Ueberschrift,
.ZumBildLinie,
H1 + H2,
H3 + H4,
H1 small,
H2 small,
H3 small {
	display: block;
	font-size: 60%;
	line-height: 120%;
	margin-top: 0.4em;
}
.Ueberschrift,
H1 + H2,
H3 + H4 {
	font-size: 18px;
	color: #999;
}
.allRowsLast H1 {
	margin-top: 15px;
}


#content .col-right {
	padding-right: 0px;
	padding-top: 10px;
}
#content main {
	padding: 0px 50px 50px 15px;
}
.navbar-fixed-top {
	position: fixed;
}
footer .footer-section,
#content.main-section {
	box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.65);
}

header + #content.main-section {
	padding-top: 118px !important;
}
.breadcrumb-section {
	margin-top: 0px !important;
	padding-top: 115px !important;
}
header + .breadcrumb-section + #content.main-section {
	margin-top: -15px !important;
}


A:hover,
A:focus {
	text-decoration: none;
}
#content .col3umnsAll A:hover {
	background-image: linear-gradient(90deg,
		rgba(150, 150, 150, 0.30) 20%,
		rgba(255, 255, 255, 0.35) 99%) !important;
}
#content .isSubmenu A:hover {
	background-image: linear-gradient(90deg,
		rgba(150, 150, 150, 0.30) 20%,
		rgba(255, 255, 255, 0.35) 30%) !important;
}
#content A:visited {
	color: #666;
}

.lightboxThumb A:focus {
	outline: none;
}
.main-section P A.btn,
.main-section LI A.btn {
	padding: initial !important;
	padding: 0px !important;
	vertical-align: top;
	border-bottom: 0px;
	display: inline;
}

P A[href^="/index.php"]::before,
P.Text A[href^="/index.php"]::before,
.news-backlink-wrap A[href^="/index.php"]::before,
.news A.more::before,
A.internal-link::before,
H1 A::before,	H2 A::before,
H3 A::before,	H4 A::before,
.col-right .ce-menu A::before,
A.btn::before {
	content: '↪';
	padding-right: 3px;
}
#content .ce-sitemap A::after,
#content MAIN UL.ce-menu A::after {
	content: '↪';
	padding-left: 3px;
}
A.external-link-new-window::after,
A.download[href$=".html"]::after,
.SocialWebLinks P.Text A[href^="http://"]::after,
A[href^="http://"]::after,
A[href^="https://"]::after {
	content: "⤴";
}

A[href^="mailto:"]::before,
A[href^="javascript:linkTo"]::before,
.mail A::before,
A.mail::before {
	content: "❖";
	padding-right: 2px;
}
H4 A[href^="mailto:"]::before,
H4 A[href^="javascript:linkTo"]::before {
	margin-left: -20px;
}
A[href $=".pdf"]:before,
A[href $=".PDF"]:before,
A[href $=".rtf"]:before,
A[href $=".doc"]:before,
A.download:before {
	content: "↘";
	content: "↴";	/* arrow  rectangle down*/
	padding-right: 2px;
	line-height: 10px;
	font-size: 15px;
}
H1 A[href$=".pdf"]::before,
H1 A[href$=".PDF"]::before,
H1 A[href$=".rtf"]::before,
H1 A[href$=".doc"]::before,
H1 A.download::before {
	line-height: 33px;
	font-size: 32px;
}

.phoneLink {
	margin: 15px 0px 25px -15px;
	display: inline-block;
}
a[href^="tel:"]::before {
	content: "☎";
	content: "";
	content: "";
	font-family: 'Glyphicons Halflings';
	position: relative;
	top: 2px !important;
	padding-right: 5px !important;
	font-size: 13px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
a.phoneLink[href^="tel:"]:before {
	font-size: 17px;
	top: 3px !important;
}
a[href^="tel:"] {
	padding-left: 4px;
	padding-right: 2px;
	white-space: nowrap;
}
a.phoneLink {
	padding: 10px 15px 12px 12px;
}
a.phoneLink[href="tel://+-"] {
	display: none !important;
}


a.anchorName {
	position: absolute;
	margin-top: -100px !important;
}
a.anchorName[id^="c"]:target ~ .ce-textpic h1,
a.anchorName[id^="c"]:target ~ .ce-textpic h2,
a.anchorName[id^="c"]:target ~ .ce-textpic h3,
a.anchorName[id^="c"]:target ~ .ce-textpic h4,
a.anchorName[id^="c"]:target ~ .ce-textpic .ce-bodytext,
a.anchorName[id^="c"]:target ~ h1,
a.anchorName[id^="c"]:target ~ h1 ~ p,
a.anchorName[id^="c"]:target ~ h2,
a.anchorName[id^="c"]:target ~ h2 ~ p,
a.anchorName[id^="c"]:target ~ h3,
a.anchorName[id^="c"]:target ~ h3 ~ p,
a.anchorName[id^="c"]:target ~ h4,
a.anchorName[id^="c"]:target ~ h4 ~ p {
	animation: moveDown 0.5s ease-in-out 0.1s backwards;
}
@keyframes moveDown {
	0% {
		transform: translate3d(0px, 100%, 80px);
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}


MAIN h1 A[href $=".pdf"]:before,
MAIN h2 A[href $=".pdf"]:before,
MAIN h3 A[href $=".pdf"]:before {
	margin-top: 2px;
	margin-left: -16px;
	line-height: 10px;
}
.noLinkIcon A:after,
.noLinkIcon A:before,
p.noLinkIconBefore A::before,
p.noLinkIconAfter A::after,
A.external-link-new-window::before,
.NoLinkSymbol A:before,
.NoLinkSymbol A:after,
a[href^="tel:"]:after,
ul.nav A[target ="_blank"]:before,
.navbar-2mainpages A[href^="http://"]::after,
.navbar-2mainpages A[href^="https://"]::after,
.ce-gallery A[target ="_blank"]:before,
.AdresseName A[target ="_blank"]:before,
.SocialWebLinks A[href^="http://"]::after,
.SocialWebLinks A[href^="https://"]::after,
.SocialWebLinks A.fb-link[href^="https://"]::before,
.footer-section A[target ="_blank"]:before,
.navbar-service A[href^="http://"]::after,
.image-wrap A::after,
.news-img-wrap A::after,
.news-list-view .previewList .toBottom A::after,
.news-list-view .picturelist .toBottom A::after,
.news-latest-container A::before,
.typo3-feedit-element A.btn::before,
.typo3-adminPanel A.t3-icon::before,
.tx-indexedsearch-text-item-path A::before,
.typo3-adminPanel A.btn::before,
.typo3-editPanel A.btn::before {
	content: "" !important;
}
ul.nav A[target ="_blank"]:before,
.ce-gallery A[target ="_blank"]:before,
.AdresseName A[target ="_blank"]:before,
.footer-section A[target ="_blank"]:before {
	padding-right: 0px;
}
.SocialWebLinks P.Text A[href^="http://"]::after {
	content: "⤴" !important;
}
.ce-media-caption,
.image .caption {
	text-align: left;
	font-size: 11px;
	padding: 0.5em 10% 0px 15px;
	line-height: 125%;
	min-height:  5.5em;
	background-color: rgba(255,255,255, 1.0);
}
.image-wrap {
	width: auto;
	overflow: visible;
}
.ce-row.image-row {
	margin-left: 0px;
	margin-right: 0px;
}
.ce-row.image-row > .col-md-6 {
	margin-right: 15px;
}
.ce-row.image-row > .col-md-6.col2 {
	width: calc(100% - 10px);
	margin-right: 10px;
}
.col3umnsAll .row {
	margin-top: 15px;
}
.ce-column.image-column {
	padding-left: 0px;
	padding-right: 5px;
}
.ce-media.lightboxThumb .lightboxBorderMask IMG {
	width: 100%;
	height: inherit;
	opacity: 0;
}
.ce-media.lightboxThumb .lightboxBorderMask {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 1px;
	right: calc(1em - 2px);
	bottom: calc(1em - 2px);
	left: calc(1px);
	border: 1.0em solid rgba(255,255,255, 0.97);
}
.ce-media.lightboxThumb {
	border: 1px solid rgba(180, 180, 180, 0.2);
	border-top-color: rgba(150, 150, 150, 0.3);
	border-left-color: rgba(150, 150, 150, 0.3);
	width: 100%;			height: 0;
	min-width: 50px;		min-height: 50px;
	padding-bottom: 85%;
	overflow: hidden;
}
.ce-media.lightboxThumb a.lightbox,
.ce-media.lightboxThumb .imageThumb {
	width: 100%;
}
.ce-media.lightboxThumb .mediaFile {
	padding-top: 85%;
	transform: translateY(-50%);
}
.ce-media.lightboxThumb .mediaThumb {
	padding: 0px;
}
.ce-media.lightboxThumb .lightboxBorderMask {
	box-shadow:
		1px 1px 3px -2px rgba(0,0,0,0.22),
		1px 1px 2px rgba(0,0,0,0.34);
	box-shadow: 16px 20px 28px rgba(0, 0, 0, 0.18);
	transition: 0.4s;
}
.ce-media.lightboxThumb .lightboxBorderMask:hover {
	box-shadow: 8px 10px 12px rgba(0, 0, 0, 0.16);
	box-shadow:
		4px 14px 28px rgba(0,0,0,0.55),
		2px 10px 10px rgba(0,0,0,0.15);
}
.ce-media.lightboxThumb .lightboxBorderMask:active {
	box-shadow: 8px 10px 12px rgba(0, 0, 0, 0.16) inset;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.0);
	transition: 0.2s;
}


.noPadding .ce-media.lightboxThumb .mediaFile {
	transform: translateY(calc(-50% - 1em));
}
.noPadding .ce-media.lightboxThumb {
	padding-bottom: calc(85% - 2.5em);
}
.noPadding .ce-media.lightboxThumb,
.noPadding .ce-media.lightboxThumb .lightboxBorderMask {
	border: 0px;
}
.noPadding .ce-media.lightboxThumb .mediaThumb {
	padding: 0px;
}

.noPadding .ce-bodytext,
.noBorder .ce-bodytext {
	padding-top: 15px !important;
	width: 100%;
	float: left;
}

.noShadow .ce-media.lightboxThumb .lightboxBorderMask,
.noBorder .ce-media.lightboxThumb .lightboxBorderMask {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.noBorder .ce-media.lightboxThumb {
	border: 1px solid rgba(255, 255, 255, 1.0);
}
.noBorder .ce-media.lightboxThumb .lightboxBorderMask {
	border-width: 1.5em 0px 1.5em 0px;
}
.noBorder .ce-gallery .ce-column {
	margin-bottom: -30px !important;
}


figure.thumbnail {
	background-color: transparent;
}


.glyphicon-list:before {
	font-size: 20px;
}
.dropdown .glyphicon-chevron-right:before {
	content: "";
}
.hidden-sm {
	display: block !important;
	/* always show breadcrumb in top of page behind the header */
}

.dropdown-submenu > a::after {
	border-left-color: #AAA;
	border-width: 7px 0px 7px 7px;
	position: relative;
	left: 3px;
	vertical-align: top;
	line-height: 100%;
}
.dropdown-submenu.open > a::after {
	border-left-color: #000;
}
.navbar-collapse.in .dropdown-submenu > a:after {
	margin-top: 3px;
}
.dropdown-menu li.open a:focus,
.dropdown-menu li.active a {
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu li a:hover,
.dropdown-menu li.open a:hover,
.dropdown-menu li.active a:hover {
	background-color: rgba(255,255,255, 0.1) !important;
}
.dropdown-menu {
	font-size: 16px;
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	border: 0px;
	border-top: 4px solid rgba(255,255,255, 0.0);
	background-color: rgba(255,255,255, 0.97);
}
.dropdown-submenu > a:hover:after {
	border-left-color: #300;
}
.dropdown-submenu .dropdown-menu > li > a {
	background-color: rgba(255,255,255, 0.85);
}
.dropdown-submenu .dropdown-menu {
	padding-top: 0px !important;
	padding-bottom: 4px !important;
}
.dropdown-header {
	padding-left: 12px;
}


IMG.RandlosesBild {
	margin-left: -35px !important;
}
#content MAIN IMG.RandlosesBild,
.columnWithNavRight IMG.RandlosesBild {
	margin-left: -60px !important;
}
.columnRight p > a.lightbox > IMG.RandlosesBildRechts {
	position: relative;
	margin-right: -70px;
}
.columnRight .frame-type-image .ce-image:first-child {
	margin-top: 38px;
}

#content .allRows,
#content .allRows .container {
	width: inherit;
	padding: 0 !important;
	margin: 0 0 10px 0;
	margin: 0 0 0px 0;
	position: relative;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}
#content .allRows .container:before,
#content .allRows .container:after {
	display: none;
}


#content .allRows.SingleColumn-0 {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 90%;
	max-width: 100%;
}

.SingleColumnWidth,
.SingleColumnWidth + H2,
.AllColumnsWidth,
.allRows.SingleColumn-0 .ce-accordion,
.allRows.SingleColumn-0 .ce-textpic.ce-below,
.news-list-view.hasFloat1Column,
.news-list-view.float1Column,
.news-list-view.floatHalfwidth {
	float: left;
	--SingleColumnWidth: calc(100% + 30px);
	width: var(--SingleColumnWidth);
}
.SingleColumnWidth,
.news-list-view.float1Column {
	margin-right: 40px;
}
.news-list-view.float1Column.floatRight {
	float: right;
	margin-right: 0px;
	padding-left: 30px;
}
.news-list-view.newsList .previewList .article {
	margin-left: 20px;
}
.news-list-view.newsList .previewList .article .news-img-wrap.isVisibleTitle {
	margin-bottom: 2.5em;
}


#content .allRows.SingleColumn-1 .carousel.slide,
#content .allRows.SingleColumn-2 .carousel.slide,
#content .allRows.SingleColumn-3 .carousel.slide,
#content .allRows.SingleColumn-4 .carousel.slide,
#content .allRows.SingleColumn-5 .carousel.slide {
	margin-top: 50px !important;
}


HEADER.navbar {
	background-image: var(--cssNavHeaderColorGradient) !important;
}
.navbar-brand {
	height: inherit;
/*	adjust to image height in same div */
}
/* Logo and Header Background */
header.navbar .container {
	background-position:  calc(240px) 0px;
	background-repeat: no-repeat;
	background-size: contain;
	width: calc(100%);
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
.container .navbar-header {
	height: 40px;
	margin: auto;
	float: none;
	clear: both;
	opacity: 1;
}
/* Logo and Header Background */
.navbar-brand-image {
	margin: auto !important;
	padding: 0px;
	border: 0px solid transparent;
	position: relative;
	float: left;
	top: 15px !important;
	right: 20px;
/*	see logo.height in Constants */
}
.navbar-brand-image .navbar-logo {
	margin-top: -35px !important;
	padding: 16px 10px 30px 10px;
	background-image: var(--cssNavLogoGradient) !important;
	border-bottom: 0px solid var(--cssNavLogoBorder);
	box-shadow: 0px 10px 12px -1px rgba(20, 20, 20, 0.5);
	border-radius: 0px 0px 49% 49% / 0px 0px 25px 25px;
}
.navbar-brand-image img {
	height: 50px;
	min-width: 180px;
}
A.navbar-brand-image:hover {
	background-image: url() !important;
}
a.news-link2detail[href$=".pdf"]::before,
A.news-link2detail:hover::before,
A.navbar-brand-image:hover::before {
	position: absolute;
	font-family: "AltThinIcons";
	font-size: 64px;
	margin-top: 40px;
	margin-left: -60px;
}
A.news-link2detail:hover::before,
A.navbar-brand-image:hover::before {
	content: "a";
}
.navbar-top {
	background-color: rgba(255,255,255, 0.97);
	border-top: 0px solid rgba(55,55,55, 0.75);
	border-bottom: 4px solid rgba(90, 90, 90, 0.05);
}
.navbar-top,
.navbar-main .dropdown-menu {
	box-shadow:
		0px 4px 5px 0px rgba(0, 0, 0, 0.14),
		0px 4px 10px 0px rgba(0, 0, 0, 0.12),
		2px 3px 4px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 20px 35px -5px rgba(0, 0, 0, 0.55);
}
.navbar-service,
.navbar-main {
	font-size: 14px;
	clear: both;
}
.navbar-main {
	padding-top: 0px;
	margin-left: -2px;
	margin-bottom: 0px; /* move navbar up and down to border of header */
	border-bottom: 0px solid;
	box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.65);
}
ul.navbar-main > li:first-child a::before {
	content: "h";
	text-transform: none;
	font-family: "AltThinIcons";
	position: absolute;
	margin-top: 0px;
	margin-left: -5px;
}
ul.navbar-main > li:first-child a {
	color: rgba(150, 150, 150, 0.2) !important;
}
.breadcrumb > .active,
.navbar-main li a,
ul.navbar-main > li:first-child a::before,
.navbar-nav li a {
	color: rgba(10, 10, 10, 1.0) !important;
}
.navbar-toggle {
	position: absolute;
	right: 0px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 800px;
	min-height: inherit;
	overflow: auto;
/*	no scrollbars for nav submenus */
}
.navbar-main .dropdown-menu {
	margin-top: 1px !important;
}
.navbar-main li.active .dropdown-menu.X,
.navbar-main .dropdown-submenu .dropdown-menu.X {
/*	see border-bottom below */
	margin-top: -4px !important;
}
.navbar-main UL.dropdown-menu LI.dropdown-submenu UL {
	border-color: rgba(255, 255, 255, 0.90);
}
.Xnavbar-main .dropdown-menu li.active:after {
	border-bottom: 0px solid #FFF;
}
.navbar-main li.active:after {
/*	insert gap after active button to dropdown-list */
	content: "";
	display: block;
}
.navbar-main li a:active {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85) inset !important;
}
.navbar-main li.active a {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.55);
}
.navbar-main li a:hover {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.85);
}
.navbar-main .dropdown-menu li a {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	border-top: 1px solid rgba(100, 100, 100, 0.1) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-right: 0px solid transparent !important;
	padding: 5px 24px 5px 12px !important;
}
.navbar-main > li > a {
	box-shadow: 0px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 8px 8px 8px 8px !important;
}
.navbar-main .caret {
	margin-left: 4px;
	margin-top: 8px;
	float: right;
}


.breadcrumb-section,
#content .container {
	background-color: rgba(255,255,255, 0.90);
	padding: 40px 15px 15px 35px;
	padding: 40px 15px 15px 0px;
}
#content .container.specialfeature.specialfirst,
#content .specialfeature.well .container {
	box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.40);
}
#content .specialfeature.well {
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#content .container.fiftyfiftyColumns.columns2NavRight,
#content .allRows + .col2umns.mainRow,
#content .col3umns + .col3umns.One3ColumnSection,
#content .allRows + .container.col3umns.mainRow  {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#content .mainRow .col-md-9.columnMain {
	margin-top: -65px !important;
	padding-left: 30px !important;
}
#content .allRows + .container.col3umns.mainRow  .col-sm-4,
#content .allRows + .container.col3umns.mainRow  .col-sm-12 {
	min-height: 0px !important;
}
#content .col3umns + .col3umns.One3ColumnSection.col3umnsLast,
#content .container,
#content {
	padding-bottom: 80px !important;
	padding-bottom: 2em !important;
}
#content .container.mainRow .container {
	padding: 0px 0px 0px 0px !important;
}
#content .specialstart .container {
	padding-bottom: 0px !important;
	box-shadow: inherit;
}
#content .container.specialfeature.specialfirst .carousel-inner > .item {
	padding-left: 0px;
	padding-right: 0px;
}
#content .container.specialfeature.specialfirst {
	padding-top: 20px !important;
	padding-bottom: 0px !important;
}
#content .well {
	border: 0px solid #fff;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 0, 0, 0.0);
}
#content .well.specialfeature .container {
	padding-top: 0px;
}
#content .ce-space-after-20,
#content .csc-space-after-20 {
	margin-bottom: 40px !important;
}


.mainRow .ce-gallery .ce-row,
#content .ce-sitemap,
#content .ce-textpic {
	clear: left;
}
#content .ce-textpic.ce-intext .ce-gallery {
	padding-bottom: 30px;
}
#content .ce-textpic.ce-intext H3 {
	margin-top: 15px;
}
.ce-gallery .ce-column {
	padding-left: 0px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
}
.ce-intext .ce-gallery .ce-column.col6 {
	padding-right: 5px !important;
	padding-bottom: 5px !important;
}
.image-intext-left p.Ueberschrift {
	margin-top: 0px;
}
.mediaorientation.below .row.gallery {
	margin-top: 40px;
}
#content .ce-textpic.ce-below {
	padding-top: 25px;
}
#content .ce-textpic.ce-above {
	margin-bottom: 30px;
}
.frame.frame-default.frame-type-textX:after {
	content: "";
	padding: 50%;
}
.frame.frame-default.frame-type-text p img {
	padding-right: 20px;
	box-sizing: content-box;
}
.ce-textpic.ce-center.ce-above H3 {
	margin-bottom: 5px;
}
.ce-textpic.ce-center.ce-above H4 {
	margin-bottom: 12px;
}
#content .allRows  .ce-textpic {
	margin-left: 40px;
	margin-right: 20px;
}
#content .allRows .popupLightbox .ce-textpic {
	margin-left: 0px;
	margin-right: 0px;
}

.ce-topSpace-extra-large,
.ce-bottomSpace-extra-large,
.ce-topSpace-large,
.ce-bottomSpace-large,
.ce-topSpace-medium,
.ce-bottomSpace-medium,
.ce-topSpace-small,
.ce-bottomSpace-small,
.ce-topSpace-extra-small,
.ce-bottomSpace-extra-small {
	clear: both;
	float: left;
}

.ce-topSpace-extra-large {
	margin-top: 80px !important;
}
.ce-bottomSpace-extra-large {
	margin-bottom: 80px !important;
}
.ce-topSpace-large {
	margin-top: 60px !important;
}
.ce-bottomSpace-large {
	margin-bottom: 60px !important;
}
.ce-topSpace-medium {
	margin-top: 40px !important;
}
.ce-bottomSpace-medium {
	margin-bottom: 40px !important;
}
.ce-topSpace-small {
	margin-top: 20px !important;
}
.ce-bottomSpace-small {
	margin-bottom: 20px !important;
}
.ce-topSpace-extra-small {
	margin-top: 10px !important;
}
.ce-bottomSpace-extra-small {
	margin-bottom: 10px !important;
}


#content .ce-textpic.ce-below .ce-bodytext {
	margin-top: 10px;
}
#content .ce-textpic.ce-above .ce-bodytext P {
	margin-left: 0px;
}
#content .col3umns.One3ColumnSection .ce-textpic.ce-below .ce-bodytext {
	width: 100%;
}
#content .ce-textpic.ce-below .ce-gallery {
	margin-top: 30px;
}
#content .col3umns .ce-textpic Header {
	margin-top: 50px;
	margin-top: 0px;
}
#content .col3umns .ce-textpic.ce-below Header,
#content .col3umns .ce-textpic.ce-below Header H3 {
	margin-top: 0px;
}
#content .col3umns .ce-textpic.ce-below Header H3 {
	margin-top: 35px;
}
#content .col3umns .ce-textpic H1.ColumnHeader {
	margin-top: 0px;
}
#content .col3umns .ce-textpic.ce-below {
	padding-top: 0px;
}

#content .ce-textpic .ce-bodytext p img {
	margin: 10px 20px 10px 0px;
}
#content .ce-textpic .ce-bodytext TABLE.contenttable p.TextRechtsbuendig img {
	margin-top: 0px;
}
#content .ce-textpic.ce-right .ce-gallery {
	float: right;
	margin-left: 50px;
}
#content .ce-textpic.ce-left .ce-gallery {
	float: left;
	margin-right: 50px;
}
#content .ce-textpic.ce-left.ce-intext .ce-gallery,
#content .ce-textpic.ce-right.ce-intext .ce-gallery {
	max-width: 40%;
	min-width: 40%;
	margin-right: 30px;
}
#content .ce-textpic.ce-left.ce-intext .ce-gallery {
	clear: both;
}
#content .ce-textpic.ce-left.ce-intext .ce-bodytext {
	max-width: calc(60% - 30px);
	width: calc(60% - 30px);
}
#content .ce-textpic.ce-right.ce-intext .ce-bodytext {
	max-width: calc(60% - 50px - 30px);
}
#content .ce-textpic.ce-right.ce-intext .ce-bodytext p {
	width: calc(100% - 5px);
}
#content .ce-textpic.ce-right.ce-intext .ce-gallery {
	margin-right: 10px;
}
#content .ce-textpic.ce-left.ce-intext .ce-bodytext {
	float: right;
}
#content .ce-textpic.ce-intext .ce-bodytext .Spiegelstrich {
}
#content .ce-textpic.ce-intext .ce-bodytext .Spiegelstrich::before {
	margin: -1px 5px 0px -10px;
}


#content figcaption {
	font-size: 11px;
	margin: 0;
	margin-right: -5px;
	margin-bottom: 1px;
	padding-left: 1em;
	padding-left: 0px;
	line-height: 1.8em;
	background-color: rgba(0, 0, 0, 0.0);
	box-shadow:	0px 1px 0px rgba(0, 0, 0, 0.2);
}



.col3umns-MarginFooter,
.col3umns-Margin {
	display: none;
	position: absolute;
	right: 10px;
	padding-left: 5px;
}
.onOne3Column {
	margin-top: 20px;
}
.col-md-3.columnNav {
	margin-top: 20px;
}
.col-md-3.columnNav.columnSubnavigation {
	margin-top: -20px;
}
.onOne3Column > nav .ce-sitemap header {
	margin-top: -30px;
}

@media only screen and (min-width: 1524px) {
	.col3umns-MarginFooter,
	.col3umns-Margin {
		display: block;
	}
}
.col3umns-Margin H2 {
	padding-left: 5px;
	color: rgba(255, 255, 255, 0.50);
	line-height: 0.5em;
	margin-top: 0px;
	margin-bottom: 1.3em;
}


.col3umns-Margin UL.ce-menu,
.columnNav UL.nav-sidebar {
	padding-top: 45px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	min-width: var(--columnNavSidebarMinWidth);
	max-width: var(--columnNavSidebarMaxWidth);
}
@media (min-width: 992px) {
	.col3umns-Margin UL.ce-menu,
	.col3umns-Margin UL.nav-sidebar,
	.columnNav UL.nav-sidebar {
		margin-top: -20px;
		margin-left: -10px;
		padding-top: 50px;
	}
}
.nav li a {
	padding: 10px 10px;
}
.nav-sidebar a {
	border-bottom: 1px solid rgba(200, 200, 200, 1);
}
.nav-sidebar > li:first-child > a {
	border-top: 1px solid rgba(200, 200, 200, 1);
}
.nav-sidebar {
	margin-top: -40px;
	padding-top: 50px;
}
#content .ce-sitemap UL.ce-menu,
.nav-sidebar {
	border-left: 1px solid rgba(200, 200, 200, 1);
}
.nav-sidebar LI UL {
	list-style-type: none !important;
	padding-left: 10px;
}
.nav-sidebar LI UL A {
	margin-left: -10px;
	padding-left: 30px;
	display: block;
}
.nav-sidebar LI UL A::before {
	content: '≡';
	content: "»";
	margin-left: -12px;
	margin-right: 5px;
}
.nav-sidebar LI UL LI UL A {
	margin-left: -20px;
	padding-left: 40px;
}


.breadcrumb-section {
	background-image: linear-gradient(180deg,
		rgba(255, 255, 255, 0.00) 10%,
		rgba(255, 255, 255, 0.00) 100%);
	box-shadow:	1px 1px 3px rgba(0, 0, 0, 0.0);
	background-color: transparent;
	height: 40px;
	padding: 8px 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.breadcrumb-section .container {
	padding-left: 0px;
}
.breadcrumb {
	margin-top: 3px !important;
	padding: 0px;
	border-radius: 0px;
	font-size: 9px;
}
.breadcrumb li::before,
.breadcrumb > li + li::before {
	content: '≡';
}
.breadcrumb li a::before {
	padding: 5px 5px 5px 0px;
}
.breadcrumb > li.active::before {
	padding-right: 5px;
}
.breadcrumb li a {
	padding: 8px 4px;
	border: 0;
}
.breadcrumb li a:hover {
	background-image: initial;
}

.footer-section {
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	border-top-width: 0px;
}
.footer-section .ce-sitemap A {
	display: block;
	margin-left: -10px;
	padding: 3px 10px 4px 10px;
	width: 100%;
}
.footer-section .ce-sitemap A[target="_blank"]::before {
	padding-right: 0px;
}
.footer-section .ce-sitemap A[href*="facebook.com"] {
	z-index: 1;
}
.footer-section .ce-sitemap A[href*="facebook.com"]::before {
	content: "" !important;
	width: 25px;		height: 25px;
	margin-top: -3px;
	margin-left: -13px;
	position: absolute;
	background-color: transparent;
	background-image: url(/fileadmin/WEBicons/facebook.svg);
	background-image: url(/fileadmin/DESIGNtemplates/Icons/facebookBlock.svg);
}
.footer-section .ce-sitemap A:hover,
.footer-section .ce-sitemap A:focus {
	width: 100%;
	min-width: 250px;
}


.footer-section .ce-sitemap H1 {
	color: rgba(0, 0, 0, 0.85);
}
.footerFixed {
	visibility: hidden;
	display: none;
}
.language-menu {
	visibility: visible;
	visibility: hidden;
}
.meta-section,
.footerFixed {
	position: fixed;
	background-color: rgba(0,0,0, 0.8);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 30px;
	bottom: 0;
	padding: 5px 0px;
}
.meta-section .copyright a {
	font-weight: normal;
}


#content .columnMain UL,
#content .columnLeft UL,
#content MAIN OL,
#content MAIN UL {
	padding: 0px 0px 0px 15px;
}
#content MAIN UL,
#content .columnMain UL,
#content .columnLeft UL,
#content .column UL,
.news-menu-view UL,
#content .ce-sitemap UL {
	list-style-type: square !important;
}
.news-menu-view UL UL,
#content MAIN .news .infobox UL.dropdown-menu,
#content MAIN UL.effectBoxList,
#content MAIN UL.multicolumnContainer {
	list-style-type: none !important;
	padding-left: 0px;
}
#content MAIN UL.list-inline {
	padding-left: 0px;
	margin-left: 0px;
}
#content MAIN UL.ce-menu A,
#content .ce-sitemap A {
	display: block;
	color: #111;
	width: 50%;
	min-width: 350px;
}
#content .col3umns-Margin .ce-sitemap A {
	min-width: 220px;
}
#content .col3umns-Margin {
	min-width: var(--columnRightMinWidth);
	max-width: var(--columnNavSidebarMaxWidth);
}

#content MAIN UL.ce-menu A {
	margin-left: -15px;
	padding-left: 15px;
}
#content MAIN UL.ce-menu UL A {
	margin-left: -30px;
	padding-left: 30px;
}
#content MAIN UL.ce-menu UL UL A {
	margin-left: -45px;
	padding-left: 45px;
}
#content MAIN UL.ce-menu UL UL UL A {
	margin-left: -60px;
	padding-left: 65px;
}

.news-menu-view UL {
	padding-left: 15px;
}
.news-menu-view LI.year {
	margin-top: 5px;
	margin-bottom: 10px;
}
.news-menu-view UL A::before {
	margin-left: -13px;
}
.news-menu-view UL A {
	margin-left: -5px;
	display: inline-block;
	width: 110px;
	padding: 1px 5px 1px 5px;
}
.news-menu-view UL.month-list LI SPAN.count {
	text-align: right;
	color: #BBB;
	display: inline-block;
	min-width: 80px;
}

ul.ce-uploads {
	padding-left: 0px !important;
}
ul.ce-uploads.media-list li.media .media-left {
	padding-left: 3px !important;
}
ul.ce-uploads li {
	list-style-type: none !important;
}


.media-list {
	margin-left: 20px;
}
.media-list li.media {
	margin: 10px 50px 5px -35px;
}
.media-list > li.media ~ li.media {
	float: left;
}
.media-list h4 {
	font-size: 13px;
}
.media-list h4 a::before {
	margin-left: -20px;
}
.media-list li.media .media-left {
	margin-bottom: 5px;
}
.media-list h4.media-heading a .uploads-filename {
	font-family: "Share Tech Mono", sans-serif;
	font-size: 11px;
	margin-left: 15px;
}
.media-list h4 a::before,
.media-list h4.media-heading a .uploads-fileicon {
	display: none;
}
.media-list h4 a::before {
	margin-left: -20px;
}
.media-list .media-left a[href $=".pdf"]:before,
.ce-image a[href $=".pdf"]:before {
	visibility: hidden;
}
.ce-image a[href $=".pdf"]:before {
	display: none;
}
.ce-image-description {
	padding-left: 0px;
}


#content .ce-sitemap UL {
	padding-left: 0px;
}
#content .col-right .ce-sitemap A {
	width: 100%;
	min-width: 100%;
}
.news-menu-view UL LI  A:hover,
#content .X.ce-sitemap A:hover {
	background-image: linear-gradient(180deg,
		rgba(150, 150, 150, 0.50) 20%,
		rgba(150, 150, 150, 0.55) 80%) !important;
}
#content .ce-sitemap UL {
	list-style-type: none !important;
}
UL.nav-sidebar LI UL A::before,
.news-menu-view UL LI  A::before,
#content .ce-sitemap UL LI A::before {
	content: "❯"; /* arrow right */
}
.news-menu-view UL LI  A::before,
#content .ce-sitemap UL.ce-menu LI A::before,
#content .col-right .ce-sitemap UL LI A::before {
	position: absolute;
}
#content .col-right .ce-sitemap UL LI A::before	{ margin-left: -12px; }
#content .col-right .ce-sitemap UL LI				{ padding-left: 12px; }
#content .ce-sitemap UL.ce-menu LI A::before		{ margin-left: -15px; }
#content .ce-sitemap UL.ce-menu LI 				{ padding-left: 5px; }
#content .ce-sitemap UL.ce-selected LI 			{ padding-left: 11px; }

#content .ce-sitemap UL.ce-menu LI A {
	padding-top: 2px;
	padding-bottom: 1px;
}
#content .ce-sitemap UL UL {
	padding-left: 0px;
	margin-bottom: 0px;
}
#content .ce-sitemap UL UL A,
#content .ce-sitemap UL.level-1 A {
	padding-left: 20px;
	margin-left: -10px;
}
#content .ce-sitemap UL UL UL {
	padding-left: 10px;
	margin-bottom: 5px;
}
#content .ce-sitemap UL UL UL LI {
	color: #0CC; /* list-style-type color */
}
#content .ce-sitemap UL.level-2 A {
	color: #111 !important;
	padding-left: 35px;
	margin-left: -25px;
}
#content .ce-sitemap UL.level-3 A {
	color: #888 !important;
	padding-left: 50px;
	margin-left: -40px;
}
#content .ce-sitemap UL.level-4 A {
	padding-left: 75px;
	margin-left: -55px;
}
#content .ce-sitemap UL.level-5 A {
	padding-left: 90px;
	margin-left: -70px;
}
#content .ce-sitemap UL.level-6 A {
	padding-left: 105px;
	margin-left: -85px;
}
#content .ce-sitemap ul.ce-list > li > a:nth-child(1),
#content .ce-sitemap ul.level-1 > li:nth-child(1) {
	display: none; /* no root page, no home page */
}
#content .ce-sitemap ul:nth-child(1) > li > a:nth-child(1) {
	width: 100%;
}
#content .ce-sitemap ul.ce-menu-8:nth-child(1) > li > a:nth-child(1) {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px !important;
}
#content .ce-sitemap ul.ce-menu-8:nth-child(1) > li > a:nth-child(1)::before {
	content: "";
}
#content .ce-sitemap ul.ce-menu-8:nth-child(1) > li {
	list-style-type: none !important;
}


#content .frame .pageMenu.subHeader {
	margin-top: 20px;
	margin-bottom: 0px;
}


body > div.typo3-feedit-page {
	position: relative;
	z-index: 2000;
}

body .typo3-feedit-element {
	padding: 10px 10px 0px 10px;
}
.typo3-feedit-page .typo3-feedit-element,
.typo3-feedit-element .typo3-editPanel {
	padding: 0px 0px 0px 0px;
}
.typo3-feedit-element FORM {
	box-shadow: 1px 1px 0px rgba(80, 80, 80, 0.8) inset;
	margin: 0px -10px 0px -10px;
}
.btn-default {
	background-image: linear-gradient(0deg,
		rgba(255, 255, 255, 0.7) 6%,
		rgba(255, 255, 255, 0.95)
	);
}
.btn-default,
.btn-default:hover {
	border: 0px solid #aaa;
}


.navbar-2mainpages {
	position: absolute;
	margin-top: 5px;
}
.navbar-2mainpages span {
	margin-right: 30px;
}
.navbar-2mainpages a {
	display: inline-block;
}
.navbar-2mainpages img {
	height: 60px;
	width: 100% \9\0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/*	only IE 10 */
	.navbar-2mainpages img {
	width: 100%;
}
}

.navbar-2mainpages img,
.navbar-2mainpages img:active,
.navbar-brand-image.X img,
.navbar-brand-image .X img:active {
	filter: drop-shadow( 3px 3px 4px #FAFAFA );
}
.navbar-2mainpages img:hover,
.navbar-brand-image.X img:hover {
	transition: all 0.5s ease-in;
	filter: drop-shadow( 6px 4px 8px #BBB );
}


/* Float Shadow */
.FloatShadow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}
.FloatShadow:before {
	opacity: 0;
	position: absolute;
	z-index: -1;		content: '';
	top: 100%;		left: 5%;
	height: 10px;		width: 90%;
	background: radial-gradient(ellipse at center,
		rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	transition: all 0.3s;
}
.FloatShadow:hover {
	transform: translateY(-5px);
}
.FloatShadow:hover:before {
	opacity: 1;
	transform: translateY(5px);
}

.largeDropShadow {
	filter: drop-shadow( 10px 10px 15px #999 );
}


.navbar-socialmedia {
	position: absolute;
	right: 10px;
	top: 10px;
}
.navbar-socialmedia .SocialWebLinks {
	display: inline-block;
}
.navbar-socialmedia .SocialWebLinks A {
	display: inline-block;
	height: 24px;
}
.navbar-socialmedia OBJECT,
.navbar-socialmedia IMG {
	width: 24px; height: 24px;
	margin: 0px 3px 0px 15px;
	position: relative;
	z-index: -1;
}
.navbar-socialmedia .SocialLink {
	padding-top: 8px;
	line-height: 10px;
	display: inline-block;
	vertical-align: top;
}
.navbar-socialmedia > SPAN::before {
	content: "";
	font-family: "AltThinIcons";
	font-size: 24px;
	position: absolute;
}


.navbar-service,
.secondaryNavigation {
	float: right;
	position: relative;
	right: 0px;
	z-index: 1;
}
.navbar-service {
	position: absolute;
	right: 5px;
	top: -3px;
}
.navbar-service UL,
.secondaryNavigation UL {
	margin-top: 5px;
	padding-left: 0px;
}
.secondaryNavigation LI {
	display: none;
	margin-left: 30px;
	font-size: 16px;
}
.navbar-service LI {
	margin-left: 0px;
	font-size: 10px;
	min-width: 32px;
	margin-right: 5px;
	display: none;
}
.navbar-service LI.item A {
}
.navbar-service LI.item IMG {
	width: 24px;
	opacity: 0.5;
	display: block;
	margin: 0 auto;
}
.navbar-service SPAN.title {
	text-transform: uppercase;
	color: #888;
	display: block;
	line-height: 10px;
	position: relative;
}
.secondaryNavigation ul li:nth-last-child(1) {
	margin-left: 0px;
}
.secondaryNavigation ul li:nth-last-child(1) IMG {
	margin-top: -6px !important;
	margin-right: 1px;
}
.secondaryNavigation ul li:nth-last-child(2) IMG {
	margin-right: 5px;
}


.img-responsive,
.XXthumbnail > img,
.XXthumbnail a > img,
.XXcarousel-inner > .item > img,
.XXcarousel-inner > .item > a > img {
	width: 100% !important;
}


.carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 1px;
	border: 1px solid rgba(255, 255, 255, 1.00);
	background-color: rgba(0, 0, 0, 0.90);
}
.carousel-indicators li.active {
	width: 20px;
	height: 20px;
}
.carousel .carousel-text,
.carousel .carousel-text-inner {
	position: absolute;
	width: 100%;
	left: 0px;		bottom: 0px;
	margin: 0px;
}
.news-list-view .picturelist .header,
.carousel .carousel-text H1,
.carousel .carousel-text-inner H1,
.nivoSlider .caption-title {
	text-align: left;
	font-size: 25px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.30);
	font-weight: 400 !important;
}

.news-list-view .picturelist .header,
.carousel .carousel-text {
	padding-left: 40px;
}
.news-list-view.floatRows .picturelist .header {
	padding-left: 25px !important;
	padding-right: 10px !important;
}
.news-list-view .picturelist .header,
.carousel .carousel-text,
.carousel .carousel-text-inner,
.nivoSlider .nivo-caption {
	background-color: var(--cssNavHeaderColor);
	background-color: rgba(50, 50, 50, 0.60);
}
.news-list-view .picturelist .header.isHiddenColor,
.news-list-view .picturelist .teaser-text.isHiddenColor {
	background-color: rgba(0, 0, 0, 0.0);
	visibility: hidden;
}
.carousel .carousel-text,
.carousel .carousel-text-inner,
.nivoSlider .nivo-caption {
	z-index: 8;
	padding: 5px 35px 15px 35px;
}


.news-list-view .picturelist .header H3,
.carousel .carousel-text H1,
.carousel .carousel-text H2,
.carousel .carousel-text H3,
.carousel .carousel-text H4,
.carousel .carousel-text-inner H1,
.carousel .carousel-text-inner H4,
.nivoSlider .nivo-caption a {
	border-bottom: 1px dotted #fff;
	padding-right: auto;
}
.news-list-view .picturelist .header H3 {
	border-bottom: 0px;
}
.news-list-view .picturelist .header H3,
.news-list-view .picturelist .teaser-text,
.carousel .carousel-text-inner H1,
.carousel .carousel-text-inner H4,
.carousel .carousel-text H1,
.carousel .carousel-text H2,
.carousel .carousel-text H3,
.carousel .carousel-text H4,
.nivoSlider .nivo-caption a,
.nivoSlider .nivo-caption p {
	color: #EFEFEF;
}
.news-list-view.BlackOnWhite .picturelist .header {
	padding-top: 35px !important;
	background-image: linear-gradient(180deg ,
		rgba(255, 255, 255, 0.95) 0%,
		rgba(255, 255, 255, 0.75) 70%,
		rgba(255, 255, 255, 0.45) 100%) !important;
	background-color: rgba(255,255,255, 0.80);
}
.news-list-view.BlackOnWhite .picturelist .header H3,
.news-list-view.BlackOnWhite .picturelist .teaser-text {
	color: #010101;
}
.news-list-view.floatHalfwidth .picturelist .header H3 {
	font-size: 16px;
}
.news-list-view.floatHalfwidth .picturelist .teaser-text {
	font-size: 12px;
}

.carousel .carousel-text H1,
.carousel .carousel-text H2,
.carousel .carousel-text H3,
.carousel .carousel-text H4,
.carousel .carousel-text-inner H1,
.carousel .carousel-text-inner H4,
.nivoSlider .nivo-caption H4 {
	margin: 5px 0px 6px -30px;
	display: inline-block;
	padding: 0px 10px 2px 30px;
}
.nivoSlider .nivo-caption .caption {
	padding-top: 5px;
	display: block;
}
.carousel .carousel-text p,
.nivoSlider .nivo-caption p {
	font-size: 13px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.nivoSlider .nivo-caption .caption p {
	width: calc(100% - 150px);
}
.carousel .carousel-text p {
	white-space: inherit;
	color: #FFF;
	display: none;
}
.carousel.hiddenTitle .carousel-text,
.carousel.hiddenTitle .carousel-text-inner,
.nivoSlider .nivo-caption .caption.isHidden {
	display: none;
}
.nivoSlider .nivo-caption H4.isHidden {
	visibility: hidden;
}
.news-list-view .picturelist .article {
	border-bottom: 0px solid rgba(77, 77, 77, 0.95);
	border-right: 0px solid rgba(77, 77, 77, 0.1);
	min-width: 100%;
	width: 100%;
	margin-right: var(--newsListViewArticleMargin);
	margin-bottom: var(--newsListViewArticleMargin);
}
.news-list-view.floatRows.WhiteOnBlack .picturelist .article  {
	border-right: 1px solid rgba(77, 77, 77, 0.90);
	border-bottom: 1px solid rgba(77, 77, 77, 0.95);
	margin: 0px 5px 60px 45px;
	min-width: calc(100% - 100px);
	width: calc(100% - 100px) ;
}
.news-list-view.Frameless .picturelist .article {
	margin:	0px
			var(--newsListViewFramelessArticleMargin)
			calc(2 * var(--newsListViewFramelessArticleMargin))
			var(--newsListViewFramelessArticleMargin);
}
.news-list-view.Frameless.HalfFrames .picturelist .article {
	margin: 0px;
}
.carousel .carousel-image {
	display: block;
	float: center;
}
.carousel.hiddenTitle .carousel-image {
	padding-top: 20px;
	padding-bottom: 20px;
}
.SingleColumn-0 .carousel.hiddenTitle .carousel-image {
	padding-top: 0px;
	padding-bottom: 0px;
}
.carousel.slide {
	margin-bottom: 40px;
}
.SingleColumn-0 .carousel.slide {
	margin-bottom: 0px;
}
.nivo-controlNav {
	position: absolute;
	margin-top: -65px;
	z-index: 10;
	right: 15px;
	float: right;
}
a.carousel-control,
.nivo-controlNav a,
.nivo-directionNav a {
	color: rgba(255, 255, 255, 0.6) !important;
	background-color: transparent !important;
	background: url() !important;
	text-indent: 0px !important;
}
a.carousel-control,
.nivo-directionNav a {
	opacity: 1;
	top: 0px;
	width: 80px !important;
	height: 100% !important;
	transition: all 100ms ease-in-out;
}

a.carousel-control:hover,
.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.nivoSlider a.nivo-nextNav,
.carousel-control.right {
	right: 0;
}
.nivoSlider a.nivo-prevNav {
	left: 0;
}

a.nivo-control:before,
.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before,
a.nivo-prevNav:before,
a.nivo-nextNav:before {
	font-size: 90px;
	font-family: 'Lateef';
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before,
a.nivo-prevNav:before,
a.nivo-nextNav:before {
	position: absolute;
	transform: scale(1.2, 1.6);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
a.nivo-prevNav:before,
a.nivo-nextNav:before {
	top: 35%;
	margin: 0;
	width: 30px;
	height: 30px;
	left: calc(50% - 30px);
	right: auto;
}
a.nivo-prevNav:before {
	left: calc(50% - 20px);
}
a.nivo-nextNav:before {
	right: calc(50% - 20px);
	left: auto;
}

.carousel-control .glyphicon-chevron-left:before,
A.nivo-prevNav:before {
	content: "\003C";/* prev */
}
.carousel-control .glyphicon-chevron-right:before,
A.nivo-nextNav:before {
	content: "\003E";/* next */
}


a.nivo-control {
	color: rgba(255, 255, 255, 0.6) !important;
	visibility: hidden;
}
a.nivo-control:before {
	content: "⬜";
	font-size: 25px !important;
	font-weight: normal !important;
	visibility: visible;
}
a.nivo-control.active:before {
/*	content: "⚫";		/* dot */
	content: "⬛";		/* box */
}
.carousel A.carousel-control,
.nivo-directionNav A.nivo-prevNav,
.nivo-directionNav A.nivo-nextNav {
	opacity: 0;
}
.carousel A.carousel-control:hover,
.nivo-directionNav A.nivo-prevNav:hover,
.nivo-directionNav A.nivo-nextNav:hover {
	opacity: 1;
}

.carousel,
.nivoSlider {
	box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.3) !important;
}


.select2-dropdown-1column .select2-results__option {
	width: 100%;
}
.select2-dropdown-2column .select2-results__option {
	width: 50%;
	padding: 10px 10px;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}


.form-group label,
.form-layout label {
	transition:
		background 0.2s,
		color 0.5s,
		top 0.2s,
		bottom 0.2s,
		right 0.2s,
		left 0.2s;
	border-radius: 0px 0px 1px 1px;
	display: inline-block;
	min-width: 60px;
	padding: 1px 10px 3px 10px;
	margin-bottom: 15px;
	margin-bottom: 5px;
}
.form-layout .columnTitle {
	line-height: 40px;
}
.form-layout .field-value  #mailformSubmit {
	margin-left: -10px;
}
.form-layout .field-value P {
	margin-bottom: 0px;
}
.form-layout .select2-selection__rendered {
	padding-left: 0px !important;
}
.form-layout input,
.form-layout select,
.form-layout textarea {
	color: #000;
	padding: 8px 10px 8px 10px;
}
.form-layout .select2-selection__choice {
	background-color: transparent !important;
	border: 0px solid #aaa !important;
	border-radius: 0px !important;
	margin-top: 7px !important;
	padding-left: 0px !important;
}
.form-layout input[type="text"],
.form-layout input[type="number"] {
}
.form-group .form-control,
.form-layout select,
.form-layout input,
.form-layout textarea,
.form-layout input[type="submit"],
.form-layout button,
.tx-felogin-pi1 FORM input[type="submit"] {
	min-height: 45px;
}
.form-group .form-control,
.form-layout input[type="text"],
.form-layout input[type="password"],
.form-layout input[type="radio"] + label,
.form-layout input[type="checkbox"] + label,
.form-layout textarea {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6) inset;
	border-radius: 3px;
	color: #999;
}
.form-group .form-control,
.form-layout input[type="text"],
.form-layout textarea {
	width: 100%;
	padding: 8px 10px;
}
.form-layout input[type="radio"],
.form-layout input[type="checkbox"] {
	outline: none;
}
.form-layout input[type="radio"].styledCheckbox,
.form-layout input[type="checkbox"].styledCheckbox {
	display: none;
}
.form-layout .styledCheckbox + label {
	cursor: pointer;
	position: absolute;
	background-color: rgba(255,255,255, 0.5);
	background-image: linear-gradient(
		rgba(255,255,255, 0.7),
		rgba(255,255,255, 0.3)
	);
	vertical-align: bottom;
	padding: 0.75em;
	min-width: 0.75em;
	height: 0.75em;
}
.form-layout .styledCheckbox.smallField ~ label {
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	min-width: 1.8em;
	height: 1.8em;
}
.form-layout input[type="radio"] + label {
	border-radius: 1.8em;
}
.form-layout input.styledCheckbox + label::before {
	content: '';
	position: absolute;
	margin-top: -1em;
	margin-left: -1em;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(100,100,100, 0.1), 1px 1px 2px rgba(100,100,100, 0.7);
}
.form-layout input.styledCheckbox:checked + label::before {
	content: '✓';
	margin-top: -0.20em;
	margin-left: -0.35em;
	font-size: 3.2em;
	font-weight: bold;
	transition: 0.4s;
}


.form-layout input.styledCheckbox.removeCountBox + label {
	box-shadow: unset !important;
	border: 1px solid rgba(90, 90, 90, 0.4) !important;
	border: 0px solid rgba(90, 90, 90, 0.4) !important;
	margin-top: 0.3em !important;
	margin-left: 1em;
	padding: 0.55em;
	min-width: 0.2em;
	height: 0.2em;
	background-size: 100%;
	background-image: url(/fileadmin/WEBicons/X-square.svg);
}
.form-layout input.styledCheckbox.removeCountBox:active + label {
	margin-top: 0.32em !important;
	margin-left: 1.05em;
}
.form-layout input.styledCheckbox.removeCountBox + label::before,
.form-layout input.styledCheckbox.removeCountBox:checked + label::before {
	content: '\E14C';
	content: '';
	font-family: 'Material Icons';
	font-size: 18px !important;
	color: #AAA !important;
	line-height: 5px;
	font-weight: normal;
	margin-left: -9px;
	margin-top: -2.2px;
	text-shadow: 0px 0px 0px rgba(100,100,100, 0.0);
}


.form-layout  input[type="radio"] + label + span,
.form-layout  input[type="checkbox"] + label + span {
	padding: 0px 15px 10px 40px;
	display: block;
}
.form-layout  input[type="radio"] + label + span {
	padding-bottom: 20px;
}
.form-layout select {
	padding: 4px 8px;
}
.form-layout .select2-search__field {
	padding-left: 10px !important;
	cursor: pointer;
}
.form-layout .select2-search--inline:before {
	content: "\e315";
	font-family: 'Material Icons';
	position: absolute;
	margin-top: 8px;
	margin-left: -2px;
}

.form-layout  #mailformDateTime + label + .field-icon::after,
.form-layout  #mailformDate + label + .field-icon::after,
.form-layout  #mailformTime + label + .field-icon::after {
	content: "\e023";
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
	margin-top: -36px;
	line-height: 100%;
	color: #999;
	position: relative;
	float: left;
	float: right;
	padding: 10px;
	background-color: #FFF;
	background-color: transparent;
}
.form-layout  #mailformDate + label + .field-icon::after {
	content: "\e109";
}
.form-layout  #mailformDateTime + label + .field-icon::after {
	content: "\e109 \e023";
}


.carousel-inner .valign,
.carousel-inner > .item {
	width: 100%;
	max-width: 100%;
	height: auto !important;
	min-height: 70px;
	background-size: 100%;
}


.Jump2Top {
	position: relative;
	float: right;
	right: 0px;
	top: -10px;
	clear: both;
}
.go2Top.ce-linkToTop A::before {
	color: rgba(10, 10, 10, 0.3);
}
.ce-linkToTop A {
	position: absolute;
	width: 35px;
	height: 50px;
	bottom: -40px;	right: 10px;
	padding-top: 4px;
	XXborder-radius: 0px 0px 25px 25px;
	background-image: linear-gradient(180deg ,
		rgba(100, 100, 100, 0.3) 0px,
		rgba(255, 255, 255, 0.0) 3px);
	text-align: center;
	clear: both;
}
.ce-linkToTop A:hover {
	background-color: rgba(150, 150, 150, 0.05);
	box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.45);
	border: 1px solid rgba(100, 100, 100, 0.6);
	padding-top: 3px;
}
.ce-linkToTop A::before {
	font-size: 30px;
	content: "⏫" !important;
	content: "▲" !important;
	transform: rotate(0deg);
	content: "▶▶" !important;
	transform: scaleY(0.6) rotate(-90deg);
	display: block;
	margin-top: 10px;
	line-height: 14px;
}
.ce-linkToTop A:hover,
.ce-linkToTop A:hover::before {
	background-image: url() !important;
	text-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
}
p.ce-linkToTop A::before {
	color: #999;
}
.ce-linkToTop A:active {
	box-shadow: 2px 2px 6px rgba(100, 100, 100, 0.25) inset;
}
.ce-linkToTop A:focus {
	outline: none;
}


/*
@media (min-width : 320px) and (max-width: 479px) {
}
*/
header + #content.main-section .allRows .tx_newsslider,
header + #content.main-section .carousel {
	margin-top: -70px !important;
}

.container {
	width: calc(100% - 10px);
}

@media only screen and (min-width: 360px) {

	.carousel-inner > .item {
		min-height: 90px;
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article  {
		min-width: calc((100% - 0px) / 1 );
		width: calc((100% - 0px) / 1 );
	}
}
@media only screen and (min-width: 240px) and (max-width: 479px) {
	.ce-row.image-row > .col-xs-6,
	.ce-row.image-row > .col-md-4 {
		width: calc(100% - 5px);
		margin-right: 5px;
	}
}

@media only screen and (min-width: 480px) {
	.ce-row.image-row > .col-md-6.col2 {
		width: calc(50% - 5px);
		margin-right: 5px;
	}

	.image-column {
		float: left;
	}

	.breadcrumb {
		font-size: 10px;
	}
	.navbar-main {
		font-size: 13px !important;
	}
	.carousel-inner > .item {
		min-height: 116px;
	}
	.SingleColumnWidth,
	.news-list-view .picturelist .article {
		--SingleColumnWidth:  calc((100% - 20px) / 2);
		min-width: var(--SingleColumnWidth);
		width: var(--SingleColumnWidth);
	}
}
@media only screen and (min-width: 560px) {

	.news-list-view.newsList .previewList .news-infos .news-list-category {
		display: block;
	}
	.news-list-view.floatRows .picturelist.picturerows .cssBox.BlackOnWhite {
		min-width: calc((100% - 30px) / 2);
		width: calc((100% - 30px) / 2);
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 60px) / 2);
		width: calc((100% - 60px) /2 );
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article  {
		min-width: calc((100% - 0px) / 1 );
		width: calc((100% - 0px) / 1 );
	}
}
@media only screen and (min-width: 640px) {
	.container {
		width: calc(100% - 40px);
	}
	.image-column {
		float: left;
	}
	.carousel-inner > .item {
		min-height: 155px;
	}
	.news-list-view.floatRows.WhiteOnBlack .picturelist .article  {
		min-width: calc((100% - 150px) / 2);
		width: calc((100% - 150px) / 2);
	}
}

@media only screen and (min-width: 768px) {
	HEADER.navbar {
		padding-left: 0px;
	}
	.container {
		width: calc(100% - 40px);
	}
	.image-column {
		float: left;
	}
	.breadcrumb {
		font-size: 11px;
	}
	.navbar-brand-image {
		z-index: +1;
		top: 0px !important;
		float: right;
		right: 10px;
		float: left;
		left: 25px;
	}
	.navbar-brand-image img {
		height: 50px;
	}
	.navbar-brand-image .navbar-logo {
		margin-top: -2px !important;
	}
	.navbar-main  {
		background-color: transparent;
	}
	.navbar-service LI {
		display: inline-block;
	}
	.carousel-inner > .item {
		min-height: 188px;
	}
	header + #content.main-section .allRows .tx_newsslider,
	header + #content.main-section .carousel {
		margin-top: -61px !important;
	}
	header + #content.main-section .allRows .tx_newsslider.PlaceAtTop,
	header + #content.main-section .carousel.PlaceAtTop {
		margin-top: -140px !important;
	}
	header + .breadcrumb-section + #content.main-section {
		margin-top: -24px !important;
	}
	.col6.col-sm-3 {
		width: calc(100% / 6);
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 60px) / 2 );
		width: calc((100% - 60px) / 2 );
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article  {
		min-width: calc((100% - 0px) / 2 );
		width: calc((100% - 0px) / 2 );
	}
}


@media only screen and (min-width: 800px) {
	#content 2columns-1 .ce-sitemap > DIV > UL {
		columns: 2 250px;
		-moz-columns: 2 250px;
		-webkit-columns: 2 250px;

		column-gap: 20px;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;

		-moz-column-rule: 1px solid #DDD;
		-webkit-column-rule: 0px solid #DDD;
	}
	.carousel-inner > .item {
		min-height: 210px;
	}
	.news-list-view.hasFloat1Column,
	.news-list-view.float1Column.datedList {
		--SingleColumnWidth:  calc((100% - 0px) / 3);
		min-width: var(--SingleColumnWidth);
		width: var(--SingleColumnWidth);
	}
	.news-list-view.hasFloat1Column {
		min-width: calc(100% - var(--SingleColumnWidth) + 5px);
		width: calc(100% - var(--SingleColumnWidth) + 5px);
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 110px) / 3);
		width: calc((100% - 110px) / 3);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article  {
		min-width: calc((100% + 0px) / 2 );
		width: calc((100% + 0px) / 2 );
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames.isFullWidth .picturelist .article  {
		min-width: calc((100% - 0px) / 2 );
		width: calc((100% - 0px) / 2 );
	}
	.news-list-view.floatRows .picturelist.picturerows .cssBox.BlackOnWhite {
		min-width: calc((100% - 45px) / 3);
		width: calc((100% - 45px) / 3);
	}
	.news-list-view.datedList.float1Column.floatRight {
		margin-left: 0px;
		padding-left: 0px;
		margin-right: 0px;
		margin-bottom: 15%;
		margin-bottom: calc(var(--newsListViewArticleHeight) + 4 * var(--newsListViewFramelessArticleMargin));
	}
	.hasBorder.cssEffect.HalfFrames .cssBox .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.ce-row.image-row > .col-xs-6 {
		width: calc(33% - 5px);
		margin-right: 5px;
	}
	.ce-media-caption, .image .caption {
		font-size: 8.5px;
		line-height: 110%;
		min-height: 7.5em;
		color: #999;
	}
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
	.cssEffect .cssBox:nth-of-type(even) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
	.cssEffect .cssBox:nth-of-type(4n+1) .cssMedia,
	.cssEffect .cssBox:nth-of-type(4n+2) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(4n+3) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(4n+4) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.news h3 {
		font-size: 16px;
	}
	MAIN .news .article .teaser-text {
		margin-right: 3%;
	}
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
	.hasBorder.cssEffect .cssBox:nth-of-type(even) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(4n+3) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(4n+4) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(4n+3) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(4n+4) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.news h3 {
		font-size: 16px;
	}
	MAIN .news .article .teaser-text {
		margin-right: 3%;
	}
}


@media only screen and (min-width: 992px) {
	.container {
		min-width: var(--MainContentBodyWidth);
		width: var(--MainContentBodyWidth);
	}
	.container {
		width: calc(100% - 40px);
	}
	.hasNavColumn .col-sm-6.columnLeft {
		width: calc(100%  - 5px - var(--columnRightMinWidth) - var(--columnNavSidebarMaxWidth));
	}
	.col-sm-3.columnRight {
		min-width: var(--columnRightMinWidth);
		width: var(--columnRightMinWidth);
	}

	.navbar-service {
		top: 10px;
	}
	.navbar-service LI {
		margin-right: 15px;
	}

	.navbar-main {
		font-size: 16px !important;
	}
	.container .navbar-header {
		height: 60px;
	}
	.navbar-brand-image img {
		height: 55px;
	}
	.navbar-brand-image .navbar-logo {
		padding: 35px 10px 48px 10px;
	}
	.navbar-main > li > a {
		padding: 15px 20px 12px 20px !important;
	}
	.breadcrumb {
		font-size: 12px;
	}
	.carousel-inner > .item {
		min-height: 248px;
	}
	header + #content.main-section .allRows .tx_newsslider,
	header + #content.main-section .carousel {
		margin-top: -30px !important;
	}
	header + .breadcrumb-section + #content.main-section {
		margin-top: -15px !important;
	}
	#content .col3umns.One3ColumnSection .ce-textpic.ce-below .ce-bodytext {
		width: 85%;
	}

	.news-list-view.floatHalfwidth {
		width: calc((100% + 0px) / 1);
	}
	.news-list-view.hasFloat1Column,
	.news-list-view.float1Column.datedList {
		--SingleColumnWidth:  calc((100% - 1px) / 3);
		min-width: var(--SingleColumnWidth);
		width: var(--SingleColumnWidth);
	}
	.news-list-view.hasFloat1Column {
		min-width: calc(100% - var(--SingleColumnWidth) + 5px);
		width: calc(100% - var(--SingleColumnWidth) + 5px);
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 1px) / 3);
		width: calc((100% - 1px) / 3);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames.isFullWidth .picturelist .article  {
		min-width: calc((100% + 0px) / 3 );
		width: calc((100% + 0px) / 3 );
	}
	.news-list-view.floatRows.WhiteOnBlack .picturelist .article  {
		min-width: calc((100% - 200px) / 3);
		width: calc((100% - 200px) / 3);
	}
	.news-list-view.floatRows .picturelist.picturerows .cssBox.BlackOnWhite {
		min-width: calc((100% - 60px) / 4);
		width: calc((100% - 60px) / 4);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article {
		min-width: calc((100% + 0px) / 3 );
		width: calc((100% + 0px) / 3 );
	}
	.hasBorder.cssEffect.HalfFrames .cssBox .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+4) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+5) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+6) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hasBorder.cssEffect .cssBox:nth-of-type(4n+3) .cssMedia,
	.hasBorder.cssEffect .cssBox:nth-of-type(4n+4) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+4) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+5) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+6) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.isFullWidth.cssEffect .cssBox:nth-of-type(6n+4) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(6n+5) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(6n+6) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.news h3 {
		font-size: 17px;
	}
	MAIN .news .article .teaser-text {
		margin-right: 10%;
	}
}
@media only screen and (min-width: 1200px) {
	HEADER.navbar {
		padding-left: 0px;
	}
	header.navbar .container {
		background-position:  calc(300px) 0px;
	}
	.container {
		min-width: var(--MainContentBodyWidth);
		width: calc(80% - var(--columnRightMinWidth));
	}
	.container.hasNavColumn {
		width: calc(100% - 35px - var(--columnRightMinWidth) - var(--columnNavSidebarMaxWidth));
		max-width: calc(var(--MainContentBodyWidth) - 90px + var(--columnNavSidebarMaxWidth));
	}
	.hasNavColumn .col-sm-6.columnLeft {
		width: calc(100% - 90px - var(--columnNavSidebarMaxWidth));
		max-width: calc(100% - var(--columnNavSidebarMaxWidth));
	}
	.hasNavColumn .col-md-3.columnNav {
		width: 0px;
		position: absolute;
	}

	.carousel-inner > .item {
		min-height: 310px;
	}
	.container .navbar-header {
		height: 70px;
	}
	.navbar-brand-image img {
		height: 70px;
	}
	.navbar-brand-image .navbar-logo {
		padding: 40px 20px 45px 20px;
	}

	header + #content.main-section .allRows .tx_newsslider,
	header + #content.main-section .carousel {
		margin-top: -20px !important;
	}
	header + #content.main-section .allRows .tx_newsslider.PlaceAtTop,
	header + #content.main-section .carousel.PlaceAtTop {
		margin-top: -140px !important;
	}
	footer .container .row .container {
		width: inherit;
	}
	.carousel .carousel-text p {
		display: block;
	}
	.news-list-view.hasFloat1Column,
	.news-list-view.float1Column.datedList {
		--SingleColumnWidth:  calc((100% - 5px) / 4);
		min-width: var(--SingleColumnWidth);
		width: var(--SingleColumnWidth);
	}
	.news-list-view.hasFloat1Column {
		min-width: calc(100% - var(--SingleColumnWidth) + 5px);
		width: calc(100% - var(--SingleColumnWidth) + 5px);
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 140px) / 4);
		width: calc((100% - 140px) / 4);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article {
		min-width: calc((100% + 0px) / 4 );
		width: calc((100% + 0px) / 4 );
	}
	.news-list-view.floatRows.WhiteOnBlack .picturelist .article  {
		min-width: calc((100% - 250px) / 4);
		width: calc((100% - 250px) / 4);
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1799px) {
	.hasBorder.cssEffect .cssBox:nth-of-type(6n+4) .cssMedia,
	.hasBorder.cssEffect .cssBox:nth-of-type(6n+5) .cssMedia,
	.hasBorder.cssEffect .cssBox:nth-of-type(6n+6) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+4) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+5) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+6) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+5) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+6) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+7) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+8) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
}

@media only screen and (min-width: 1400px) {
	.col3umns-Margin {
		display: block;
	}

	.carousel-inner > .item {
		min-height: 350px;
	}
	.news-list-view.floatHalfwidth.Xoff {
		margin-right: 149px;
		margin-right: calc( 25px + ((100% - 50px) / 10))
	}
	.news-list-view .picturelist .article {
		min-width: calc((100% - 50px) / 5);
		width: calc((100% - 50px) / 5);
	}
	.news-list-view.hasFloat1Column,
	.news-list-view.float1Column.datedList {
		--SingleColumnWidth:  calc((100% - 5px) / 4);
		min-width: var(--SingleColumnWidth);
		width: var(--SingleColumnWidth);
	}
	.news-list-view.hasFloat1Column {
		min-width: calc(100% - var(--SingleColumnWidth) + 5px);
		width: calc(100% - var(--SingleColumnWidth) + 5px);
	}

	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 50px) / 4);
		width: calc((100% - 50px) / 4);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article  {
		min-width: calc((100% + 0px) / 4 );
		width: calc((100% + 0px) / 4 );
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames.isFullWidth .picturelist .article  {
		min-width: calc((100% + 0px) / 4 );
		width: calc((100% + 0px) / 4 );
	}
	.news-list-view.floatRows .picturelist.picturerows .cssBox.BlackOnWhite {
		min-width: calc((100% - 80px) / 5);
		width: calc((100% - 80px) / 5);
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
	.isFullWidth.cssEffect .cssBox:nth-of-type(8n+5) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(8n+6) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(8n+7) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(8n+8) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
}


@media only screen and (min-width: 1600px) {
	.carousel-inner > .item {
		min-height: 400px;
	}
	.navbar-service {
		top: 10px;
	}
	.navbar-service LI {
		margin-right: 15px;
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 35px) / 4);
		width: calc((100% - 35px) / 4);
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames .picturelist .article  {
		min-width: calc((100% + 0px) / 4 );
		width: calc((100% + 0px) / 4 );
	}
	.news-list-view.floatRows.WhiteOnBlack .picturelist .article  {
		min-width: calc((100% - 300px) / 5);
		width: calc((100% - 300px) / 5);
	}
	.nivoSlider .nivo-caption .caption p {
		width: calc(60% - 150px);
	}
}


@media only screen and (min-width: 1800px) {
	.carousel-inner > .item {
		min-height: 460px;
	}
	.news-list-view.floatRows.BlackOnWhite.Frameless .picturelist .article  {
		min-width: calc((100% - 170px) / 5);
		width: calc((100% - 170px) / 5);
	}
	.news-list-view.hasFloat1Column,
	.news-list-view.float1Column.datedList {
		--SingleColumnWidth:  calc((100% - 5px) / 5);
		min-width: var(--SingleColumnWidth);
		width: var(--SingleColumnWidth);
	}
	.news-list-view.hasFloat1Column {
		min-width: calc(100% - var(--SingleColumnWidth) + 5px);
		width: calc(100% - var(--SingleColumnWidth) + 5px);
	}
	.news-list-view.hasFloat1Column.floatHalfwidth {
		min-width: calc(100% - var(--SingleColumnWidth) - 0px);
		width: calc(100% - var(--SingleColumnWidth) - 0px);
	}
	.news-list-view.floatHalfwidth .picturelist .article {
		--HalfColumnWidth:  calc((100% - 300px) / 10);
		min-width: var(--HalfColumnWidth) !important;
		width: var(--HalfColumnWidth) !important;
	}
	.news-list-view.floatHalfwidth.hasFloat1Column .picturelist .article {
		--SingleColumnWidth:  calc((100% - 230px) / 5);
		--HalfColumnWidth:  calc((100% - var(--SingleColumnWidth)) / 8);
		min-width: var(--HalfColumnWidth) !important;
		width: var(--HalfColumnWidth) !important;
	}

	.hasBorder.cssEffect .cssBox:nth-of-type(8n+5) .cssMedia,
	.hasBorder.cssEffect .cssBox:nth-of-type(8n+6) .cssMedia,
	.hasBorder.cssEffect .cssBox:nth-of-type(8n+7) .cssMedia,
	.hasBorder.cssEffect .cssBox:nth-of-type(8n+8) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}
	.news-list-view.floatRows.BlackOnWhite.HalfFrames.isFullWidth .picturelist .article,
	.news-list-view.floatRows.BlackOnWhite.HalfFrames.hasBorder .picturelist .article  {
		min-width: calc((100% + 0px) / 5 );
		width: calc((100% + 0px) / 5 );
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+5) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+6) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+7) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(8n+8) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+4) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+5) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(6n+6) .cssMedia {
		float: left !important;
		transform-origin: 50% 50%;
	}
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(10n+6) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(10n+7) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(10n+8) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(10n+9) .cssMedia,
	.hasBorder.cssEffect.HalfFrames .cssBox:nth-of-type(10n+10) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(10n+6) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(10n+7) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(10n+8) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(10n+9) .cssMedia,
	.isFullWidth.cssEffect .cssBox:nth-of-type(10n+10) .cssMedia {
		float: right !important;
		transform-origin: 0% 0%;
	}

	.news-list-view.floatRows.WhiteOnBlack .picturelist .article  {
		min-width: calc((100% - 350px) / 6);
		width: calc((100% - 350px) / 6);
	}
}


@media only screen and (max-width: 419px) {
	MAIN .news .article .teaser-text {
		font-size: 10px;
	}
	.nivo-controlNav {
		margin-top: -53px;
	}
	a.nivo-control::before {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 559px) {
	.news .previewList .article .teaser-text,
	.news .previewList .article .header {
		float: left;
		width: 100%;
	}
}

@media only screen and (max-width: 639px) {
	#content FORM#tx_indexedsearch button span {
		display: none;
	}
	.carousel .carousel-text H1,
	.carousel .carousel-text-inner H1,
	.nivoSlider .caption-title {
		font-size: 16px;
	}
	.carousel-indicators {
		bottom: 0px;
		left: auto;
		right: 10px;
		text-align: right;
		margin-bottom: 3px;
	}
	.nivoSlider:hover A.nivo-prevNav:before,
	.nivoSlider:hover A.nivo-nextNav:before,
	.nivo-directionNav A.nivo-prevNav:hover,
	.nivo-directionNav A.nivo-nextNav:hover,
	.carousel:hover .carousel-control,
	.carousel A.carousel-control:hover {
		opacity: 0;
	}
	MAIN .news .article .teaser-text {
		font-size: 11px;
	}
}


@media only screen and (max-width: 767px) {
	#content MAIN .XXX {
		padding: 0px 0px 100px 0px;
	}
	.navbar-brand-image {
		top: 33px !important;
		left: 10px !important;
	}
	.container .navbar-header {
		height: 65px;
		visibility: visible;
		opacity: 1;
	}
	.nivo-controlNav {
		display: none;
	}
	header + #content.main-section {
		padding-top: 65px !important;
	}
	.breadcrumb-section {
		padding-top: 67px !important;
	}
	.breadcrumb-section .container {
		padding-left: 15px;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-top .navbar-collapse.in {
		position: absolute;
		float: right;
		right: 26px;
		left: 10px;
		margin-top: 0px;
		margin-left: 0px;
		min-width: 75%;
		padding: 0px;
		border-radius: 0px 0px 0px 0px;
		box-shadow: 0px 30px 38px -12px rgba(0, 0, 0, 0.45) !important;
	}
	.navbar-collapse.in .navbar-main .dropdown-menu li a {
		padding-top: 10px !important;
		padding-bottom: 8px !important;
		padding-left: 40px !important;
	}
	.navbar-collapse.in .navbar-main .dropdown-menu ul.level-3 a {
		padding-left: 50px !important;
	}
	.navbar-collapse.in .navbar-main .dropdown-menu ul.level-4 a {
		padding-left: 60px !important;
	}
	.navbar-collapse.in .navbar-main .dropdown-menu ul.level-5 a {
		padding-left: 70px !important;
	}
	.navbar-collapse.in .navbar-main .dropdown-menu ul li a {
		border-top-color: #EFEFEF !important;
	}
	.navbar-collapse.in .dropdown-submenu.open > a::after {
			border-width: 7px 7px 0px 7px;
			border-left-color: transparent;
			border-top-color: #000;
			/* both values for Firefox and Chrome */
			margin-top: -5px;
			vertical-align: bottom;
	}
	.navbar-main > li > a {
		background-color: rgba(255, 255, 255, 0.95) !important;
		padding-left: 20px !important;
		font-size: 16px;
		background-image: linear-gradient(180deg,
			rgba(255, 255, 255, 0.80) 0%,
			rgba(255, 255, 255, 0.95) 90%) !important;
	}

	.navbar-main .open > a,
	.navbar-main .open > a:hover,
	.navbar-main li a:hover,
	.navbar-main li a:hover,
	.navbar-main > li > a:hover,
	.navbar-main .dropdown-menu li a:hover,
	.dropdown-menu li a:hover,
	.dropdown-menu li.open a:hover,
	.dropdown-menu li.active a:hover {
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8) !important;
		background-color: rgba(230,230,230, 1) !important;
	}
	.navbar-main .open {
		background-color: rgba(255, 255, 255, 0.9) !important;
	}
	.navbar-main .caret {
		margin-right: 2px;
		margin-top: 6px;
		border-top: 7px solid;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
	}

	.carousel .carousel-text H1,
	.carousel .carousel-text-inner H1,
	.nivoSlider .caption-title {
		font-size: 18px;
	}

	.news {
		width: 100%;
	}
	h1, .news h1 {
		font-size: 20px;
	}
	h3, .news h3 {
		font-size: 16px;
	}
	.news-list-view .previewList A.news-link2detail:hover::before {
		font-size: 24px;
		margin-top: 10px;
		margin-left: -24px;
	}
	MAIN .news .article .teaser-text {
		margin-right: 3%;
	}
	.news-single {
		margin-left: -20px;
	}
	.news-single .article .news-img-wrap {
		margin-left: 0px;
	}
	.news-text-wrap {
		width: 100%;
	}
	.news-single .news-text-wrap {
		width: 50%;
	}

	H4.panel-title A {
		font-size: 18px;
		line-height: 1.5em;
	}

	header.navbar .navbar-2mainpages {
		display: none;
	}

	footer .footer-section .col-sm-4 {
		margin-left: 10%;
		margin-right: 10%;
	}
	#content .container.col2umns,
	.col-sm-6.columnLeft {
		padding-left: 30px;
		padding-right: 0px;
		width: 100% !important;
	}
	.form-layout input.styledCheckbox.removeCountBox + label {
		margin-left: 0.3em !important;
	}

}


@media only screen and (max-width: 839px) {
	header.navbar .container {
		background-image: url() !important;
	}
}

@media only screen and (max-width: 991px) {
	.col-md-3.columnNav UL.nav.nav-sidebar {
		display: none !important;
	}
	.hasNavColumn .col-sm-6.columnLeft {
		width: calc(100%  - 5px - var(--columnRightMinWidth));
	}
	.col-sm-3.columnRight {
		min-width: var(--columnRightMinWidth);
		width: var(--columnRightMinWidth);
	}

	p {
		width: 85%;
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 1199px) {
	.col-md-3.columnNav {
		margin-top: 10px;
	}
	header.navbar .container {
		width: 100%;
	}
	A.navbar-brand-image:hover::before {
		content: '';
		font-size: 72px;
		margin-top: 26px;
		margin-left: -65px;
	}
}

/*  use varValues set above */
.etcPP {
}
