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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Variablen */
/* Mixins */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4A4A4A;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 20px 0;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #053176;
  color: #FFF;
  line-height: 1;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #FFF;
  color: #053176;
}
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #363c45;
  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: #4A4A4A;
  border: 1px solid #4A4A4A;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
}
span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
select {
  border: 1px solid #4A4A4A;
}
select.wpcf7-form-control.wpcf7-select,
span.styleselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #4A4A4A;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #FFF;
  color: #4A4A4A;
  outline: none;
  cursor: pointer;
}
.wpcf7-form-control-wrap.styleselect:before,
span.styleselect:before {
  content: '﹀';
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 20px;
  color: #4A4A4A;
  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 .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 .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: 25px;
  height: 25px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span:before,
.suchleiste input.stylecheckbox + label:before {
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  content: "";
  border-radius: 3px;
  margin-right: 10px;
  color: #053176;
  top: 5px;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked + span:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + span:before,
.suchleiste input.stylecheckbox:checked + label:before {
  background: #FFF;
  content: '✓';
}
textarea {
  height: 150px;
}
span.wpcf7-not-valid-tip {
  display: none;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  background: #053176;
  color: #FFF;
}
/*--------------------------------------------------------------
# Default Element Styles
--------------------------------------------------------------*/
.wrapper,
.site-content,
.wp-block-impuls-additional-blocks-section.alignfull .InnerContent {
  max-width: 1240px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/
#content ul li,
#colophon ul li,
#content ol li,
#colophon ol li {
  padding-left: 20px;
}
#content ul li,
#colophon ul li {
  list-style: none;
  position: relative;
}
#content ul li:before,
#colophon ul li:before {
  display: block;
  left: 0;
  content: "\2022";
  color: #000;
  position: absolute;
}
#content ul.kt-tabs-title-list li:before {
  display: none;
}
#content ul.kt-tabs-title-list li {
  padding-left: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #053176;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  z-index: 99999;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  line-height: 40px;
}
.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;
}
.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, #053176, #053176 20%, transparent 20%, transparent 40%, #053176 40%, #053176 60%, transparent 60%, transparent 80%, #053176 80%, #053176 100%);
}
#page_id {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrapper:after,
.gallery:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrapper:after,
.gallery:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 20px 20px;
  float: left;
  width: calc((100% -  61px ) /  4 );
}
.widget:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body .wp-block-columns {
  flex-wrap: nowrap;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.entry-content .wp-block-video video,
.entry-content .wp-block-video video[poster] {
  object-fit: contain;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  display: block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  float: left;
  margin: 0 0 20px 20px;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: both;
  margin-left: 0;
}
.gallery-columns-2 .gallery-item {
  width: calc((100% -  21px ) / 2);
}
.gallery-columns-3 .gallery-item {
  width: calc((100% -  41px ) / 3);
}
.gallery-columns-4 .gallery-item {
  width: calc((100% -  61px ) / 4);
}
.gallery-columns-5 .gallery-item {
  width: calc((100% -  81px ) / 5);
}
.gallery-columns-6 .gallery-item {
  width: calc((100% -  101px ) / 6);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.entry-content > *:not(p),
.entry-content > div.wpcf7 {
  max-width: 1240px;
  margin: auto auto;
}
.entry-header > * {
  max-width: 1240px;
  margin: 70px auto 0;
}
.entry-content > .alignfull,
.entry-header > .alignfull {
  max-width: none;
}
#main ul.wp-block-gallery {
  list-style: none;
}
#main ul.wp-block-gallery li {
  padding: 0;
}
#main ul.wp-block-gallery li:before {
  display: none;
}
table {
  border-collapse: collapse;
}
table td {
  border: 1px solid #AFAFAF;
  padding: 3px 5px;
}
table tr:nth-child(odd) td {
  background: #EBEBEB;
}
/*--------------------------------------------------------------
## Gutenberg Media & Text Block Fallback for IE11
--------------------------------------------------------------*/
.wp-block-media-text:after {
  display: table;
  content: "";
  clear: both;
}
.wp-block-media-text figure {
  float: left;
  width: 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  float: right;
  width: 50%;
}
.wp-block-media-text.has-media-on-the-right figure {
  float: right;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  float: left;
}
@supports (display: grid) {
  .wp-block-media-text figure {
    float: none;
    width: inherit;
  }
  .wp-block-media-text .wp-block-media-text__content {
    float: none;
    width: inherit;
  }
  .wp-block-media-text.has-media-on-the-right figure {
    float: none;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    float: none;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  overflow-x: hidden;
  font-size: 20px;
  font-family: 'Ubuntu';
  min-width: 1240px;
  color: #4A4A4A;
}
a {
  font-weight: 700;
  color: #053176;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #4A4A4A;
}
.site-content h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1em;
  color: #053176;
  margin-bottom: 32px;
  margin-top: 0;
}
.site-content h2 strong {
  font-weight: 700;
}
.site-content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #053176;
}
.site-content .entry-content {
  line-height: 1.8em;
  margin-bottom: 10px;
}
.sep {
  margin: 0 4px;
}
body #page {
  background-color: #ffffff;
}
.base-white,
.has-base-white-background-color {
  background-color: #ffffff;
}
.light-gray,
.has-light-gray-background-color {
  background-color: #F0F0F0;
}
.dark-gray,
.has-dark-gray-background-color {
  background-color: #4A4A4A;
}
.true-blue,
.has-true-blue-background-color {
  background-color: #053176;
}
.wrapper,
.site-content,
.wp-block-impuls-additional-blocks-section.alignfull .InnerContent {
  width: 100%;
  max-width: 1240px;
  min-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
/**
 * header
 */
body .site {
  margin-top: 50px;
}
.bluebar-outer {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  color: #ffffff;
  padding: 3px 0;
  background-color: #053176;
  z-index: 300;
}
.bluebar-outer .entry-content > * {
  margin: auto auto;
}
.bluebar .entry-content {
  margin: 0;
  width: auto;
  float: right;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.site-header {
  padding-bottom: 10px;
}
.site-header .wrapper {
  position: relative;
}
.custom-logo-link {
  float: left;
  position: relative;
  left: -4px;
  top: 3px;
}
.partners-outer {
  float: right;
}
.partners {
  right: -10px;
  position: relative;
}
.partners > * {
  float: left;
  display: block;
  margin-left: 15px;
}
.partners > *:last-child {
  margin-left: 10px;
}
.partners img {
  height: auto;
  max-height: none;
  max-width: 75px;
}
/**
 * Mainmenu
 */
.main-navigation {
  top: 141px;
  clear: both;
  float: none;
  z-index: 10;
  z-index: 300;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.main-navigation.scrolled {
  top: 30px;
  position: fixed;
  background-color: #ffffff;
}
#primary-menu {
  float: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: auto;
}
#primary-menu > li {
  padding: 18px 0 18px;
  margin-right: 45px;
}
#primary-menu > li:last-child {
  margin-right: 0;
}
#primary-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#primary-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
#primary-menu li:hover > a {
  color: #053176;
}
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-parent > a,
#primary-menu li.current-menu-ancestor > a {
  color: #053176;
}
#primary-menu li .sub-menu .sub-menu li.current-menu-item > a,
#primary-menu li .sub-menu .sub-menu li.current-menu-parent > a,
#primary-menu li .sub-menu .sub-menu li.current-menu-ancestor > a {
  color: #4A4A4A;
}
body.single-post #primary-menu > li.blog > a {
  color: #053176;
}
#primary-menu > li a {
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#primary-menu > li > .sub-menu {
  margin-left: -23px;
}
#primary-menu .sub-menu {
  margin-top: 2px;
  box-shadow: 0 0 0 0;
  padding: 15px 0px 12px;
  background-color: #ffffff;
}
#primary-menu .sub-menu > li {
  margin-bottom: 8px;
  padding: 0 23px;
}
#primary-menu li > .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-top: -15px;
  margin-left: 1px;
  background-color: #F0F0F0;
}
#primary-menu li > .sub-menu .sub-menu li > a {
  color: #053176;
  -webkit-transform: color 0.3s ease-in-out;
  -moz-transform: color 0.3s ease-in-out;
  -ms-transform: color 0.3s ease-in-out;
  -o-transform: color 0.3s ease-in-out;
  transform: color 0.3s ease-in-out;
}
#primary-menu li > .sub-menu .sub-menu li > a:hover {
  color: #4A4A4A;
}
#primary-menu .sub-menu > li.menu-item-has-children::after {
  top: 0;
  right: 10px;
  float: right;
  cursor: pointer;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  content: '\e810';
  position: absolute;
  pointer-events: all;
  display: inline-block;
  font-family: 'fontello';
  color: #4A4A4A;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#primary-menu .sub-menu > li:hover::after {
  color: #053176;
}
/**
 * Top search form
 */
