/*!
Theme Name: f3dm-2018
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.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: f3dm-2018

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:p

----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Variablen */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: 'Open Sans', sans-serif;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  line-height: 26px;
  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: #4c4c4c;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #004a8d;
  margin: 0;
}
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 28px;
  padding: 0 0 0 20px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #004a8d;
  color: #FFF;
  line-height: 1;
  padding: 0;
  width: 100%;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #FFF;
  color: #004a8d;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #384755;
  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: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
select {
  border: 1px solid #4c4c4c;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #4c4c4c;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #FFF;
  color: #4c4c4c;
  outline: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.styleselect:before,
span.styleselect:before {
  content: '﹀';
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #4c4c4c;
  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;
  cursor: pointer;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #4c4c4c;
}
.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;
  content: "";
  border-radius: 3px;
  margin-right: 10px;
  color: #004a8d;
  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 {
  content: '✓';
}
textarea {
  height: 150px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  background: #004a8d;
  color: #FFF;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #004a8d;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
  color: #cc071e;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  font-size: 15px;
  padding: 49px 0 0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 99999;
  padding: 20px 0 20px 20px;
  background: #004a8d;
  color: #fff;
  display: none;
}
.main-navigation ul ul ul {
  left: 100%;
  top: -20px;
  border-left: 1px solid #fff;
}
.main-navigation ul ul a {
  width: 100%;
  color: #fff;
  border-color: #004a8d;
  white-space: nowrap;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
}
.main-navigation li {
  float: left;
  position: relative;
  margin: 0 30px 0 0;
  padding-bottom: 10px;
}
.main-navigation li li {
  margin: 0 0 10px;
  padding-bottom: 0;
  width: 100%;
  padding-right: 20px;
}
.main-navigation li li:last-child {
  margin-bottom: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #4c4c4c;
  padding: 1px 6px 2px 5px;
  border: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-post-parent > a,
.main-navigation li.current-post-ancestor > a {
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}
.main-navigation li:hover > a {
  border: 1px solid #004a8d;
  color: #004a8d;
}
.main-navigation li li.current_page_item > a,
.main-navigation li li.current_page_ancestor > a,
.main-navigation li li.current-menu-ancestor > a,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current-post-parent > a,
.main-navigation li li.current-post-ancestor > a,
.main-navigation li li:hover > a {
  border: 1px solid #fff;
  color: #fff;
}
.menu-toggle {
  display: none;
}
.main-navigation ul {
  display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.dropdown-navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.dropdown-navigation > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #004a8d, #004a8d 20%, transparent 20%, transparent 40%, #004a8d 40%, #004a8d 60%, transparent 60%, transparent 80%, #004a8d 80%, #004a8d 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 {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: 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% -  19px ) / 2);
}
.gallery-columns-3 .gallery-item {
  width: calc((100% -  39px ) / 3);
}
.gallery-columns-4 .gallery-item {
  width: calc((100% -  59px ) / 4);
}
.gallery-columns-5 .gallery-item {
  width: calc((100% -  79px ) / 5);
}
.gallery-columns-6 .gallery-item {
  width: calc((100% -  99px ) / 6);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## custom css
--------------------------------------------------------------*/
#page {
  padding-top: 164px;
  min-width: 1240px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  display: block;
  content: "";
  clear: both;
}
h1,
h2 {
  background: #004a8d;
  color: #fff;
  font-weight: 300;
  line-height: 45px;
  text-transform: uppercase;
  display: inline;
  font-size: 27px;
  padding: 3px 0 4px;
  letter-spacing: 2.5px;
  box-shadow: 18px 0 0 #004a8d, -18px 0 0 #004a8d;
  box-decoration-break: clone;
  position: relative;
  left: 18px;
}
p {
  margin-top: 0;
  margin-bottom: 28px;
}
p:last-child {
  margin-bottom: 0;
}
h1 + *,
h2 + * {
  margin-top: 31px;
}
h1 + p,
h2 + p {
  margin-top: 22px;
}
h3 {
  font-weight: 400;
  font-size: 23px;
  margin: 0 0 14px;
  clear: none;
}
.wp-block-media-text,
.wp-block-impuls-additional-containers-impulsbgcontainer {
  width: 100%;
  min-width: 1200px;
  margin-bottom: 10px;
}
.wp-block-media-text {
  align-items: self-start;
  background-image: url('img/linien_02.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: calc((100vw - 1200px) / 2 );
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: left 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  -moz-transition: left 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  -o-transition: left 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  transition: left 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
}
.wp-block-media-text.has-media-on-the-right.animate .wp-block-media-text__content {
  left: 0;
  opacity: 1;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: calc((100vw - 1200px) / 2 );
  padding-left: 60px;
  padding-top: 52px;
  position: relative;
  right: -100px;
  opacity: 0;
  -webkit-transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  -moz-transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  -o-transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
}
.wp-block-media-text.has-media-on-the-left.animate .wp-block-media-text__content {
  right: 0;
  opacity: 1;
}
.wp-block-media-text .wp-block-media-text__media {
  overflow: hidden;
  height: 100%;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__media {
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -moz-transition: left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  -o-transition: left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}
.wp-block-media-text.has-media-on-the-left.animate .wp-block-media-text__media {
  left: 0;
  opacity: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  right: -100px;
  opacity: 0;
  -webkit-transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -moz-transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -o-transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  transition: right 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.wp-block-media-text.has-media-on-the-right.animate .wp-block-media-text__media {
  right: 0;
  opacity: 1;
}
.wp-block-media-text .wp-block-media-text__media img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.wp-block-impuls-additional-containers-impulsbgcontainer {
  padding: 56px 0;
}
.wp-block-impuls-additional-containers-impulsbgcontainer .InnerContent {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wp-block-impuls-additional-containers-impulsbgcontainer .InnerContent:after {
  display: block;
  content: "";
  clear: both;
}
.wp-block-impuls-additional-containers-impulsbgcontainer .InnerContent .wp-block-columns.has-2-columns figure {
  margin: 0;
  line-height: 0;
}
.wp-block-impuls-additional-containers-impulsbgcontainer .InnerContent .wp-block-columns.has-2-columns .wp-block-image img {
  width: 100%;
}
.has-light-gray-background-color {
  background-color: #f3f5f7;
}
.has-blue-background-color {
  background-color: #004a8d;
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.wp-block-columns {
  margin-bottom: 28px;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-column {
  margin-bottom: 0;
}
.wp-block-column:first-child {
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -moz-transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  -o-transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  transition: left 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.animate .wp-block-column:first-child {
  left: 0;
  opacity: 1;
}
.wp-block-column:last-child {
  position: relative;
  right: -100px;
  opacity: 0;
  -webkit-transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  -moz-transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  -o-transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
  transition: right 0.5s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.5s;
}
.animate .wp-block-column:last-child {
  right: 0;
  opacity: 1;
}
#masthead {
  padding: 42px 20px 10px;
  line-height: 26px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 1240px;
  background: #fff;
  z-index: 999;
  -webkit-transition: padding-top 0.2s ease-in-out 0s, padding-bottom 0.2s ease-in-out 0s;
  -moz-transition: padding-top 0.2s ease-in-out 0s, padding-bottom 0.2s ease-in-out 0s;
  -o-transition: padding-top 0.2s ease-in-out 0s, padding-bottom 0.2s ease-in-out 0s;
  transition: padding-top 0.2s ease-in-out 0s, padding-bottom 0.2s ease-in-out 0s;
}
#masthead a.kompaktlogo {
  display: block;
  position: absolute;
  opacity: 0;
  background: url('img/logo-f3d-kompakt.svg') no-repeat center / cover;
  width: 217px;
  height: 50px;
  top: 27px;
  right: 44px;
  -webkit-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
  -moz-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
  -o-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
  transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
}
#masthead.scroll {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 -8px 15px 0px #4c4c4c;
}
#masthead .main-navigation {
  -webkit-transition: padding-top 0.2s ease-in-out 0s;
  -moz-transition: padding-top 0.2s ease-in-out 0s;
  -o-transition: padding-top 0.2s ease-in-out 0s;
  transition: padding-top 0.2s ease-in-out 0s;
}
#masthead.scroll .main-navigation {
  padding-top: 21px;
}
#masthead.scroll .language_switcher_wrapper {
  padding-top: 21px;
  padding-bottom: 21px;
  margin-top: 0;
  margin-bottom: 0;
  height: 73px;
}
#masthead .custom-logo-link {
  opacity: 1;
  -webkit-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -moz-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  -o-transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
  transition: width 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0s;
}
#masthead.scroll .custom-logo-link {
  width: 140px;
  opacity: 0;
}
#masthead.scroll a.kompaktlogo {
  opacity: 1;
  width: 116px;
  height: 50px;
  top: 13px;
  right: 24px;
}
.language_switcher_wrapper {
  float: left;
  border-left: 1px dashed #bcbcbc;
  border-right: 1px dashed #bcbcbc;
  height: 88px;
  margin: 17px 0 7px 9px;
  padding: 32px 49px 0;
  -webkit-transition: margin 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  -moz-transition: margin 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  -o-transition: margin 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
}
.language_switcher_wrapper .switcher-list {
  margin: 0;
}
.wpm-language-switcher li {
  float: left;
  font-size: 15px;
  padding: 1px 5px 2px;
  border: 1px solid transparent;
  margin-right: 3px;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}
