/*!
Theme Name: paneeltec 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.5.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Impuls Master 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
--------------------------------------------------------------*/
body {
    font-family: Ubuntu !important;
}
/* Variablen */
:root .editor-styles-wrapper .has-light-gray-background-color,
:root .has-light-gray-background-color {
  background-color: #f0f0f0;
}
:root .editor-styles-wrapper .has-light-gray-color,
:root .has-light-gray-color {
  color: #f0f0f0;
}
:root .editor-styles-wrapper .has-dark-gray-background-color,
:root .has-dark-gray-background-color {
  background-color: #f0f0f0;
}
:root .editor-styles-wrapper .has-dark-gray-color,
:root .has-dark-gray-color {
  color: #f0f0f0;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
  background-color: #ffffff;
}
:root .editor-styles-wrapper .has-blue-background-color,
:root .has-blue-background-color {
  background-color: #3f5caa;
}
:root .editor-styles-wrapper .has-blue-color,
:root .has-blue-color {
  color: #3f5caa;
}
/*--------------------------------------------------------------
# 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,
h2 {
  font-size: 25px;
  margin: 0.67em 0;
}
h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
/* 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 */
}
.wp-block-separator {
  border: none;
}
/**
 * 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;
}
/* 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: fira sans;
  font-size: 19px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
  font-weight: 500;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 20px 0;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  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%;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
  color: #3f5caa;
}
.entry-content > *:not(.wp-block-cover) .wp-block-buttons .wp-block-button > .wp-block-button__link:hover {
  color: #fff !important;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #3f5caa;
  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: #757575;
  color: #fff;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #9e9e9e;
  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: #3f5caa;
  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: 22px;
}
#content ul.blocks-gallery-grid li.blocks-gallery-item {
  padding-left: 0;
}
#content ul li,
#colophon ul li {
  list-style: none;
  position: relative;
}
#content ul li{
  margin-bottom: 5px;
}
#content ul li:not(.blocks-gallery-item)::before {
    content: '';
    display: block;
    left: 0;
    background-color: #F18700;
    border-radius: 100%;
    position: absolute;
    font-size: 22px;
    top: 11px;
    width: 11px;
    height: 11px;
}
#content .wp-block-cover ul.is-style-checkmark-list li:not(.blocks-gallery-item)::before {
  color: #fff;
  left: 0;
}
#content ul.is-style-checkmark-list li:not(.blocks-gallery-item)::before {
  font-family: icomoon !important;
  display: block;
  left: 0;
  content: "\e940";
  color: #3f5caa;
  position: absolute;
  left: -10px;
}
/*
#content .is-style-wide-column-right ul li:not(.blocks-gallery-item)::before,
#content .is-style-wide-column-left ul li:not(.blocks-gallery-item)::before {
	font-family: icomoon !important;
	display: block;
	left: 0;
	//content: "●";
	content: "\e940"; 
	//content: "\25A0"; //Black Square
	//content: "\2713"; //Checkmark
	color: #fff;
	position: absolute;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #9F0737;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #f08b17;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}
.menu-hauptmenu-container {
  margin-left: auto;
}
.main-navigation {
  position: relative;
  flex-basis: 70%;
  display: flex;
  height: auto;
  transition: all 0.3s;
  top: 0;
  margin-left: auto;
}
.scrolled .main-navigation{
    margin-top: 40px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
width: 150px;
padding-top: 15px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #000;
font-size: 19px;
font-weight: normal;
letter-spacing: 0.5px;
margin-left: 20px;
}
.main-navigation a:hover {
  color: #3f5caa;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  max-width: 1240px;
  margin: auto;
  margin-bottom: 40px;
}
.blog .site-main .posts-navigation {
  display: none;
}
.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, #3f5caa, #3f5caa 20%, transparent 20%, transparent 40%, #3f5caa 40%, #3f5caa 60%, transparent 60%, transparent 80%, #3f5caa 80%, #3f5caa 100%);
}
#page_id {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrapper:after,
.gallery:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:after,
.gallery:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 0 20px;
  float: left;
  width: calc((100% - 50px) /  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;
}
:not(.home) .page-content,
:not(.home) .entry-content {
  margin-top: 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%;
  width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  transition: 0.3s linear;
}
.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;
  padding: 0 20px;
}
.entry-header > * {
  max-width: 1240px;
  margin: 70px auto 0;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.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,.5);
	opacity: 0;
	transition: .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;
}
.wp-block-buttons > .wp-block-button {
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border: 2px solid #3f5caa;
  transition: 0.3s linear;
}
.wp-block-buttons > .wp-block-button:hover {
  background-color: #3f5caa;
}
.wp-block-button__link {
  color: #3f5caa;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button .wp-block-button__link {
  -ms-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}
.page-id-641 .wp-block-file {
  padding: 15px;
  margin-bottom: 0;
}
.wp-block-file .wp-block-file__button {
  border-radius: 0;
  background-color: #3f5caa;
  transition: 0.3s linear;
}
.page-id-641 .wp-block-file .wp-block-file__button {
  margin-top: -5px;
  float: right;
}
.wp-block-file .wp-block-file__button:hover {
  background-color: #999ca2;
}
.page-id-641 .wp-block-column .wp-block-file:nth-child(odd) {
  background-color: #f4f4f4;
}
.wp-block-cover.is-style-wide-column-left .wp-block-buttons > .wp-block-button {
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border: 2px solid #fff;
  transition: 0.3s linear;
}
.wp-block-cover.is-style-wide-column-left .wp-block-buttons .wp-block-button__link {
  color: #fff;
}
.wp-block-cover.is-style-wide-column-left .wp-block-buttons > .wp-block-button:hover {
  background-color: #fff;
}
.wp-block-cover.is-style-wide-column-left .wp-block-buttons .wp-block-button__link:hover {
  color: #3f5caa;
}
#content {
  min-width: 1240px;
}
#masthead .wrapper,
.wrapper,
.alignfull > * {
  position: relative;
  max-width: 1240px;
  min-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-scrolldown {
    width: 65px;
    height: 65px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}
.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('/wp-content/uploads/2022/03/Group-62-2.png');
    background-position: center;
    background-size: cover;
    /* animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; */
}
.c-line:hover {
    background-image: url('/wp-content/uploads/2022/03/im-Slider.png') !important;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
.header-top-bar {
    overflow: hidden;
    /* height: 34px; */
    /* padding-top: 0; */
    margin-left: auto;
    display: block;
    margin-bottom: 30px;
    position: relative;
    margin-top: -20px;
    background: #F0F0F0;
    width: 76%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 !important;
    transition: all 0.3s;
    max-height: 100px;
}
.scrolled .header-top-bar{
  margin-bottom: 15px;
  margin-top: -10px;
  max-height: 0;
  padding: 0px!important;
}
.icon-telefon img {
    height: 15px !important;
}
.searchform__input {
  display: none;
}
.site-header-search {
  margin-left: auto;
}
.search-div {
  float: left;
  display: none;
}
.header-top-bar .search-field {
  height: 29px;
}
.search-div.active {
  display: block;
}
.header-top-bar .search-submit {
  display: none;
}
.site-header-left {
  margin-left: auto;
}
.site-header-right {
  margin-right: auto;
}
.site-header-left,
.site-header-right {
  height: max-content;
}
.header-top-bar a,
.header-top-bar .site-header-search {
  cursor: pointer;
}
.header-top-bar a,
.header-top-bar .site-header-search > span {
  margin-left: 15px;
  color: #AFAFAF;
}
.header-top-bar > * [class^="icon-"]:before {
  transition: color 0.3s linear;
}
.header-top-bar > *:hover [class^="icon-"]:before {
  color: #3f5caa;
}
.header_siegel {
  height: 200px;
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: right top;
  top: 28px;
}
.social_container {
  position: fixed;
  right: 0;
  height: auto;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  z-index: 999;
}
.social_box {
  position: relative;
  margin-bottom: 5px;
  -webkit-box-shadow: -1px 4px 17px -6px #000000;
  box-shadow: 0px 0px 14px -7px #000000;
}
.social_box:not(.tel_box) {
  width: 60px;
  margin-left: auto;
}
.social_box > a {
  display: flex;
  height: 60px;
  background-color: #3f5caa;
  transition: 0.3s linear;
  padding: 15px 14px;
}
.social_box span {
  height: 100%;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social_box .tel_box_div {
  display: none;
  padding-top: 0px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 22px;
}
.social_box > a:hover .tel_box_div {
  display: block;
}
.social_box > a:hover {
  background-color: #fff;
  color: #3f5caa;
}
.social_box > a:hover span {
  color: #3f5caa;
}
#masthead {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  transition: 0.3s linear;
  transition-property: height, background-color;
}
.header_space {
  height: 123px;
}
#masthead .wrapper,
#colophon .wrapper:first-of-type {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 0px;
  transition: 0.2s linear;
  transition-property: padding-top;
  margin-bottom: -10px;
}
#masthead .wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.scrolled #masthead .wrapper{
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo_wrapper {
    position: relative;
    bottom: 0;
    flex-basis: 30%;
    max-height: 90px;
    max-width: inherit;
    transition: 0.2s linear;
    transition-property: bottom, max-height;
    /* margin-top: -15px; */
    /* margin-bottom: 10px; */
}
.logo_wrapper img {
  max-height: 100px;
  transition: all 0.3s;
  object-fit: contain;
  object-position: left;
  min-height: 70px;
}
.scrolled .logo_wrapper img{
  max-height: 80px;
}
.scrolled .logo_wrapper img.custom-logo {
  display: none;
}
/* .scrolled .logo_wrapper img.custom-logo-small {
  max-width: 38% !important;
} */
.scrolled .logo_wrapper img {
	max-height: 80px;
  min-height: 50px;
}
.scrolled #masthead {
  height: 100px;
}
.custom-logo_small {
  display: none;
}
.scrolled .custom-logo_small {
  display: block;
  margin-top: 11px;
}
.menu-main_menu-container {
  margin-top: auto;
  margin-left: auto;
  height: max-content;
  width: max-content;
}
#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: #9F0737;
}
#primary-menu > .menu-item > a {
    padding-bottom: 0;
    transition: 0.3s linear;
    transition-property: padding-bottom, color;
    margin-right: 20px;
    font-size: 20px !important;
    font-family: Ubuntu !important;
    text-transform: capitalize;
    font-weight: normal !important;
    margin-left: 20px;
    letter-spacing: 0 !important;
}
#primary-menu > .menu-item:last-of-type > a {
  margin-right: 0;
}
.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;
}
.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: #3f5caa;
}
/* .scrolled .custom-logo-link {
  opacity: 0;
  height: 0;
} */
.scrolled #masthead {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
/* .scrolled #primary-menu > .menu-item > a {
  padding-bottom: 15px;
  padding-top: 10px;
} */
.scrolled .logo_wrapper {
  /* bottom: 5px; */
  /* max-height: 50px; */
}
/* .scrolled .logo_wrapper img {
  max-height: 50px;
  min-height: 0;
}
.scrolled .custom-logo {
  height: 0;
  opacity: 0;
} */
.mobilelogo {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.scrolled .header-top-bar {
  /* top: -80px; */
}
.scrolled .mobilelogo {
    display: block;
    position: relative;
    top: -14px;
    width: 280px;
    height: 80px;
    opacity: 1;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain !important;
    transition: none;
}
.scrolled #masthead .wrapper {
  /* padding-top: 10px; */
  transition: none;
}
.scrolled .header_space {
  height: 123px;
}
.breadcrumb,
.breadcrumb a {
  color: #999ca2;
  font-size: 16px;
  padding: 20px 5px;
  padding-top: 22px;
}
.breadcrumb {
  padding-left: 0;
}
.breadcrumb a:first-of-type {
  padding-left: 0;
}
.breadcrumb a:hover {
  color: #3f5caa;
}
.breadcrumb .delimiter.icon-arrow_right {
  position: relative;
  bottom: 1px;
  font-size: 11px;
  padding: 0 5px;
}
/* .entry-content > :first-of-type {
  margin-top: 80px;
} */
/* .home .entry-content > :first-of-type {
  margin-top: 60px;
} */
.entry-content > .wp-block-group:nth-child(2), 
.entry-content > .wp-block-columns:nth-child(2), 
.entry-content > .wp-block-cover:nth-child(2)
 {
  margin-top: 75px !important;
}

