/*!
Theme Name: Glas Stückmann 2018
Author: Impuls Werbeagentur
Author URI: https://www.werbeagentur-impuls.de/
Description: Das Redesign für Glas Stückmann
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Stückmann is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*!
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #e6e6e6;
	color: #FFF;
	line-height: 1;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FFF;
	color: #e6e6e6;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	background: #F0F0F0;
	color: #999;
	cursor: not-allowed;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited, a:focus, a:focus, a:active {
	outline: none !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	z-index: 99999;
	top: 100%;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul li {
	float: left;
	width: 100%;
	clear: both;
}

.main-navigation ul ul li a {
	width: 100%;
	white-space: nowrap;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}

.postnavlinks:empty{
	display: none;
}

.postnavlinks{
	text-align: center;
	padding: 0 0 30px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.postnavlinks .page-numbers{
	display: inline-block;
	padding: 3px 13px;
}

.postnavlinks .page-numbers:hover,
.postnavlinks .page-numbers:focus,
.postnavlinks .page-numbers.current{
	color: #000000;
}

.postnavlinks .dots,
.postnavlinks .next,
.postnavlinks .prev{
	display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

schneiderdentlab is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General Fixes
# Typography (headings, links)
# Main elements (body)
# Header
	## Main navigation
# Content
	## Content index
	## Content subpages
# Footer
# Forms
# Effects (fe. gardients)
# Mobile support
# Clearings
# Overwriting

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General Fixes
--------------------------------------------------------------*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
}

*:focus {
	outline: none !important;
}

/* fixes gmaps jump to page end */
body, html {
    -webkit-overflow-scrolling: touch;
}

p:empty{
    display: none;
}

/*--------------------------------------------------------------
# Typography (headings, links)
--------------------------------------------------------------*/

body,html{
	color: #3e3e3e;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Roboto';
}

h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-family: 'Roboto';
}

h1 strong, h2 strong{
	font-weight: 400;
}

h1,h2{
	font-weight: 300;
	font-size: 36px;
}

h3,h4{
	font-weight: 500;
	font-size: 28px;
}


p strong, p b{
	font-weight: 700;
}

a, a:visited, a:focus, a:hover{
	text-decoration: none;
}

a, a:visited{
	color: #34a934;
}

a:hover, a:focus{
	color: #247A24;
}

article ul,
.entry-content ul{
	padding: 18px 0;
   margin: 0 0 0 20px;
	text-indent: -10px;
	list-style: none;
}

article ol,
.entry-content ol{
	padding: 18px 0;
   margin: 0 0 0 20px;
}

article ul > li, article ol > li,
.entry-content ul > li, .entry-content ol > li{
	margin-bottom: 0px;
}

article ul > li:before,
.entry-content ul > li:before{
	content: "\2022";
	margin-left: -10px;
	margin-right: 10px;
	text-indent: 10px;
	color: rgba(52,169,52,1);
}

table tbody tr th{
	text-align: left;
}

/* font / color settings per section excluded navigation */
.applegreen{
	color: #ffffff;
	background-color: rgba(52,169,52,1);
}

.lightgrey{
	background-color: #f0f0f0;
}

.cleanwhite{
	background-color: #ffffff;
}

.applegreen article ul > li:before,
.applegreen .entry-content ul > li:before{
	color: rgba(255,255,255,1);
}

.applegreen h3, .applegreen h4,
.opsection.bg-left, .opsection.bg-right,
.opsection:not(.bg-none) h3, .opsection:not(.bg-none) h4{
	color: #ffffff;
}

.opsection h1, .opsection h2, .opsection h3,
.opsection h4, .opsection h5, .opsection h6{
	margin: 0;
}

/*body.home .entry-content h1,*/
.dyncontent .section-title,
body.error404 .page-title,
body.blog .pre-content > h2{
	margin: 0;
	padding-top: 70px;
	padding-bottom: 10px;
}

body.blog .pre-content > h2,
body.error404 .page-title,
.fast-contact-outer .section-title{
	padding-top: 0;
}

body.blog .pre-content > h2,
/*body.home .entry-content h1,*/
.project-slider-outer .section-title,
.fast-contact-outer .section-title{
	padding-bottom: 40px;
}

body.page .entry-content > .columnparent:first-of-type .column p:first-child{
    margin-top: 0;
}

body.page .entry-content h2:first-of-type{
	margin-top: -10px;
}

body .opsection h2{
	margin-top: 8px;
}

.headerbar .tel-number{
	font-weight: 600;
}

.headerbar .tel-number, .headerbar .opener:hover,
.headerbar .custom-search.active .opener{
	color: rgba(52,169,52,1);
}

.ImpulsSlider_Description{
	color: #ffffff;
	font-size: 24px;
	font-style: italic;
	font-family: 'Roboto';
}

.ImpulsSlider_Description h3{
	color: #ffffff;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.0em;
}

body.home .header-media .wrap{
	font-size: 28px;
	line-height: 1em;
	text-align: center;
}


.breadcrumb, .breadcrumb a{
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #969696;
}

.breadcrumb a:hover{
	color: rgba(52,169,52,1);
}

.breadcrumb span::before {
	font-size: 10px;
	margin: 0 8px;
	position: relative;
	display: inline-block;
	padding-bottom: 0px;
	top: -2px;
}

.dyncontent .section-text{
	padding-bottom: 50px;
}