.search-form {
  float: right;
  width: 200px;
  position: relative;
  margin: 10px 0px 20px;
}
.search-form .search-field {
  border: none;
  border-bottom: 1px solid #053176;
  background-color: rgba(255, 255, 255, 0);
}
.search-form .search-submit {
  opacity: 0;
  height: 25px;
  width: 25px;
  right: 0;
  top: 0;
  position: absolute;
}
.search-form .icon-search {
  top: 0;
  right: 0;
  position: absolute;
  color: #053176;
}
.search-form .icon-search::before {
  font-size: 16px;
  margin: 0;
}
/**
 * header media
 */
.header-media {
  width: 100%;
  min-width: 1240px;
  margin: 0 auto;
  margin-bottom: 73px;
}
body.home .header-media {
  height: 100%;
  max-height: none;
  min-height: 750px;
  clear: both;
  position: relative;
}
body:not(.home) .header-media .bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 370px;
  position: relative;
}
body:not(.home) .bg-img p {
  margin: 0;
}
body:not(.home) .bg-img .page-title {
  width: auto;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: auto;
  bottom: auto;
  padding: 22px 23px 21px 24px;
  background-color: rgba(74, 74, 74, 0.6);
  left: calc( ( 100% - 1240px ) / 2 + 20px );
}
body:not(.home) .bg-img .page-title.one-part {
  font-weight: 700;
}
body:not(.home) .bg-img .page-title,
body:not(.home) .bg-img .page-title strong {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 40px;
  line-height: 1em;
  color: #ffffff;
}
body:not(.home) .bg-img .page-title strong {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.ImpulsSlider_outerwrap {
  height: calc(91vh - 150px);
  min-height: 350px;
}
.ImpulsSlider {
  height: 100% !important;
  width: 100% !important;
}
.ImpulsSlider > img {
  display: none;
}
.ImpulsSlider_Wrap {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ImpulsSlider_Description {
  width: auto;
  bottom: 100px;
  right: auto;
  display: inline-block;
  position: absolute;
  padding: 22px 23px 21px 24px;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: rgba(74, 74, 74, 0.6);
  left: calc( ( 100% - 1240px ) / 2 + 20px );
}
.ImpulsSlider_Description h3,
.ImpulsSlider_Description a {
  margin: 0;
  font-size: 40px;
  line-height: 1em;
  color: #ffffff;
}
.ImpulsSlider_Description h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.ImpulsSlider_Description a {
  font-weight: 300;
}
.header-media .ImpulsSlider_Pager {
  padding-top: 40px;
  height: auto;
  z-index: 200;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  display: inline-flex;
  flex-direction: column;
  margin-right: calc( ( ( 100% - 1240px ) / 2  ) + 20px );
}
.header-media .ImpulsSlider_Pager > a {
  width: 10px;
  height: 10px;
  background: none;
  margin-bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
}
.header-media .ImpulsSlider_Pager > a.activeSlide {
  background-color: #ffffff;
}
.header-media .ImpulsSlider_Pager > a:first-child {
  margin-top: auto;
}
.header-media .ImpulsSlider_Pager > a:last-child {
  margin-bottom: auto;
}
.checked-pages {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 250;
  height: auto;
  width: 100%;
}
.checked-pages a {
  flex: 1;
  max-height: 250px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.checked-pages a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.5%;
}
.checked-pages a > .none {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.checked-pages .overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.checked-pages .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.checked-pages .page-box:hover .overlay::after {
  background-color: rgba(5, 49, 118, 0.95);
}
.checked-pages .entry-title {
  top: 10px;
  width: 100%;
  z-index: 200;
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  position: absolute;
}
/**
 * Content
 */
.entry-content {
  margin: 0;
}
.section {
  padding-top: 0px;
}
.section .section-title {
  font-weight: 700;
}
.wp-block-impuls-additional-blocks-section.alignfull.has-background-color:not(.has-base-white-background-color) {
  padding: 70px 0 0px 0;
}
/**
 * Mobile de slider
 */
.mobile-de-nav-slide-wrap {
  position: relative;
}
.mobile-de-nav-slide-wrap .slick-nav {
  width: 100%;
  position: absolute;
  top: 120px;
}
.mobile-de-nav-slide-wrap .slick-nav .turnleft,
.mobile-de-nav-slide-wrap .slick-nav .turnright {
  position: absolute;
  font-size: 61px;
  color: #053176;
  cursor: pointer;
}
.mobile-de-nav-slide-wrap .slick-nav .turnleft::before,
.mobile-de-nav-slide-wrap .slick-nav .turnright::before {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.mobile-de-nav-slide-wrap .slick-nav .turnleft:hover::before,
.mobile-de-nav-slide-wrap .slick-nav .turnright:hover::before {
  color: #DA1B42;
}
.mobile-de-nav-slide-wrap .slick-nav .turnleft {
  left: -87px;
}
.mobile-de-nav-slide-wrap .slick-nav .turnright {
  right: -87px;
}
.mobile-de-slider {
  margin-bottom: 65px;
}
.mobile-de-slider .entry-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 19px;
  position: relative;
}
.mobile-de-slider .entry-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 76.75%;
}
.mobile-de-slider .entry-image > .none {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.mobile-de-slider .slick-slide {
  margin-right: 15px;
  width: calc( ( ( 1240px - 40px) - ( 2 * 15px ) ) / 3);
}
.mobile-de-slider .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.mobile-de-slider .entry-title {
  font-size: 24px;
  font-weight: 500;
  color: #053176;
  min-height: 90px;
  margin-top: 0;
  margin-bottom: 14px;
}
.mobile-de-slider .entry-content {
  margin-bottom: 0;
}
.mobile-de-slider .value,
.mobile-de-slider .price {
  display: block;
}
.mobile-de-slider .value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.mobile-de-slider .price {
  font-size: 20px;
  font-weight: 700;
  color: #DA1B42;
  position: absolute;
  bottom: 57px;
}
.mobile-de-slider .all-values {
  min-height: 312px;
  position: relative;
}
.mobile-de-slider .all-values .more-link {
  position: absolute;
  bottom: 0;
  font-size: 16px;
}
.infotext {
  font-size: 14px;
  line-height: 1.22em;
  padding-bottom: 20px;
}
/**
 * Three columns section
 */
.tc-section-outer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 82px 0;
  margin-bottom: 10px;
}
.tc-section-outer .column {
  float: left;
  margin-left: 15px;
  width: calc( (100% - (2 * 15px) ) / 3 );
  background-color: #ffffff;
  padding: 48px 25px 0;
  min-height: 582px;
  position: relative;
}
.tc-section-outer .column:first-child {
  margin-left: 0px;
}
.tc-section-outer .col-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.0em;
  color: #053176;
  margin-bottom: 20px;
}
.col-services .services {
  padding-top: 20px;
}
.col-services .service {
  float: left;
  min-height: 85px;
  margin-bottom: 28px;
  width: calc( ( 100% - 50px ) / 2 );
  margin-left: 50px;
}
.col-services .service:nth-child(2n+1) {
  margin-left: 0;
}
.col-services .service .service-icon {
  margin: auto;
  display: block;
  text-align: center;
  font-size: 16px;
}
.col-services .service .service-icon::before {
  width: 100%;
  font-size: 30px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
}
.col-services .service .service-icon.icon-twitter::before {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 7px;
}
.col-services .service .service-icon.icon-car::before {
  font-size: 26px;
  margin-bottom: 18px;
  margin-top: 4px;
}
.col-gas .entry-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
.col-gas .entry-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 69.375%;
}
.col-gas .entry-image > .'none' {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.col-gas .col-title {
  margin-bottom: 37px;
}
.col-gas .entry-content {
  font-size: 16px;
  line-height: 1.8em;
}
.col-opening .col-title {
  margin-bottom: 11px;
}
.col-opening .entry-content {
  font-size: 16px;
  line-height: 2em;
}
.col-opening .entry-content strong {
  line-height: 1em;
}
.col-opening .entry-content em {
  font-style: normal;
  position: absolute;
  left: 110px;
}
.col-opening .entry-content p {
  margin-bottom: 31px;
}
/**
 * advantages
 */
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: 67% auto;
  align-items: flex-start;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-top: 1em;
}
.advantages {
  padding: 70px 0 20px;
}
.advantages h3,
.advantages h4 {
  margin: 0;
}
.advantages h4,
.advantages p {
  color: #4A4A4A;
}
.advantages h3 {
  margin-bottom: 33px;
}
.advantages h4 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-weight: 500;
  font-size: 20px;
  align-content: center;
  align-items: center;
}
.advantages h4::before {
  margin-left: 0;
  font-size: 28px;
  color: #053176;
}
.advantages h4 + p {
  margin-top: 0;
}
/**
 * mobile-de
 */