.entry-content > .wp-block-cover:nth-child(2) p,
.entry-content > .wp-block-columns:nth-child(2) p,
.entry-content > .wp-block-group:nth-child(2) p,
.entry-content > .wp-block-group:nth-child(2) h1,
.entry-content > .wp-block-columns:nth-child(2) h1,
.entry-content > .wp-block-cover:nth-child(2) h1,
.entry-content > .wp-block-cover:nth-child(2) h2,
.entry-content > .wp-block-columns:nth-child(2) h2,
.entry-content > .wp-block-group:nth-child(2) h2 {
  margin-top: 0 !important;
}
.entry-content > .wp-block-columns:nth-child(2) img,
.entry-content > .wp-block-group:nth-child(2) img,
.entry-content > .wp-block-cover:nth-child(2) img {
  //margin-top: 17px;
}
.entry-content .wp-block-cover a, 
.entry-content .wp-block-columns a, 
.entry-content .wp-block-group a {
  padding-left: 0;
}

.header_slider_container {
    position: relative;
    clear: both;
    margin-top: 0px;
	padding-top: 105px;
}
.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
.header_slider_container .slick-track {
  height: calc(100vh - 90px);
  /* height: 960px; */
  min-width: 1240px;
  min-height: 700px;

}
.header_slide img {
  /* max-width: 100%; */

}
.slick-slide {
  height: 100%;
}
/* @media(max-width: 1440px) {
	.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
	.header_slider_container .slick-track{
		height: 600px;
	}
	.header_slider_container {
		padding-top: 120px;
	}
}
.header_slider_container .slick-list.draggable {
  min-width: 1220px;
}

.header_slide img {
  max-width: 100%;

} */

