/*!
Theme Name: landgrebe-2019
Theme URI: https://www.werbeagentur-impuls.de/
Author: Impuls Werbeagentur <info@impuls-wa.de>
Author URI: https://www.werbeagentur-impuls.de/
Description: Das WordPress Theme Ihres Unternehmens. Speziell für Sie entwickelt.
Version: 1.5.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: landgrebe-2019

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.

This theme 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
--------------------------------------------------------------*/
/* Variablen */
/*--------------------------------------------------------------
# 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: #666666;
  font-family: 'ubuntu', sans-serif;
  font-size: 21px;
  line-height: 31px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
}
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 20px 0;
  padding: 0;
}
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: #009bb3;
  color: #FFF;
  line-height: 1;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #FFF;
  color: #009bb3;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #48676b;
  color: #FFF;
  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: #666666;
  border: 1px solid #666666;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
[data-name="acceptance"] {
 width: 100%!important;
}

select {
  border: 1px solid #666666;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #666666;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #FFF;
  color: #666666;
  outline: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.styleselect:before,
span.styleselect:before {
  content: '﹀';
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #666666;
  pointer-events: none;
}
select.wpcf7-form-control-wrap.wpcf7-select:focus::-ms-value {
  background-color: transparent;
}
select.wpcf7-form-control-wrap.wpcf7-select::-ms-expand {
  display: none;
}
span.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input + span,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span,
.suchleiste input.stylecheckbox + label {
  position: relative;
  padding-left: 26px;
  margin-right: 20px;
  display: block;
  line-height: 25px;
  width: 100%!important;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input,
.suchleiste input.stylecheckbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 5px;
  width: 16px;
  height: 16px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span:before,
.suchleiste input.stylecheckbox + label:before {
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  content: "";
  border-radius: 3px;
  margin-right: 10px;
  color: #009bb3;
  top: 5px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
}
.wpcf7 .wpcf7-checkbox.stylecheckbox .wpcf7-list-item label input:checked + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + span:before,
.suchleiste input.stylecheckbox:checked + label:before {
  background: #FFF;
  content: '✓';
}
textarea {
  height: 76px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  background: #009bb3;
  color: #FFF;
}
/*--------------------------------------------------------------
# Default Element Styles
--------------------------------------------------------------*/
.wrapper,
.InnerContent {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  width: 100%;
}
/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/
#content ul li,
#colophon ul li,
#content ol li,
#colophon ol li {
  padding-left: 20px;
}
#content ul li,
#colophon ul li {
  list-style: none;
  position: relative;
}
#content ul li:before,
#colophon ul li:before {
  display: block;
  left: 0;
  content: "●";
  color: #666666;
  position: absolute;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #009bb3;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #666666;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: right;
  margin-top: 110px;
  transition: margin-top 0.2s ease-in-out 0s;
  position: relative;
  z-index: 9;
}
.scroll .main-navigation {
  margin-top: 21px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 99999;
  display: none;
  padding-top: 5px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 7px 40px 6px 20px;
}
.main-navigation ul ul li:first-child > a {
  padding-top: 10px;
}
.main-navigation ul ul li:last-child > a {
  padding-bottom: 10px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-left: 59px;
  letter-spacing: 0.5px;
}
.main-navigation li li {
  margin: 0;
  width: 100%;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding-bottom: 13px;
  color: #666666;
  font-size: 20px;
}
.main-navigation li > a:after {
  display: block;
  content: "";
  height: 2px;
  background: #fff;
  width: 100%;
}
.main-navigation li.current_page_ancestor > a:after,
.main-navigation li.current_page_parent > a:after,
.main-navigation li.current_page_item > a:after,
.main-navigation li:hover > a:after {
  background: #009bb3;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
.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%;
}
.dropdown-navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.dropdown-navigation > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #009bb3, #009bb3 20%, transparent 20%, transparent 40%, #009bb3 40%, #009bb3 60%, transparent 60%, transparent 80%, #009bb3 80%, #009bb3 100%);
}
#page_id {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
# 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,
.wrapper:after,
.gallery:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:after,
.gallery:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 20px 20px;
  float: left;
  width: calc((100% -  61px ) /  4 );
}
.widget:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body .wp-block-columns {
  flex-wrap: nowrap;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  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;
}
.entry-content .wp-block-video video,
.entry-content .wp-block-video video[poster] {
  object-fit: contain;
}
/*--------------------------------------------------------------
## 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: 40px;
}
.gallery:last-child {
  margin-bottom: 0;
}
.gallery-item {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  float: left;
  margin: 0 0 20px 20px;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: both;
  margin-left: 0;
}
.gallery-columns-2 .gallery-item {
  width: calc((100% -  21px ) / 2);
}
.gallery-columns-3 .gallery-item {
  width: calc((100% -  41px ) / 3);
}
.gallery-columns-4 .gallery-item {
  width: calc((100% -  61px ) / 4);
}
.gallery-columns-5 .gallery-item {
  width: calc((100% -  81px ) / 5);
}
.gallery-columns-6 .gallery-item {
  width: calc((100% -  101px ) / 6);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.entry-content > *,
.entry-content > div.wpcf7 {
  margin: 0 auto;
}
.entry-header > * {
  max-width: 1200px;
  margin: 0 auto 27px;
  padding: 0 20px;
}
.entry-content > .alignfull,
.entry-header > .alignfull {
  max-width: none;
}
#main ul.wp-block-gallery {
  list-style: none;
}
#main ul.wp-block-gallery li {
  padding: 0;
}
#main ul.wp-block-gallery li:before {
  display: none;
}
table {
  border-collapse: collapse;
}
table td {
  border: 1px solid #AFAFAF;
  padding: 3px 5px;
}
table tr:nth-child(odd) td {
  background: #EBEBEB;
}
/*--------------------------------------------------------------
## Gutenberg Media & Text Block Fallback for IE11
--------------------------------------------------------------*/
.wp-block-media-text:after {
  display: table;
  content: "";
  clear: both;
}
.wp-block-media-text figure {
  float: left;
  width: 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  float: right;
  width: 50%;
}
.wp-block-media-text.has-media-on-the-right figure {
  float: right;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  float: left;
}
@supports (display: grid) {
  .wp-block-media-text figure {
    float: none;
    width: inherit;
  }
  .wp-block-media-text .wp-block-media-text__content {
    float: none;
    width: inherit;
  }
  .wp-block-media-text.has-media-on-the-right figure {
    float: none;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    float: none;
  }
}
.has-light-gray-background-color {
  background: #f7f7f7;
}
.has-gray-background-color {
  background: #666666;
  color: #fff;
}
.has-white-background-color {
  background: #fff;
}
.wp-block-impuls-additional-blocks-section {
  padding: 41px 0 47px;
}
.wp-block-impuls-additional-blocks-section.has-white-background-color + .wp-block-impuls-additional-blocks-section.has-white-background-color,
.wp-block-impuls-additional-blocks-section.has-no-background-color + .wp-block-impuls-additional-blocks-section.has-no-background-color,
.wp-block-impuls-additional-blocks-section.has-gray-background-color + .wp-block-impuls-additional-blocks-section.has-gray-background-color,
.wp-block-impuls-additional-blocks-section.has-light-gray-background-color + .wp-block-impuls-additional-blocks-section.has-light-gray-background-color {
  padding-top: 0;
}
.wp-block-column:not(:first-child) {
  margin-left: 40px;
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
#page {
  min-width: 1200px;
  padding-top: 156px;
}
h1,
h2 {
  font-family: 'permanent marker';
  color: #009bb3;
  font-size: 36px;
  line-height: 56px;
  margin: 0 auto 27px;
  letter-spacing: 0.4px;
  line-height: normal;
}
.headerbild h1 {
  position: absolute;
  bottom: 66px;
  margin: 0;
  color: #fff;
  background: #009bb3;
  padding: 12px 34px 12px 30px;
  font-size: 48px;
}
h3 {
  font-family: 'permanent marker';
  color: #009bb3;
  margin: 0 0 20px;
  line-height: normal;
  font-size: 30px;
  text-transform: uppercase;
}
p {
  margin: 0 0 31px;
}
p:last-child {
  margin-bottom: 0;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
#masthead {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 10px -3px transparent;
}
.scroll #masthead {
  box-shadow: 0 0 10px -3px #000;
}
.header-widgets {
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
  z-index: 5;
}
.scroll .header-widgets {
  opacity: 0;
}
.header-widgets .farbpalette {
  background: url('img/farbpalette.svg') no-repeat center / cover;
  width: 320px;
  height: 20px;
}
.header-widgets .widget {
  width: auto;
  float: right;
  font-size: 29px;
  margin: 8px 0 0;
  letter-spacing: 0.5px;
}
.header-widgets .widget i {
  font-size: 24px;
  float: left;
  margin: 0 10px 0 0;
}
.custom-logo-link {
  width: 233px;
  margin: 19px 0 0 0;
  float: left;
  line-height: 0;
  height: 113px;
  opacity: 1;
  visibility: visible;
  transition: height 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}
