/*!
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: #ffffff;
}
/*--------------------------------------------------------------
# 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: 2.7em;
  margin: 0.67em 0;
}
h2 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 20px;
}
.wp-block-column h2,
.wp-block-cover h2,
.wp-block-group h2 {
  padding: 0;
}
.post-1987 p strong {
  padding: 0 20px;
}
/* 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.4s ease-in-out;
  transition-property: all;
}
/**
 * 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: #000;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #fff;
  font-family: EB Garamond;
}
p {
  margin-bottom: 1.5em;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
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: #212121;
  font-family: roboto;
  /* 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: 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: #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: #004d92;
}
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: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
select {
  border: 1px solid #000;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #fff;
  color: #000;
  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: #000;
  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: #004d92;
  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 red;
}
/*--------------------------------------------------------------
# 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: #ffffff;
  text-decoration: none;
  font-family: roboto;
}
/* a:hover,
a:focus,
a:active {
  color: #e7373a;
} */
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu li .sub-menu li {
  padding: 15px 30px;
  width: 410px;
}
.menu li .sub-menu li:hover {
  background-color: #212121;
}
.menu li .sub-menu {
  width: 410px;
}
.sub-menu:hover .sub-menu {
  height: 466px;
}

#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: block;
  text-decoration: none;
  /* color: #000; */
  color: #ffffff;
  font-size: 19px;
  /* margin-left: 48.9px; */
  letter-spacing: 0.7px;
  font-weight: 300;
  font-family: Roboto;
}
/* .main-navigation li:last-child a {
  margin-right: 0;
} */
.main-navigation a:hover {
  color: #f62415 !important;
}
.menu-toggle {
  display: none;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation {
  position: relative;
  flex-basis: 86.9%;
  padding-top: 45px;
  /* margin-left: 60px; */
  display: flex;
  height: auto;
  transition: 0.3s linear;
  transition-property: height;
  justify-content: space-between;
}
#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 {
  color: #f62415;
}
.main-navigation a:hover,
.menu-item-has-children:hover > a {
  color: #ffffff;
}
#primary-menu > .menu-item > a {
  padding-bottom: 79px !important;
  transition: 0.1s linear;
  transition-property: padding-bottom, color;
  margin-left: 20px;
}
.main-navigation .menu .menu-item:hover > .sub-menu,
.main-navigation .menu .menu-item.focus > .sub-menu {
  left: -11px;
}
.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;
  margin-top: -65px;
}

.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: 310px; */
  font-size: 18px;
}
.sub-menu {
  background-color: #171717;
  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: 65px;
}
.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: 1px;
  left: 0px;
  top: -10px;
  background-color: #313131;
}
.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,
    #004d92,
    #004d92 20%,
    transparent 20%,
    transparent 40%,
    #004d92 40%,
    #004d92 60%,
    transparent 60%,
    transparent 80%,
    #004d92 80%,
    #004d92 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% - 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 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% - 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 > *: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: #212121;
}
/*--------------------------------------------------------------
## 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;
  /* background: #212121; */
}
#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: #171717;
  z-index: 100;
  box-shadow: 0 0 0px #ccc;
  transition: 0.3s linear;
  transition-property: box-shadow, background-color;
}
.header_space {
  height: 162px;
  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: 3px;
  flex-basis: 13%;
  max-height: 140px;
  transition: 0.3s linear;
  transition-property: bottom, max-height;
}
.logo_wrapper img {
  max-height: 180px;
  transition: 0.3s linear;
  transition-property: max-height;
  object-fit: contain;
  object-position: left;
}
.scrolled #masthead {
  background-color: #171717;
  box-shadow: 0 0 1px #ccc;
  height: 120px;
}
.scrolled .main-navigation {
  padding-top: 35px;
}
.scrolled #primary-menu > .menu-item > a {
  padding-bottom: 5px;
}

/* .scrolled .logo_wrapper {
  bottom: 5px;
  max-height: 50px;
} */
.scrolled .logo_wrapper img {
  max-height: 120px;
}
.scrolled #masthead .wrapper {
  padding-top: 10px;
}
.scrolled .header_space {
  height: 60px;
}
.breadcrumb,
.breadcrumb a {
  /* color: #e7373a; */
  color: #aeada9;
  font-size: 15px;
  padding: 20px 0;
}
.breadcrumb a:hover {
  color: #f62415;
}
.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; */
  margin-top: 0px;
}
.home .entry-content {
  margin-top: 0;
}
.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); */
  height: calc(100vh - 250px);
  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;
  left: 2.5%;
}
.header_headline_box {
  width: 100%;
  text-align: center;
}
.header-slide-image {
  height: 100%;
  width: 100%;
  background-position: initial;
  background-size: cover;
  transition: transform 6s linear 0s !important;
}
.zoom-active .zoom {
  transform: scale(1.2);
}
.header_headline h3 {
  font-size: 64px;
  color: #fff;
  margin: 0;
  /* background-color: rgba(0, 77, 146, 0.5); */
  padding: 5px 22px;
  margin-bottom: 10px;
  width: max-content;
  text-shadow: 1px 2px 3px #212121;
}
.hengstekatalog-box {
  position: fixed;
  z-index: 99999999;
  top: 225px;
  background: #f62415;
  right: -71px;
  transform: rotate(270deg);
  height: 90px;
  display: flex;
  transition: all 0.4s ease-in-out;
}
.scrolled .hengstekatalog-box {
  top: 211px;
}
.hengstekatalog-box:hover {
  background: #fff;
}
.hengstekatalog-box:hover a h3 {
  color: #000;
}