/*Ghaidan*/
/* .header_slider_container .slick-list.draggable:after{
	content: '';
	background-image: url('/wp-content/uploads/2022/05/bg-slider.png');
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 218px;
	left: 0;
	height: 156px;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
} */


.header_slide img.header-slide-img {
  position: absolute;
  z-index: 33333;
  bottom: 148px;
  left: 0;
  width: 100%;
  height: 156px;
  background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
img.header-slide-img2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 156px;
  /* bottom: 283px; */
  background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
  margin-top: calc(100vh - 439px);
}
img.header-slide-img3 {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 156px;
  margin-top: -154px;
}
/* footer#colophon {
  margin-top: 150px;
} */

.post-1006 footer#colophon {
  margin-top: 150 !important;
}
/* .wp-block-cover.sixthsect:after
.header_banner:after { 
  content: '';
	background-image: url('/wp-content/uploads/2022/05/bg-slider.png');
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: -1px;
	left: 0;
	height: 156px;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
} */
.wp-block-cover.sixthsect:after{
    bottom: -8px;
}
.post-1066 .wp-block-cover.alignfull:last-child {
  margin-bottom: -2px;
}
.header_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header_slider_wrapper .wrapper {
  height: 100%;
}
.header_headline {
  position: absolute;
  width: 100%;
  /* bottom: 0px; */
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  /* top: 466px; */
  bottom: 127px;
}
.header_headline_box {
  width: 100%;
}
.header_headline h3 {
  position: relative;
  font-size: 60px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  padding: 0px 0;
  width: max-content;
}
.header_headline h3.slider_text {
  font-size: 60px;
  font-weight: bold;
  margin-top: -15px;
}


.banner-icon-text{
  position: absolute;
  z-index: 6;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background-color: #9F0737;
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}
.banner-icon-text1 {
  display: flex;
  justify-content: space-between;
  color: #ffffff;

  width: 1240px;
  margin: auto;
  padding: 0 20px;
  height: 100%;
  align-items: center;
}
.banner-icon-text1 h3 {
  color: #ffffff;
  font-weight: bolder;
  font-family: ubuntu !important;
}
.text21 > h3 {
  font-weight: 200;
}
.text21 > p {
  font-weight: bolder !important;
}
.icon-text2,.icon-text1 {
  width: 400px;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}
