/* libre-franklin-regular - latin */
@font-face {
	font-family: 'Libre Franklin';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/libre-franklin-v11-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''), url('fonts/libre-franklin-v11-latin-regular.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/libre-franklin-v11-latin-regular.woff2')
		format('woff2'), /* Super Modern Browsers */
       url('fonts/libre-franklin-v11-latin-regular.woff') format('woff'),
		/* Modern Browsers */
       url('fonts/libre-franklin-v11-latin-regular.ttf')
		format('truetype'), /* Safari, Android, iOS */
       url('fonts/libre-franklin-v11-latin-regular.svg#LibreFranklin')
		format('svg'); /* Legacy iOS */
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

HTML {
	
}

BODY {
	cursor: default;
	color: #2d3134;
	font-family: 'Libre Franklin', 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.5;
	overflow-y: scroll;
}

INPUT {
	color: #2d3134;
	font-size: 16px;
	outline: none;
	font-family: 'Libre Franklin', 'Open Sans', sans-serif;
}

TEXTAREA {
	color: #2d3134;
	font-size: 16px;
	outline: none;
	font-family: 'Libre Franklin', 'Open Sans', sans-serif;
}

TEXTAREA:read-only {
	background-color: #ececed !important;
}

IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

STRONG {
	font-weight: normal;
}

H1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CF874F;
	text-transform: uppercase;
	text-align: center;
}

H2 {
	font-size: 40px;
	line-height: normal;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000000;
	xtext-transform: uppercase;
	text-align: center;
}

H2 B {
	color: #000000;
}

H2 SPAN.ZweiteZeile {
	display: block;
	font-size: 25px;
	line-height: normal;
	margin-top: 20px;
}

H3 {
	font-size: 20px;
	line-height: normal;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 13px;
	text-transform: none;
	font-style: normal;
	xcolor: #464646;
	text-align: center;
}

H4 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 13px;
	xcolor: #464646;
}

H5 {
	margin-top: 0px;
	margin-bottom: 0px;
	xcolor: #464646;
}

.VolumeContainer-Impressum H1, .VolumeContainer-Impressum H2,
	.VolumeContainer-Impressum H3, .VolumeContainer-Impressum H4 {
	text-align: left;
	margin-bottom: 30px;
}

P {
	margin-top: 0px;
	margin-bottom: 16px;
}

UL {
	margin: 0px;
	list-style-position: outside;
	padding-left: 40px;
}

A:link {
	text-decoration: underline;
	color: #008531;
}

A:visited {
	text-decoration: underline;
	color: #008531;
}