.wpm-language-switcher li:hover,
.wpm-language-switcher li.active {
  border: 1px solid #4c4c4c;
}
.custom-logo-link {
  float: right;
  display: block;
  width: 261px;
}
.slider {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
}
#bgvid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .wrapper {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.slider .wrapper .videotext {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  width: 694px;
  /*border: 1px solid #fff;*/
  text-transform: uppercase;
  font-size: 36px;
  padding: 31px 0 33px 42px;
  letter-spacing: 7.2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .wrapper .videotext:before,
.slider .wrapper .videotext:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.75s ease-in-out 0.5s;
  -moz-transition: transform 0.75s ease-in-out 0.5s;
  -o-transition: transform 0.75s ease-in-out 0.5s;
  transition: transform 0.75s ease-in-out 0.5s;
}
.slider .wrapper .videotext:before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform-origin: 0 100%;
}
.slider .wrapper .videotext:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform-origin: 100% 0%;
}
.transition .slider .wrapper .videotext:after,
.transition .slider .wrapper .videotext:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blauesband {
  background: #004a8d;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 9px 0 7px 12px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.blauesband .breadcrumb_wrapper {
  float: left;
}
.blauesband .breadcrumb_wrapper:after {
  display: block;
  content: "";
  clear: both;
}
.blauesband i,
.blauesband span {
  float: left;
}
.blauesband .icon-arrow {
  font-size: 10px;
  margin: -1px 13px 0 16px;
}
.blauesband a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.blauesband a:hover {
  border-bottom: 1px solid #fff;
}
.blauesband .telwrapper {
  float: right;
  margin: 0 16px 0 0;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}