.icon-text3 {
  width: 400px;
  display: flex;
  justify-content: end;
  flex-wrap: nowrap;
}
.banner-icon-text1 p {
  margin-top: 0px !important;
  font-size: 23px;
  font-family: ubuntu !important;
  font-weight: 400;
}
.icon-text3 span {
  font-weight: 100 !important;
}
.text21,
.text11 {
  display: block;
}
.icon1, .icon2, .icon3 {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.animation .header_headline h3 {
  left: 0;
}
.header_slide .header_headline .wp-block-button {
  position: relative;
}
.animation .header_headline .wp-block-button {
  left: 0;
}
.header_slider_container h3,
.header_slider_container h3,
.header_slider_container .wp-block-buttons {
  opacity: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.header_slider_container .slick-slider h3 {
  opacity: 1;
}
.header_slider_container .slick-slider .wp-block-buttons {
  opacity: 0;
  -ms-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  /* transform: skewX(-15deg); */
}
/*.header_slider_container .slick-active h3:first-of-type {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out 0s forwards;
  animation-delay: 0.5s;
  animation-play-state: running;
}
.header_slider_container .slick-active h3:nth-of-type(2) {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
  animation-delay: 0.8s;
}*/
.header_slider_container .slick-active .wp-block-buttons {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
  animation-delay: 1s;
}

/* 
  .header_slide.slick-active {
	animation:7s linear 0s 1 scaleUp;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes scaleUp {
	0% {
	  transform:scale(1);
	}
	50% {
		transform:scale(1.1);
	  }
	100% {
	  transform:scale(1.2);
	}
  }

  @-webkit-keyframes scaleUp {
	0% {
	  transform:scale(1);
	}
	50% {
		transform:scale(1.1);
	  }
	100% {
	  transform:scale(1.2);
	}
  } */


.scroll_down {
  position: absolute;
  bottom: 223px;
  z-index: 2;
  left: 49%;
  transform: translateX(-50%);
}
.scroll_down a {
  color: #fff;
  font-size: 19px;
}
.header_slide::before {
  
  background: transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_headline .wp-block-buttons .wp-block-button {
  background-color: #3f5caa;
  color: #fff;
  margin: 10px 0 0 5px;
}
.header_headline .wp-block-buttons .wp-block-button:hover {
  background-color: #fff;
  color: #3f5caa;
  margin: 10px 0 0 5px;
  border: 2px solid #fff;
}
.header_headline .wp-block-buttons .wp-block-button:hover .wp-block-button__link {
  color: #3f5caa;
}
.header_slide .header_headline .wp-block-buttons .wp-block-button__link {
  color: #fff;
  font-weight: 500;
  font-size: 1em;
}
.header_banner {
  position: relative;
  /* height: 570px; */
  height: calc(100vh - 415px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 130px;
}
.banner_text a {
  color: #fff;
}
.banner_text a:hover {
  color: #000;
}
.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: #3f5caade;
  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: #3f5caa;
  background-color: #fff;
  color: #3f5caa;
  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: #3f5caa;
  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: #3f5caa;
  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: #999ca2;
  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: #999ca2;
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
  border: 2px solid;
  border-color: #999ca2;
}
.page-number:hover,
.pagination-arrow:hover,
.page-number.active {
  background-color: #999ca2;
  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: 50px;
  background-color: #f0f0f0;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 109px;
  resize: none;
  padding: 10px;
}
.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: #999ca2;
  color: #fff;
}
.daten-schutz {
  clear: both;
  padding-bottom: 10px;
  margin-top: 77px;
}
.grid--contact-form {
  display: flex;
  flex-flow: row nowrap;
}
.grid--contact-form div:nth-child(2) {
  padding-left: 10px;
}
.grid--contact-form > .c-6 {
  width: calc((100% - 110px)/12*6 + 60px);
}
.wpcf7-form-control .captcha-image .choices {
  padding: 5px;
}
.captcha-image i {
  font-size: 35px !important;
}
.captcha-wrapper .wpcf7-not-valid .captcha-image {
  border: 1px solid red;
}
.formular-right {
  width: calc(49% - 7px);
  float: left;
  margin-left: 20px;
  margin-bottom: 150px;
}
.formular-left {
  width: 49%;
  float: left;
  margin-right: 10px;
}
.acceptance-599 {
  display: inline-block !important;
  padding-right: 10px;
  max-width: 20px;
}
.datenschutz span {
  font-size: 16px;
}
.cf7ic_instructions {
  padding-top: 12px;
  margin-top: 10px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
	display: block;
	width: 582px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
  margin: 0;
  background-color: #d86262;
  padding: 15px;
  border: none;
  border-radius: 5px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #7fc67f;
  border: none;
  padding: 10px;
  color: #fff;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.home .entry-content {
  margin-top: 0;
}
.wp-block-cover.is-style-wide-column-right::before {
  background-color: #3f5caa;
  height: 100%;
  width: calc(100% / 2 + 146px);
  margin-left: auto;
  opacity: 0.85 !important;
  transform-origin: bottom right;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-14deg, 0deg);
}
.wp-block-cover.is-style-wide-column-left::before {
  background-color: #3f5caa;
  height: 100%;
  width: calc(100% / 2 + 146px);
  opacity: 0.85 !important;
  transform-origin: top left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-14deg, 0deg);
  margin-right: auto;
  left: 0;
  position: relative;
}
#content .wp-block-cover.is-style-wide-column-right ul li:not(.blocks-gallery-item)::before,
#content .wp-block-cover.is-style-wide-column-left ul li:not(.blocks-gallery-item)::before {
  color: #fff;
  font-size: 28px;
}
#content .wp-block-cover.is-style-wide-column-right ul li:not(.blocks-gallery-item),
#content .wp-block-cover.is-style-wide-column-left ul li:not(.blocks-gallery-item) {
  color: #fff;
  padding-left: 46px;
  font-size: 23px;
  margin-bottom: 15px;
}
.produkte-sc-container > a,
.veranstaltungen-sc-container > a,
.referenzen_title_wrapper > a {
  float: right;
  margin-top: 42px;
  font-weight: 500;
  line-height: 1.5;
}
.produkte-sc-container > a span,
.veranstaltungen-sc-container a span,
.aktuelles .slider-text-box a span,
.referenzen_title_wrapper > a span {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.produkte-sc-container > .produkte_heading {
  float: left;
}
.produkteubersicht-container {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.produkteubersicht-container .produkt_wrapper {
  display: block;
  position: relative;
  height: 264px;
  width: 395px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.produkteubersicht-container .produkt_wrapper:hover .overlay_box {
  background-color: #3f5caa;
  opacity: 0.85;
}
.produkteubersicht-container .overlay_box {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
}
.produkteubersicht-container .produkt_wrapper a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.produkt_wrapper > a {
  transition: none;
}
.produkteubersicht-container .produkt_wrapper a > p {
  margin: 0;
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 23px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: top 0.1s linear;
}
.produkteubersicht-container .produkt_wrapper:hover a > p {
  top: 49%;
  transition: top 0.2s linear;
}
.produkteubersicht-container .produkt_wrapper a > p span {
  display: block;
  height: 0;
  opacity: 0;
  padding-top: 10px;
  transition: height, opacity 0.3s linear;
}
.produkteubersicht-container .produkt_wrapper:hover a > p span {
  opacity: 1;
  height: 100%;
}
.produkteubersicht-container .produkt_wrapper:first-child {
  width: 797px;
  margin-bottom: 7px;
}
.produkteubersicht-container .produkt_wrapper:nth-child(2) {
  width: 395px;
  margin-right: 0;
}
.produkteubersicht-container .produkt_wrapper:last-of-type {
  margin-right: 0;
}
.home .entry-content > .veranstaltungen-sc-container {
  margin-bottom: 20px;
}
.veranstaltungen-sc-container > h2 {
  float: left;
}
.veranstaltungen-container {
  display: block;
  max-height: 248px;
}
.veranstaltungen-container {
  display: block;
  max-height: 248px;
  overflow: hidden;
  margin-bottom: 40px;
}
.veranstaltungen-container .veranstaltung_image {
  height: 248px;
  width: 370px;
  background-size: cover;
  background-position: center;
  float: left;
  position: relative;
}
.veranstaltungen-container .veranstaltung_image a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.veranstaltungen-sc-container .overlay_box {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s linear;
}
.veranstaltungen-sc-container .overlay_box:hover {
  background-color: rgba(0, 0, 0, 0.37);
}
.veranstaltung_text {
  width: 576px;
  height: 248px;
  overflow: hidden;
  padding: 40px;
  background-color: #f4f4f4;
  float: left;
}
.veranstaltung_text p,
.veranstaltung_text a {
  display: inline;
  word-break: break-word;
  transition: 0.3s linear;
  font-size: 19px;
}
.veranstaltung_text a {
  color: #3f5caa;
}
.veranstaltung_text a:hover {
  color: #999ca2;
}
.veranstaltung_text .wp-block-button__link {
  padding-left: 2px;
  display: inline;
}
.veranstaltung_text .wp-block-button__link:hover {
  color: #999ca2;
}
.veranstaltung_datum {
  height: 248px;
  width: 254px;
  display: flex;
  background-color: #3f5caa;
  color: #fff;
  padding: 0 26px;
  float: left;
}
.veranstaltung_datum .trennstrich {
  background-color: #fff;
  height: 3px;
  width: 19px;
  margin-top: 123px;
}
.veranstaltung_datum .datum_von,
.veranstaltung_datum .datum_bis {
  width: 50%;
  text-align: center;
}
.veranstaltung_datum .date-day {
  display: block;
  font-size: 60px;
  margin-top: 42px;
}
.veranstaltung_datum .date-day::after {
  content: "";
  height: 1px;
  width: 59px;
  background-color: #fff;
  display: block;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 8px;
  opacity: 0.6;
  margin-top: -8px;
}
.veranstaltung_datum .date-month {
  display: block;
  font-size: 27px;
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.veranstaltung_datum .date-year {
  font-size: 18px;
  margin-top: -6px;
  display: block;
  letter-spacing: 5px;
  margin-left: 5px;
  font-weight: 600;
  opacity: 0.6;
}
.slider_wrapper {
  display: block;
  clear: both;
}
.slick-dots li {
  padding: 0 !important;
  display: inline;
  margin: 0 5px;
}
ul.slick-dots {
  text-align: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline;
  width: 33px;
  height: 7px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.slick-dots li::before {
  display: none !important;
}
.slick-dots li button::before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 5px;
  content: '';
  text-align: center;
  opacity: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #d8d8d8;
}
.slick-dots li.slick-active button::before {
  background-color: #3f5caa;
}
.veranstaltungen_slider .slick-dots {
  margin-top: 5px;
}
.post-type-archive-referenzen .credentials.section-custom {
  max-width: 1240px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.post-type-archive-referenzen .credential {
  width: calc((100% - 60px) / 4);
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.post-type-archive-referenzen .credentials {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-referenzen .credential:not(:nth-child(4n)) {
  margin-right: 20px;
}
a[data-featherlight="image"] {
  position: relative;
  display: block;
}
a[data-featherlight="image"] * {
  vertical-align: bottom;
}
a[data-featherlight="image"]::before {
  background: none rgba(0, 0, 0, 0.45) no-repeat 50% scroll;
  display: block;
  bottom: 0;
  color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  content: '';
  background-size: 50px auto;
  background-image: url("assets/622669.svg");
  transition: 0.3s linear;
}
a[data-featherlight="image"]:focus::before,
a[data-featherlight="image"]:hover::before,
a[data-featherlight="image"]:active::before,
a[data-featherlight="image"]:focus::after,
a[data-featherlight="image"]:hover::after,
a[data-featherlight="image"]:active::after {
  visibility: visible;
  opacity: 1;
}
.blog header {
  margin-bottom: 30px;
}
.blog .page-title {
  margin-bottom: 20px;
}
.blog .entry-content > :not(.alignfull),
.entry-content > div.wpcf7 {
  max-width: 1240px;
  margin: 20px auto;
  padding: 0 20px;
}
.blog .site-main {
  padding-bottom: 50px;
}
.artikel-thumbnail {
  width: 380px;
  float: left;
  margin-right: 30px;
}
.artikel-thumbnail-inner {
  position: relative;
}
.artikel-thumbnail img {
  width: 100%;
  vertical-align: bottom;
}
.artikel-text {
  width: 710px;
  float: left;
  margin-top: 0;
  padding-top: 10px;
}
.artikel-text p {
  display: inline;
}
.blog .entry-content > .aktuelles-separation {
  margin: 0 auto;
  margin-bottom: 25px;
}
.page-aktuelles {
  position: relative;
  overflow: hidden;
}
.page-aktuelles .aktuelles_date {
  font-size: 14px;
  color: #a5a6a9;
  margin-bottom: -20px;
  display: block;
}
.page-aktuelles .wp-block-buttons {
  margin-top: 20px;
}
.post-wrapper > :not(.alignfull) {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 0.67em;
}
.post-wrapper > .title-single-post {
  margin-top: 20px;
}
.entry-content > .referenzen-container {
  max-width: 100%;
  padding: 0;
}
.referenzen-container .referenzen-sc-wrapper {
  display: block;
  width: 100%;
  clear: both;
  margin: auto;
}
.referenzen-container .referenzen-sc-wrapper:hover .slick-arrow {
  opacity: 1;
}
.referenzen-container .referenzen-wrapper {
  width: calc(100% / 3);
  position: relative;
  background-color: #9c0016;
  text-align: center;
  height: 360px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.referenzen-container .referenzen-heading {
  margin-bottom: 0.67em;
}
.referenzen-container .referenzen-wrapper a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 999;
}
.referenzen_title_wrapper .referenzen-heading {
  float: left;
}
/*
.referenzen-container .referenzen-overlay {
	width: 100%;
	height: 100%;
	position:absolute;
	background-color:@main-theme-color-transparent;
	opacity: 0;
	transition: @transition;
}
*/
.referenzen-container .referenzen-wrapper a:hover .referenzen-overlay {
  opacity: 1;
}
.referenzen-container .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  padding: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.referenzen-container .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: transparent;
  font-size: 50px;
}
.referenzen-container .slick-prev {
  left: 5px;
}
.referenzen-container .slick-next {
  right: 5px;
}
.alle-beitraege {
  color: #a0b1c6;
  float: right;
  margin-right: -20px;
}
.alle-beitraege:hover {
  color: white;
}
.slider-text-box {
  max-width: 1240px;
  padding: 20px;
}
.home .entry-content > .aktuelles {
  margin-top: 20px;
}
.aktuelles {
  margin-bottom: 70px;
  padding: 0 !important;
}
.aktuelles .slider-text-box > h2 {
  width: max-content;
  float: left;
  margin-top: 0;
  letter-spacing: 0.7px;
  margin-bottom: 25px;
  font-weight: 500;
}
.slider-text-box a {
  float: right;
  margin-top: 10px;
  font-weight: bold;
}
.aktuelles-slider {
  clear: both;
  width: 1240px;
  margin: auto;
}
.aktuelles-slider-thumb,
.jobangebote-slider-text {
  height: 100%;
}
.aktuelles-slider-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 245px;
  width: 380px;
  padding-left: 20px;
  position: relative;
}
.aktuelles-slider-text {
  line-height: 1.5;
  padding-right: 20px;
  /*	max-height: 260px;*/
  max-width: 380px;
}
.aktuelles-slider-text h3 {
  margin-top: 20px;
  max-height: 155px;
  overflow: hidden;
  margin-bottom: -5px;
  font-weight: 600;
}
.aktuelles-slider-text h3 a {
  color: #000;
  transition: 0.3s linear;
}
.aktuelles-slider-text h3 a:hover {
  color: #3f5caa;
}
.aktuelles-slider-text .aktuelles-slider-content {
  max-width: 340px;
  overflow: hidden;
  margin-top: 20px;
}
.aktuelles-slider-content p {
  display: inline;
}
.aktuelles-slider-text .wp-block-button {
  position: relative;
  bottom: 0;
}
/*
.aktuelles-slider .slick-arrow {
  position: absolute;
  left: -70px;
  top: ~'calc(50% + 4px)';
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  z-index: 6;
  background-color: transparent;
  transition: 0.3s linear;
  transition-property: background-color;
}
.aktuelles-slider .slick-arrow:hover {
  cursor: pointer;
  background-color: rgba(160, 177, 198, 0.9);
}

*/
.aktuelles-slider .aktuelles-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.aktuelles-slider .aktuelles-slide > a {
  transition: all 0.3s linear;
  display: inline-block;
  margin-left: 5px;
}
.aktuelles-slider .aktuelles-slide a.more-link {
  transition: all 0.3s linear;
  display: inline-block;
  margin-left: 0px;
}
/*

.aktuelles-slider .arrow-right.slick-arrow {
  left: unset;
  right: -50px;
  transform: translate(50%, -50%);
}
.aktuelles-slider .slick-arrow span {
  position: absolute;
  top: -385%;
  left: 4%;
  transform: translate(-50%, 0%);
  color: @main-theme-color;
  font-size: 40px;
  transition: 0.3s linear;
  transition-property: color;
}

.aktuelles-slider .slick-arrow span.icon-arrow_left {
	left: 72%;
}

.aktuelles-slider .slick-arrow:hover span {
  //color:@hover-color;
}
*/
.aktuelles-slider .post-date {
  display: block;
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 16px;
  color: #a5a6a9;
}
.aktuelles .overlay_box,
.page-aktuelles-container .artikel-thumbnail .overlay_box {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s linear;
}
.aktuelles .overlay_box:hover,
.page-aktuelles-container .artikel-thumbnail .overlay_box:hover {
  background-color: rgba(0, 0, 0, 0.37);
}
.eigenschaften-wrapper {
  padding: 20px 0 25px 0;
}
.eigenschaft_accordion {
  background-color: transparent;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  height: 80px;
  border-top: 1px solid #d1d2d5;
}
.eigenschaften-wrapper:after {
  content: '';
  border-bottom: 1px solid #d1d2d5;
  width: 100%;
  display: block;
}
.eigenschaft_box {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.eigenschaften-wrapper .eigenschaft_accordion span:before {
  float: right;
  font-size: 18px;
  transform: rotate(0deg);
  transition: 0.3s linear;
  color: #3f5caa;
}
.eigenschaften-wrapper .eigenschaft_accordion span.open:before {
  transform: rotate(180deg);
  transition: 0.3s linear;
}
eigenschaften-wrapper > button.eigenschaft_accordion {
  transition: 0.3s linear;
}
.eigenschaften-wrapper > button.eigenschaft_accordion:hover {
  background: transparent;
  color: #3f5caa;
  border-top: 1px solid #d1d2d5;
  background: #e4e4e4;
  background: radial-gradient(circle, rgba(228, 228, 228, 0.4) 63%, rgba(148, 187, 233, 0) 88%);
}
.vorteile-container {
  max-height: 400px;
  height: 400px;
  overflow: hidden;
}
.single .vorteile-container {
  margin-top: 70px;
}
.vorteile-container,
.entry-content > .vorteile-container {
  max-width: 100% !important;
  margin-bottom: 0;
  position: relative;
}
.vorteile-container .vorteil_wrapper {
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}
.vorteil_title {
  font-size: 25px;
  line-height: 1.3em;
  margin-top: 16px;
}
.vorteile-container .wp-block-cover__inner-container {
  padding-top: 55px;
}
.vorteile-container .overlay_box {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #9F0737;
  opacity: 1;
  transition: 0.3s linear;
}
.is-style-paneeltec-table table tr td {
  background: none;
  border-right: none;
  border-left: none;
  padding: 18px 0;
}
.post-pagination {
  margin-bottom: 50px;
  margin-top: 10px;
}
.post-pagination__nav {
  font-size: 0;
  margin-bottom: 0;
  text-align: center;
}
#content ul.post-pagination__nav > li {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding: 0;
  border: 1px solid #999ca2;
  border-radius: 2px;
  padding-left: 0;
  margin: 2px;
}
#content ul.post-pagination__nav > li a {
  color: #999ca2;
}
#content ul.post-pagination__nav > li.active a {
  color: #fff;
  background-color: #3f5caa;
}
#content ul.post-pagination__nav > li:hover a {
  color: #fff;
  background-color: #3f5caa;
  transition: 0.3s linear;
}
.post-pagination__nav > li > * {
  line-height: inherit;
  display: block;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 500;
}
#content ul.post-pagination__nav li::before {
  display: none;
}
#colophon {
  position: relative;
  min-width: 1240px;
  background-color: #192646;
  z-index: 2;
  max-width: 100%;
}
#colophon,
#colophon a,
#colophon .widget-title,
#colophon .textwidget {
  color: #a2b0ca;
}
#colophon,
#colophon a {
  font-weight: 400;
}
#colophon .widget-title {
  margin-top: 0;
}
.site-info {
  padding-top: 35px;
  padding-bottom: 48px;
}
#colophon .sidebar-1 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.last_widget {
  position: relative;
  margin-left: auto;
  width: 280px;
}
.last_widget .widget {
  width: 100%;
}
#colophon .sign,
#colophon .sign a {
  color: #c9cfe8;
  font-weight: 400;
  line-height: 1.8em;
  overflow: hidden;
}
#colophon a:hover,
#colophon .sign a:hover {
  color: #fff !important;
}
#colophon .menu-footer-menu-container .menu-item > a,
#colophon .mini_menu.menu > a {
  font-size: 17px;
  font-weight: 400;
}
.sign b {
  margin-bottom: -4px;
  display: block;
}
.sign {
  position: relative;
  margin-left: auto;
  font-size: 18px;
}
#colophon ul li,
#colophon ol li {
  padding-left: 0;
  margin-bottom: 4px;
}
#colophon ul li::before {
  display: none;
}
.site-info > .wrapper {
  z-index: 2;
}
#colophon .footer_top,
#colophon .footer_bottom {
  display: block;
  width: 100%;
}
.sidebar-1 .textwidget p {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 36px;
}
#menu-footer-menue-1 > li:first-of-type a,
#menu-footer-menue-2 > li:first-of-type a,
#menu-footer-menue-2 > li:nth-of-type(2) a,
#menu-footer-menue-3 > li:first-of-type a,
#menu-footer-menue-3 > li:nth-of-type(3) a {
  font-weight: 600;
  color: #ced9ef;
}
#menu-footer-menue-2 > li:first-of-type,
#menu-footer-menue-3 > li:nth-of-type(2) {
  margin-bottom: 33px;
}
.footer1-widgets-area section li {
  margin-bottom: 10px;
}
.entry-footer {
  display: none;
}
a span.icon-pfeil-right {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
/*
.wp-block-group .wp-block-group__inner-container > h1:first-of-type {
	margin-bottom: 4px;
}
*/
.split_line {
  max-width: 1200px;
  margin-top: 30px;
}
.split_line:last-of-type {
  display: none;
}
.page-child.parent-pageid-68 .wp-block-columns .wp-block-image {
  margin-top: -45px;
}
.is-style-paragraph-pfeil a:after {
  font-family: 'icomoon';
  content: "\e904";
  position: relative;
  top: 2px;
  margin-left: 7px;
}
body.home #masthead,
body.home .entry-content > *,
body.home #colophon,
body.home .headerbild,
body.home .entry-header {
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
}
body.home #masthead.show,
body.home .entry-content > .show,
body.home #colophon.show,
body.home .headerbild.show,
body.home .entry-header.show {
  opacity: 1;
  transform: scale(1);
}
span.tp {
    color: #9F0737;
    padding-left: 10px;
    font-weight: bold;
}
h2.thirdsect.has-vivid-red-color.has-text-color {
    color: #9F0737 !important;
    font-weight: 700;
    /* width: 60%; */
}
.has-vivid-red-color {
    color: #9F0737 !important;
    font-size: 36px;
}
.thirdsect a {
    color: #9F0737;
   /* background-image: url('/wp-content/uploads/2022/03/Group-61.png');
    background-repeat: no-repeat;
    padding-left: 30px;
     width: 50px; 
    height: 50px !important; 
    background-size: contain; */
}
.fourthsect a, .sixthsect a, .thirdsect a {
    color: #9F0737;
   /* background-image: url('/wp-content/uploads/2022/03/Group-61.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: contain;*/
}
footer#colophon {
    background: #9F0737;
}
footer p {
    margin-bottom: 5px;
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
    font-weight: 400;
}
.footer_bottom .widget {
    margin: 0;
    float: left;
    width: 18%;
}
.footer_top .widget {
    width: 100%;
}
#menu-footer-menu {
  float: right;
} 
#menu-item-1256 {
  padding-left: 11px !important;
}
footer a {
    color: #fff !important;
}
#colophon a:hover {
    color: #F18700 !important;
}
header.entry-header {
    display: none;
}
.page-id-879 .fourthsect.has-light-gray-background-color.has-background {
    background: #F0F0F0 !important;
}
span.wh {
    color: #737373;
}
.wp-block-columns.alignfull.secondsect.has-vivid-red-background-color.has-background{
    margin-top: -2px !important;
}
.hoversects .eihe-box .eihe-caption .eihe-title-cover .eihe-title {
    font-family: 'Ubuntu' !important;
    font-weight: bold;
}
.hoversects p {
    text-align: center;
    font-size: 20px;
}
.hoversects a {
    color: #F18700;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}
section#text-3, section#text-4 {
    width: 23%;
}
section#text-5 {
    width: 36%;
}
section#text-6 {
    width: 10%;
}
#text-6 .textwidget {
    text-align: right;
}
p.thirdright {
    margin-top: 70px !important;
}
.wp-block-column.nomar.addw, .addw .wp-block-column {
    flex-basis: 79% !important;
}
.entry-content p {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.entry-content a {
    font-size: 20px !important;
    font-weight: bold !important;
    font-style: italic !important;
}
/*.thirdsect a:hover, .fourthsect a:hover, .sixthsect a:hover {
    color: #F18700;
    background-image: url('/wp-content/uploads/2022/03/Group-2.png');
}*/
.pageli li {
    font-size: 20px !important;
}
/*.pageli li {
    background-image: url('/wp-content/uploads/2022/03/Oval-Copy-3-1.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: contain;
}*/
.scrolled .logo_wrapper {
    /* bottom: 5px; */
    /* max-height: 50px; */
    /* margin-top: -33px; */
}
.scrolled #masthead {
    /* padding: 15px 0; */
}
.slider_title {
  width: 40% !important;
}
h3.slider_title {
    margin-bottom: -20px;
    font-size: 42px;
    width: 38% !important;
    /* margin-top: 80px; */
    /* margin-left: 180px; */
    font-style: italic;
    font-weight: 500;
    line-height: 65px;
    background: rgba(241,135,0,.9);
    /* background-color: #F08B17; */
    padding: 91px 91px;
    border-radius: 50%;
    height: 159%;
}
.wp-block-image {
    margin-bottom: 0 !important;
}
p.footercopy {
    color: #DB95AE;
    padding-top: 50px;
    font-weight: 400;
}
.header_slide.slick-slide {
    background-size: cover;
    /* animation: fadeIn ease 3s; */
    transition: opacity 2s ease-in !important;
    opacity: 1 !important;
    background-position: center;
    min-width: 700px !important;
    /* min-height: 500px !important; */
}
/* @media(max-width: 1440px) {
	.header_slide.slick-slide{
		background-size: cover;
	}
} */
.fourthsect a,
.sixthsect a,
.thirdsect a{
  transition: all 0.3s;
}
.fourthsect a::before, .sixthsect a::before, .thirdsect a::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_0_57' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='0' width='13' height='21'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.09033 0.963379L1.09033 20.13H13.5903L13.5903 0.963379L1.09033 0.963379Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_0_57)'%3E%3Cpath d='M12.0002 10.3985L3.93517 2.3335L2.75684 3.51183L9.6435 10.3985L2.75684 17.2852L3.93517 18.4635L12.0002 10.3985' stroke='%239F0737' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 42px;
    height: 42px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border: 4px solid #9F0737;
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.3s;
    vertical-align: inherit;
    margin-right: 10px;
}
/* .wp-block-cover img {
  position: absolute;
  z-index: 2;
} */
.fourthsect a strong, .sixthsect a strong, .thirdsect strong a, .thirdsect a strong, .fourthsect strong a, .sixthsect strong a{
    vertical-align: middle !important;
    margin-bottom: 30px !important;
    display: inline-block;
    /* padding-left: 10px; */
}
.thirdsect a:hover::before, .fourthsect a:hover::before, .sixthsect a:hover::before {
    background-color: #F18700;
    border-color: #F18700;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_0_384' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='0' width='13' height='21'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.09033 0.963257L1.09033 20.1299H13.5903L13.5903 0.963257L1.09033 0.963257Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_0_384)'%3E%3Cpath d='M12.0002 10.3983L3.93517 2.33325L2.75684 3.51159L9.6435 10.3983L2.75684 17.2849L3.93517 18.4633L12.0002 10.3983' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");;
}
.fourthsect a:hover, .sixthsect a:hover, .thirdsect a:hover {
    color: #F18700;
}
h2.leistheader.has-white-color.has-text-color {
    font-size: 40px;
    font-weight: 500 !important;
}
h2.diffwei.has-vivid-red-color.has-text-color {
    font-weight: 300 !important;
}
h2.diffwei.has-vivid-red-color.has-text-color strong {
    font-weight: bold !important;
}
.page-id-1006 .entry-content a {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: #9F0737 !important;
    font-style: normal !important;
}
.page-id-1006 .entry-content a:hover {
    color: #F18700 !important;
}
.page-id-1006 .entry-content > *:not(.alignfull), .page-id-1006 .entry-content > div.wpcf7 {
    max-width: 1240px;
    margin: 10px auto;
    padding: 0 20px;
}
input::placeholder, textarea::placeholder, input, textarea {
    font-family: ubuntu !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #9F0737;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #F18700;
}