.mobile-de-outer {
  padding-top: 73px;
}
.mobile-de-wrapper .sorttitlewrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-bottom: 30px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.sorttitlewrap .headline {
  margin: auto auto auto 0;
  line-height: 1em;
  display: block;
}
.sorttitlewrap .sort_options {
  margin: 20px 0 auto auto;
  line-height: 1em;
  display: block;
  font-size: 16px;
}
.sort_options strong {
  font-weight: 500;
  margin-left: 15px;
}
.sort_options a {
  font-weight: 400;
  margin-left: 15px;
}
.sort_options a.active {
  font-weight: 500;
}
.all-ads {
  display: block;
  clear: both;
  float: none;
}
.all-ads .mobile-de-ad {
  float: left;
  margin-left: 20px;
  margin-bottom: 70px;
  width: calc( ( 100% - 20px ) / 2 );
}
.all-ads .mobile-de-ad:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.mobile-de-ad .entry-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.mobile-de-ad .entry-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 59.0625%;
}
.mobile-de-ad .entry-image > .'none' {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.mobile-de-ad .entry-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-de-ad .entry-title {
  margin: 0 0 12px 0;
  cursor: pointer;
  position: relative;
  align-items: center;
  align-content: center;
  font-size: 20px;
  font-weight: 500;
  padding: 25px 38px 28px 20px;
  background-color: #F0F0F0;
  color: #053176;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mobile-de-ad .entry-title::after {
  right: 20px;
  margin-top: 2px;
  font-size: 14px;
  content: "\e811";
  position: absolute;
  font-family: 'fontello';
  -webkit-transform: rotae(0deg);
  -moz-transform: rotae(0deg);
  -ms-transform: rotae(0deg);
  -o-transform: rotae(0deg);
  transform: rotae(0deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mobile-de-ad .entry-title.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-de-ad .entry-title:hover,
.mobile-de-ad .entry-title.active {
  background-color: #053176;
  color: #F0F0F0;
}
.mobile-de-ad .entry-content {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  max-height: 0px;
  min-height: 290px;
  -webkit-transition: max-height 0.9s ease-in-out;
  -moz-transition: max-height 0.9s ease-in-out;
  -o-transition: max-height 0.9s ease-in-out;
  transition: max-height 0.9s ease-in-out;
}
.mobile-de-ad .opener.active + .entry-content {
  max-height: 2000px;
}
.mobile-de-ad .price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #DA1B42;
  margin: 28px 0 33px;
}
.all-ads .advanced-values,
.all-ads .advanced-values tr,
.all-ads .advanced-values td {
  padding: 0;
  border: none;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0);
}
.all-ads .advanced-values td + td {
  padding-left: 20px;
}
.mobile-de-wrapper .pagenav {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 60px;
}
.mobile-de-wrapper .pagenav a {
  color: #4A4A4A;
  font-weight: 400;
  margin: 0 5px;
}
.mobile-de-wrapper .pagenav .active a {
  color: #053176;
}
/**
 * Posts & archives
 */
body.blog article,
body.archive article {
  float: left;
  margin-left: 20px;
  margin-bottom: 30px;
  width: calc( ( 100% - 20px ) / 2 );
}
body.blog article:nth-child(2n+1),
body.archive article:nth-child(2n+1),
body.blog article:first-child,
body.archive article:first-child {
  margin-left: 0;
  clear: both;
}
body.blog article .more-link,
body.archive article .more-link {
  display: block;
}
body.search article {
  width: 100%;
  clear: both;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(5, 49, 118, 0.1);
}
body.search article .more-link {
  display: block;
}
/**
 * Footer
 */
.site-footer {
  padding: 25px 0 25px;
  background-color: #4A4A4A;
}
#colophon .footerbar li::before {
  content: none;
}
#colophon .footerbar .widget,
#colophon .footerbar .widget-title,
#colophon .footerbar ul,
#colophon .footerbar li,
#colophon .footerbar a {
  font-size: 16px;
  color: #ffffff;
}
#colophon .footerbar .widget-title {
  font-size: 20px;
  font-weight: 500;
}
#colophon .footerbar .widget {
  line-height: 1.8em;
}
#colophon .footerbar .widget.contact {
  font-weight: 700;
}
#colophon .footerbar ul,
#colophon .footerbar li {
  margin: 0;
  padding: 0;
}
#colophon .footerbar a,
#colophon .footerbar li a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#colophon .footerbar a:hover,
#colophon .footerbar li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
/*---form---*/
/*--- kontakt ---*/
.wpcf7-form::after {
  display: block;
  content: "";
  clear: both;
}
span.wpcf7-form-control-wrap {
  float: left;
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  border: none;
}
span.wpcf7-form-control-wrap input {
  height: 40px;
  border: none;
  font-size: 16px;
  font-family: 'Ubuntu';
  background: #F0F0F0;
}
span.wpcf7-form-control-wrap:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
span.wpcf7-form-control-wrap.your-message {
  width: 100%;
  margin: 0 0 20px;
  clear: both;
}
span.wpcf7-form-control-wrap.your-message textarea {
  height: 270px;
  border: none;
  resize: none;
  display: block;
  font-family: 'Ubuntu';
  background: #F0F0F0;
  padding-top: 5px;
}
span.wpcf7-form-control-wrap.acceptance {
  width: 100%;
  cursor: pointer;
  clear: both;
}
span.wpcf7-form-control-wrap.acceptance label {
  cursor: pointer;
}
span.wpcf7-form-control-wrap.checkboxwrap,
span.wpcf7-form-control.wpcf7-checkbox {
  clear: both;
  float: none;
  width: 100%;
  display: block;
  margin-left: 0px;
}
span.wpcf7-checkbox .wpcf7-list-item {
  float: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  margin-left: 20px;
  width: calc((100% - 20px) / 2);
}
span.wpcf7-checkbox .wpcf7-list-item:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
span.wpcf7-checkbox .wpcf7-list-item input {
  margin-right: 20px;
}
.captcha-wrap {
  clear: both;
  float: left;
  width: calc((100% - 20px) / 2);
  margin-left: 0;
  margin-bottom: 10px;
}
.captcha-wrap span.wpcf7-form-control-wrap {
  width: 60%;
  margin: 0;
}
.captcha-wrap .captcha-img-wrap {
  float: right;
  margin: 8px 15px 0 0;
}
.captcha-wrap .wpcf7-captchac {
  float: left;
  padding: 6px 0 6px 3px;
  background-color: #F0F0F0;
}
.captcha-wrap .wpcf7-captchac + span {
  width: calc( 100% - 84px );
  clear: right;
}
#page .wpcf7-form input[type="submit"],
#page .wpcf7-form input[type="submit"]:disabled:hover {
  width: calc((100% - 20px) / 2);
  float: left;
  height: 40px;
  font-family: 'Ubuntu';
  background: #053176;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
