/****

// Basic CSS for Frontend

****/
/*// General Styles*/
HTML
{
	font-size: 47.5%;
	margin: 0 auto;
	padding: 0;
}
@media all and (max-device-width: 480px)
{
	HTML
	{
		font-size: 50.5%;
	}
}
@media all and (min-width: 700px)
{
	HTML
	{
		font-size: 62.5%;
	}
}
BODY
{
	font-weight: 300;
	font-size: 18px;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0 auto;
	overflow-x: hidden;
	width: 100%;
	position: relative;
}
H1
{
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 768px)
{
	H1
	{
		display: block;
		font-size: 26px;
		margin-top: 0.67em;
		margin-bottom: 0.67em;
		margin-left: 0;
		margin-right: 0;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 2px;
		text-align: left;
		position: relative;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}
@media screen and (max-width: 515px)
{
	H1
	{
		display: block;
		font-size: 22px;
		margin-top: 0.67em;
		margin-bottom: 0.67em;
		margin-left: 0;
		margin-right: 0;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 2px;
		text-align: left;
		position: relative;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}
H1:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #BDD048;
}
H2
{
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
.region-sidebar-second H2
{
	display: block;
	font-size: 1.3em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H3
{
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H4
{
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: 700;
	line-height: 1.8;
}
H5
{
	display: block;
	font-size: 0.83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H6
{
	display: block;
	font-size: 0.67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
P
{
	color: #333;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8em;
}
.field--name-field-kurzcharateristik UL LI
{
	color: #333;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8em;
}
.page UL LI
{
	color: #333;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.8em;
}
/**
Fonts
**/
/*FadeIn Page Effect*/
.layout-container
{
	background: #FFFFFF;
}
/*Main Container*/
.page-header
{
	padding-top: 0;
	margin: 30px 0;
	border-bottom: none;
}
.main-container .region-content
{
	padding: 0 0 50px 0;
}
/*Sidebars*/
/*// Header*/
.header
{
	width: 100%;
	max-height: 80px;
	z-index: 999 !important;
	background: #FFFFFF;
	box-shadow: 0 0 5px 1px #A1A1A1;
	transition: all 500ms ease-in-out;
	position: relative;
}
.header .row
{
	max-height: 80px;
	transition: all 500ms ease-in-out;
	padding: 0 5%;
}
.header .container
{
	max-height: 80px;
	transition: all 500ms ease-in-out;
}
.header .logo
{
	margin: 0;
	padding: 5px 0;
	-webkit-transition: 0.2s;
	transition: all 0.2s ease;
	float: left;
	transition: all 500ms ease-in-out;
}
.header .logo A.logo IMG
{
	max-height: 60px;
	margin: 0;
	padding: 10px 0 0;
	transition: all 500ms ease-in-out;
}
.header.headroom.headroom--top
{
	opacity: 1;
	transition: all 500ms ease-in-out;
}
.header.headroom.headroom--not-top
{
	opacity: 0;
	z-index: -1;
}
@media screen and (max-width: 1280px)
{
	.header .row
	{
		max-height: 80px;
		transition: all 500ms ease-in-out;
		padding: 0 10px;
	}
}
/*// Header - Menu*/
.header .menu
{
	padding: 0;
	margin: 0 0 -10px 0;
	transition: all 500ms ease-in-out;
	float: right;
}
.block-superfish
{
	background: transparent;
	margin: 0;
	padding: 30px 0 0;
}
.block-superfishmain A .sf-sub-indicator
{
	display: none;
}
.block-superfish UL
{
}
.block-superfish UL LI
{
	width: auto;
}
.block-superfish UL LI A
{
	color: #000 !important;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.block-superfish UL LI A:hover, .block-superfish UL LI A:focus
{
	background: #FFFFFF !important;
	color: #000 !important;
}
.block-superfish UL LI .nolink
{
	color: #000 !important;
	margin: 0px 0 0;
	padding: 0;
	font-size: 18px;
	background: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.block-superfish UL LI .nolink:hover, .block-superfish UL LI .nolink:focus
{
	background: #FFF !important;
}
.region-mobile-menu
{
	margin: 40px 0 0;
	padding: 0;
	float: right;
}
.block-superfish UL LI.sf-depth-2 A.sf-depth-2
{
	width: 250px;
}
UL.sf-menu.sf-style-default LI LI, UL.sf-menu.sf-style-default.sf-navbar > LI > UL
{
	background: #FFF;
}
UL.sf-menu.sf-style-default LI LI LI
{
	background: #9AAEDB;
}
UL.sf-menu.sf-style-default LI:hover, UL.sf-menu.sf-style-default LI.sfHover, UL.sf-menu.sf-style-default A:focus, UL.sf-menu.sf-style-default A:hover, UL.sf-menu.sf-style-default SPAN.nolink:hover
{
	background: #FFF;
	outline: 0;
}
@media screen and (min-width: 1367px) and (max-width: 1550px)
{
	.block-superfish UL LI A
	{
		color: #000 !important;
		padding: 10px !important;
		margin: 0;
		font-size: 16px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	.block-superfish UL LI .nolink
	{
		color: #000 !important;
		margin: -2px 0 0;
		padding: 0;
		font-size: 16px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1366px)
{
	.block-superfish UL LI A
	{
		color: #000 !important;
		padding: 10px !important;
		margin: 0;
		font-size: 16px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	.block-superfish UL LI .nolink
	{
		color: #000 !important;
		margin: -2px 0 0;
		padding: 0;
		font-size: 16px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1199px)
{
	.block-superfish UL LI A
	{
		color: #000 !important;
		padding: 10px 8px !important;
		margin: 0;
		font-size: 15px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	.block-superfish UL LI .nolink
	{
		color: #000 !important;
		margin: -2px 0 0;
		padding: 0;
		font-size: 16px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
}
@media screen and (min-width: 1058px) and (max-width: 1099px)
{
	.block-superfish UL LI A
	{
		color: #000 !important;
		padding: 10px 8px !important;
		margin: 0;
		font-size: 14px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	.block-superfish UL LI .nolink
	{
		color: #000 !important;
		margin: 0;
		padding: 0;
		font-size: 14px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
}
@media screen and (min-width: 991px) and (max-width: 1057px)
{
	.block-superfish UL LI A
	{
		color: #000 !important;
		padding: 10px 8px !important;
		margin: 0;
		font-size: 13px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	.block-superfish UL LI .nolink
	{
		color: #000 !important;
		margin: 0px 0 0;
		padding: 0;
		font-size: 13px;
		background: #FFF;
		text-decoration: none;
		text-transform: uppercase;
	}
}
.mm-panels UL LI A
{
	margin: 10px;
}
/*// Services*/
.service
{
	position: relative;
	top: -5px !important;
}
.service IMG
{
	width: auto;
	height: calc(100vh - 80px);
}
.frontcontainer
{
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: calc(100vh - 80px);
}
.overlay
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 110%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}
.frontcontainer:hover .overlay
{
	display: block;
	background: rgba(0, 0, 0, 0.3);
	width: 110%;
}
.title
{
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	z-index: 1;
	transition: top 0.5s ease;
}
.frontcontainer:hover .title
{
}
.frontcontainer .button
{
	position: absolute;
	left: 50%;
	top: 75%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	transition: opacity 0.35s ease;
}
.button A
{
	width: 350px;
	padding: 12px 48px;
	text-align: center;
	color: white;
	border: solid 2px white;
	z-index: 1;
	text-decoration: none;
	display: block;
	margin: auto !important;
}
.frontcontainer:hover .button
{
	opacity: 1;
}
@media screen and (max-width: 991px)
{
	.frontcontainer
	{
		position: relative;
		margin-top: 0px;
		width: 100%;
		height: auto;
	}
	.service IMG
	{
		width: 100%;
		height: auto;
	}
	.frontcontainer .button
	{
		opacity: 1;
	}
}
@media screen and (max-width: 515px)
{
	.button A
	{
		width: 90%;
		padding: 10px 15px;
		text-align: center;
		color: white;
		border: solid 2px white;
		z-index: 1;
		text-decoration: none;
		display: block;
		margin: auto !important;
	}
	.frontcontainer:hover .title
	{
		line-height: 1;
	}
	.title
	{
		position: absolute;
		width: 80%;
		left: 50%;
		top: 40%;
		transform: translate(-50%, -50%);
		font-weight: 700;
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
		color: white;
		z-index: 1;
		transition: top 0.5s ease;
		line-height: 1;
	}
}
/*// Slider*/
.block-superfish UL LI A:hover
{
	background: #FFFFFF !important;
	color: #000 !important;
}
/*// Slider*/
.block-superfish UL LI A:hover
{
	background: #FFFFFF !important;
	color: #000 !important;
}
/*// Slider*/
.slider
{
	background: #ECECEC;
	padding-top: 0px;
	position: relative;
	transition: all 500ms ease-in-out;
	margin-top: -5px;
}
.headerimage
{
	position: relative;
	height: calc(66vh);
	height: -moz-calc(66vh);
	width: 100%;
}
.path-suche .headerimage
{
	position: relative;
	height: calc(200px);
	height: -moz-calc(200px);
	width: 100%;
}
.user-logged-in.path-user .headerimage
{
	height: auto;
	overflow: hidden;
	max-height: calc(66vh);
}
@media screen and (max-width: 480px)
{
	.header .logo A.logo IMG
	{
		max-height: 40px;
		margin: 20px 0 0;
		padding: 0;
		transition: all 500ms ease-in-out;
	}
}
/*// Heading & Breadcrumb*/
.page-heading .breadcrumb
{
	background: none;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 20px 0;
}
.page-heading .breadcrumb > LI + LI:before
{
	content: "\2022";
	padding-right: 6px;
}
.page-heading .breadcrumb A
{
	color: #FFF;
}
/*// Breadcrumbs*/
.breadcrumb
{
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-weight: 300;
	font-size: 14px;
}
.breadcrumb > LI
{
	display: inline-block;
}
.breadcrumb > LI + LI:before
{
	padding: 0px 5px;
	color: #333;
	font-family: 'FontAwesome';
	font-size: 5px;
	vertical-align: middle;
	content: "\f111 ";
}
.breadcrumb LI A
{
	color: #333;
	transition: 0.3s linear;
}
.breadcrumb LI A:hover
{
	color: #00549F;
	text-decoration: none;
}
.breadcrumb > .active
{
	color: #00549F;
}
/*// Service Region*/
.service-region .col-md-6
{
	padding: 0;
}
.service-region H2.block-title
{
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
}
.service-region .block-block-content
{
}
.service-region .block-block-content .field--name-body A
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.service-region .block-block-content .field--name-body A:after
{
	font-family: "Font Awesome 5 Free";
	content: "  \f30b";
	font-weight: 900;
	position: absolute;
	margin: 1px 0px 0 7px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.service-region .block-block-content .field--name-body A:hover:after
{
	font-family: "Font Awesome 5 Free";
	content: "  \f30b";
	font-weight: 900;
	position: absolute;
	margin: 1px 0px 0 14px;
}
.service-region .service-region-left .region-service-region-left
{
	background: rgba(188, 207, 72, 0.8);
	padding: 15px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	height: 250px;
	position: relative;
}
.service-region .service-region-left .region-service-region-left .block-block-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.service-region .service-region-left .region-service-region-left P
{
	color: #FFF;
}
.service-region .service-region-left .region-service-region-left:hover
{
	background: #BCCF48;
}
.service-region .service-region-right .region-service-region-right
{
	background: rgba(207, 37, 33, 0.8);
	padding: 15px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #FFF;
	border-left: 5px solid #FFF;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	height: 250px;
	position: relative;
}
.service-region .service-region-right .region-service-region-right .block-block-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.service-region .service-region-right .region-service-region-right P
{
	color: #FFF;
}
.service-region .service-region-right .region-service-region-right:hover
{
	background: #AF1F1C;
}
@media screen and (max-width: 991px)
{
	.service-region .service-region-left .region-service-region-left
	{
		background: #BCCF48;
		padding: 10% 15% 15%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-right: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: none;
		min-height: 450px;
	}
	.service-region .service-region-right .region-service-region-right
	{
		background: rgba(207, 37, 33, 0.8);
		padding: 10% 15% 15%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-left: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: 10px solid #FFF;
		min-height: 450px;
	}
	.service-region .service-region-left .region-service-region-left .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.service-region .service-region-right .region-service-region-right .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
}
@media screen and (max-width: 515px)
{
	.service-region .service-region-left .region-service-region-left
	{
		background: #BCCF48;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-right: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: none;
	}
	.service-region .service-region-right .region-service-region-right
	{
		background: rgba(207, 37, 33, 0.8);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-left: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: 10px solid #FFF;
	}
	.service-region .service-region-left .region-service-region-left .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.service-region .service-region-right .region-service-region-right .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
}
/*// Hero Region*/
.region-hero .hero-section
{
	background: #ECECEC;
	position: relative;
	padding: 75px 0;
	text-align: center;
}
.region-hero .hero-section.block-block-content H2
{
	text-align: center;
}
.region-hero .hero-section.block-block-content .field--name-body
{
	width: 100%;
	max-width: 1170px;
	margin: auto;
}
.region-hero .hero-section .hero-title
{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 15px 0;
	min-height: 50px;
	padding: 15px;
}
.region-hero .hero-section .hero-image
{
	margin: auto;
	text-align: center;
}
.region-hero .hero-section .hero-image IMG
{
	max-width: 180px;
	margin: auto;
}
.region-hero .hero-section .hero-text
{
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 15px;
}
/*// Content Bottom = Produkt der Woche*/
#content-bottom
{
	background: url("../img/bg_bottom.jpg") center / cover repeat fixed;
	padding: 60px 0;
	height: auto;
	min-height: 600px;
}
@media screen and (max-width: 515px)
{
	#content-bottom
	{
		background: url("../img/bg_bottom.jpg") left / contain repeat fixed;
		padding: 60px 0;
		height: auto;
		min-height: 600px;
	}
}
/*// Portfolio Region*/
/*// Client Region*/
.client
{
	color: #333333;
	text-align: center;
	padding: 50px 0;
	border-bottom: 5px solid #FFF;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.client:hover
{
	color: #333;
	text-decoration: none;
	text-align: center;
	border-bottom: 5px solid #FFF;
}
.client H2
{
	margin: 0;
}
.client SVG
{
	color: #333333;
}
.client svg path
{
	color: #333;
}
.client A
{
	color: #333;
	text-decoration: none;
	font-size: 18px;
}
.client P
{
	color: #333;
}
@media screen and (max-width: 639px)
{
	.ui-dialog.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons
	{
		max-width: 320px !important;
		left: 50%;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-item INPUT
	{
		margin: 10px 0;
	}
}
/*// Footer Top Region*/
.footer-top
{
	padding: 100px 0;
	background: #ECECEC;
	border-top: 5px solid #FFF;
	border-bottom: 10px solid #FFF;
	text-align: center;
}
.footer-top IMG
{
	max-height: 60px;
	margin: 0;
	padding: 10px 0 0;
	transition: all 500ms ease-in-out;
}
.footer-top H3
{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
}
/*// Footer Region*/
.footer
{
	background: #2F2F2F;
	padding: 50px 0;
	margin: 0;
}
.footer H2
{
	color: #FFF;
	position: relative;
	display: block;
	font-size: 1em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}
.footer H2:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #BDD048;
}
.footer P
{
	color: #FFF;
	font-size: 13px;
}
.footer A
{
	color: #FFF;
	transition: all 0.3s linear;
	font-size: 13px;
}
.footer A:hover
{
	color: #BDD048;
	text-decoration: none;
}
.footer A SVG
{
	color: rgba(255, 255, 255, 0.45);
	height: auto;
	width: auto;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	margin: 0 15px 0 0;
}
.footer A SVG:hover
{
	color: rgba(255, 255, 255, 1);
}
.footer IMG
{
	max-width: 180px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.footer-bottom
{
	background: #202020;
	padding: 25px 0;
	margin: 0;
	float: left;
	width: 100%;
}
.footer-bottom P
{
	color: #575757;
	font-size: 14px;
}
.footer-bottom .nav
{
}
.footer-bottom NAV UL.menu.nav LI
{
	display: inline-block;
}
.footer-bottom NAV UL.menu.nav LI A
{
	width: auto;
	padding: 0 5px;
	background: transparent;
	color: #FFF;
	display: inline-block;
}
.footer-bottom NAV UL.menu.nav LI A:hover
{
	width: auto;
	background: transparent;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	display: inline-block;
}
.footer-third .nlnotmobile A
{
	display: none;
}
@media screen and (min-width: 768px)
{
	.footer-third .nlnotmobile A
	{
		display: block;
	}
	.footer-third .nlmobile A
	{
		display: none;
	}
}
@media screen and (max-width: 767px)
{
	.footer-third .nlnotmobile A
	{
		display: none;
	}
	.footer-third .nlmobile A
	{
		display: block;
	}
}
@media screen and (max-width: 991px)
{
	.footer .footer-first
	{
		margin: 15px 0 30px;
	}
	.footer .footer-second
	{
		margin: 15px 0 30px;
	}
	.footer .footer-third
	{
		margin: 15px 0 30px;
	}
	.footer .footer-fourth
	{
		margin: 15px 0 30px;
	}
}
/*// Copyright Region*/
.copyright
{
	background: #202020;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.copyright A
{
	color: #FFF;
}
/*// Page Styles*/
/*
* 	Owl Carousel Owl  Theme 
*	v1.3.3
*/
.owl-theme .owl-controls
{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons DIV
{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons DIV:hover
{
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page SPAN
{
	display: block;
	width: 20px;
	height: 3px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #888;
}
.owl-theme .owl-controls .owl-page.active SPAN, .owl-theme .owl-controls.clickable .owl-page:hover SPAN
{
	background: #CF2521;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page SPAN.owl-numbers
{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading
{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}
@media screen and (max-width: 515px)
{
	.owl-theme .owl-controls .owl-page SPAN
	{
		display: none;
		width: 20px;
		height: 3px;
		margin: 5px 7px;
		filter: Alpha(Opacity=50);
		/*IE7 fix*/
		opacity: 0.5;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #888;
	}
}
/*
* 	Overriden Bootstrap Theme
*	Shortcode Styles
*/
/* Accordion */
#accordion .panel-default .panel-heading .panel-title
{
	padding: 10px;
}
#accordion .panel-default .panel-heading
{
	border: none;
	background: #00549F;
}
.panel-group .panel-heading A
{
	display: block;
	padding: 0;
	border-radius: 5px;
	color: #FFF;
}
.panel-group .panel-heading A:hover, .panel-group .panel-heading A:focus
{
	text-decoration: none;
}
/*Buttons*/
A BUTTON.btn-orange
{
	background: #F39C12;
	color: #FFF;
	padding: 20px 25px;
	border: none;
	transition: 300ms ease-in-out;
	box-shadow: 0px 4px 20px #CCC;
	letter-spacing: 3px;
	font-weight: 500;
}
A BUTTON.btn-orange:hover, A BUTTON.btn-orange:focus
{
	transform: translateY(-3px);
	box-shadow: 0px 2px 20px #777;
}
/*Bootsrap Corrections to Material Design*/
BUTTON
{
	text-transform: uppercase;
}
BUTTON:focus
{
	outline: none !important;
}
.btn
{
	border-radius: 2px;
	border: 0;
	transition: 0.2s ease-out;
	color: #FFF;
	margin: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn:hover
{
	color: #FFF;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn:active, .btn:focus, .btn.active
{
	outline: 0;
	color: #FFF;
}
/*Primary*/
.btn-primary
{
	background: #4285F4;
}
.btn-primary:hover, .btn-primary:focus
{
	background-color: #5A95F5 !important;
}
.btn-primary.active
{
	background-color: #0B51C5 !important;
}
/*Secondary*/
.btn-secondary
{
	background-color: #AA66CC;
}
.btn-secondary:hover, .btn-secondary:focus
{
	background-color: #B579D2 !important;
	color: #FFF;
}
.btn-secondary.active
{
	background-color: #773399 !important;
}
.btn-secondary.active:hover
{
	color: #FFF;
}
.btn-secondary.active:focus
{
	color: #FFF;
}
/*Default*/
.btn-default
{
	background: #2BBBAD;
}
.btn-default:hover, .btn-default:focus
{
	background-color: #30CFC0 !important;
}
.btn-default.active
{
	background-color: #186860 !important;
}
/*Success*/
.btn-success
{
	background: #00C851;
}
.btn-success:hover, .btn-success:focus
{
	background-color: #00D255 !important;
}
.btn-success.active
{
	background-color: #006228 !important;
}
/*// Bauherrrenanfrage*/
.node-product-form BUTTON.button.btn-success
{
	color: #00C851;
	position: relative;
}
.node-product-form BUTTON.button.btn-success:after
{
	content: "Absenden";
	position: absolute;
	left: 20px;
	color: #FFF;
}
/*Info*/
.btn-info
{
	background: #33B5E5;
}
.btn-info:hover, .btn-info:focus
{
	background-color: #4ABDE8 !important;
}
.btn-info.active
{
	background-color: #14799E !important;
}
/*Warning*/
.btn-warning
{
	background: #FF8800;
}
.btn-warning:hover, .btn-warning:focus
{
	background-color: #FF961F !important;
}
.btn-warning.active
{
	background-color: #CC8800 !important;
}
/*Danger*/
.btn-danger
{
	background: #CC0000;
}
.btn-danger:hover, .btn-danger:focus
{
	background-color: #DB0000 !important;
}
.btn-danger.active
{
	background-color: maroon !important;
}
/*Link*/
.btn-link
{
	background-color: transparent;
	color: #000;
}
.btn-link:hover, .btn-link:focus
{
	background-color: transparent;
	color: #000;
}
/*Pricing Table*/
.card
{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #FFF;
	background-clip: border-box;
	border-radius: 0.25rem;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	transition: 300ms ease-in-out;
}
.card:hover
{
	transform: translateY(-3px);
	box-shadow: 0px 2px 20px #777;
}
.card-header
{
	background: #2F2F2F;
	padding: 0;
	margin: 0;
}
.card-header H3
{
	color: #FFF;
	text-align: center;
}
.card .card-body
{
}
.card .card-body H2
{
	text-align: center;
	margin: 0;
}
.card-body
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}
.card .card-body UL.list-unstyled LI
{
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
}
.card .card-body BUTTON.btn-orange-cta-hosting
{
	background: #F39C12;
	color: #FFF;
	margin: 50px 0 0;
	padding: 10px;
	border: none;
	transition: 300ms ease-in-out;
	box-shadow: 0px 4px 20px #CCC;
	letter-spacing: 3px;
	font-weight: 300;
	width: 100%;
}
/*Banner*/
.fhe-banner
{
	background: #F39C12;
	color: #FFF;
	width: 75%;
	margin: auto;
	padding: 10px;
	border: none;
	box-shadow: 0px 4px 20px #CCC;
	letter-spacing: 3px;
	font-weight: 300;
	text-align: center;
}
.fhe-banner H3
{
	margin: 0 !important;
}
/*// Login & Register*/
.simplelogin
{
	font-size: 16px !important;
}
.simplelogin .simplelogin-form
{
	background: rgba(255, 255, 255, 0.95);
}
.simplelogin .simplelogin-link A.signreg
{
	color: #333;
	text-shadow: none !important;
	text-decoration: none !important;
}
.simplelogin .simplelogin-logo
{
	padding-bottom: 30px;
}
.simplelogin .simplelogin-logo A IMG
{
	max-width: 180px;
}
.simplelogin .multi-steps-label .step-label
{
	background: #BCCF48;
	margin: 5px;
	padding: 5px 10px;
	color: #000;
	width: 290px !important;
	display: inline-block;
}
.simplelogin .multi-steps-label .step-label.active
{
	background: #CF2521;
	margin: 5px;
	padding: 5px 10px;
	color: #FFF;
}
.simplelogin .col-md-6
{
	width: 50%;
	display: inline-block;
	z-index: 99;
}
/*// Webform*/
.paragraph--type--webform UL.webform-progress-tracker.progress-tracker
{
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
}
.paragraph--type--webform UL.webform-progress-tracker.progress-tracker.progress-tracker--center LI.progress-step
{
	display: inline-flex;
	width: auto;
	padding: 0px 10px 5px;
	background: #BDD048;
	margin: 0;
	text-shadow: none !important;
}
.paragraph--type--webform UL.webform-progress-tracker.progress-tracker.progress-tracker--center LI:last-child.progress-step
{
	display: none;
}
.field--name-field-paragraph UL.webform-progress-tracker.progress-tracker.progress-tracker--center LI.progress-step.is-active .progress-text .progress-title
{
	color: #000;
	text-shadow: none !important;
}
.field--name-field-paragraph UL.webform-progress-tracker.progress-tracker.progress-tracker--center LI.progress-step .progress-text .progress-title
{
	color: #888;
}
.paragraph--type--webform .webform-button--next.button.js-form-submit.form-submit.btn-default.btn
{
	margin: auto !important;
	background: #00A91A !important;
	color: #FFF;
}
.paragraph--type--webform .webform-button--next.button.js-form-submit.form-submit.btn-default.btn:hover
{
	margin: auto !important;
	background: #00A91A !important;
	color: #FFF;
}
.paragraph--type--webform .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary.btn
{
	margin: auto !important;
	background: #00A91A !important;
	color: #FFF;
	border: 1px solid #00A91A;
}
.paragraph--type--webform .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary.btn:hover
{
	margin: auto !important;
	background: #00A91A !important;
	color: #FFF;
}
.paragraph--type--webform .webform-button--previous.button.js-form-submit.form-submit.btn-default.btn
{
	background: #FFF !important;
	border: 1px solid #00A91A;
	color: #00A91A;
}
.paragraph--type--webform .form-item-terms-of-service LABEL
{
	font-size: 16px;
}
.paragraph--type--webform .form-item-terms-of-service .webform-element-description .webform-terms-of-service-details--title.form-group
{
	padding: 0;
	margin: 0;
}
.paragraph--type--webform .form-item-terms-of-service .webform-element-description .form-group
{
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
}