A:hover {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

TABLE {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

TABLE TD {
	padding: 0px;
}

.content-container-center {
	max-width: 1182px;
	margin: auto;
	position: relative;
	clear: both;
	z-wenn-es-hidden-ist-sieht-man-den-box-shadow-nicht-overflow: hidden;
}

.struct-header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	xheight: 150px;
	xbackground-color: #464646;
	background-color: #ffffff;
	xoverflow: hidden;
	z-index: 2000;
}

.struct-header .content-container-center {
	padding-left: 0px;
	padding-right: 0px;
}

.struct-footer {
	xheight: 40px;
	xposition: fixed;
	xleft: 0px;
	xright: 0px;
	xbottom: 0px;
	overflow: hidden;
	xcolor: #ababab;
	xbackground-color: #464646;
	background-color: #f7f7f7;
	border-top: 1px solid #e0e0e0;
	display: none;
}

.BODY-LOADED .struct-footer {
	display: block;
}

.struct-footer .content-container-center {
	padding-left: 15px;
	padding-right: 15px;
}

.struct-footer .Impressum {
	font-size: 12px;
	line-height: 40px;
	margin-top: 0px;
}

.struct-footer .Impressum .Adresse {
	float: right;
}

.struct-footer A:link {
	display: inline;
	text-decoration: none;
	color: #f14624;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.struct-footer A:visited {
	display: inline;
	text-decoration: none;
	color: #f14624;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.struct-footer A:hover {
	display: inline;
	text-decoration: none;
	color: #000000;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.struct-footer A.MenuItemSelected {
	color: #000000;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.FooterNavigation {
	padding-top: 20px;
	float: left;
}

.FooterRechtliches {
	padding-top: 20px;
	float: left;
	margin-left: 70px;
}

.FooterKontakt {
	padding-top: 20px;
	float: right;
	text-align: right;
}

.struct-header UL, .struct-footer UL {
	list-style-type: none;
	padding-left: 0px;
}

.struct-footer UL LI+LI {
	margin-top: 5px;
}

.MobileMenuButtonParent {
	float: right;
	display: none;
}

.MobileMenuButtonParent .Opened {
	xfloat: left;
	xdisplay: none;
}

.MobileMenuButtonParent .Closed {
	xfloat: left;
}

BODY.MobileMenuOpened .Opened {
	xdisplay: inline-block;
}

BODY.MobileMenuOpened .Closed {
	xdisplay: none;
}

.StartMenu .MenuItem.MENUITEM-MobileMenuButton {
	height: 50px !important;
	line-height: 50px !important;
	width: 50px;
	vertical-align: middle;
	display: table-cell;
}

.MENUITEM-MobileMenuButton span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.MENUITEM-MobileMenuButton span:after, .MENUITEM-MobileMenuButton span:before
	{
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: rotate(0deg);
}

.MENUITEM-MobileMenuButton span:after {
	top: 6px;
}

.MENUITEM-MobileMenuButton span:after, .MENUITEM-MobileMenuButton span:before,
	.MENUITEM-MobileMenuButton  span {
	width: 20px;
	height: 2px;
	background-color: #2a7527;
}

.MENUITEM-MobileMenuButton.MenuItemSelected span {
	background-color: transparent;
}

.MENUITEM-MobileMenuButton.MenuItemSelected span:before,
	.MENUITEM-MobileMenuButton.MenuItemSelected  span:after {
	top: 0px;
	transform: rotate(-40deg);
}

.MENUITEM-MobileMenuButton.MenuItemSelected span:after {
	top: 0px;
	transform: rotate(40deg);
}

.DYNAMIC-StructContent {
	width: 100%;
	margin-top: 125px;
	xmargin-bottom: 50px;
	position: relative;
	overflow: hidden;
	xbackground-color: #f2f2f2;
}

.SOURCE-StructContent {
	position: relative;
	xpadding-top: 50px;
	xpadding-bottom: 50px;
}

.Volume {
	
}

.ContentMargin {
	padding-top: 20px;
}

.StartMenuKontakt {
	text-align: center;
	display: inline;
	position: absolute;
	right: 15px;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
}

.StartMenuKontakt LI+LI {
	margin-left: 10px;
}

.StartMenuKontakt A {
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

.StartMenuKontakt IMG {
	height: 20px;
}

.StartMenuKontakt SPAN {
	margin-left: 5px;
}

.StartMenuKontakt .WhatsApp IMG {
	min-height: 28px;
	max-height: 28px;
	margin: auto;
}

.StartMenuKontakt LI {
	margin-left: 10px;
	margin-right: 10px;
}

.StartMenuParent {
	position: absolute;
	xtop: 70px;
	bottom: 0px;
	right: 0px;
}

.StartMenu {
	
}

.StartMenu .MenuItem {
	cursor: pointer;
	float: left;
	xfont-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
		Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	xfont-weight: 600 !important;
	color: #f14624;
	text-align: right;
	height: 35px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s;
}

.struct-header.StartMenu .MenuItem:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	height: 0px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: transparent;
	transition: all 0.3s;
	background-color: #f14624;
}

.struct-header.StartMenu .MenuItem.MenuItemSelected {
	color: #000000;
	transition: all 0.3s;
}

.struct-header.StartMenu .MenuItem.MenuItemSelected:after {
	background-color: #f14624;
	height: 3px;
	transition: all 0.3s;
}

.struct-header.StartMenu .MenuItem:hover {
	color: #000000;
	transition: all 0.3s;
}

.struct-header.StartMenu .MenuItem:hover:after {
	background-color: #f14624;
	height: 3px;
	transition: all 0.3s;
}

.StartMenu .MenuItem .DECO-1 {
	xbackground-image: url(img/menu-bg.png);
	xbackground-repeat: no-repeat;
	xbackground-position: 0px -200px;
	color: #006625;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.StartMenu .MenuItem .DECO-1 .Cell_0_0 {
	padding-left: 7px;
	padding-right: 7px;
}

.StartMenu .MENUITEM-Kontakt .Cell_0_0 {
	xpadding-right: 0px !important;
}

.StartMenu .MenuPunktRechts {
	padding-right: 0px;
}

.StartMenu .MenuItem .gwt-HTML {
	height: 60px;
	line-height: 60px;
}

.StartMenu .MenuItemMouseOver .DECO-1 {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #2d3134;
}

.StartMenu .MenuItemSelected .DECO-1 {
	color: #2d3134;
}

.StartMenu .MENUITEM-Logo {
	padding-right: 15px;
	display: table-cell;
	vertical-align: middle;
}

.StartMenu .MENUITEM-Logo .gwt-HTML {
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
}

.StartMenu .MENUITEM-Logo IMG {
	height: 105px;
	float: left;
}

.LogoBildMarke {
	padding: 10px 0px 10px 15px;
	height: 100%;
}

.LogoBildMarke .FuerMobil {
	display: none;
}

.StartMenu .LogoKlein {
	display: none;
}

.LogoText {
	overflow: hidden;
	margin-left: 20px;
	display: table-cell;
	vertical-align: middle;
}

.LogoText H3 {
	font-size: 40px;
	margin-bottom: 5px;
	line-height: 40px;
}

.LogoText H4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.KleinLogoText H3 {
	font-size: 22px;
	line-height: 50px;
	margin: auto;
}

.MenuItemParent {
	position: relative;
}

.MenuItem {
	cursor: pointer;
}

.struct-header.StartMenu .MenuItem.SubMenuOpener {
	position: absolute;
	width: 30px;
	right: 0px;
	top: 0px;
	height: 50px;
	line-height: 50px;
	border-left: #dedede 1px solid;
	display: none;
}

.struct-header.StartMenu .MenuItem.SubMenuOpener:after {
	content: '+';
	display: block;
	top: 0px;
	bottom: auto;
	text-align: center;
	xborder-left: #eeeeee 1px solid;
	color: #006625;
	font-size: 25px;
}

.StartMenuParent .MenuItemParent {
	float: left;
}

.StartMenuParent .MenuItemParent A {
	padding-left: 7px;
	padding-right: 7px;
}

.StartMenuParent .SubMenu {
	display: none;
}

.StartMenuParent .SubMenu .MenuItem {
	color: #006625;
	height: initial;
	line-height: 30px;
	text-transform: none;
}

.StartMenuParent .SubMenu .MenuItem .gwt-HTML {
	padding-right: 30px;
}

.StartMenuParent .SubMenu .MenuItemMouseOver {
	color: #ffffff !important;
	background-color: #006625;
}

.StartMenuParent .SubMenu .MenuItemSelected {
	color: #ffffff !important;
	background-color: #006625;
}

.struct-header.StartMenu .MenuItem.SubMenuOpener.MenuItemSelected:after
	{
	content: '-';
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}

.StartMenuParent .SubMenuOpen .SubMenu {
	display: block;
}

.StartMenu .MENUITEM-Impressum {
	font-size: 14px;
	float: none;
	width: auto;
	height: auto;
	line-height: 20px;
	background-image: none;
	text-transform: none;
	font-weight: normal;
}

.StartMenu .MENUITEM-Impressum.MenuItemMouseOver .gwt-HTML {
	color: #000000;
	text-decoration: underline;
}

.StartMenu .MENUITEM-Impressum.MenuItemSelected .gwt-HTML {
	color: #000000;
	text-decoration: underline;
}

.StartMenu .MENUITEM-Impressum .gwt-HTML {
	background-image: none;
	height: auto;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	color: #000000;
}

.VolumeContainer-Startseite .content-container-center {
	padding-left: 15px;
	padding-right: 15px;
}

.VolumeContainer-Reinigung .content-container-center {
	padding-left: 15px;
	padding-right: 15px;
}

.VolumeContainer-Impressum .content-container-center {
	padding-left: 15px;
	padding-right: 15px;
}

.VolumeContainer-Impressum .* {
	text-align: left !important;
}

.VolumeContainer-Impressum H2 {
	font-size: 20px;
}

.Section {
	padding-top: 45px;
	padding-bottom: 45px;
	xoverflow: hidden;
	clear: both;
	xbackground-color: #ececed;
	background-color: #f2f2f2;
}

.Section:after {
	display: block;
	content: '';
	clear: both;
}

.Section:nth-child(odd) {
	xbackground-color: #ffffff;
}

.Section+.Section:before {
	display: block;
	content: '';
	clear: both;
	border-top: 1px #aaaaaa dotted;
	width: 80%;
	max-width: 800px;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 45px;
	opacity: 0.7;
}

.Section.KeinAbstandZumVorherigen {
	padding-top: 0px;
}

.Section.KeinAbstandZumNaechsten {
	padding-top: 0px;
}

.Section.KeineGrenzeZumNaechsten+.Section:before {
	display: none;
}

.Section.Hervorgehoben {
	background-color: #80cc28;
}

.Section.Hervorgehoben H2 {
	color: #ffffff;
	margin-bottom: 0px;
}

.Section.Hervorgehoben2 {
	background-color: #ebebf5;
}

.Section.Hervorgehoben2 H2, .Section.Hervorgehoben2 H3 {
	text-align: center;
	margin-bottom: 60px;
}

.Section.Hervorgehoben STRONG {
	color: #000000;
}

.VolumeContainer-Referenzen .Section {
	padding-top: 20px;
}

.LeftSide {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.RightSide {
	width: 400px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

.MENU-UeberUns .MenuItem {
	cursor: pointer;
	xheight: 23px;
	display: inline-block;
	background-color: #f14624;
	border: 1px solid #f14624;
	color: #ffffff;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.MENU-UeberUns .MenuItem:hover {
	transition: all 0.3s;
	background-color: #ffffff;
	color: #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.MENU-Partnerfirmen {
	
}

.MenuItemWeitereInfo {
	height: 56px;
	line-height: 56px;
	text-transform: uppercase;
	color: #ffffff;
}

.MenuItemWeitereInfo .Text {
	font-size: 16px;
	height: 56px;
	background-color: #ed6c07;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.MenuItemWeitereInfo .Info {
	float: left;
	width: 56px;
	height: 56px;
	background-image: url(img/icon-menuitem-info-2.png);
	background-repeat: no-repeat;
	background-color: #464646;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}

.MENU-Partnerfirmen .MenuItemMouseOver .Text {
	background-color: #464646;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.MENU-Partnerfirmen .MenuItemMouseOver .Info {
	background-color: #ed6c07;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url(img/icon-menuitem-info.png);
}

.MENU-Partnerfirmen .MenuItem {
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}

.MENU-Partnerfirmen .MenuItem .gwt-HTML {
	
}

.MENU-Partnerfirmen .ExternerLink {
	clear: both;
	xmargin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.MENU-Partnerfirmen .ExternerLink IMG {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border: 2px solid #cccccc;
}

.MENU-Partnerfirmen .ExternerLink-LastElement {
	margin-bottom: 0px;
}

.MENU-Partnerfirmen .ExternerLink-LastElement IMG {
	margin-bottom: 0px;
}

.VolumeContainer-Startseite .SCROLLPANEL-ScrollPanelPreview IMG {
	float: left;
	border: 2px solid #cccccc;
	margin-right: 20px;
	margin-bottom: 20px;
}

.VolumeContainer-Startseite .SCROLLPANEL-ScrollPanelPreview IMG.LastElement
	{
	margin-bottom: 0px;
}

.VolumeContainer-Leistungen H2 SPAN {
	color: #a7a7a7;
}

.VolumeContainer-Leistungen .Text {
	overflow: hidden;
}

.VolumeContainer-Leistungen  .MenuItemLikeH1 {
	width: auto;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	color: #464646;
}

.VolumeContainer-Leistungen  .MenuItemLikeH1 .gwt-HTML {
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	margin-top: 0px;
	display: inline;
	float: left;
}

.VolumeContainer-Leistungen  .DetailContainer {
	clear: both;
}

.VolumeContainer-Leistungen  UL .MenuItem {
	margin-bottom: 0px;
}

.VolumeContainer-Leistungen  UL .MenuItem .gwt-HTML {
	font-size: 14px;
}

.MenuItemImFliesText {
	display: inline;
	padding: inherit !important;
	border: none !important;
	background-color: inherit !important;
	color: #f14624 !important;
}

.MenuItemImFliesText .gwt-HTML {
	display: inline;
}

.VersicherungEinzelTitelBalken {
	height: 180px;
	width: 100%;
	position: absolute;
}

.VersicherungEinzelTitel {
	position: absolute;
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 100 !important;
	top: 20px;
}

.VersicherungEinzelLinkZumRechner {
	float: right;
	width: 180px;
	height: 180px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 90px;
}

.VersicherungEinzelHinweisZumRechner {
	float: right;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 100 !important;
	padding-top: 140px;
	padding-right: 10px;
	text-align: right;
	width: 600px;
}

.VersicherungEinzelPlatzZumText {
	padding-top: 180px;
}

.DetailtextContainer {
	margin-left: 430px;
}

.DetailbildContainer {
	xclear: both;
	width: 420px;
	overflow: hidden;
	float: left;
	height: 100%;
	margin-top: 40px;
}

.DetailbildContainer IMG {
	width: 400px;
	display: block;
	margin-bottom: 20px;
	border: 2px solid #cccccc;
}

.DetailbildContainer IMG:last-child {
	margin-bottom: 0px;
}

.LAYOUT-MASONRY-Referenzen {
	width: 1182px;
	margin: auto;
}

.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
	float: left;
	width: 394px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.LAYOUT-MASONRY-CELL {
	width: 100%;
	position: relative;
	xpadding-left: 15px;
	xpadding-right: 15px;
	display: block;
}

.LAYOUT-MASONRY-CELL+.LAYOUT-MASONRY-CELL {
	margin-top: 30px;
}

.Ref-Shadow {
	position: relative;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	xoverflow: hidden;
	display: block;
}

.Ref-Shadow:hover .Ref-Text {
	box-shadow: 9px 13px 26px -8px #2d3134;
	background-color: #ff5639;
	color: #ffffff;
}

.LAYOUT-MASONRY-CELL IMG {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.LAYOUT-MASONRY-CELL .gwt-HTML IMG {
	width: auto;
}

.Ref-Text {
	padding: 23px 30px 21px 28px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.8);
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.Ref-Text H2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0px;
	float: left;
}

.Ref-Text P {
	float: left;
	width: 95%;
	margin: 0px;
}

.Ref-Text .wrap {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.Ref-Text .MenuItem {
	width: 100%;
	height: 100%;
	display: table;
}

.Ref-Text .MenuItem .gwt-HTML {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px;
}

.Ref-Text A {
	
}

.MenuPunktPfeilImg {
	vertical-align: middle;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.MenuPunktPfeilImgSchwarz {
	vertical-align: middle;
	display: none;
}

.Ref-Text:hover {
	background-color: #ff5639;
	color: #ffffff;
}

.Ref-Shadow:hover .MenuPunktPfeilImg {
	display: none;
}

.Ref-Shadow:hover .MenuPunktPfeilImgSchwarz {
	display: inline-block;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.ANIM-Anfahrt {
	width: 640px;
	height: 290px;
	position: absolute;
	top: 2px;
	left: 2px;
	cursor: pointer;
}

.link-list LI {
	padding: 21px 52px 26px 27px;
	background: #ff5639;
	font-size: 24px;
	line-height: 33px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.5px;
	position: relative;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.link-list li+li {
	margin-top: 10px;
}

.link-list a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.link-list li:hover {
	background: #2d3134;
	color: #ff5639;
}

.link-list li:hover a:hover {
	color: #ff5639;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.MENU-KontaktSenden {
	width: 100%;
	margin: auto;
	padding-top: 10px;
	text-align: right;
}

.MENU-KontaktSenden .MenuItem {
	cursor: pointer;
	height: 23px;
	display: inline-block;
}

.MENU-KontaktSenden .gwt-HTML {
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	color: #464646;
}

.KontaktSendenParent {
	width: 400px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.KontaktSendenParent UL {
	list-style: none;
	padding: 0px;
}

.KontaktSendenParent .Col {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.KontaktSendenParent INPUT[type="text"], .KontaktSendenParent INPUT[type="number"],
	.KontaktSendenParent INPUT[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 10px;
	padding-left: 10px;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	width: 100%;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	margin-bottom: 10px;
	display: block;
}

.KontaktSendenParent TEXTAREA {
	padding: 10px 10px 10px;
	padding-left: 10px;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	width: 100%;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	resize: both;
	height: 143px;
	overflow: auto;
}

.BigPictureRahmen {
	margin-bottom: 50px;
	xposition: fixed;
	xtop: 0px;
	xleft: 0px;
	xright: 0px;
	xbottom: 0px;
	xbackground-color: #ffffff;
	xz-index: 100;
}

.BigPictureParent {
	xposition: absolute;
	xtop: 20px;
	xleft: 20px;
	xright: 20px;
	xbottom: 20px;
}

.BigPictureRahmen .MenuItem {
	xposition: absolute;
	xtop: 0px;
	xleft: 0px;
	xright: 0px;
	xbottom: 0px;
	xoverflow: hidden;
}

.BigPictureRahmen .MenuItem .gwt-HTML {
	xposition: absolute;
	xtop: 0px;
	xleft: 0px;
	xright: 0px;
	xbottom: 0px;
	xoverflow: hidden;
	text-align: center;
}

.BigPictureRahmen IMG {
	width: 100%;
	max-width: 1182px;
}

.SELECTED-Referenzen .struct-footer {
	display: none;
}

.ZweiSpaltenFliesText {
	column-count: 2;
	column-gap: 40px;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.DreiSpaltenFliesText {
	column-count: 3;
	xcolumn-gap: 80px;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.VierSpaltenFliesText {
	column-count: 4;
	xcolumn-gap: 80px;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.FuenfSpaltenFliesText {
	column-count: 5;
	xcolumn-gap: 80px;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

UL.FuenfSpaltenFliesText, UL.VierSpaltenFliesText, UL.DreiSpaltenFliesText,
	UL.ZweiSpaltenFliesText {
	list-style-type: none;
}

UL.FuenfSpaltenFliesText LI, UL.VierSpaltenFliesText LI, UL.DreiSpaltenFliesText LI,
	UL.ZweiSpaltenFliesText LI {
	xmargin-bottom: 15px;
	text-align: left;
}

UL.FuenfSpaltenFliesText LI+LI, UL.VierSpaltenFliesText LI+LI, UL.DreiSpaltenFliesText LI+LI,
	UL.ZweiSpaltenFliesText LI+LI {
	margin-top: 10px;
}

UL.FuenfSpaltenFliesText LI:before, UL.VierSpaltenFliesText LI:before,
	UL.DreiSpaltenFliesText LI:before, UL.ZweiSpaltenFliesText LI:before {
	background-color: #4a96cc;
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: -20px;
	height: 10px;
	width: 3px;
	height: 3px;
}

.content-container-center.Cols3 {
	padding-left: 0px;
	padding-right: 0px;
}

.Cols3 .Col {
	width: 33.33333333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.Cols3 .Col IMG {
	width: 100%;
	float: left;
}

.FuerMobil {
	display: none;
}

@media ( max-width : 1182px) {
	xH2 {
		font-size: 48px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.LAYOUT-MASONRY-Referenzen {
		width: 1026px;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 342px;
	}
	.Ref-Text H2 {
		font-size: 25px;
	}
}

@media ( max-width : 1026px) {
	xH2 {
		font-size: 43px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.LAYOUT-MASONRY-Referenzen {
		width: 990px;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 330px;
	}
	.Ref-Text H2 {
		font-size: 25px;
	}
	.StartMenu .MenuItem {
		font-size: 18px;
	}
}

@media ( max-width : 990px) {
	.LAYOUT-MASONRY-Referenzen {
		width: 900px;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 450px;
	}
	.LogoText {
		padding-top: 15px;
	}
	.LogoText H3 {
		font-size: 35px;
		margin-bottom: 0px;
	}
	.LogoText H4 {
		font-size: 13px;
	}
}

@media ( max-width : 900px) {
	.LAYOUT-MASONRY-Referenzen {
		width: 800px;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 400px;
	}
	.StartMenuParent .MenuItem.Kontakt {
		display: none;
	}
}

@media ( max-width : 860px) {
	.StartMenu .MenuItem {
		font-size: 18px;
	}
	.StartMenu .MENUITEM-Impressum {
		font-size: 14px;
	}
	.StartMenu .MENUITEM-Impressum .gwt-HTML {
		line-height: 20px;
	}
	.BigPictureParent {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
}

@media ( max-width : 800px) {
	.LAYOUT-MASONRY-Referenzen {
		width: 660px;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 330px;
	}
	.FooterKontakt {
		clear: both;
		float: left;
		text-align: left;
	}
}

@media ( max-width : 760px) {
	H2 {
		font-size: 38px;
		margin-bottom: 20px;
	}
	H3 {
		xfont-size: 25px;
	}
	.DYNAMIC-StructContent {
		margin-top: 50px;
	}
	.struct-header {
		xheight: 50px;
		margin-bottom: 15px;
	}
	.StartMenu .LogoGross {
		display: none;
	}
	.StartMenu .LogoKlein {
		display: inline;
	}
	.StartMenu .LogoBildMarke {
		height: 50px;
		padding: 5px 0px 10px 15px;
		float: left;
	}
	.StartMenu .MENUITEM-Logo {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.StartMenu .MENUITEM-Logo IMG {
		height: 40px;
	}
	.LogoText {
		display: none;
	}
	.FuerMobil .LogoText {
		display: table-cell;
	}
	.StartMenuParent {
		position: relative;
		clear: both;
		top: auto;
		bottom: auto;
		padding-top: 10px;
		display: none;
	}
	.StartMenu .MenuItem {
		line-height: 50px;
		float: none;
		height: 50px;
	}
	.StartMenuParent .MenuItemParent {
		float: none;
	}
	.StartMenuParent .MenuItemParent .MenuItem {
		padding-right: 35px !important;
	}
	.struct-header.StartMenu .MenuItem.SubMenuOpener {
		display: block;
		padding-right: 0px !important;
	}
	.MobileMenuButtonParent {
		display: inline-block;
	}
	.FuerDesktop {
		display: none !important;
	}
	.FuerMobil {
		display: inline-block !important;
	}
	BODY.MobileMenuOpened .StartMenuParent {
		display: block;
		text-align: right;
	}
	BODY.MobileMenuOpened .struct-header {
		position: relative;
	}
	BODY.MobileMenuOpened .DYNAMIC-StructContent {
		margin-top: 0px;
	}
	.StartMenu .MENUITEM-Impressum {
		font-size: 14px;
		height: auto;
		line-height: 20px;
	}
	.StartMenu .MENUITEM-Impressum .gwt-HTML {
		line-height: 20px;
	}
	.FadeIn {
		display: block !important;
	}
	.FadeIn span {
		display: block !important;
		position: relative !important;
		animation: none !important;
		-ms-animation: none !important;
		-webkit-animation: none !important;
		opacity: 1 !important;
	}
	BODY.MobileMenuOpened .struct-header.StartMenu .MenuItem.MenuItemSelected:after
		{
		height: 0px;
	}
	.struct-header.StartMenu .MenuItem:hover:after {
		height: 0px;
	}
	.StartMenuParent .MenuItem.Kontakt {
		display: unset;
	}
}

@media ( max-width : 660px) {
	H2 {
		font-size: 33px;
		margin-bottom: 20px;
	}
	H3 {
		font-size: 20px;
	}
	.LAYOUT-MASONRY-Referenzen {
		width: 420px;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 420px;
	}
	.FooterRechtliches {
		clear: both;
		float: left;
		margin: auto;
		text-align: left;
	}
	.LeftSide {
		float: none;
		margin-right: auto;
	}
	.RightSide {
		float: none;
		margin-left: auto;
	}
	.KontaktSendenParent {
		width: 100%;
	}
	.KontaktSendenParent INPUT {
		width: 100%;
	}
	.KontaktSendenParent TEXTAREA {
		width: 100%;
	}
	.ZweiSpaltenFliesText {
		column-count: 1;
	}
	.KontaktSendenParent .Col {
		width: 100%;
	}
	.Cols3 .Col {
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.Cols3 .Col IMG {
		width: 60%;
		min-width: 300px;
		max-width: 80%;
		float: none;
	}
	.Cols3 .Col+.Col {
		padding-top: 80px !important;
	}
}

@media ( max-width : 550px) {
	H2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	H2 SPAN.ZweiteZeile {
		font-size: 20px;
	}
	H3 {
		font-size: 20px;
	}
}

@media ( max-width : 450px) {
	.LAYOUT-MASONRY-Referenzen {
		width: 100%;
	}
	.LAYOUT-MASONRY-Referenzen .LAYOUT-MASONRY-COL {
		width: 100%;
	}
	.LeftSide {
		width: 100%;
		height: auto;
	}
	.RightSide {
		width: 100%;
		height: auto;
	}
}

/* Das, bitte, am Ende lassen, dann gilt es für ales vorherige */
.MenuItemSelected {
	cursor: default !important;
}