.header-media .scrolldown{
	font-size: 31px;
	font-weight: 100;
}

.header-media .scrolldown::before{
	color: #ffffff;
}

.service-section .icon-box{
	color: #000000;
	font-family: 'Roboto';
}

.service-section .icon-box .icon{
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.service-section .icon-box:hover .icon{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-section .icon-box .title{
	padding-top: 15px;
}

.service-section .icon-box:hover .title{
	color: rgba( 52,169,52,1 );
}

.teaser-section .entry-title{
	margin: 0;
}

.benefit-box .entry-title{
	margin: 0;
	color: #ffffff;
	padding-top: 30px;
	font-size: 28px;
}

.wpcf7-form,
.wpcf7-form input{
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}

.fast-contact-outer .section-title{
	margin-top: 0;
}

.page-title-inner .page-title{
	margin: 0;
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	font-style: italic;
	font-family: 'Roboto';
}

.page-title-inner .page-title::before{
	margin: 0 20px 0 0;
	display: inline;
	font-size: 65px;
	width: auto;
}

/*--------------------------------------------------------------
## Main elements (body)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Content used elements
--------------------------------------------------------------*/

#page, .site-footer, .site-header{
	/*
	 * the default width of the page
	 * including the padding when
	 * default width is reached
	 */
	min-width: 1220px;
}

#page{
	overflow-x: hidden;
}

body.home .edit-link{
	display: none;
}

.edit-link{
	position: absolute;
}

.wrap{
	width: 1220px;
	display: block;
	margin: 0 auto;
}

.break-out{
	left: 50%;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
}

@media(max-width:1220px){
	.wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
}

#fix-pixel {
	height: 0;
	width: 100%;
	display: block;
}