/* Karten auf der Startseite */

.karten-container {
	display:block;
	width: 100%;
	clear: both;
}

.karten-container .karten-sc-wrapper {
	width: 100%;
  display: flex;
	position: relative;
	text-align: center;
	height: 430px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  justify-content: space-between;
	
}


.karten-container.loesungen-wrapper .karten-inner-wrapper  {
	width:100%;
	height:100%;
	display:inline-block;
	color:#fff;
	position: relative;
	z-index: 999;
}

.karten-container .karten-overlay {
	width: 100%;
	height: 100%;
	position:absolute;
  background-color: #9F0737D9;
	opacity: 0;
  transition: all 0.3s ease-in-out;
}

.karten-container .karten-wrapper .karten-inner-wrapper:hover .karten-overlay {
	opacity: 1;
}


.karten-container .karten-wrapper .karten-title {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    height: 85px;
    padding: 27px;
    background-color: #9F0737D9;
    color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    font-size: 25px !important;
    font-weight: bold;
    font-style: italic;
}

.karten-container .karten-wrapper .karten-inner-wrapper:hover .karten-title {
	background-color:transparent;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.karten-container .karten-text {
  position: relative;
  color: #fff;
  padding: 0 40px;
  transform: translateY(-50%);
  margin-top:40px;
}
.karten-container .karten-wrapper  {
  position: relative;
	width: 581px;
	height: 412px;
	background-position: center;
	background-size: cover;
}

.karten-container .karten-inner-wrapper > .karten-overlay .the-title {
  color: #fff;
  font-size: 25px !important;
  font-weight: bold !important;
  position: relative;
  margin: auto;
  text-align: center;
  width: 100%;
  /* height: 100%; */
  margin-top: 115px;
  font-style: italic;
}

.karten-container .more-text {
  color:#F18700;
  font-size: 20px !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
}


.wp-block-cover.sixthsect img.wp-block-cover__image-background{
	  width: 812px;
    position: absolute;
    right: 0;
    left: auto;
    /* max-width: 812px; */
    display: block;
    min-width: 49%;
  }
  .wp-block-cover {
    background-color: #f0f0f0;
  }
.wp-block-cover.fourthsect .wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none;
	/* min-width: 50%; */
	min-width: 80%;
}
.wp-block-cover.sixthsect .wp-block-cover__inner-container{
	position: relative;
	z-index: 3;
}
.post-758 .entry-content .wp-container-17 > *{
	margin: auto !important;
  padding-left: 80px;
}
.wp-block-columns {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: unset !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 100% !important;
}
.post-758 .entry-content .wp-container-1,
.post-758 .entry-content .wp-container-5,
.post-758 .entry-content .wp-container-9 {
  width: 20%;
  max-width: 20%;
}
.post-758 .entry-content .wp-container-1 .wp-block-image,
.post-758 .entry-content .wp-container-5 .wp-block-image, 
.post-758 .entry-content .wp-container-9 .wp-block-image {
  margin-top: 20px;
}
.post-879 .entry-content .wp-container-9 > * {
  margin: auto;
}
.post-879 .entry-content .wp-block-cover.alignfull:last-child {
  background-color: #ffffff;
}
.post-1006 .entry-content .wp-container-8 > * {
  margin: auto;
}
.post-1006 .entry-content .wp-block-columns .wp-block-column:first-child .wp-block-columns .wp-block-column:last-child {
  padding-left: 0;
}