#page .wpcf7-form input[type="submit"]:hover {
  background: #F0F0F0;
  color: #4A4A4A;
}
#page .wpcf7-form input[type="submit"]:disabled,
#page .wpcf7-form input[type="submit"]:disabled:hover {
  cursor: not-allowed;
  opacity: 0.5;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: none;
  clear: both;
  background: #DA1B42;
  margin: 0;
  color: #fff;
}
span.wpcf7-form-control-wrap input.wpcf7-not-valid,
span.wpcf7-form-control-wrap select.wpcf7-not-valid,
span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  background: #DA1B42;
  color: #fff;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-form-control.wpcf7-submit {
  float: left;
  width: 280px;
  margin-left: 20px;
  height: 50px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.wpcf7-form-control-wrap.acceptance-915 {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  margin-left: 0;
}
#page .wpcf7 .wpcf7-checkbox .wpcf7-list-item input + span::before,
#page .wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span::before {
  width: 25px;
  height: 25px;
  border-radius: 0;
  padding-top: 2px;
  background: #F0F0F0;
  color: #053176;
  top: 3px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span {
  padding-left: 36px;
  margin-right: 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input + span {
  padding-left: 35px;
}
span.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
span.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  top: 0px;
  left: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
span.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: '✓';
  z-index: 20;
  opacity: 0;
  top: 3px;
  left: 0;
  text-align: center;
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #053176;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
span.wpcf7-checkbox .wpcf7-list-item-label::after {
  top: -3px;
}
.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
  background-color: #053176;
  color: #ffffff;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:checked + span:before,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input:checked + span:before {
  content: "";
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover::after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:hover + .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance input:hover + .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#page .wpcf7-form select::-ms-expand {
  display: none !important;
}
#page .wpcf7-form select {
  border: none;
  width: 100%;
  height: 40px;
  padding: 0;
  float: none;
  display: block;
  border-radius: 0;
  background-color: #F0F0F0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 16px;
  color: #4A4A4A;
  padding: 10px;
  font-family: 'Ubuntu';
}
#page .wpcf7-form input[type="checkbox"] {
  z-index: 100;
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
}
body #page .wpcf7 select .option-to-style {
  font-family: 'Ubuntu';
  color: #4A4A4A;
  font-size: 16px;
}
body #page select:disabled {
  opacity: 0.5;
}
/*ende form*/
/*--------------------------------------------------------------
# Custom defaults
--------------------------------------------------------------*/
.wpcf7-form input ::-webkit-input-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input :-moz-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input ::-moz-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input :-ms-input-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input ::-ms-input-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input .capwrap input ::-webkit-input-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input .capwrap input :-moz-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input .capwrap input ::-moz-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input .capwrap input :-ms-input-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.wpcf7-form input .capwrap input ::-ms-input-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.inc-style-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.inc-style-seach-placeholder {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Ubuntu';
  opacity: 1;
}
.overlay {
  display: block;
  position: relative;
}
.overlay img {
  display: block;
}
.overlay::before {
  padding: 0;
  width: auto;
  height: auto;
  z-index: 10;
  color: white;
  display: block;
  font-size: 22px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  text-align: center;
  position: absolute;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlay::after {
  content: "";
  margin: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(5, 49, 118, 0.6);
}
.overlay::before,
.overlay::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}
.overlay:hover::before,
.overlay:hover::after {
  opacity: 1;
  visibility: visible;
}
iframe {
  width: 100%;
  border: none;
}
/**
 * clearings and classes for extends
 */