.hengstekatalog-box h3 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 18px;
  margin-bottom: 0;
  color: #fff;
  transition: all 0.4s ease-in-out;
  padding: 0 20px;
}
/* .scroll_down {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.scroll_down a {
  color: #fff;
  font-size: 19px;
} */
@keyframes scrolldownanimation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scroll_down {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.scroll_down a {
  color: #fff;
  font-size: 19px;
  width: 30px;
  display: block;
  height: 50px;
  z-index: 10000;
  position: absolute;
  top: -33px;
  right: -15px;
}
.scroll_down::before {
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  content: '';
}
.scroll_down::after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scrolldownanimation 2s infinite;
  animation: scrolldownanimation 2s infinite;
  box-sizing: border-box;
  min-height: 0;
}

.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: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_text a {
  color: #fff;
}
.banner_text a:hover {
  color: #000;
}
.header_banner .wrapper {
  height: 100%;
}
.header_banner .wrapper > .wp-block-columns {
  flex-direction: column;
}
.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: 0%;
}
.banner_text h1 {
  color: #fff;
  font-size: 65px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 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: #004d92;
  background-color: #fff;
  color: #004d92;
  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: #004d92;
  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: #004d92;
  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;
}

.pagination {
  margin-top: 42px;
  text-align: center;
}
.prev.page-numbers,
.next.page-numbers {
  display: none;
}
.page-numbers.current {
  background-image: linear-gradient(to right, #f62415, #8d251c);
  padding: 5px 12px;
  color: #fff;
  border: none;
}
.page-numbers {
  border: 1px solid white;
  padding: 4px 10px;
  margin-right: 7px;
}
.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;
  width: 100%;
}

.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: #f32415;
}
#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: 50px;
}
#colophon ul li,
#colophon ol li {
  padding-left: 0;
}
#colophon ul li::before {
  display: none;
}
.site-info > .wrapper {
  z-index: 2;
}

#colophon1 .site-info {
  background-color: #212121;
}
#colophon .site-info {
  background-color: #171717;
}
.widget {
  margin: 0 0 20px 0px;
  float: left;
  /* width: calc((100% - 61px ) / 4 ); */
  /* width: 100%; */
}
.widget:first-child {
  width: 100%;
}
#colophon1 .site-info h3 {
  font-size: 2.3em;
  font-weight: 300;
  margin-bottom: 0;
}
#colophon1 .site-info p:not(:first-child) {
  margin-top: 0;
  color: #f62415;
  font-weight: 400;
  margin-bottom: 0;
}

#sidebar-3-widgets-area {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-3 .widget:first-child {
  width: 100%;
}
.sidebar-3 .widget {
  width: 380px;
}
/* .sidebar-3 .widget .textwidget p img {
  width: 30px;
  object-fit: cover;
  height: 30px;
} */
.sidebar-3 .textwidget .social-media {
  display: flex;
}

.sidebar-3 .textwidget .social-media .face:hover,
.sidebar-3 .textwidget .social-media .insta:hover,
.sidebar-3 .textwidget .social-media .tube:hover,
.sidebar-3 .textwidget .social-media .podcast:hover {
  filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(16deg)
    brightness(1002%) contrast(100%);
}

.sidebar-3 .textwidget .social-media .face,
.sidebar-3 .textwidget .social-media .insta,
.sidebar-3 .textwidget .social-media .tube,
.sidebar-3 .textwidget .social-media .podcast {
  /* width: 30px;
  height: 30px; */
  margin-right: 20px;
  transition: all 0.3s;
}
.sidebar-3 .social-media .face img {
  width: 24px;
  height: 25px;
}

/* .sidebar-3 .textwidget .social-media .face img,
.sidebar-3 .textwidget .social-media .insta img,
.sidebar-3 .textwidget .social-media .tube img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
} */
.sidebar-1 .widget:nth-child(2) p {
  margin: 0;
}
.sidebar-1 .widget:nth-child(2),
.sidebar-1 .widget:nth-child(3),
.sidebar-1 .widget:nth-child(4) {
  width: 360px;
}
.sidebar-1 .widget:last-child {
  width: 100%;
}
.sidebar-1 .textwidget p {
  margin: 0;
  font-size: 16px;
  color: #aaaaaa;
}
.sidebar-1 .textwidget p a {
  color: #aaaaaa !important;
}
.sidebar-1 .textwidget p a:hover {
  color: #f62415 !important;
}

/*
#/=============================================================/
#	Startseite erste block
#\=============================================================\
*/