.space{
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

.widget{
	margin-bottom: 0;
}

/*.flex-box, #primary-menu,*/
.flex-box, .menu,
.main-navigation .icon-menu a,
.page-title-inner .page-title{
	/**
	 * complete flexbox support
	 */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}

.flex-center{
	align-content: center;
	align-items: center;
}

.flex-column{
	flex-direction: column;
}

.flex-row{
	flex-direction: row;
}

.flex-box.flex-center > *{
	margin: 0 0 0 0; /* reset */
	margin: auto;
}

.link-cursor{
	cursor: pointer;
}

.fg-color{
	color: #ffffff;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.fg-color > *{
	z-index: 200;
	position: relative;
}

.fg-color::after{
	content:"";
	top: 0; left:0;
	display: block;
	position: absolute;
	min-height: 100%;
	width:100vw; min-width: 1220px;
	background-color: rgba(52,169,52,0.8);
}

.sideleft{
	float: left;
}

.sideright{
	float: right;
}

.round{
	/**
	 * complete border radius support
	 * default: 15px;
	 */
	background-clip: padding-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.smpl-btn{
	color: rgba(52,169,52,1);
	border: 2px solid rgba(52,169,52,1);
	background-color: rgba(52,169,52,0);
	text-align: center;
	display: inline-block;
	padding: 7px 35px 5px 50px;
	cursor: pointer;
	position: relative;
}

.smpl-btn:hover{
	color: rgba(255,255,255,1);
	border: 2px solid rgba(52,169,52,1);
	background-color: rgba(52,169,52,1);
}

.smpl-btn::before {
	margin: 5px 0 0 0;
	position: absolute;
	left: 15px;
}

.smpl-btn span, .smpl-btn a{
	width: auto;
	display: block;
	text-align: center;
	color: rgba(52,169,52,1);
}

.smpl-btn:hover span, .smpl-btn:hover a{
	color: rgba(255,255,255,1);
}

.applegreen .smpl-btn{
	color: rgba(255,255,255,1);
	border: 2px solid rgba(255,255,255,1);
	background-color: rgba(52,169,52,1);
}

.applegreen .smpl-btn:hover{
	color: rgba(52,169,52,1);
	border: 2px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
}

.applegreen .smpl-btn span, .applegreen .smpl-btn a{
	color: rgba(255,255,255,1);
}

.applegreen .smpl-btn:hover span, .applegreen .smpl-btn:hover a{
	color: rgba(52,169,52,1);
}

.entry-gallery{
	width: 100%;
	margin-top: 10px;
}

.galimg{
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: calc((100% - (3 * 10px)) / 4);
}

.galimg:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}

.tel-number, .fax-number{
	display: block;
}

a[href^="tel"].tel-number{
	opacity: 1;
}

select{ font-size: 16px; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header{
	z-index: 800;
	padding: 0 80px;
	position: sticky;
	font-family: 'Roboto';
	width: 100%; height: 80px;
	background-color: #ffffff;
}

/* Fix for SVG object links */
.site-branding{
	float: right;
	margin-top: 23px;
	position: relative;
	display: block;
}

.site-branding > a{
	display: block;
	height: auto;
	min-width: 100%;
}

.site-branding > a > img {
	height: 35px;
	width: 100%;
	display: block;
}

/*--------------------------------------------------------------
## Main navigation
--------------------------------------------------------------*/

.main-navigation{
	float: left;
	margin-top: 32px;
}

/*#primary-menu > li{*/
.menu > li{
	margin: 0 0 0 40px;
	font-weight: 600;
	height: 48px;
}

.menu > li:first-of-type{
	margin: 0 0 0 19px !important;
	font-weight: 600;
	height: 48px;
}

/*#primary-menu > li > a{*/
.menu > li > a{
	height: 100%;
	color: #000000;
	overflow: hidden;
}

/*#primary-menu > li a{*/
.menu > li a{
	font-family: 'Roboto';
	position: relative;
	font-weight: 500;
}

/*#primary-menu > li > a::before{*/
.menu > li > a::before{
	opacity: 0;
	bottom: -8px;
	margin: 0 auto;
	font-size: 28px;
	left: 0; right: 0;
	position: absolute;
	visibility: hidden;
	margin-bottom: -7px;
	color: rgba(52,169,52,1);
}

.menu > li:hover > a,
.menu > li.current-page-ancestor > a,
.menu > li.current-menu-ancestor > a,
.menu > li.current-menu-parent > a,
.menu > li.current-menu-item > a{
	color: rgba(52,169,52,1);
}

.menu > li.menu-item-has-children:hover > a::before{
	opacity: 1;
	visibility: visible;
	margin-bottom: 0px;
}

.menu .sub-menu{
	opacity: 0;
	z-index: 999;
	margin-top: 1px;
	visibility: hidden;
	background-color: rgba(52,169,52,1);
}

.menu li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
}

body .menu li .sub-menu a,
body .menu li .mega-menu a{
	color: #ffffff;
}

.menu li .sub-menu li:hover > a,
.menu li .sub-menu li.current-menu-item > a,
.menu li .sub-menu li.current-page-parent > a,
.menu li .sub-menu li.current-menu-ancestor > a,
.menu li .sub-menu li.current-page-ancestor > a{
	color: #000000;
}

/* normal sub menu */

.menu .sub-menu:not(.mega-menu){
	left:-30px;
	display: block;
	margin-top: -0.5px;
	padding: 35px 30px 10px;
}

.menu .sub-menu:not(.mega-menu) li{
	float: none;
	display: block;
	clear: both;
	padding-bottom: 17px;
}

/* mega sub menu */
.menu li.mega-menu{
	position: static;
}

.menu li > .mega-menu{
	left: 0; right: 0;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 35px 80px;
	min-height: 535px;
}

.menu .mega-menu li{
	width: 22%;
	position: static;
	padding: 17px 0;
}

.mega-menu .sideright{
	width: 74%;
	position: absolute;
	top: 35px; right: 30px;
	height: calc( 100% - 70px );
	opacity: 0; visibility: hidden;
	background-color: rgba(52,169,52,1);
}

.mega-menu .sideright img{
	float: left;
	height: auto;
	width: 40%;
	padding: 0 20px;
}

.mega-menu .sideright .entry-content,
.mega-menu .sideright .entry-title{
	color: #ffffff;
}

.mega-menu .sideright .entry-content{
	float: left;
	width: 40%;
	height: auto;
	font-weight: 400;
	font-size: 20px;
}

.mega-menu > li:hover > .sideright{
	opacity: 1;
	visibility: visible;
}

.mega-menu > li > a{
	overflow: hidden;
}

.mega-menu > li > a::before{
	width: 0;
	left: -50px;
	text-align: left;
	font-size: 17px;
	margin-top: 7px;
	position: relative;
	margin-right: 0;
}

.mega-menu > li:hover > a::before,
.mega-menu > li.current-menu-item > a::before,
.mega-menu > li.current-page-parent > a::before,
.mega-menu > li.current-menu-ancestor > a::before,
.mega-menu > li.current-page-ancestor > a::before{
	left: 0px;
	width: 35px;
}

.mega-menu .sideright.icon-menu{
	width: 70%;
  right: 60px;
}

.menu li:hover .mega-menu > li > .sideright.icon-menu{
	opacity: 1;
	visibility: visible;
}

.mega-menu .icon-box{
	float: left;
	height: 95px;
	margin-right: 40px;
	align-items: center;
	width: calc( ( 100% - ( 2 * 40px ) ) / 3 );
}

.mega-menu .icon-box:nth-child(3n+1){
	clear: both;
	margin-right: 0;
}

.menu .mega-menu li:hover .icon-box{
	color: #ffffff;
}

.menu .mega-menu li .icon-menu .icon-box.active,
.menu .mega-menu li:hover .icon-box:hover{
	color: #000000;
}

.mega-menu .icon-box .icon::before {
	margin: 0;
	width: auto;
	font-size: 60px;
	margin-right: 20px;
	min-width: 114px;
}

/*--------------------------------------------------------------
## Headerbar
--------------------------------------------------------------*/

.headerbar{
	margin-left: 20px;
	float: right;
	width: max-content;
	margin-top: 32px;
}

.headerbar .widget{
	margin: 0;
}

.headerbar .widget:first-child{
	float: left;
}

.headerbar .widget:last-child{
	float: right;
}

#block-2 {
	width: max-content;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

/*--------------------------------------------------------------
## Content index
--------------------------------------------------------------*/

.header-media-outer{
	z-index: 600;
	position: relative;
}

body.home .header-media-inner,
.header-media-inner .header-media,
.header-media.slider .cycle-slideshow,
.header-media.slider .ImpulsSlider,
.header-media.slider .ImpulsSlider_Wrap,
.header-media.slider .ImpulsSlider_outerwrap{
	position: relative;
	top:0; left:0; right:0;
	height: 79vh; min-height: 600px;
	width: 100%; min-width: 1290px;
}

.header-media-inner .ImpulsSlider > img{
	display: none;
}

.header-media-inner .ImpulsSlider_Wrap{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.ImpulsSlider_Description{
	top: 50%;
	left: 80px;
	min-width: 385px;
	max-width: 420px;
	position: relative;
	padding: 30px 35px;
	background-color: rgba( 0,0,0,0.7 );
}

.ImpulsSlider_Description h3{
	margin: 0;
	left: 0; top: -135px;
	padding: 30px 35px;
	position: absolute;
	background-color: rgba( 52,169,52,0.9 );
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager{
	z-index: 100;
	bottom: 5%; right: 0; left: 80px;
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager a{
	background: none;
	margin-right: 10px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 10px; width: 10px;
	background-color: rgba( 0,0,0,0.7 );
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager a:hover,
.ImpulsSlider_outerwrap .ImpulsSlider_Pager a.activeSlide{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #ffffff;
}

body.home .header-media .wrap{
	bottom: 30px;
	color: white;
	z-index: 300;
	position: absolute;
	width: 100%; height: 60px;
}

.header-media .scrolldown{
	opacity: 1.0;
	left: 0; right: 0;
	position: relative;
	-webkit-animation: bounce 5s 0s infinite ease-in-out;
	animation: bounce 5s 0s infinite ease-in-out;
}

.header-media .scrolldown::before{
	margin: 0; padding: 15px;
	height: 60px; width: 60px;
	background-color: rgba( 0,0,0,0.4 );
}

.header-media .scrolldown:hover::before{
	background-color: rgba( 52,169,52,0.6 );
}

@keyframes bounce{
	0%, 8%, 14%, 20%, 25%, 30%, 60%, 100%{ bottom:0; opacity: 1.0; }
	10%{ bottom: 30px; opacity: 1; }
}

/*
@keyframes bounce{
	0%, 8%, 13%, 20%, 25%, 30%, 60%, 100%{ bottom:0; opacity: 1.0; }
	5%{ bottom: 20px; opacity: 1; }
	10%{ bottom: 30px; opacity: 1; }
}
*/

/*--------------------------------------------------------------
## Content subpages
--------------------------------------------------------------*/

body.page .opsection-outer:first-child > .cleanwhite{
	padding-top: 0;
	padding-bottom: 40px;
}

.page-title-inner{
	height: 145px;
	padding: 45px 0;
}

.breadcrumb{
	padding-top: 25px;
	position: relative;
	padding-bottom: 30px;
}

.opsection{
	position: relative;
}

.opsection .content{
	z-index: 200;
	position: relative;
}

.opsection .bg-image{
	z-index: 200;
}

.opsection.bg-none{
	padding-top: 80px;
	padding-bottom: 60px;
}

.opwrap .opsection:first-child{
	padding-top: 0;
}

.opsection.align-bottom{
	padding: 55px 0 0 0;
}

.opsection.bg-left .entry-content{
	padding: 70px 0 70px 70px;
}

.opsection.bg-right .entry-content{
	padding: 70px 70px 70px 0;
}

.opsection.bg-left{
	color: #ffffff;
	position: relative;
	padding-left: 50%;
	background-color: rgba( 52,169,52,1 );
	padding-right: calc( ( 100% - 1220px ) / 2 );
}

.opsection.bg-left .bg-image{
	left: 0;
	position: absolute;
	width: 50%; height: 100%;
	background-position: right top;
	background-size: cover;
}

.opsection.bg-right{
	position: relative;
  padding-right: 50%;
	background-color: rgba( 52,169,52,1 );
  padding-left: calc( ( 100% - 1220px ) / 2 );
}

.opsection.bg-right .bg-image{
	right: 0; top: 0;
	position: absolute;
	height: 100%; width: 50%;
	background-position: left top;
	background-size: cover;
}

@media(max-width:1220px){
	.break-out{
		left: 0;
		width: 100vw;
		width: calc( 100% + 20px );
		margin-left: -10px;
		margin-right: -10px;
	}
	.opsection{
		padding-left: 0;
		padding-right: 0;
	}
	.opsection.bg-left{
		background-position: -200% 0%;
	}
	.opsection.bg-right{
		background-position: 300% 0%;
	}
	.opsection.bg-left .entry-content{
		padding: 70px 10px 70px 70px;
	}
	.opsection.bg-right .entry-content{
		padding: 70px 70px 70px 10px;
	}
}

.opsection.bg-grey{
	background: #f4f4f4;
}
.opsection .spalte{
	min-height: 1px;
}

.opsection.bg-none .spalte > p:first-child > img:first-child{
	margin-top: -20px;
}

.service-section .icon-box{
	float: left;
	font-weight: 500;
	margin-left: 120px;
	margin-bottom: 75px;
	width: calc( ( 100% - ( 3 *  120px ) ) / 4 );
}

.service-section .icon-box:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}

.service-section .icon-box .svg{
	width: 140px;
	display: block;
}

.service-section .icon-box .svg img{
	min-width: 100%;
	max-height: 80px;
	max-width: none;
	display: block;
}

.teaser-section{
	height: auto;
	position: relative;
}

.teaser-section .teaser-box{
	width: 50vw;
	float: left;
	height: auto;
}

.teaser-box .teaser-content {
	float: left;
	min-height: 400px;
	height: 100%; width: 50%;
	padding: 60px 75px 60px 60px;
}

.teaser-box .entry-image {
	float: left;
	height: 100%;  width: 50%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.teaser-box .entry-image.overlay::after{
	width: 0;
}

.teaser-box .entry-image.overlay::before{
	width: 0%; left: 0%;
	font-size: 28px;
}

.teaser-box:hover .entry-image.overlay::before{
	width: 25%; left: 25%;
	opacity: 1;
	visibility: visible
}

.teaser-box:hover .entry-image.overlay::after{
	width: 50%;
	opacity: 1;
	visibility: visible;
}

@media (max-width:1220px){
	.teaser-section .teaser-box,
	.teaser-box .teaser-content,
	.teaser-box .entry-image{
		width: 50%;
	}
}

.benefits{
	padding-top: 160px;
	padding-bottom: 135px;
}

.benefits .benefit-box{
	float: left;
	display: block;
	margin-left: 80px;
	width: calc( ( 100% - ( 2 * 80px ) ) / 3 );
}

.benefits .benefit-box:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

.benefits .benefit-box .img-icon{
	display: block;
	width: 95px;
	height: 75px;
}

.benefits .benefit-box img{
	max-height: 100%;
	min-width: 100%;
	position: relative;
}

.project-slider-outer{
	margin-bottom: 80px;
}

.project-slider-inner .break-out{
	margin-bottom: 50px;
}

.project-slider-inner .arrows,
.project-slider-inner .project-slider{
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

.project-slider-inner .project-slider{
	overflow: hidden;
}

@media(max-width:1445px){
	.project-slider-inner .arrows,
	.project-slider-inner .project-slider{
		width: 100%;
		overflow: visible;
	}
}

.project-slider-inner .arrows .slick-arrow{
	top: 140px;
	opacity: 1;
	z-index: 200;
	color: #ffffff;
	visibility: visible;
	position: absolute;
	display: inline-block;
	width: 60px; height: 60px;
	background-color: rgba( 0,0,0,0.7 );
}

.project-slider-inner .arrows .slick-arrow.slick-disabled{
	opacity: 0;
	visibility: hidden;
}

.project-slider-inner .arrows .slick-arrow:hover{
	background-color: rgba( 52,169,52,1 );
}

.project-slider-inner .arrows .slick-arrow::before{
	margin: 0;
	font-size: 25px;
	padding: 17px;
}

.project-slider-inner .arrows .turnleft{
	left: 0;
}

.project-slider-inner .arrows .turnright{
	right: 0;
}

.project-slider-inner .slick-slide{
	margin-left: 20px;
}

body.blog article,
body.single-post article{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: calc( ( 100% - ( 3 * 20px ) ) / 4 );
}

body.blog article:nth-child(4n+1),
body.single-post article:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}

.postnavlinks{
	clear: both;
	display: block;
	text-align: center;
}

body.search-results article{
	width: 100%;
	clear: both;
	margin-bottom: 50px;
}

body.search-results article .entry-image{
	float: left;
	width: 25%;
}

body.search-results article .entry-content{
	float: left;
	width: 75%;
	padding-left: 30px;
}

body.error404 section.no-results{
	padding-bottom: 40px;
}

body.contact-page .entry-content > .columnparent:first-child .column:first-child{
	width: 29%;
	margin-right: 2%;
}

body.contact-page .entry-content > .columnparent:first-child .column:last-child{
	width: 69%;
}

body.contact-page .entry-content > .columnparent:first-child .column iframe{
	width: 100%;
}

body.search-no-results .page-content{
	padding-bottom: 50px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-info{
	padding: 75px 0px;
}

.site-info, .site-info a,
.site-info p, .site-info h3,
.site-info .sign a:hover{
	font-family: 'Roboto';
	color: #ffffff;
}

.site-info a{
	opacity: 0.7;
}

.site-info a:hover{
	opacity: 1;
}

.site-info h3{
	margin: 0;
	font-weight: 400;
}

.site-info .widget{
	width: 375px;
	float: left;
	margin-left: 20px;
}

.site-info .widget:nth-child(3n+1){
	float: left;
	clear: both;
}

.site-info .widget:nth-child(4){
	width: 100%;
	clear: both;
	float: none;
	font-size: 16px;
	display: block;
	padding-top: 55px;
}

.site-info .sign p, .site-info .sign a{
	opacity: 1;
	color: #a1e38b;
}

.site-info .address-text p,
.site-info .openings-text p{
	margin:0;
}

.site-info .widget:not(.sign) > .textwidget{
	padding-top: 35px;
}

body.page article > .entry-content .capsuled,
body.page article > .entry-content .capsuled > .project-slider-outer{
	z-index: 300;
		margin-bottom: 0px;
		padding-bottom: 50px;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

.headerbar .custom-search{
	position: relative;
	display: inline-block;
}

.headerbar .custom-search form{
	opacity: 0;
	top: 48px; left:0;
	position: absolute;
	visibility: hidden;
}

.headerbar .custom-search.active form{
	opacity: 1;
	visibility: visible;
}

.headerbar .custom-search .search-submit{
	display: none;
}

.custom-search form{
	top: 24px;
  right: 1px;
	width: 166px;
	z-index: 300;
}

.page-content .search-field,
.custom-search input{
	border: 0;
	height: 39px;
	border-radius: 0;
	margin-top: -4px;
	color: #ffffff;
	padding-left: 20px;
	font-family: 'Roboto';
	background-color: #e9e7e5;

}

.headerbar .custom-search input{
	color: #ffffff;
	font-style: italic;
	background-color: rgba(52,169,52,1);
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.page-content .search-field{
	width: 30%;
}

.custom-search input.search-field{
	width: 118px;
	float: right;
}

.page-content input.search-field{
	font-size: 20px;
	color: #5a5a5a;
}

.custom-search input.search-submit{
	height: 0;
}

.fast-contact-outer{
	background-color: #e7e7e7;
	padding: 80px 0;
}

.wpcf7-form .sideleft{
	margin-right: 15px;
	width: calc( ( 100% - 45px ) / 3 );
}

.wpcf7-form .sideright{
	width: calc( ( ( 100% - 15px ) / 3 ) * 2 );
}

.wpcf7-form input{
	width: 100%;
	height: 55px;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	padding-left: 20px;
	box-shadow: 0 0 0 0;
	display: inline-block;
	background-color: #ffffff;
}

.wpcf7-form textarea{
	border: none;
	resize: none;
	height: 125px;
	display: block;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
}

.wpcf7-form .bottomwrap .your-phone{
	float: left;
	width: calc( 50% - 15px );
	margin-right: 15px;
}

.wpcf7-form .bottomwrap .capimg{
	float: left;
	padding: 10px 20px;
	width: 18%; height: 55px;
	background-color: #dcdcdc;
}

.wpcf7-form .bottomwrap .captcha-1{
	width: 32%;
	float: left;
}

.wpcf7-form .bottomwrap .capimg img{
	min-width: 100%;
}

.wpcf7-form input.wpcf7-submit{
	height: 55px;
	float: right;
	font-size: 24px;
	cursor: pointer;
	font-weight: 400;
	padding-left: 0px;
	color: rgba( 52,169,52,1 );
	background-color: rgba( 0,0,0,0 );
	width: calc( ( ( ( 100% / 3 ) * 2 ) - 15px ) / 2 );

	border: 2px solid rgba( 52,169,52,1 );
}

.wpcf7-form input.wpcf7-submit:hover{
	color: #ffffff;
	background-color: rgba( 52,169,52,1 );
}

.wpcf7-form p{
	display: block;
	margin-bottom: 0;
	position: relative;
	clear: both;
	margin: 0;
}

.wpcf7-form .info-box{
	color: #5a5a5a;
	font-size: 16px;
	width: calc( ( ( 100% - 15px ) / 3 ) * 2 );
    margin-top: -40px;
}

body #page .wpcf7 .ajax-loader{
	display: none !important;
}

body #page .wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}

body #page .wpcf7-acceptance label{
	position: relative;
	padding-left: 35px;
}

body #page .wpcf7-acceptance input{
	left:0; top:0;
	height: 25px; width: 25px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	margin: 0;
	z-index: 99;
}

body #page .wpcf7-acceptance label .wpcf7-list-item-label::before{
	content:"";
	top:0; left:0;
	position: absolute;
	height: 25px; width:25px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #ffffff;
	border: 2px solid #b4b4b4;
}

body #page .wpcf7-acceptance label .wpcf7-list-item-label::after{
	content:"";
	opacity: 0;
	top:5px; left:5px;
	position: absolute;
	width: 15px; height: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: rgba( 52,169,52,1 );
	z-index: 20;
}

body #page .wpcf7-acceptance label .wpcf7-list-item-label::before,
body #page .wpcf7-acceptance label .wpcf7-list-item-label::after{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


body #page .wpcf7-acceptance label:hover{
	cursor: pointer;
	pointer-events:all;
}


body #page .wpcf7-acceptance label:hover > .wpcf7-list-item-label::after,
body #page .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after{
	opacity: 1;
}

body #page .wpcf7-form input[type="submit"][disabled],
body #page .wpcf7-form input[type="submit"][disabled]:hover{
	opacity: 1;
	cursor: not-allowed !important;
	color: #636363 !important;
	border-color: #636363 !important;
	background-color: rgba(0,0,0,0) !important;
}