.tel_block {
  display: inline-block;
  border: 1px solid #004a8d;
  color: #004a8d;
  padding: 18px 28px 18px 25px;
  font-size: 22px;
  letter-spacing: 0.8px;
}
.leistungen_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.leistungen_wrapper:after,
.news_wrapper:after {
  display: block;
  content: "";
  clear: both;
}
.leistungen_wrapper .leistung,
.news_wrapper .new {
  width: 390px;
  float: left;
  margin: -10px 0 10px 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
}
.leistung:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.leistungen_wrapper .leistung.animate,
.news_wrapper .new.animate {
  margin-top: 0;
  opacity: 1;
}
.leistung .leistung_img,
.new .new_img {
  width: 100%;
  position: relative;
  height: 239px;
}
.leistung .leistung_img a,
.new .new_img a,
.produkte_wrapper .produkt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 74, 141, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
.leistung .leistung_img:hover a,
.new .new_img:hover a,
.produkte_wrapper .produkt:hover a {
  opacity: 1;
}
.leistung .leistung_img a i,
.new .new_img a i,
.produkte_wrapper .produkt a i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 50px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.leistung .leistungen_text,
.new .new_text {
  padding: 28px 30px 24px;
  font-weight: 300;
}
.slick-track {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 105px;
  right: -87px;
  font-size: 38px;
  color: #b2b2b2;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #004a8d;
}
.slick-arrow.slick_arrow_left {
  right: auto;
  left: -87px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.produkte_wrapper {
  margin-bottom: 55px;
  position: relative;
}
.produkte_menu {
  position: absolute;
  font-size: 15px;
  top: -61px;
  right: -2px;
}
.term-select {
  float: left;
  text-transform: lowercase;
  margin-left: 25px;
  padding: 0px 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}
.term-select.active,
.term-select:hover,
.term-select:focus {
  border: 1px solid #4c4c4c;
}
.produkte_wrapper .produkt {
  width: 200px;
  height: 200px;
  position: relative;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-out 0s, margin-top 0.2s ease-in-out 0s;
}
.produkte_wrapper .produkt.animate {
  opacity: 1;
  margin-top: 0;
}
.produkte_wrapper .produkt a {
  color: #fff;
  padding: 10px 15px;
  font-weight: 300;
}
.produkte_wrapper .produkt a div {
  margin: 0 0 10px;
  font-weight: 400;
}
.produkte_wrapper .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.produkte_wrapper .slick-arrow.slick_arrow_left {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.archive #main {
  background-color: #f3f5f7;
  background-image: url('img/linien_01.png');
  margin-bottom: 10px;
}
.archive .wrapper.archive_header {
  padding: 50px 0 10px;
}
.archive .termlink_wrapper {
  float: right;
  margin-top: 8px;
}
.archive .termlink_wrapper .term-select:hover,
.archive .termlink_wrapper .term-select:focus {
  color: #004a8d;
}
.archive article {
  width: calc((100% - 2*10px) / 3);
  float: left;
  margin: 0 0 30px 10px;
  padding: 0 50px 0 0;
}
.archive article:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.archive .entry-header {
  margin-bottom: 20px;
  width: calc(100% - 40px);
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.single .entry-header {
  margin-bottom: 31px;
}
.single .entry-header a {
  color: #fff;
}
.archive .post-thumbnail {
  line-height: 0;
  width: 100%;
  text-align: left;
  display: block;
  height: 300px;
  margin: 0 0 20px;
  position: relative;
  padding: 30px 30px 30px 0;
}
.archive .post-thumbnail:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 74, 141, 0.75);
  text-align: center;
  line-height: 300px;
  color: #fff;
  font-size: 50px;
  opacity: 0;
  content: '\e846';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}