.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns {
  width: 80px;
  display: block;
  margin-left: 45%;
}

.home .entry-content .wp-block-cover:first-child {
  padding: 50px 0 0 0;
}
.home
  .entry-content
  .wp-block-cover:first-of-type
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column:first-child {
  height: 118px;
}
.home
  .entry-content
  .wp-block-cover:first-of-type
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column:last-child {
  height: 100px;
}

.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column:last-child {
  width: 150px;
  /* margin-left: -9px; */
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column:last-child
  .wp-block-columns
  .wp-block-column:last-child {
  margin-left: 13px;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  h3
  a {
  color: #ffffff !important;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  .wp-block-image
  img {
  /* filter: invert(15%) sepia(61%) saturate(5769%) hue-rotate(-5deg) brightness(102%) contrast(122%) !important; */
  transition: 0.4s !important;
  transition-property: all;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns:hover
  .wp-block-image
  img {
  /* filter: invert(100) !important; */
  filter: invert(100%) sepia(96%) saturate(0%) hue-rotate(43deg)
    brightness(1004%) contrast(104%) !important;
  /* transition: 2s !important; */
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column:nth-child(2)
  .wp-block-columns
  .wp-block-column:last-child
  h3 {
  margin-left: -6px;
}
.entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-image {
  height: 100%;
  margin: 0;
}
.home .entry-content .wp-block-cover:last-child {
  padding: 0;
}
.home
  .entry-content
  .wp-block-cover:last-child
  .wp-block-columns
  .wp-block-column:first-child,
.home
  .entry-content
  .wp-block-cover:last-child
  .wp-block-columns
  .wp-block-column:last-child {
  margin: 70px 0;
}
.home
  .entry-content
  .wp-block-cover:last-child
  .wp-block-columns
  .wp-block-column:first-child
  h3,
.home
  .entry-content
  .wp-block-cover:last-child
  .wp-block-columns
  .wp-block-column:last-child
  h3 {
  font-size: 33px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-image
  img {
  height: 100%;
  object-fit: cover;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns:hover {
  cursor: pointer;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  .wp-block-image {
  margin: 0;
  padding: 16px 0 0px 0;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  h3 {
  margin: 0;
  padding: 17px 0 17px 0;
}
.home
  .entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column
  .wp-block-columns
  .wp-block-column
  h3
  a {
  margin: 0;
  padding: 30px 0 17px 0;
}
.home .entry-content .wp-block-group:nth-child(6) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home .entry-content .wp-block-group:nth-child(6) .wp-block-columns {
  margin-bottom: 0 !important;
}
.home
  .entry-content
  .wp-block-group:nth-child(6)
  .wp-block-columns
  .wp-block-image {
  margin: 0 !important;
  height: 100% !important;
}
.home .entry-content .wp-block-group .wp-block-columns .wp-block-image img {
  height: 100% !important;
  object-fit: cover;
}
.home .entry-content .wp-block-group .wp-block-columns .wp-block-image {
  height: 100%;
}
.home .entry-content .wp-block-group:nth-child(6) h3 {
  font-size: 2.2em;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 0;
}

.home .entry-content .wp-block-cover .wp-block-button__link {
  /* background-color: #32373c; */
  border-width: 0;
  color: #fff;
  font-family: inherit;
  /* font-size: inherit; */
  line-height: inherit;
  /* padding: calc(0.667em + 2px) calc(1.333em + 2px); */
  text-decoration: none;
  padding: 0;
  font-size: 20px;
  background-color: unset;
  font-weight: 400;
}
.home .entry-content .wp-block-cover .wp-block-button__link:hover {
  color: #f62415;
}
h3 {
  font-weight: 300;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column[style*='flex-basis'] {
  flex-grow: 0;
}
.wp-block-columns {
  flex-wrap: nowrap !important;
  padding: 0 20px;
}
.wp-block-cover .wp-block-columns {
  padding: 0;
  margin-bottom: 0;
}

.wp-block-image a::after,
.wp-block-gallery figure a::after {
  display: none;
}
.wp-block-group .wp-block-columns {
  padding: 0;
}
.wp-block-group .wp-block-columns:first-child,
.wp-block-cover .wp-block-group .wp-block-columns:first-child {
  margin-bottom: 0;
}
/* .wp-block-cover:not(:first-child), */
.wp-block-group {
  padding-bottom: 40px;
}
/*
#/=============================================================/
#	50% Imageblock
#\=============================================================\
*/

.home
  .entry-content
  .wp-block-group.alignfull.has-dunklehell-background-color
  .wp-block-columns
  .wp-block-column
  h1 {
  letter-spacing: 1px;
  font-weight: 500;
}

/*
#/=============================================================/
#	referenzen shortcode
#\=============================================================\
*/

.newsboxContainerImage {
  /* height: 285px !important; */
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.referenzen_kategorie_ajax_navi {
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.referenzen_kategorie_ajax_navi span {
  color: rgba(1, 104, 181, 1);
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.referenzen_kategorie_ajax_navi span:hover {
  background-color: #f7f7f7;
}

.referenzen_kategorie_ajax_navi span.refon {
  background-color: #f7f7f7;
}
.referenzen_shortcode_content .newsboxContainerImage {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-slide .newsboxContainer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #f62415, #8d251c);
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-property: all;
  left: 0;
  top: 0;
  z-index: 0;
}
.slick-slide:hover .newsboxContainer::before {
  opacity: 1;
}
.slick-slide .newsboxContainer > * {
  z-index: 5;
  position: relative;
}
.home .wp-block-group .excerpt-container {
  height: 112px !important;
  overflow: hidden !important;
  font-weight: 400;
  margin-bottom: 10px;
}
.excerpt-container {
  margin-right: 20px;
  font-size: 19px;
  height: 145px;
  overflow: hidden;
}
.slick-initialized .slick-slide {
  display: block;
  position: relative;
}
.more-links {
  position: absolute !important;
  bottom: 20px;
  font-size: 22px !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}
/* .more-links a {
  color:#fff !important;
  font-size: 21px;

} */
.button-linkTmp a:hover,
.artikel-text h2:hover {
  color: #fff !important;
}
.artikel-text .button-linkTmp h2 {
  font-family: roboto !important;
  font-size: 22px;
  color: #f62415;
}
p a {
  color: #f62415;
}

.artikel-text p {
  padding-right: 20px;
}
.more-links:hover {
  color: #000 !important;
}
.referenzen_shortcode_content a:active,
.referenzen_shortcode_content a:focus {
  color: #fff !important;
  transition: none;
}
.referenzen_shortcode_content .newsboxContainer {
  margin-left: 0px;
  position: relative !important;
  margin-right: 0px;
  width: 100%;
  background-color: #000;
  padding: 30px;
  overflow: hidden;
  /* color: #000; */
  height: 300px !important;
  /* transition: background-color 0.3s; */
  min-height: 320px !important;
  max-height: 320px !important;
  transition: all 0.4s;
  /* transition-property: background-color; */
}

.wp-block-cover.alignfull .referenzen_shortcode_content .newsboxContainer {
  background-color: #212121;
}
.newsboxContainer .bottun {
  position: absolute;
  bottom: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.newsboxContainer .bottun:hover {
  color: #000;
}

.referenzen_shortcode_content a .newsboxContainerImage span h3 {
  display: none;
}
.referenzen_shortcode_content a .newsboxContainerImage span {
  transition: 0.4s ease-in-out background-color;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: block;
}
.referenzen_shortcode_content a:hover .newsboxContainerImage span {
  display: flex;
  position: absolute;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  /* color: #fff; */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  justify-content: center;
  align-items: center;
}

.referenzen_shortcode_content a.hover_type_2 .newsboxContainerImage span h3 {
  color: #fff;
  width: 300px;
  text-align: center;
  display: block;
}

.referenzen_shortcode_content a.hover_type_2 .newsboxContainerImage {
  -webkit-filter: brightness(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.referenzen_shortcode_content a.hover_type_2 .newsboxContainerImage span {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  justify-content: center;
  align-items: center;
}

.referenzen_shortcode_content a.hover_type_2:hover .newsboxContainerImage span {
  background-color: rgba(0, 0, 0, 0.75);
}

.referenzen_shortcode_content a:hover .newsboxContainerImage span h3 {
  color: #fff;
  width: 300px;
  text-align: center;
  display: block;
}

/* .referenzen_shortcode_content a:hover .newsboxContainer {
   background-color: #EF2416; 
  background: linear-gradient(to right, #F62415, #8D251C);
  color: #fff;
  transition: background-color .4s ease-in-out;
} */
.referenzen_shortcode_content a:hover .newsboxContainerImage {
  filter: brightness(100%);
  /* -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; */
}
.referenzen_shortcode_content .slick-list {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.referenzen_shortcode_content a .newsboxContainerImage {
  transition: all 0.4s ease-in-out !important;
}

.slicknews {
  margin-top: 20px !important;
}

.home .slicknews .arrow-left.slick-arrow {
  margin-left: -65px !important;
  margin-top: -10px;
  font-size: 30px;
  color: #f62415;
  transition: 0.3s;
  transition-property: color;
  cursor: pointer;
}
.home .slicknews .arrow-left.slick-arrow:hover {
  color: #fff;
}
.home .slicknews .arrow-right.slick-arrow {
  margin-right: -65px !important;
  /* margin-top: 10px; */
  font-size: 30px;
  color: #f62415;
  transition: 0.3s;
  transition-property: color;
  cursor: pointer;
}
.home .slicknews .arrow-right.slick-arrow:hover {
  color: #fff;
}
.slicknews .slick-arrow {
  color: #c8c8c8;
  position: absolute;
  top: 45%;
}
.slicknews .slick-arrow:hover {
  color: #fff;
}

@media only screen and (max-width: 1240px) {
  #news .arrow-right {
    display: none !important;
  }

  #news .arrow-left {
    display: none !important;
  }
}

.home .newsboxContainer h2 {
  font-size: 29px;
  margin-top: 0;
}

#news .arrow-color {
  color: #cccccc;
  transition: color 0.3s;
}

#news .arrow-color:hover {
  color: #6b6b6b;
}
@media only screen and (min-width: 1240px) {
  .slicknews.layout_2 {
    width: calc(100vw - 18px);
    margin-left: calc(-50vw + 50% + 10px);
    min-width: 1240px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1239px) {
  .slicknews.layout_2 {
    width: calc(100vw + 40px);
    margin-left: -20px;
    min-width: 1240px;
  }
}
#news .slick-slide {
  margin: 0 12px !important;
  width: 380px !important;
}

.slick-list.draggable {
  /* width: 100%; */
}

.home .wp-block-cover .newsboxContainer h3 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.4s;
}

.termin-zeitraum {
  display: flex;
  height: 57px;
  padding: 0px 20px;
  /* justify-content: space-between; */
}
.termin-icon {
  width: 25px;
  height: 25px;
  margin-top: 22px;
  margin-right: 20px;
}
.anfang-termin p,
.end-termin p {
  color: #ccc;
}

.strich {
  width: 15px;
  text-align: center;
}
.datumn {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  right: 30px;
  text-align: center;
}
.datumn p {
  margin-top: 25px;
  color: #f62415;
  font-weight: 500;
}
.referenzen_shortcode_content a:hover .newsboxContainerImage span {
  display: block !important;
}
.referenzen_shortcode_content h2:hover,
.referenzen_shortcode_content h3:hover {
  color: #000;
}

/*
#/=============================================================/
#	Ende Refertenzen
#\=============================================================\
*/

/**
* ===================================
* icon widgets
*====================================
*/

.icon-wrapper .widget {
  margin-left: 5px !important;
  width: 25px;
  height: 25px;
}
.icon-wrapper {
  display: flex;
  width: 25%;
  justify-content: end;
  flex-wrap: nowrap;
  margin-top: 3px;
}
.icon-wrapper .widget p {
  margin-top: 0 !important;
}
.icon-wrapper img {
  transition: all 0.3s ease-in-out;
}
.icon-wrapper img:hover {
  /* filter: invert(24%) sepia(42%) saturate(7372%) hue-rotate(353deg) brightness(96%) contrast(101%); */
  filter: invert(100%) sepia(0%) saturate(10000%) hue-rotate(16deg)
    brightness(1002%) contrast(100%);
}
.icon-wrapper .widget:nth-child(4n + 1) {
  margin-left: 15px;
  clear: both;
}
.wpm-language-switcher.switcher-list {
  display: flex;
  justify-content: space-between;
}
.wpm-language-switcher.switcher-list li img {
  display: none;
}
#wpm_language_switcher-2 {
  width: 58px;
}
.wpm-language-switcher.switcher-list .item-language-de {
  /* margin-left: 10px; */
  /* margin-top: 2px; */
}
.item-language-de.active,
.item-language-en.active {
  margin-top: 1px;
}
.wpm-language-switcher.switcher-list li a {
  font-size: 11px;
  font-weight: 500;
}
.wpm-language-switcher.switcher-list li a:hover {
  background-color: #fff;
}
.switcher-list li.active a,
.switcher-list li.active > span {
  /* color: #000; */
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.wpm-language-switcher.switcher-list a,
.wpm-language-switcher.switcher-list span {
  font-family: roboto;
}
.switcher-list li a {
  color: #fff;
  background-color: #727272;
  padding: 5px;
  border-radius: 2px;
  font-weight: 500;
  transition: all 0.3s;
}
.switcher-list li > span {
  color: #fff;
  background-color: #727272;
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: 500;
}
.switcher-list li a:hover,
.switcher-list li > span:hover {
  color: #000 !important;
}
.menu-top-menu-container {
  width: 70%;
  display: flex;
  justify-content: end;
}

.entry-content
  .wp-block-group
  .wp-block-columns
  .wp-block-column.is-vertically-aligned-bottom
  h3.has-text-align-right
  a {
  font-family: roboto;
  font-weight: 500;
}
.entry-content
  .wp-block-cover
  .wp-block-columns
  .wp-block-column.is-vertically-aligned-bottom
  h3.has-text-align-right
  a:hover,
.entry-content
  .wp-block-group
  .wp-block-columns
  .wp-block-column.is-vertically-aligned-bottom
  h3.has-text-align-right
  a:hover {
  color: #f62415;
}
.entry-content .wp-block-group .wp-block-columns .wp-block-column h2 {
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.home
  .entry-content
  .wp-block-group.alignfull.has-dunklehell-background-color
  .referenzen_shortcode_content
  .newsboxContainer {
  background-color: #030303;
}
.newsboxContainer h4 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.4s;
  margin-top: 5px;
}
.newsboxContainer h4:hover {
  color: #000 !important;
}
/* .home .wp-block-group.has-dunklehell-2-background-color {
  margin-bottom: 90px;
  margin-top: 60px;
} */
.home
  .wp-block-group.has-dunklehell-2-background-color
  .referenzen_shortcode_content
  .newsboxContainer {
  background-color: #212121;
  height: 205px !important;
  min-height: 205px !important;
  max-height: 205px !important;
}
.home
  .wp-block-group.has-dunklehell-2-background-color
  .referenzen_shortcode_content
  .newsboxContainerImage {
  height: 230px !important;
}
.home
  .wp-block-group.alignfull.has-dunklehell-background-color
  .referenzen_shortcode_content
  .newsboxContainer {
  background-color: #171717;
}
.home .wp-block-group.alignfull.has-dunklehell-background-color {
  padding-bottom: 90px;
}

.post-5 .has-dunkelrot-color.has-text-color {
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0 !important;
}
h1 {
  margin: 0;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff;
}
/* .wp-block-cover.alignfull.is-style-drittelcover-block-right */
.wp-block-columns .wp-block-column ul.has-text-color li {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: 300;
}

.beitrag_ajax_navigation {
  display: flex;
}
.beitrag_ajax_navigation button {
  width: 250px;
  height: 40px;
  background-image: linear-gradient(to right, #f62415, #8d251c);
}

/* .wp-block-gallery.has-nested-images figure.wp-block-image {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	position: relative;
	flex-direction: column;
	max-width: 100%;
	box-sizing: border-box;
} */

/*
#/=============================================================/
#	Impressionen Slider 
#\=============================================================\
*/

.pgc-rev-scroll-bar-slider-content-view {
  display: none;
}

.pgcsimplygalleryblock-slider-slider-view {
  height: 285px !important;
}

.impressionen-wrapper h2 {
  color: #f62415;
  margin-bottom: 0;
  font-size: 37px;
  letter-spacing: 0;
}
.post-wrapper .wp-block-columns {
  padding: 0;
}
.wp-block-gallery video {
  height: 100%;
  position: relative;
}
.video-link {
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  bottom: 0;
  position: absolute;
  right: 0;
  background: rgba(196, 153, 136, 0.9);
  transition: all 0.3s;
}
.video-link span {
  margin-right: 20px;
}
.video-link:hover,
.video-link:hover::after {
  /* color: #F62415; */
  color: #ddd;
}

.video-link:hover::after {
  /* background: #F62415; */
  background: #ddd;
}

.video-link::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  right: 10px;
  clip-path: polygon(80% 50%, 0 0, 0 100%);
  border-radius: 3px;
  z-index: 999999999;
  background: #fff;
  transition: all 0.3s;
}
.wp-block-image a:hover .video-link {
  color: #ddd;
}
.wp-block-image a:hover .video-link::after {
  background: #ddd;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 0;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
  height: 285px;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.slick-initialized.slick-slider {
  width: 1200px !important;
}

.wp-block-image.size-large.slick-slide {
  width: 400px !important;
  /* padding: 0 10px; */
  padding-right: 10px;
}
.wp-block-image.size-large.slick-slide.slick-active {
  margin-left: 3px !important;
  margin-right: 0 !important;
}
.wp-block-gallery .slick-list.draggable {
  height: 290px;
}
.impressionen-wrapper .arrow-right.icon-arrow_right.slick-arrow {
  position: absolute;
  right: -46px;
  top: 49%;
  color: #f62415;
  font-size: 30px;
  transition: 0.4s ease-in-out;
}
.impressionen-wrapper .arrow-left.icon-arrow_left.slick-arrow {
  position: absolute;
  top: 44%;
  left: -49px;
  font-size: 30px;
  color: #f62415;
  transition: 0.4s ease-in-out;
}
.impressionen-wrapper .arrow-left.icon-arrow_left.slick-arrow:hover,
.impressionen-wrapper .arrow-right.icon-arrow_right.slick-arrow:hover {
  color: #fff;
  cursor: pointer;
}

.slick-track {
  display: flex !important;
}
/*
#/=============================================================/
#	Single
#\=============================================================\
*/
/* .post-wrapper {
  display: flex;
  justify-content: space-between;
  
} */

.post-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-content-grid .single-content h2 {
  color: #f62415;
  font-size: 40px;
  letter-spacing: unset;
}
.single-content h1 {
  color: #f62415;
}
.single-content-hengste {
  width: 69%;
}
.single-sidebar {
  width: 29%;
  margin-top: 90px;
}
.single-content h3 {
  font-size: 30px;
}
.single-content {
  width: 100%;
}
.single-content ul li {
  color: #fff;
}
/* .single-content-grid {
  display: flex;
  justify-content: space-between;
} */
/* .single-content {
  width: 67%;
} */
.beratung-details-sidebar {
  /* width: 31.5%; */
  height: auto;
  display: block;
  /* margin-top: 220px; */
}
.beratung-karte {
  width: 100%;
  height: 235px;
  background-image: linear-gradient(to right, #f62415, #8d251c);
  margin-bottom: 30px;
}
.details-karte {
  width: 100%;
  background-color: #171717;
  padding: 20px 20px 20px 30px;
}
.details-karte h2 {
  margin: 0;
  padding-left: 0px;
}

.beitragdetails h3 {
  font-family: roboto;
  font-size: 17px !important;
  font-weight: 300 !important;
  color: #fff !important;
}
.stammbaum-wrapper h2 {
  font-family: roboto;
  color: #f62415;
  padding-left: 0px;
}

.home .beitragdetails h3:last-child {
  width: 100%;
  margin: 2px 0px 2px 0;
}
.beitragdetails {
  display: flex;
  justify-content: start;
}
.beitragdetails h3:first-child {
  width: 167px;
  margin: 2px 0;
}

.beitragdetails h3:last-child {
  /* width: 160px;
  margin: 2px 0px 2px 50px; */
  width: 340px;
  margin: 2px 0px 2px 33px;
}
.beitrag-details-werte {
  margin-left: 40px;
}
.home .beitrag-details-eigenschaften {
  height: 174px !important;
  overflow: hidden;
}
.home .beitrag-details-eigenschaften h3 {
  font-size: 17px;
}
.beratung-karte {
  padding: 5px 20px;
}
.beratung-karte h3 {
  font-size: 21px;
  font-weight: 400;
  font-family: roboto;
}
.beratung-karte h4 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 0;
  font-family: roboto;
  margin-bottom: 0;
}
.beratung-karte h5 {
  font-size: 21px;
  font-weight: 400;
  font-family: roboto;
  margin-top: 0;
  margin-bottom: 0;
}
.beratung-karte p {
  margin: 4px 0 0 0;
  font-weight: 300;
}
.beratung-karte a:active,
.beratung-karte a:focus {
  color: unset;
}
.beratung-karte a:hover {
  color: #000 !important;
}

.stammbaum {
  display: flex;
  justify-content: space-between;
  /* width: 97%; */
}
/* .single-content h3 {
	font-size: 25px;
	font-weight: 500;
	font-family: roboto;
  color: #F62415;
  letter-spacing: 1px;
} */
.stammbaum h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: roboto;
  color: #fff;
  letter-spacing: 0.8px;
  background-color: #171717;
  width: 245px;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 33px;
  line-height: 1.2;
}
.vater {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grossvater_haupt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grossvater_haupt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/* .grossvater_oben {
	margin-top: 27px;
} */

.vater h4:first-child,
.grossvater_unten h4:first-child,
.urgrossvater_unten_m h4:first-child {
  background-image: linear-gradient(to right, #f62415, #8d251c);
}

/*
#/=============================================================/
#	Ajax auf Zucht
#\=============================================================\
*/

.beitrag_ajax_navigation {
  display: flex;
  justify-content: space-between;
  /* padding: 0 20px; */
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag {
  width: 275px;
  display: flex;
  justify-content: center;
  border: 2px solid #f62415;
  align-items: center;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag:hover {
  background-image: linear-gradient(to right, #f62415, #8d251c);
}
.beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag.active {
  width: 275px;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right, #f62415, #8d251c);
  align-items: center;
  height: 50px;
}
/* .beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag.\35 .active,
.beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag.\38 .active,
.beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag.\39 .active,
.beitrag_ajax_navigation .beitrag_ajax_navigation_eintrag.\31 0.active {
  width: 275px;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right, #F62415, #8D251C);
  align-items: center;
  height: 50px;
} */
.dropdown-conainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 130px;
  /* padding: 0 20px; */
}
.pferde-eignung,
.pferde-standort,
.pferde-farbe,
.art-der-besamung,
.neuzugang,
.pferde-name {
  width: 275px;
  position: relative;
}
.neuzugang {
  margin-right: 617px;
}
.pferde-eignung select,
.pferde-standort select,
.pferde-farbe select,
.art-der-besamung select,
.neuzugang select,
.pferde-name select {
  width: 100%;
  height: 46px;
  border-radius: unset;
  background-color: #212121;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 100;
  appearance: none;
  /* position: relative; */
  background-image: url(/wp-content/uploads/2023/03/pfeil-8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.artikel-thumbnail {
  height: 385px !important;
  margin-bottom: 0 !important;
}
.aktuelles-post-wrapper {
  margin-bottom: 30px;
  background-color: #171717;
}
.artikel-text h2 {
  margin-bottom: 8px;
  color: #f62415;
  font-size: 37px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
.post-122 .artikel-text h2 {
  padding-left: 0 !important;
}
.artikel-text {
  height: 385px;
  position: relative;
}

.button-linkTmp {
  margin-top: 14px;
  position: absolute;
  bottom: 10px;
}
.button-linkTmp a {
  font-family: roboto;
  color: #f62415;
  font-size: 22px;
}

/* .pferde-eignung::after,
.pferde-standort::after,
.pferde-farbe::after,
.art-der-besamung::after,
.neuzugang::after {
  content: "\e900";
  position: absolute;
  color: #fff;
  top: 20%;
  right: 10px;
  font-family: icomoon;
  font-size: 13px;
} */

/**
*#################################
* Kontaktformular
*#################################
*/
.firma,
.vorname,
.strasse-nr,
.telefon,
.name,
.plz-ort,
.mobil,
.email,
.mitteilung,
.captcha,
.senden {
  display: flex;
  width: 85%;
}
.left-right {
  display: flex;
  width: 100%;
}
.left,
.right {
  width: 50%;
}

.kontaktformular-wrapper label {
  color: #fff;
  font-size: 20px;
  width: 30%;
}
.kontaktformular-wrapper label a {
  color: #f62415;
}
.kontaktformular-wrapper label a:hover {
  color: #fff;
}
.starsse-nr-wrapper,
.plz-ort-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.starsse,
.ort {
  width: 68%;
}
.nr,
.plz {
  width: 30%;
}

.captcha-image,
.wpcf7-cf7ic {
  display: block;
  width: 100% !important;
}
.captcha-image i {
  font-size: 20px;
  color: #000 !important;
}
.captcha-image i:hover {
  color: #f62415 !important;
}

.cf7ic_instructions {
  display: block;
  color: #fff !important;
  margin-top: 10px !important;
}
.wpcf7-list-item-label {
  padding-right: 69px;
}
.wpcf7-spinner {
  display: none;
}
input[type='submit'] {
  background: #f62415;
}
input[type='submit']:hover {
  /* background: #F62415; */
  color: #000;
}

.wpcf7-list-item {
  margin-left: 118px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: #fff;
}
.post-957 .entry-content .wp-block-group ul {
  padding: 0;
}
.post-957 .entry-content .wp-block-group p {
  margin-bottom: 12px;
}
/*
#/=============================================================/
#	50% Imageblock
#\=============================================================\
*/

/* cover block */

.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;
}

.wp-block-cover .has-background-dim:not([class*='-background-color']),
.wp-block-cover-image .has-background-dim:not([class*='-background-color']),
.wp-block-cover-image.has-background-dim:not([class*='-background-color']),
.wp-block-cover.has-background-dim:not([class*='-background-color']) {
  background-color: #000;
  position: absolute;
  z-index: -1;
}

.wp-block-cover > span.has-background-dim {
  max-width: 100% !important;
}
#n {
  display: none;
}
.post-26 h2,
.post-26 .aktuelles-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
.post-26 h1 {
  padding-left: 20px;
  margin-bottom: 25px !important;
}
.aktuelles-wrapper ul {
  column-count: 2;
}

/*
#/=============================================================/
# Akkordion für eine Deckstation Beiträge
#\=============================================================\
*/
.c-accordion__title::after {
  color: #f62415;
  content: '+';
  font-weight: 300;
  position: absolute;
  /* right: 50%; */
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
  transition-property: all;
  margin-right: 30px;
}
.c-accordion__title {
  color: #f62415;
  transition: 0.4s ease-in-out;
  transition-property: all;
  /* width: max-content; */
  width: 70%;
  background-color: #171717;
  margin-left: 20px;
  padding: 0 30px;
}
.c-accordion__title:hover,
.c-accordion__title:hover::after {
  color: #fff;
}
p a:hover {
  color: #fff;
}
ul a li {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
ul a li:hover {
  color: #f62415;
}

table {
  color: #fff !important;
}

/* CSS-Styling für die Lightbox */
/* #lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: rgba(0,0,0,0.8);
  z-index: 999;
}

#lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lightbox-image {
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: 0 auto;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.displaybox {
  display: flex;
}

.hide {
  display: none;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 10px;
  cursor: pointer;
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}
.lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
} */

/* Define a two-column layout for the metaboxes */
/* .cmb2-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cmb2-post-edit.cmb2-id-prefix-metabox-1 {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.cmb2-post-edit.cmb2-id-prefix-metabox-2 {
  width: calc(50% - 10px);
  margin-left: 20px;
}
#cmb2-metabox-prefix_metabox_1 {
	display: flex !important;
}
#cmb2-metabox-prefix_metabox_1 {
	display: flex;
} */

.table-container {
  overflow-x: auto; /* Horizontal scroll */
  max-width: 100%; /* Ensure the container doesn't exceed the viewport width */
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/*
**************************
* Single Hengste
**************************
*/
.single-content-hengste {
  width: 100%;
}
.imageslider_sidebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.impressionen-divwrapper.image_slider {
  width: 69% !important;
}
.single-sidebar {
  width: 29%;
  margin-top: 25px;
}
.impressionen-divwrapper.video_slider {
  width: 100% !important;
}
.impressionen-wrapper.type_video {
  width: 100%;
}
.impressionen-wrapper.type_video .slick-list.draggable {
  height: 230px !important;
  width: 100%;
}
.impressionen-wrapper.type_video .slick-list.draggable .slick-track {
  width: 100% !important;
}
.impressionen-wrapper.type_video
  .slick-list.draggable
  .slick-track
  .wp-block-image.slick-slide.slick-current.slick-active {
  width: 100% !important;
}

.Stambaum_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details-karte {
  width: 29%;
  background-color: #171717;
  padding: 20px 20px 20px 30px;
}
.stammbaum-wrapper {
  width: 100%;
}
.stammbaum_block {
  width: 69%;
}
.stammbaum_block p {
  width: 100% !important;
  display: block;
}