/* error messages */
body #page .wpcf7-not-valid-tip{
	display: none;
}

.wpcf7-form.invalid input.wpcf7-not-valid,
.wpcf7-form.invalid .wpcf7-response-output.wpcf7-validation-errors{
	border: 2px solid #A93830;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{
	border: 2px solid rgb(52, 169, 52);
}

::placeholder{
	opacity: 1;
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	opacity: 1;
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 1;
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 1;
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}
::ms-input-placeholder { /* Microsoft Edge */
	opacity: 1;
	color: #5a5a5a;
	font-size: 20px;
	font-family: 'Roboto';
}

.headerbar .custom-search ::placeholder{
	opacity: 1;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto';
}
.headerbar .custom-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	opacity: 1;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto';
}
.headerbar .custom-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto';
}
.headerbar .custom-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 1;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto';
}
.headerbar .custom-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 1;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto';
}
.headerbar .custom-search ::ms-input-placeholder { /* Microsoft Edge */
	opacity: 1;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto';
}

/*--------------------------------------------------------------
## Effects (fe. gardients, transitions, overlays)
--------------------------------------------------------------*/

/* Color transitions only */
a, .service-section .icon-box .title, .site-info .sign a,
.custom-search .tb-icon{
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}

.header-media .scrolldown::before, .project-slider-inner .arrows .slick-arrow{
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}