.clearing::after,
.partners::after,
.main-navigation::after,
#primary-menu::after,
.mobile-de-slider::after,
.col-services .services::after,
.all-ads::after,
.footerbar::after,
span.wpcf7-form-control-wrap.checkboxwrap::after,
span.wpcf7-form-control.wpcf7-checkbox::after {
  content: "";
  display: block;
  clear: both;
}
.break-out,
.wp-block-impuls-additional-blocks-section.alignfull {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
@media (max-width: 1240px) {
  .break-out,
  .wp-block-impuls-additional-blocks-section.alignfull {
    width: 100%;
    min-width: 1240px;
    position: relative;
    margin-left: 0;
    left: 0;
  }
  body,
  html {
    overflow-x: visible;
  }
  .wp-block-impuls-additional-blocks-section.alignfull {
    min-width: calc( 1240px - 2 * 20px);
  }
  .wp-block-impuls-additional-blocks-section.alignfull .InnerContent {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/**
 * comment out after completion

body .bluebar-outer{
	display: none;
}
 */
.wp-block-media-text + .wp-block-button {
  padding: 0 30px;
}
.wp-block-button__link {
  transition: 0.3s linear;
}
.wp-block-button__link:hover {
  opacity: 0.8;
}
.advanced-values,
.advanced-values + a {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}
.mobile-de-ad .opener.active + .entry-content .advanced-values,
.mobile-de-ad .opener.active + .entry-content .advanced-values + a {
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
}
@media only screen and (max-width: 1240px) {
  .slick-nav {
    display: none;
  }
}
.wp-block-impuls-additional-blocks-section.alignfull .InnerContent {
  min-width: 0;
  padding: 20px;
}
.mobile-de-slider .slick-slide {
  margin-left: 7.5px;
  margin-right: 7.5px;
}