.scroll .custom-logo-link {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-logo-link img {
  width: 100%;
}
.fixed_logo {
  width: 254px;
  height: 26px;
  display: block;
  left: 20px;
  top: 27px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease-in-out 0s;
}
.scroll .fixed_logo {
  opacity: 1;
  visibility: visible;
}
.headerslider {
  height: 601px;
  position: relative;
}
.ImpulsSlider_outerwrap,
.ImpulsSlider_outerwrap .ImpulsSlider,
.ImpulsSlider .ImpulsSlider_Wrap {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ImpulsSlider img {
  display: none;
}
.headerslider .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  right: 0;
  height: 100%;
}
.headerslider .wrapper .widget {
  position: absolute;
  margin: 0;
  bottom: 76px;
  font-size: 49px;
  width: auto;
  background: rgba(0, 155, 179, 0.8);
  color: #fff;
  font-family: 'permanent marker';
  padding: 11px 30px 12px;
  line-height: normal;
}
.headerslider .wrapper .widget p {
  margin: 0;
}
.headerbild {
  height: 331px;
}
.headerbild .wrapper {
  height: 100%;
}
.headerbild .wrapper .icons {
  position: absolute;
  right: 20px;
  bottom: 0;
  padding: 0 5px;
  background: #fff;
}
.headerbild .wrapper .icons .icon_wrapper {
  float: left;
}
.headerbild .wrapper .icons .icon_wrapper a {
  color: #666666;
  display: block;
  width: 67px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}
.icon_wrapper a i.icon-fassadenarbeiten {
  font-size: 20px;
}
.icon_wrapper a i.icon-malerarbeiten {
  font-size: 32px;
}
.icon_wrapper a i.icon-bodenarbeiten {
  font-size: 24px;
}
.headerbild .wrapper .icons .icon_wrapper a:hover,
.headerbild .wrapper .icons .icon_wrapper.active a {
  color: #009bb3;
}
.einleitung {
  background: url('img/logo_single_light.svg') no-repeat;
  color: #fff;
  padding: 48px 0 74px;
  background-color: #009bb3;
  background-size: 300px auto;
  background-position: calc((100% - 1200px) / 2 - 40px);
}
.einleitung h2 {
  margin: 0 0 26px;
  color: #fff;
}
.einleitung .einleitung_text {
  font-size: 30px;
  line-height: 40px;
}
.leistungsbereich {
  padding: 50px 0 42px;
  background: #f7f7f7;
}
.leistungsbereich_img {
  position: relative;
  overflow: hidden;
}
.leistungsbereich_img .leistungsbereich_img_item {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0s;
}
.leistungsbereich_img:hover .leistungsbereich_img_item {
  transform: scale(1.1);
}
.leistungsbereich_links {
  float: left;
  line-height: 0;
}
.leistungsbereich_links .leistungsbereich_img {
  width: 571px;
  height: 461px;
}
.leistungsbereich_rechts {
  float: right;
  line-height: 0;
}
.leistungsbereich_rechts .leistungsbereich_redchts_top .leistungsbereich_img {
  width: 570px;
  height: 221px;
  margin-bottom: 19px;
}
.leistungsbereich_rechts .leistungsbereich_redchts_bottom {
  width: 570px;
  height: 221px;
}
.leistungsbereich_rechts .leistungsbereich_redchts_bottom .leistungsbereich_img {
  width: 276px;
  height: 221px;
  float: left;
}
.leistungsbereich_rechts .leistungsbereich_redchts_bottom .leistungsbereich_img:nth-child(1) {
  margin-right: 18px;
}
.leistungsbereich_icon {
  width: 61px;
  height: 61px;
  text-align: center;
  background: #009bb3;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  font-size: 26px;
  z-index: 9;
}
.leistungsbereich_icon i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.leistungsbereich_icon i:before {
  margin: 0;
  width: auto;
}
.leistungsbereich_icon i.icon-fassadenarbeiten {
  font-size: 20px;
}
.leistungsbereich_icon i.icon-malerarbeiten {
  font-size: 32px;
}
.leistungsbereich_img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  background-image: linear-gradient(to top, #000 -40%, transparent 40%);
}
.leistungsbereich_img h3,
.blog article h3 {
  position: absolute;
  z-index: 8;
  font-family: 'permanent marker';
  color: #fff;
  bottom: 14px;
  left: 28px;
  font-size: 29px;
  line-height: normal;
  margin: 0;
  text-transform: none;
}
.blog article h3 {
  font-family: 'ubuntu';
  font-size: 26px;
}
.leistungsbereich_links .leistungsbereich_img h3 {
  bottom: 18px;
  left: 30px;
  font-size: 36px;
}
.leistungen_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.leistungen_wrapper:after {
  display: block;
  content: "";
  clear: both;
}
.leistungen_wrapper .leistung {
  width: 560px;
  margin-left: 40px;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 39px;
}
.leistungen_wrapper .leistung:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.leistungen_wrapper .leistung:hover .leistungsbereich_img_item {
  transform: scale(1.1);
}
.leistungen_wrapper .leistungsbereich_img .leistungsbereich_img_item {
  height: 330px;
}
.leistungen_wrapper .leistungsbereich_img .leistungsbereich_img_item::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 120px);
}
.leistungen_wrapper .leistungsbereich_img h3 {
  font-size: 36px;
  left: 40px;
  bottom: 17px;
}
.leistungen_wrapper .leistung a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.leistungen_wrapper .leistung .leistungsbereich_text {
  padding: 26px 40px 32px;
}
.home #primary {
  background: url('img/faecher.jpg') no-repeat center / cover;
}
.home #primary .wp-block-impuls-additional-blocks-section {
  padding: 28px 0 58px;
}
.home #primary .InnerContent {
  padding-right: 410px;
  hyphens: auto;
}
.schlagworte {
  background: url('img/tapete.jpg') no-repeat center / cover;
  padding: 72px 0 78px;
}
.schlagworte .widget {
  margin: 0 33px 0 0;
  width: 363px;
}
.schlagworte .widget:last-child {
  margin-right: 0;
}
.schbellkontakt {
  background: #009bb3;
  padding: 55px 0 51px;
  font-weight: 300;
}
.blog #content {
  padding: 40px 0 30px;
}
.blog article {
  width: 380px;
  height: 260px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 0 10px 10px;
}
.blog article:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.blog article .projekte_bild {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0s;
}
.blog article:hover .projekte_bild {
  transform: scale(1.1);
}
.blog article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000 -40%, transparent 40%);
}
#content .posts-navigation {
  clear: both;
  margin: 0;
  padding: 30px 0 10px;
}
.gallery .gallery-item {
  line-height: 0;
  overflow: hidden;
}
.gallery .gallery-item img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.projekt_slide {
  width: 384px;
  height: 270px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
}
.projekt_slide .slide_img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out 0s;
}
.projekt_slide:hover .slide_img {
  transform: scale(1.1);
}
.projekt_slide a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick_arrow {
  position: absolute;
  left: -60px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #009bb3;
  cursor: pointer;
}
.slick_arrow.slick_arrow_right {
  left: auto;
  right: -60px;
}
.slick_arrow:hover {
  color: #666666;
}
.single article {
  padding: 40px 0;
}
#colophon {
  color: #fff;
  background: #333333;
  font-weight: 300;
  font-size: 20px;
  padding: 47px 0 50px;
  letter-spacing: 0.5px;
}
#colophon .widget {
  width: 260px;
  margin: 0;
}
#colophon .widget.kontakt {
  margin-left: 40px;
}
#colophon .widget.links a {
  color: #ffffff;
}
#colophon .widget.links a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#colophon .widget.impuls {
  width: 320px;
  float: right;
  color: rgba(255, 255, 255, 0.5);
}
#colophon .widget.impuls a {
  color: rgba(255, 255, 255, 0.5);
}
#colophon .widget.impuls a:hover {
  color: #ffffff;
}
/*---form---*/
/*--- kontakt ---*/
.schbellkontakt h2 {
  color: #fff;
  margin: 0 0 49px;
}
.cont_left {
  float: left;
  width: 599px;
}
.cont_right {
  float: right;
  width: 560px;
  margin-bottom: 10px;
}
.wpcf7-form::after {
  display: block;
  content: "";
  clear: both;
}
span.wpcf7-form-control-wrap {
  float: left;
  width: calc((100% - 20px) / 2);
  margin-right: 10px;
  border: none;
}
span.wpcf7-form-control-wrap input {
  height: 33px;
  border: none;
  font-weight: 300;
  background: #fff;
}
span.wpcf7-form-control-wrap:nth-child(2n) {
  margin-right: 0;
  clear: right;
}
span.wpcf7-form-control-wrap.your-message {
  width: 100%;
  margin: 0 0 21px;
  clear: both;
  line-height: 0;
}
span.wpcf7-form-control-wrap.your-message textarea {
  height: 76px;
  border: none;
  resize: none;
  background: #fff;
  padding-top: 5px;
  font-weight: 300;
}
span.wpcf7-form-control-wrap.acceptance {
  width: 100%!important;
  cursor: pointer;
  clear: both!important;
  margin: 10px 0 0;
  color: #fff;
}
span.wpcf7-form-control-wrap.acceptance a {
  color: #fff;
  text-decoration: underline;
}
span.wpcf7-form-control-wrap.acceptance a:hover {
  color: #666666;
}
span.wpcf7-form-control-wrap.acceptance label {
  cursor: pointer;
}
#page .wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span:before {
  width: 18px;
  height: 17px;
  border-radius: 0;
  padding-top: 1px;
  background: #fff;
  color: #009bb3;
  top: 4px;
  content: "";
}
#page .wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #009BB3;
  border-radius: 10px;
  display: block;
  top: 8px;
  left: 4px;
  position: absolute;
  opacity: 0;
}
#page .wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.captcha-wrap {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.captcha-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.captcha-wrap span.wpcf7-form-control-wrap {
  width: calc(100% - 141px);
  margin: 0;
  float: right;
}
.captcha-wrap .captcha-img-wrap {
  float: left;
  margin: 0 10px 0 0;
  line-height: 0;
  background: #fff;
  padding: 5px 29px 4px;
}
#page input[type="submit"],
#page input[type="submit"]:disabled:hover {
  width: 100%;
  float: left;
  height: 34px;
  background: #fff;
  cursor: pointer;
  color: #009BB3;
  opacity: 1;
  font-weight: 300;
  text-transform: uppercase;
  padding: 2px 0 0;
  font-size: 20px;
}
#page input[type="submit"]:hover {
  background: #666666;
  color: #fff;
}
#page input[type="submit"]:disabled,
#page input[type="submit"]:disabled:hover {
  cursor: not-allowed;
  opacity: 0.5;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: none;
  clear: both;
  background: #666666;
  margin: 0;
  color: #fff;
}
span.wpcf7-form-control-wrap input.wpcf7-not-valid,
span.wpcf7-form-control-wrap select.wpcf7-not-valid,
span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  background: #666666;
  color: #fff;
}
div.wpcf7 .ajax-loader {
  display: none;
}
/*ende form*/
.blueimp-gallery > div > a,
.blueimp-gallery a.play-pause {
  display: none !important;
}
.linkziel {
  position: relative;
  top: -150px;
}
.page_not_found {
  padding: 40px 0;
}