.service-section .icon-box .icon{
	-webkit-transition: transform 300ms ease-in-out;
	-moz-transition: transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager a{
	-webkit-transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
	transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
}

/* Opacity transitions only */
.overlay::before, .overlay::after, .main-navigation .sub-menu, .mega-menu > li > .sideright,
.custom-search form, body #page .wpcf7-acceptance label .wpcf7-list-item-label::after,
.site-info a, .project-slider-inner .arrows .slick-arrow{
	-webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.teaser-box .entry-image.overlay::after, .teaser-box .entry-image.overlay::before{
	-webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, width 300ms ease-in-out, left 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, width 300ms ease-in-out, left 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, width 300ms ease-in-out, left 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, width 300ms ease-in-out, left 300ms ease-in-out;
}

.menu > li > a::before{
	-webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, margin 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, margin 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, margin 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, margin 300ms ease-in-out;
}

.mega-menu > li > a::before{
	-webkit-transition: width 300ms ease-in-out, left 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out, left 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out, left 300ms ease-in-out;
	transition: width 300ms ease-in-out, left 300ms ease-in-out;
}

.smpl-btn, .smpl-btn span, .smpl-btn a, body #page .wpcf7-form input[type="submit"]{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border 300ms ease-in-out;
}

.overlay{
	display: block;
	position: relative;
}

.overlay img{
	display: block;
	min-width: 100%;
}

/* overlay ::before used for icons */
/* font-styles only AV if used fontello with assigned class */
/* otherwise use content:""; and background-image */
.overlay::before{
	padding:0;
	width:auto;
	height: auto;
	opacity: 0;
	z-index: 10;
	color:white;
	display: block;
	font-size:22px;
	top:50%; right:auto;
	bottom:auto; left:50%;
	text-align: center;
	position: absolute;
	visibility: hidden;
	background-color:transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* overlay ::after used for background */
.overlay::after{
	content:"";
	opacity: 0;
	margin: 0;
	z-index: 2;
	opacity: 0;
	width:100%;
	height: 100%;
	top:0; right:0;
	bottom: 0; left: 0;
	position:absolute;
	visibility: hidden;
	background-color: rgba(52,169,52,0.5);
}

.overlay:hover::before,
.overlay:hover::after{
	opacity: 1;
	visibility: visible;
}

#backtop{
	width: 40px;
	height: 40px;
	position: fixed;
	opacity: 0;
	display: block;
	color:#ffffff;
   z-index: 999999;
	visibility: hidden;
	bottom: 100px; right:0;
   background-color: rgba(0,0,0,0.7);
	-webkit-transition: background-color 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	transition: background-color 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

#backtop.active{
	opacity: 1;
	visibility: visible;
}

#backtop.active:hover{
	background-color: rgba(0,0,0,1);
}