.post-1006 .entry-content .wp-block-columns:not(.alignfull):nth-child(6) .wp-block-column .wp-block-columns .wp-block-column:last-child {
  padding-left: 24px;
}
.post-1006 .entry-content .wp-block-columns:not(.alignfull):nth-child(6) .wp-block-column{
  padding: 0;
}


.post-758 .entry-content .wp-container-19.wp-block-column .wp-block-embed {
	padding-top: 100px;
	cursor: pointer;
}
/* .sixthsect {
  background-color: #FFF;
} */
/* .wp-block-cover.alignfull.is-light {
	background-color: #f0f0f0;
} */
.post-1071 .entry-content .wp-container-8 > *,
.post-1073 .entry-content .wp-container-8 > *,
.post-1066 .entry-content .wp-container-8 > *,
.post-1075 .entry-content .wp-container-8 > *,
.post-1251 .entry-content .wp-container-8 > *,
.post-1253 .entry-content .wp-container-8 > *,
.post-879 .entry-content .wp-container-8 > *
 {
  margin: auto;
}
h2 {
  font-size: 35px !important;
  font-weight: bold;
}
h1 {
  font-size: 40px !important;
  font-weight: bolder;
}

.post-758 .wp-block-columns.alignfull.secondsect.has-vivid-red-background-color.has-background h2 {
  font-size: 25px !important;
}