.wpcf7-list-item-label {
  color: #fff;
}

.wpcf7-list-item-label a {
  color: #fff;
  text-decoration: underline;
}

 .wpcf7-list-item-label a:hover, a:focus, a:active {
  color: #666;
  text-decoration: underline;
}

[data-name="your-message"] {
width: 100%!important;
}


#custom_html-2 a {
color: #009bb3; }

#custom_html-2 a:hover, a:focus, a:active {
color: #666; }

.number_head #custom_html-2 a {
color: #fff!important;
}

.wp-container-2 .wp-block-column a {
color: #009bb3!important;
}
.choices [class^="icon-"]::before, .choices [class*=" icon-"]::before {
	font-family: 'icomoon' !important;
}
.captcha-image .choices i {
    font-size: 30px;
	color: #555;
}
.captcha-image .choices label > input:checked + i, .captcha-image .choices label:hover > input + i {
	color: #222;
}
.cf7ic_instructions {
	color: #fff;
}
.wpcf7-form-control-wrap.cf7ic-734 {
	width: 100%;
}
.kontakt a {
    color: #fff;
}
.kontakt a:hover {
    color: rgba(255,255,255,.5);
}



.header_slider_container {
  position: relative;
}

.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
.header_slider_container .slick-track {
  height: calc(100vh - 270px);
  min-width: 1240px;
}

.header_slider_container .slick-list.draggable {
  min-width: 1220px;
}
.header_slider_wrapper .wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9001;
}
.header-slide-image{
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.header_slider_wrapper .wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9001;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header_headline {
	margin-top: 350px;
}
.header_headline_box {
  background: rgba(0,155,179,.8);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 10px;
}
.header_headline_box h3 {
  color: #fff;
  font-size: 45px;
  line-height: normal;
  font-weight: lighter;
}