#backtop::before{
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 20px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# Mobile Support
--------------------------------------------------------------*/

body.tablet #primary-menu li > ul{
	display: none;
	opacity: inherit;
	visibility: inherit;
}

body.tablet #primary-menu li:hover > ul{
	display: block;
	opacity: inherit;
	visibility: inherit;
}

#page_id, a#menu-bars{
  top:50px;
	height:60px;
	width:60px;
	position: absolute;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#page_id, a#menu-bars,
.menu-mobilemenu-container{
	display: none;
  top:0;
}

/* For custom Walker */
/* #page_id{
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}

a#menu-bars{
	background-image: url('touse/bars.svg');
	background-size:contain;
	background-repeat: no-repeat;
	position: absolute;
}

@media (max-width: 1625px){
	#site-navigation{
		top: 23px;
    position: relative;
	}
	#page_id, a#menu-bars,
	#site-navigation,
	.menu-mobilemenu-container{
		display: block;
		height: 36px;
		width: 36px;
		margin: 0;
	}
	.menu-hauptmenu-container{
		display: none;
	}
} */

@media (max-width: 1625px){
	#header-widgets > :not(#custom_html-2) {
		display: none;
	}
}
#menu-item-302 {
	margin-left: 0 !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.wrap::after, .headerbar::after, .pagebar::after, .footerbar::after,