.post-758 .wp-block-columns.secondsect.has-vivid-red-background-color.has-background {
	background-color: #9F0737 !important;
	padding: 50px 30px !important;
}
.wp-block-columns.secondsect.has-vivid-red-background-color.has-background {
padding: 75px 30px !important;
}

.home .wp-container-15 img{
  margin-top: 20px;
}
.post-879 .entry-content .wp-block-group h1 {
  margin-bottom: 0 !important;
}

/*
#===================================
# Über uns
#===================================

.post-1075 .wp-container-13.wp-block-column,
.post-1075 .wp-container-17.wp-block-column,
.post-1075 .wp-container-23.wp-block-column,
.post-1075 .wp-container-27.wp-block-column,
.post-1075 .wp-container-33.wp-block-column,
.post-1075 .wp-container-37.wp-block-column {
  flex-basis: 40% !important;
}*/
.post-1075 .entry-content .wp-block-group.alignfull .wp-block-group {
  margin-bottom: 30px;
}
.wp-block-columns.alignfull:first-child {
  height: 125px !important;

}
.wp-block-columns.alignfull:first-child h2.has-white-color.has-text-color {
  margin-top: -30px;
}
/*
#===================================
# Jobs
#===================================

[text  your-subject placeholder "Betreff"]
*/
.post-1066 .entry-content .wp-block-group p.has-black-color strong {
  color: #9F0737;
}
/*
#===================================
# kontakt
#===================================
*/
.captcha-image, .wpcf7-cf7ic {
	display: block;
	width: 582px !important;
  height: 48px;
}
/* .post-1006 .entry-content .wp-block-columns:last-child .wp-block-column:last-child {
  padding-left: 18px;
} */
.captcha-image .choices {
	display: block;
	background: #FFF;
	border: 1px solid #c9c9c9;
	padding: 4px !important;
	margin-top: -2px !important;
}

/*
#===================================
# Footer
#===================================
*/
p.footercopy > a {
  color: #DB95AE !important;
}


.post-1251 .entry-content .wp-block-group:last-child {
  margin-top: 0 !important;
} 
.post-1251 .entry-content .wp-block-group:not(.alignfull) .wp-block-columns {
  margin-bottom: -20px;
}
.post-1253 .entry-content .wp-block-group .wp-block-columns:nth-child(2) {
  margin-top: -45px !important;
}
.wp-block-columns .wp-block-column:last-child {
  padding-left: 18px;
}
.wp-block-columns .wp-block-column:first-child {
  padding-right: 18px;
}


/* cover block */


.wp-block-cover > span.has-background-dim {
	max-width: 100% !important;
}



/* cover block */

.is-style-halfcover-block-right img{width: 48.9% !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: 49.1% !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 > span.has-background-dim {
	max-width: 100% !important;
}

.formular-container {
	position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #fff;
	
	background-color: #d86262;

	border: none;
	border-radius: 5px;

	margin-top: 500p;
	position: absolute;
	top: 400px;

	right: 0;
	width: 48.5%;
	
}
.page-id-1006 #colophon {
  margin-top: 90px !important;
}

.page-id-1251 #colophon {
	margin-top: 67px;
}