.archive .post-thumbnail:hover:after {
  opacity: 1;
}
.archive .post-thumbnail img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
.archive h2 {
  box-shadow: none;
  left: 0;
  font-size: 22px;
  background: none;
  line-height: normal;
  font-weight: 400;
}
.archive h2 a {
  color: #004a8d;
}
.archive h2 a:hover {
  color: #cc071e;
}
.single-404 article,
.single article {
  padding: 56px 0;
  background-color: #f3f5f7;
  background-image: url('img/linien_02.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.single .post-thumbnail {
  float: right;
  line-height: 0;
  margin: 0 0 30px 30px;
}
img.placeholderimage {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#colophon {
  background: url('img/footerbg.jpg') no-repeat center / cover;
  color: #fff;
  padding: 88px 0 152px;
  line-height: 26px;
}
#colophon .inner {
  width: 600px;
  font-weight: 300;
  float: right;
}
#colophon .widget {
  margin-bottom: 0;
}
#colophon .widget:last-child {
  margin-bottom: 0;
}
#colophon .widget.firma {
  margin-bottom: 26px;
}
#colophon .widget.links {
  margin-bottom: 36px;
}
#colophon h3 {
  color: #fff;
  margin: 0 0 29px;
  font-size: 26px;
}
#colophon a {
  color: #a9c3df;
}
#colophon a:hover {
  color: #fff;
}
#colophon .widget.impuls {
  font-size: 12px;
  color: #a9c3df;
  line-height: 20px;
}
/*---form---*/
/*--- kontakt ---*/
.form_inner:after {
  display: block;
  content: "";
  clear: both;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"] {
  width: calc(50% - 10px);
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 0px;
  border: none;
  height: 40px;
  background: #e8e8e8;
  color: #4c4c4c;
  padding: 0 0 0 18px;
  font-size: 20px;
  font-weight: 300;
}
.wpcf7 .wpcf7-form-control-wrap:nth-child(2n) input[type="text"],
.wpcf7 .wpcf7-form-control-wrap:nth-child(2n) input[type="tel"],
.wpcf7 .wpcf7-form-control-wrap:nth-child(2n) input[type="email"] {
  margin-right: 0;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  color: #4c4c4c;
}
.wpcf7 .wpcf7-form-control-wrap.message {
  display: block;
}
.wpcf7 textarea {
  resize: none;
  border-radius: 0px;
  width: 100%;
  height: 270px;
  background: #e8e8e8;
  color: #4c4c4c;
  margin: 0;
  padding: 8px 0 0 18px;
  font-size: 20px;
  border: none;
  font-weight: 300;
}
.wpcf7 .captcha-wrap {
  float: left;
  width: calc(50% - 10px);
  margin: 0 20px 0 0;
  border: none;
}
.wpcf7 .captcha-wrap .wpcf7-form-control-wrap {
  margin: 0;
}
.wpcf7 .captcha-wrap input {
  width: 60%;
}
.wpcf7 .captcha-img-wrap {
  float: right;
  background: #e8e8e8;
  height: 40px;
  width: calc(40% - 20px);
}
.wpcf7 .captcha-wrap img {
  margin: 8px 0 0 8px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled:hover {
  width: calc(50% - 10px);
  margin: 0;
  float: left;
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  background: #4c4c4c;
  border: none;
  color: #fff;
  text-shadow: none;
  font-size: 20px;
  padding: 0;
  font-weight: 300;
}
.wpcf7 input[type="submit"]:hover {
  box-shadow: none;
  background: #004a8d;
  color: #fff;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled:hover {
  cursor: not-allowed;
}
.wpcf7-form p {
  margin: 0;
  line-height: 0;
}
span.wpcf7-not-valid-tip,
div.wpcf7 img.ajax-loader {
  display: none;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 input.wpcf7-not-valid:focus {
  background: #4c4c4c;
  color: #fff;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.wpcf7-not-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.wpcf7-not-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
form p:after {
  clear: both;
  content: "";
  display: block;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
  background: #004a8d;
  color: #fff;
  width: 100%;
  margin: 0 0 2%;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*
	width: 21px;
	height: 21px;
	background: #e8e8e8;
	margin: 6px 10px 25px 0;
	float: left;
	*/
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked::before {
  display: block;
}
.wpcf7-form-control.wpcf7-acceptance span {
  line-height: normal;
  margin: 0;
  color: #000;
  line-height: 30px;
}
.wpcf7-form-control.wpcf7-acceptance span a {
  text-transform: none;
}
div.wpcf7 .ajax-loader {
  display: none;
}
/*ende form*/
.blueimp-gallery > div > a,
.blueimp-gallery > div .title {
  display: none !important;
}
@media only screen and (max-width: 1400px) {
  .slick-arrow {
    display: block;
    right: 0;
    z-index: 9;
    background: #004a8d;
    padding: 10px 0;
    color: #fff;
  }
  .slick-arrow:hover {
    background: #4c4c4c;
  }
  .slick-arrow.slick_arrow_left {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 20px;
  }
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 20px;
  }
}