.sideright.icon-menu::after, .benefits::after, .teaser-section::after,
.sideright::after, .sideleft::after, .posts-wrap::after,
body.search-results article::after{
	content: "";
	display: table;
	float: none;
	clear: both;
}

/*--------------------------------------------------------------
## Overwriting
--------------------------------------------------------------*/

body .icon.furniture.svg{
	width: 100px;
	height: 80px;
	position: relative;
}
body .icon.furniture.svg img{
	bottom: 0;
	position: absolute;
}

body #page .mega-menu .icon-service-furniture::before{
	font-size: 50px;
	margin-right: 36px;
}

/* columns */
body .columnparent .break-at-2{
	width: calc( 98% / 2 );
  margin-right: 2%;
}


/* GA switch */
body .impuls-ga-switch{
   font-size: 16px;
	margin-bottom: 20px;
}

body .impuls-ga-switch .slider{
	min-width: 0px;
}

/* plugin */
body .ginger_container .ginger_message{
	padding-top: 5px;
}

body .ginger_container .ginger_btn.ginger-accept{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
}

body .ginger_container .ginger_btn.ginger-accept:hover{
	box-shadow: none;
}

/* socials */

.socials_wrapper {
	height: 50px;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.site-info .social_link {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-left: 7px;
	border-radius: 5px;
	transition: filter .2s linear;
	position: relative;
	filter: invert(100%);
	opacity: 1;
	float: right;
}

.site-info .social_link:hover {
	/* filter: invert(68%) sepia(18%) saturate(2848%) hue-rotate(69deg) brightness(79%) contrast(78%); */
	filter: invert(80%);
}

/* .social_link:first-child {
	margin-left: 876px;
} */

.site-info .social_link div {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* filter: brightness(0) saturate(100%) invert(23%) sepia(14%) saturate(197%) hue-rotate(11deg) brightness(91%) contrast(90%); */
}


.contact_scroll {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	background-color: #247A24;
	z-index: 99999;
	transition: 0.3s linear;
	transition-property: background-color;
}

.contact_scroll:hover {
	background-color: #106610;
}

.contact_scroll a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 20px;
}

