/*!
Theme Name: Impuls Master Theme
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.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: impuls_theme

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 */
:root .editor-styles-wrapper .has-light-gray-background-color,
:root .has-light-gray-background-color {
  background-color: #d5d5d5;
}
:root .editor-styles-wrapper .has-dark-gray-background-color,
:root .has-dark-gray-background-color {
  background-color: #4e4e4e;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
  background-color: white;
}
/*--------------------------------------------------------------
# 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;
  transition: 0.3s linear;
  transition-property: color;
}
/**
 * 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;
  margin-left: -99px;
  margin-top: 15px;
}
/* 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: #1a5276;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #1a5276;
}
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: #FFFFC1;
  /* 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;
  margin-left: 32px;
}
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: 145%;
  /* Adhere to container width. */
}
figure {
  margin: 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: #af6f70;
  color: #FFF;
  line-height: 1;
  padding: 0;
  width: 100%;
  cursor: pointer;
  height: 50px;
  transition: 0.3s linear;
  transition-property: background, color;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #e7373a;
  color: #1a5276;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #8f8f8f;
  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: #1a5276;
  border: 1px solid #1a5276;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
select {
  border: 1px solid #1a5276;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #1a5276;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #FFF;
  color: #1a5276;
  outline: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.styleselect:before,
span.styleselect:before {
  content: '\FE40';
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #1a5276;
  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;
}
.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-color: #f0f0f0;
  content: "";
  border-radius: 3px;
  margin-right: 10px;
  color: #1a5276;
  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-color: #f0f0f0;
  content: '\2713';
}
textarea {
  height: 150px;
  padding-top: 5px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
span.wpcf7-form-control-wrap input.wpcf7-not-valid,
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7-not-valid > .captcha-image .choices {
  border: 1px solid blue;
}
/*--------------------------------------------------------------
# Default Element Styles
--------------------------------------------------------------*/
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# 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:not(.blocks-gallery-item)::before {
  display: block;
  left: 0;
  content: "\25CF";
  color: #e7373a;
  position: absolute;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1a5276;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #e7373a;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#page_id {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-main_menu-container {
  margin-top: auto;
  margin-left: auto;
  height: max-content;
  width: max-content;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: inline;
  text-decoration: none;
  color: #1a5276;
  font-size: 24px;
  margin-left: 20px;
}
.main-navigation a:hover {
  color: #1a5276;
}
.menu-toggle {
  display: none;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation {
  position: relative;
  flex-basis: 70%;
  display: flex;
  height: auto;
  transition: 0.3s linear;
  transition-property: height;
}
#primary-menu > .current-menu-item > a,
#primary-menu > .current-menu-ancestor > a,
#primary-menu .sub-menu > .current-menu-item > a,
#primary-menu .sub-menu > .current-menu-parent > a,
.single-post .current_page_parent > a,
.main-navigation a:hover,
.menu-item-has-children:hover > a {
  color: #1a5276;
}
#primary-menu > .menu-item > a {
  padding-bottom: 15px;
  transition: 0.3s linear;
  transition-property: padding-bottom, color;
}
.main-navigation .menu .menu-item:hover > .sub-menu,
.main-navigation .menu .menu-item.focus > .sub-menu {
  left: auto;
}
.main-navigation .menu .sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: 680px;
}
.main-navigation .menu .sub-menu .menu-item:hover > .sub-menu,
.main-navigation .menu .sub-menu .menu-item.focus > .sub-menu {
  left: 100%;
}
.main-navigation .menu .sub-menu a {
  width: 200px;
}
.sub-menu {
  background-color: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  transition-property: opacity, padding-top, visibility;
}
.menu-item-has-children:hover .sub-menu,
.sub-menu:hover {
  opacity: 1;
  visibility: visible;
}
.main-navigation .menu .sub-menu .sub-menu {
  left: -999em;
  top: 0;
}
.sub-menu .sub-menu {
  top: 0;
  margin-top: 0;
  padding-top: 0;
  transition: 0.3s linear;
  transition-property: top;
}
.sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background-color: #fff;
}
.sub-menu .sub-menu::after {
  content: "";
  position: absolute;
  height: calc(100% + 10px);
  width: 4px;
  left: 0px;
  top: -10px;
  background-color: #1a5276;
}
.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, #1a5276, #1a5276 20%, transparent 20%, transparent 40%, #1a5276 40%, #1a5276 60%, transparent 60%, transparent 80%, #1a5276 80%, #1a5276 100%);
}
/*--------------------------------------------------------------
# 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% -  41px ) /  3 );
}
.widget:nth-child(3n + 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 0 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 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%;
}
/* 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: 20px;
}
.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% -  (1 * 20px) + 1px ) / 2);
}
.gallery-columns-3 .gallery-item {
  width: calc((100% -  (2 * 20px) + 1px ) / 3);
}
.gallery-columns-4 .gallery-item {
  width: calc((100% -  (3 * 20px) + 1px ) / 4);
}
.gallery-columns-5 .gallery-item {
  width: calc((100% -  (4 * 20px) + 1px ) / 5);
}
.gallery-columns-6 .gallery-item {
  width: calc((100% -  (5 * 20px) + 1px ) / 6);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.entry-content > *:not(.alignfull),
.entry-content > div.wpcf7 {
  max-width: 1240px;
  margin: 70px auto;
}
.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;
}
#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 th,
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;
  }
}
.wp-block-image figcaption {
  text-align: center;
  color: gray;
}
.wp-block-image a::after,
.wp-block-gallery figure a::after {
  position: absolute;
  content: "\f179";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s linear opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
  font-family: 'dashicons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-block-image a:hover::after,
.wp-block-gallery figure a:hover::after {
  opacity: 1;
}
.wp-block-image {
  position: relative;
  overflow: hidden;
}
.wp-block-image a {
  display: block;
  line-height: 0;
  position: relative;
}
.wp-block-gallery .blocks-gallery-item {
  flex-grow: unset;
}
.alignfull {
  padding: 50px 0;
}
#content {
  min-width: 1240px;
  overflow-x: hidden;
}
#masthead .wrapper,
.wrapper,
.alignfull > * {
  position: relative;
  max-width: 1240px;
  min-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#masthead {
  position: fixed;
  width: 100%;
  background-color: #FFFFC1;
  height: 160px;
  z-index: 100;
  box-shadow: 0 0 0px #ccc;
  transition: 0.3s linear;
  transition-property: box-shadow, background-color;
}
.header_space {
  height: 102px;
  transition: 0.3s linear;
  transition-property: height;
}
#masthead .wrapper,
#colophon .wrapper:first-of-type {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 0px;
  transition: 0.3s linear;
  transition-property: padding-top;
}
.logo_wrapper {
  position: relative;
  bottom: 154px;
  max-width: 235px;
  flex-basis: 30%;
  /* max-height: 100px; */
  transition: 0.3s linear;
  transition-property: bottom, max-height;
  left: 54px;
}
.logo_wrapper img {
  max-height: 249px;
  transition: 0.3s linear;
  transition-property: max-height;
  object-fit: contain;
  object-position: left;
}
/*
.scrolled #masthead {
	background-color: #FFFFC1;
	box-shadow: 0 0 10px #ccc;
}

.scrolled #primary-menu > .menu-item > a {
	padding-bottom: 5px;
}

.scrolled .logo_wrapper {
	bottom: 5px;
	max-height: 50px
}

.scrolled .logo_wrapper img {
	max-height: 50px
}

.scrolled #masthead .wrapper {
	padding-top: 10px;
}

.scrolled .header_space {
    height: 60px; // !!! Größe vom Masthead mit .scrolled eintragen
}
*/
.breadcrumb,
.breadcrumb a {
  color: #e7373a;
  font-size: 15px;
  padding: 20px 0;
}
.breadcrumb a:hover {
  color: #1a5276;
}
.breadcrumb .delimiter.icon-arrow_right {
  position: relative;
  bottom: 1px;
  font-size: 11px;
  padding: 0 5px;
}
.entry-content > :first-of-type {
  margin-top: 0px;
}
.home .entry-content > :first-of-type {
  margin-top: 70px;
}
.header_slider_container {
  position: relative;
}
.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
.header_slider_container .slick-track {
  height: calc(100vh - 102px);
  min-width: 1240px;
}
.header_slider_container .slick-list.draggable {
  min-width: 1220px;
}
.header_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header_slider_wrapper .wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9001;
}
.header_headline {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.header_headline_box {
  width: 100%;
  text-align: center;
}
.header-slide-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 6s linear 0s !important;
}
.zoom-active .zoom {
  transform: scale(1.2);
}
.header_headline h3 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  /*background-color: @main-theme-color-transparent; */
  background-color: transparent;
  padding: 5px 22px;
  margin-bottom: 10px;
  width: max-content;
  margin-left: 170px;
}
.scroll_down {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DF071E;
  padding: 17px;
  border-radius: 100%;
}
.scroll_down a {
  color: #fff;
  font-size: 19px;
}
.header_slide::before {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_banner {
  position: relative;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_text a {
  color: #fff;
}
.banner_text a:hover {
  color: #1a5276;
}
.header_banner .wrapper {
  height: 100%;
}
.header_banner .wrapper > .wp-block-columns,
.header_banner .wrapper .wp-block-column {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.banner_text {
  position: relative;
  background-color: rgba(0, 77, 146, 0.5);
  color: #fff;
  padding: 40px;
  padding-top: 25px;
  top: 35%;
}
.banner_text h1 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}
.projekt-content,
.home-slider-info-wrapper .category_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.projekt-content .projekt-column {
  position: relative;
}
.projekt-content .projekt-column:first-of-type {
  flex-basis: 35%;
  padding-right: 66px;
}
.projekt-content .projekt-column:last-of-type {
  flex-basis: 65%;
  max-width: 65%;
}
.projekte-wrapper .projekt-column > p {
  margin-top: 0;
}
.projekt_category > .sort-button,
.category_list > .sort-button {
  border: 2px solid;
  width: max-content;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: #1a5276;
  background-color: #fff;
  color: #1a5276;
  transition: 0.3s linear;
  transition-property: color, background-color;
}
.projekt_category > .sort-button.active,
.projekt_category > .sort-button:hover,
.category_list > .sort-button.active,
.category_list > .sort-button:hover {
  background-color: #1a5276;
  color: #fff;
  cursor: pointer;
}
.projekt_category {
  display: flex;
  flex-wrap: wrap;
}
.projekt-post {
  position: relative;
  height: 253px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projekt-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projekt-block {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s linear;
  transition-property: opacity, background-color;
}
.projekt-block:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.projekt-block p {
  color: #fff;
}
.projekt-column .projekt_slider .slick-track .slick-slide:nth-child(1) .projekt-post {
  margin-bottom: 20px;
}
.projekte-wrapper .slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  background-color: #1a5276;
  z-index: 6;
  border-radius: 50px;
  border: 4px solid #fff;
  transition: 0.3s linear;
  transition-property: background-color;
}
.projekte-wrapper .slick-arrow:hover {
  background-color: #e7373a;
  cursor: pointer;
}
.arrow-right.slick-arrow {
  left: unset;
  right: 0;
  transform: translateY(-50%);
}
.projekte-wrapper .slick-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1240px) {
  .projekte-wrapper .slick-arrow {
    left: 10px;
  }
  .arrow-right.slick-arrow {
    right: 10px;
    left: unset;
  }
}
.projekt_slider .slick-slide {
  padding: 0 10px;
  z-index: 4;
  min-width: 380px;
}
.projekt_slider .slick-list {
  padding: 0 !important;
  width: calc(100% + 20px);
  left: -10px;
  z-index: 3;
}
.projekt_slider .slick-list::before,
.projekt_slider .slick-list::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #fff;
  z-index: 5;
}
.projekt_slider .slick-list::after {
  right: 0;
  top: 0;
}
#home_slider {
  display: flex;
  flex-wrap: wrap;
}
.home-slider-frame {
  margin-top: 50px;
}
#home_slider .projekt-post {
  width: calc(100% / 3 - 20px);
  margin-left: 30px;
  margin-bottom: 30px;
}
#home_slider .projekt-post:nth-child(3n + 1) {
  margin-left: 0px;
}
.home_pagination {
  display: flex;
  flex-wrap: wrap;
}
.home_pagination > div:first-of-type {
  margin-left: auto;
}
.home_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.home_pagination {
  position: absolute;
  right: 20px;
  display: flex;
}
.page-number,
.pagination-arrow {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e7373a;
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
  border: 2px solid;
  border-color: #e7373a;
}
.page-number:hover,
.pagination-arrow:hover,
.page-number.active {
  background-color: #e7373a;
  cursor: pointer;
  color: #fff;
}
.page-number.hidden_arrow,
.pagination-arrow.hidden_arrow {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
}
.home-slider-frame {
  transition: 0.6s linear;
}
.blog .InnerContent.wrapper {
  padding-bottom: 120px;
}
.kontaktform {
  padding-top: 34px;
}
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 {
  border: 0;
  height: 40px;
  background-color: #f0f0f0;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
  resize: none;
}
.kontaktform span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.captcha-wrap {
  display: flex;
  flex-wrap: wrap;
}
.captcha-img-wrap {
  flex-basis: 30%;
  height: 40px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.captcha-img-wrap img {
  object-fit: contain;
  height: 40px;
}
.wpcf7-form-control-wrap.captcha-1 {
  flex-basis: calc(70% - 15px);
  margin-left: 15px;
}
.kontaktform input.wpcf7-not-valid,
.kontaktform select.wpcf7-not-valid,
.kontaktform textarea.wpcf7-not-valid {
  background-color: #e7373a;
  color: #fff;
}
#colophon {
  position: relative;
  min-width: 1240px;
  background-color: #555;
  z-index: 2;
}
#colophon,
#colophon a,
#colophon .widget-title,
#colophon .textwidget {
  color: #fff;
  font-size: 16px;
}
#colophon,
#colophon a {
  font-weight: 300;
}
#colophon .widget-title {
  margin-top: 0;
}
.site-info {
  padding-top: 35px;
  padding-bottom: 20px;
}
#colophon .sidebar-1 {
  width: calc(100% - 267px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.last_widget {
  position: relative;
  margin-left: auto;
  padding-right: 20px;
}
#colophon .sign,
#colophon .sign a {
  color: rgba(255, 255, 255, 0.7);
}
#colophon a:hover,
#colophon .sign a:hover {
  color: #1a5276;
}
#colophon .menu-footer-menu-container .menu-item > a,
#colophon .mini_menu.menu > a {
  font-size: 17px;
}
.sign b {
  /* margin-bottom: -4px; */
  display: block;
}
.sign {
  position: relative;
  margin-left: auto;
  padding-top: 10px;
}
#colophon ul li,
#colophon ol li {
  padding-left: 0;
}
#colophon ul li::before {
  display: none;
}
.site-info > .wrapper {
  z-index: 2;
}
/*
#/=============================================================/
#	50% Imageblock
#\=============================================================\
*/
.wp-block-columns.alignfull {
  padding: 0;
  margin-bottom: 0;
}
.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: 75px 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;
}
.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;
  top: 50%;
  transform: translateY(-50%);
}
.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: 75px 20px 75px 0;
  max-width: calc( (1240px - 50px) / 2 );
}
/*.entry-content.wp-block-cover:nth-child(2) {
	width: 100% !important;
}*/
.alignfull > .wp-block-cover__background {
  width: 100%;
  max-width: 100% !important;
}
.entry-content > .wp-block-cover .wp-block-cover__inner-container.wp-container-7 .wp-container-6 .wp-block-image {
  width: 800px;
  height: 700px;
}
.is-style-halfcover-block-right img {
  width: 50% !important;
  right: 0px !important;
  left: auto !important;
  min-width: unset !important;
}
.is-style-halfcover-block-right .wp-block-column:first-child {
  padding-right: 30px;
}
.is-style-halfcover-block-left img {
  width: 50% !important;
  right: auto !important;
  left: 0px !important;
  min-width: unset !important;
}
.is-style-halfcover-block-left .wp-block-column:nth-child(2) {
  padding-left: 30px;
}
.is-style-drittelcover-block-right img {
  width: 37% !important;
  right: 0px !important;
  left: auto !important;
  min-width: unset !important;
}
.is-style-drittelcover-block-right .wp-block-column:first-child {
  padding-right: 30px;
}
.is-style-drittelcover-block-left img {
  width: 37% !important;
  right: auto !important;
  left: 0px !important;
  min-width: unset !important;
}
.is-style-drittelcover-block-left .wp-block-column:nth-child(2) {
  padding-left: 30px;
}
.is-style-drittelcover-block-left-herausragend img {
  width: 37% !important;
  right: auto !important;
  left: 0px !important;
  min-width: unset !important;
  margin-top: -91px !important;
}
.is-style-drittelcover-block-left-herausragend .wp-block-column:nth-child(2) {
  padding-left: 30px;
}
strong {
  font-weight: 600;
}
.projekt_slider .slick-slide {
  padding: 0 10px;
  z-index: 4;
  min-width: 380px;
}
.projekt_slider .slick-list {
  padding: 0 !important;
  width: calc(100% + 20px);
  left: -10px;
  z-index: 3;
}
.projekt_slider .slick-list::before,
.projekt_slider .slick-list::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #fff;
  z-index: 5;
}
.projekt_slider .slick-list::after {
  right: 0;
  top: 0;
}
.projekt-image {
  height: 240px;
  background-size: cover;
  background-position: center;
}
.projectobject .projekt-overlay {
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  transition-property: background-color;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projectobject a:hover .projekt-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.projectstripe .slick-prev.slick-arrow,
.impressionenslider .slick-prev.slick-arrow {
  left: -70px;
  filter: invert(0);
  transition: linear 0.3s;
  transition-property: background-color, filter;
  border-radius: 25px;
}
.projectstripe .slick-next.slick-arrow,
.impressionenslider .slick-next.slick-arrow {
  right: -70px;
  filter: invert(0);
  transition: linear 0.3s;
  transition-property: background-color, filter;
  border-radius: 25px;
}
.projectstripe .slick-prev.slick-arrow:hover,
.projectstripe .slick-next.slick-arrow:hover,
.impressionenslider .slick-prev.slick-arrow:hover,
.impressionenslider .slick-next.slick-arrow:hover {
  background-color: #eee !important;
}
.menu-image {
  height: 30px;
  width: 30px;
  padding-left: 5px;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1240px;
  height: 1000px;
}
.wp-block-gallery .wp-block-image {
  height: 300px;
  width: 100px;
}