.sideright br:first-of-type {
	display: none;
}

.captcha-image {
	width: 100%;
	background-color: #fff;
	border: none !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 19px;
}

.wpcf7-submit {
	margin-top: 15px;
}

.codedropz-upload-handler {
	background-color: #fff;
    height: 126px;
}

.bottomwrap {
	margin-top: 15px;
}

.entry-header > * {
  max-width: 1240px;
  margin: 70px auto 0;
}
.entry-content > .alignfull,
.entry-header > .alignfull {
  max-width: none;
}
.alignfull > * {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}

/*
#/=============================================================/
#	50% Imageblock
#\=============================================================\
*/
.wp-block-columns.alignfull {
	padding: 0;
	margin-bottom: 50px;
  }
  .wp-block-columns.alignfull > .wp-block-column {
	padding: 0;
	max-width: 50%;
	min-width: 0;
  }
  .wp-block-columns.alignfull > .wp-block-column:first-child > :not(figure) {
	float: right;
	width: calc( 1240px / 2 - 45px);
	padding: 0 0 75px 0;
  }
  .wp-block-columns.alignfull > .wp-block-column p:last-child {
	margin-bottom: 0;
  }
  .wp-block-columns.alignfull > .wp-block-column > .wp-block-image {
	height: 100%;
	width: 100%;
	margin: 0;
	max-height: 550px;
  }
  .wp-block-columns.alignfull > .wp-block-column > .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .wp-block-columns.alignfull > .wp-block-column:not(:first-child) {
	margin-left: 50px;
  }
  .wp-block-columns.alignfull > .wp-block-column .wp-block-group {
	position: relative;
  }
  .wp-block-columns.alignfull > .wp-block-column .wp-block-columns {
	margin-bottom: 1.5em;
  }
  .wp-block-columns.alignfull > .wp-block-column .wp-block-columns figure:not(.wp-block-table) {
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  .wp-block-columns.alignfull > .wp-block-column + .wp-block-column > .wp-block-group {
	padding: 0 20px 75px 0;
	max-width: calc( (1240px - 50px) / 2 );
  }
  .wp-block-columns.alignfull > .wp-block-column > .wp-block-group > :first-child {
	margin-top: 0;
	line-height: 1.15;
  }
  
  .social_link:first-child {
	margin-left: 0;
}

/* 2023 */
.multi_page_switch{float: left;}
.multi_page_switch a{padding: 10px 20px;display: inline-block;font-family: 'Roboto';}
.master_pre_header .header_widgets_area{float: right;display: flex;}
.header_widgets_area .custom-html-widget {
  width: 220px;
  padding-top: 14px;
  text-align: right;
}
.header_widgets_area .tb-icon{float: left;}
.site-header {
	top: 0px;
}
.master_pre_header{transition: display 0.3s;overflow: hidden;width: 100%;background-color:#e7e7e7;min-height: 60px;min-width: 1220px;}
.master_pre_header .wrapper{width: 100%;padding: 0px 80px;margin: 0px auto;}
#wohnen_und_bauen .wb_button{background-color: #fff;color: #000;margin-top: 10px;transition: all 0.3s;}
#handel_und_industrie .wb_button{background-color: rgba( 52,169,52,0.9 );color: #fff;margin-top: 10px;transition: all 0.3s;}
#handel_und_industrie .wb_button:hover{background-color: #fff;color: #000;margin-top: 10px;transition: all 0.3s;}
#handel_und_industrie .hi_button{background-color: #fff;color: #000;margin-top: 10px;transition: all 0.3s;}
#wohnen_und_bauen .hi_button{background-color: rgba( 52,169,52,0.9 );color: #fff;margin-top: 10px;transition: all 0.3s;}
#wohnen_und_bauen .hi_button:hover{background-color: #fff;color: #000;margin-top: 10px;transition: all 0.3s;}

.page-id-108 .project-slider-outer {
  margin-bottom: 0px !important;
}
#custom_html-7 .textwidget.custom-html-widget {
	padding-top: 0;
	position: relative;
	top: -50px;
}

#custom_html-7 .textwidget.custom-html-widget .openings-text {
	padding-top: 25px;
}


.project_gallery{margin-right: -10px;}
.project_gallery .overlay::before {
  padding: 0;
  width: auto;
  height: auto;
  opacity: 0;
  z-index: 10;
  color: white;
  display: block;
  font-size: 22px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  text-align: center;
  position: absolute;
  visibility: hidden;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wp-block-gallery .wp-block-image{width: calc(25% - 8px) !important;}
.wp-block-gallery.has-nested-images figure.wp-block-image{flex-grow: 0 !important;}