/*!
Theme Name: Asbest-bodensanierung
Theme URI: http://underscores.me/
Author: Iryna Morozova
Author URI: https://github.com/irina-github-web
Description: Asbest-bodensanierung theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asbest-bodensanierung
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Gummibarchenzauber is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: Nunito;
  src: url("../fonts/Nunito-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  src: url("../fonts/Nunito-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  src: url("../fonts/Nunito-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

.site-header .header-info ul, .uber-uns .text-right ul,
.wir-bieten .text-right ul,
.process .text-right ul,
.seo-texte .text-right ul,
.footer .text-right ul,
.copyright .text-right ul, .uber-uns .text-right ul li,
.wir-bieten .text-right ul li,
.process .text-right ul li,
.seo-texte .text-right ul li,
.footer .text-right ul li,
.copyright .text-right ul li, .rewards .rewards-top, .rewards .rewards-top .rewards-list ul, .rewards .rewards-top .rewards-list ul li, .rewards .rewards-bottom, .referenzen .slider-nav, .process .process-list .process-item, .contact .contact-info .info-cols, .copyright .copy,
.copyright .copy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .red-btn, .container .cta::after, .site-header .header-info a, .site-header .mob-menu-btn span, .kreise .kreise-list .kreise-item a, .kreise .kreise-list .circle a:hover .cta-overlay, .all-text,
.uber-about-text,
.unser-team-text, .more-text {
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.site-header .header-info ul, .site-header .header-info .main-menu-container .sub-menu, .uber-uns .text-right ul,
.wir-bieten .text-right ul,
.process .text-right ul,
.seo-texte .text-right ul,
.footer .text-right ul,
.copyright .text-right ul, .rewards .rewards-top .rewards-list ul, .referenzen .referenzen-slider .swiper-slide ul, .process .process-list, .footer .navigation-content ul,
.footer .contacts-content ul, .copyright .copy,
.copyright .copy-links, .ihre .ihre-list, .maps .details .conts-list, .partner .partner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0D212C;
  font-family: Nunito;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #0D212C;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0D212C;
}

a:visited {
  color: #0D212C;
}

a:hover, a:focus, a:active {
  color: #DF0024;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #DF0024;
  border-radius: 3px;
  background: #DF0024;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #DF0024;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #DF0024;
}

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: #C4C4C4;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  padding: 3px;
  background-color: #EEEEEE;
  padding: 20px 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #EEEEEE;
}

textarea {
  width: 100%;
}

input,
textarea {
  width: 100%;
  padding: 20px 16px;
  font-size: 17px;
}

input:focus,
textarea:focus {
  border: 1px solid #223B44;
  outline: none;
}

input[type="submit"] {
  width: auto;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 19px 50px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 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;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
  }
}

html.no-scroll {
  overflow-y: hidden;
}

h2 {
  font-size: 57px;
  font-weight: normal;
}

@media (max-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 300;
}

p {
  font-size: 17px;
  line-height: 25px;
  color: #223B44;
}

a[area-current="page"] {
  color: #DF0024;
}

.more-text.hide {
  display: initial;
}

@media (max-width: 992px) {
  .more-text.hide {
    display: none;
  }
}

a[data-show="more"] {
  display: none;
}

@media (max-width: 992px) {
  a[data-show="more"] {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #DF0024;
    text-decoration: none;
    position: relative;
    padding-right: 13px;
    background: url(../img/arr-red-down.svg) no-repeat;
    background-position-x: right;
    background-position-y: center;
  }
}

.entry-title {
  font-size: 70px;
  font-weight: 300;
  border-bottom: 3px solid;
  line-height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

.container .red-btn {
  display: inline-block;
  background-color: #DF0024;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 50px;
  border: 1px solid #DF0024;
}

.container .red-btn:hover {
  background-color: #fff;
  color: #223B44;
}

.container .cta {
  color: #DF0024;
  position: relative;
  padding-right: 40px;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}

.container .cta::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  background: url(../img/arr-r.svg) no-repeat;
  width: 30px;
  height: 27px;
}

.container .cta:hover::after {
  right: -4px;
}

.text {
  font-size: 20px;
  line-height: 30px;
  color: #223B44;
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 50px;
}

@media (max-width: 992px) {
  .site-header .container {
    padding-top: 30px;
  }
}

@media (max-width: 992px) {
  .site-header .site-branding {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.site-header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .site-header .header-info {
    display: none;
    position: absolute;
    background: #fff;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: 0;
  }
}

@media (max-width: 992px) {
  .site-header .header-info.active {
    display: block;
  }
}

.site-header .header-info a {
  text-decoration: none;
}

.site-header .header-info ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding-top: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .header-info ul.sub-menu::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #eeeeee;
  left: 46px;
  top: 17px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .header-info ul.sub-menu li {
  background-color: #eee;
  padding: 16px 30px;
  margin: 0;
}

.site-header .header-info ul.sub-menu li:first-child {
  padding-top: 40px;
}

.site-header .header-info ul.sub-menu li:last-child {
  padding-bottom: 40px;
}

.site-header .header-info ul.sub-menu li a {
  font-size: 17px;
}

.site-header .header-info ul li {
  margin-left: 40px;
  position: relative;
}

.site-header .header-info ul li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  z-index: 99;
}

.site-header .header-info .header-phone {
  font-size: 22px;
  font-weight: 600;
  margin-left: 133px;
  margin-right: 27px;
  padding-right: 25px;
  position: relative;
}

.site-header .header-info .header-phone::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background: #eeeeee;
}

@media (max-width: 992px) {
  .site-header .header-info .header-phone::after {
    content: none;
  }
}

.site-header .header-info .main-menu-container {
  position: relative;
}

.site-header .header-info .main-menu-container .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: -45px;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 60px;
  z-index: 99;
  background: #eee;
  padding: 45px 30px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.site-header .header-info .main-menu-container .sub-menu li {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 20px;
}

.site-header .header-info .main-menu-container .sub-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .site-header .header-info .main-menu-container .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .site-header .header-info .main-menu-container .sub-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.site-header .header-info .main-menu-container .sub-menu ul li {
  position: relative;
  cursor: pointer;
}

@media (max-width: 992px) {
  .site-header .header-info .main-menu-container .sub-menu ul li {
    margin-bottom: 15px;
  }
}

.site-header .header-info .main-navigation .desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .site-header .header-info .main-navigation .desktop-menu {
    display: none;
  }
}

.site-header .header-info .main-navigation .mobile-menu {
  display: none;
}

@media (max-width: 992px) {
  .site-header .header-info .main-navigation .mobile-menu {
    display: block;
    margin-top: 45px;
    margin-bottom: 90px;
  }
}

.site-header .header-info .main-navigation .mobile-menu li {
  color: #0d212c;
  margin-bottom: 15px;
  font-size: 17px;
}

@media (max-width: 992px) {
  .site-header .header-info .header-phone {
    position: absolute;
    margin-left: 30px;
    bottom: 88px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .site-header .header-info .header-cta {
    position: absolute;
    left: 30px;
    bottom: 40px;
  }
}

.site-header .mob-menu-btn {
  display: none;
  position: absolute;
  width: 30px;
  height: 27px;
  top: 30px;
  left: 30px;
}

@media (max-width: 992px) {
  .site-header .mob-menu-btn {
    display: block;
  }
}

.site-header .mob-menu-btn span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #0D212C;
}

.site-header .mob-menu-btn span:nth-child(2) {
  top: 45%;
}

.site-header .mob-menu-btn span:last-of-type {
  bottom: 0;
}

.site-header .mob-menu-btn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

.site-header .mob-menu-btn.active span:nth-child(2) {
  display: none;
}

.site-header .mob-menu-btn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
}

.welcome {
  position: relative;
  padding-bottom: 175px;
}

.welcome .container {
  position: relative;
}

@media (max-width: 768px) {
  .welcome .container {
    padding: 0;
  }
}

.welcome .main-title {
  z-index: 10;
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .welcome .main-title {
    width: 100%;
    padding: 0 30px;
  }
}

.welcome .main-title h1 {
  margin-top: 145px;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .welcome .main-title h1 {
    font-size: 43px;
    margin-top: 60px;
  }
}

.welcome .main-title h1 span {
  border-bottom: 3px solid;
  display: inline-block;
  line-height: 0.85;
}

@media (max-width: 992px) {
  .welcome .main-title h1 span {
    text-decoration: underline;
    border-bottom: none;
  }
}

.welcome .main-title h1 span br {
  display: none;
}

@media (max-width: 576px) {
  .welcome .main-title h1 span br {
    display: block;
  }
}

.welcome .main-title .subtitle {
  max-width: 460px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 65px;
  font-weight: 400;
  color: #223B44;
}

.welcome .swiper-container {
  max-width: 584px;
  width: 50%;
  height: 584px;
  position: absolute;
  right: 0;
  top: -120px;
}

@media (max-width: 992px) {
  .welcome .swiper-container {
    top: -62px;
  }
}

@media (max-width: 768px) {
  .welcome .swiper-container {
    width: 100%;
    height: 350px;
    position: relative;
    right: 0;
    left: 0;
    top: -26px;
  }
}

.welcome .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome .swiper-container .swiper-pagination {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}

.welcome .swiper-container .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
}

.welcome .swiper-container .swiper-pagination-bullet :focus {
  outline: none;
}

.welcome .swiper-container .swiper-pagination-bullet-active {
  background-color: #DF0024;
}

@media (max-width: 768px) {
  .welcome {
    padding-bottom: 0;
  }
}

.welcome .welcome-img {
  max-width: 670px;
  width: 56%;
  height: 583px;
  position: absolute;
  right: 0;
  top: -120px;
}

@media (max-width: 992px) {
  .welcome .welcome-img {
    top: -62px;
  }
}

@media (max-width: 768px) {
  .welcome .welcome-img {
    width: 100%;
    height: 350px;
    position: relative;
    right: 0;
    left: 0;
    top: -26px;
  }
}

.uber-uns .container,
.wir-bieten .container,
.process .container,
.seo-texte .container,
.footer .container,
.copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}

.uber-uns .container::before,
.wir-bieten .container::before,
.process .container::before,
.seo-texte .container::before,
.footer .container::before,
.copyright .container::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  left: 15px;
  width: 100%;
  height: 4px;
  background: #EEEEEE;
  z-index: -1;
}

@media (max-width: 768px) {
  .uber-uns .container::before,
  .wir-bieten .container::before,
  .process .container::before,
  .seo-texte .container::before,
  .footer .container::before,
  .copyright .container::before {
    right: 30px;
    left: 30px;
    width: 84%;
  }
}

@media (max-width: 1024px) {
  .uber-uns .container,
  .wir-bieten .container,
  .process .container,
  .seo-texte .container,
  .footer .container,
  .copyright .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.uber-uns .photo-left img,
.wir-bieten .photo-left img,
.process .photo-left img,
.seo-texte .photo-left img,
.footer .photo-left img,
.copyright .photo-left img {
  max-width: 590px;
  margin: 0 50px 0 0;
}

@media (max-width: 992px) {
  .uber-uns .photo-left img,
  .wir-bieten .photo-left img,
  .process .photo-left img,
  .seo-texte .photo-left img,
  .footer .photo-left img,
  .copyright .photo-left img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .uber-uns .photo-left,
  .wir-bieten .photo-left,
  .process .photo-left,
  .seo-texte .photo-left,
  .footer .photo-left,
  .copyright .photo-left {
    margin: 40px auto 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 768px) {
  .uber-uns .text-right h2,
  .wir-bieten .text-right h2,
  .process .text-right h2,
  .seo-texte .text-right h2,
  .footer .text-right h2,
  .copyright .text-right h2 {
    margin-top: 75px;
  }
}

.uber-uns .text-right p,
.wir-bieten .text-right p,
.process .text-right p,
.seo-texte .text-right p,
.footer .text-right p,
.copyright .text-right p {
  font-size: 20px;
  line-height: 30px;
  color: #223B44;
}

.uber-uns .text-right ul,
.wir-bieten .text-right ul,
.process .text-right ul,
.seo-texte .text-right ul,
.footer .text-right ul,
.copyright .text-right ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .uber-uns .text-right ul,
  .wir-bieten .text-right ul,
  .process .text-right ul,
  .seo-texte .text-right ul,
  .footer .text-right ul,
  .copyright .text-right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.uber-uns .text-right ul li,
.wir-bieten .text-right ul li,
.process .text-right ul li,
.seo-texte .text-right ul li,
.footer .text-right ul li,
.copyright .text-right ul li {
  margin-top: 20px;
  margin-right: 35px;
  font-size: 20px;
}

@media (max-width: 992px) {
  .uber-uns .text-right ul li,
  .wir-bieten .text-right ul li,
  .process .text-right ul li,
  .seo-texte .text-right ul li,
  .footer .text-right ul li,
  .copyright .text-right ul li {
    margin-top: 28px;
  }
}

.uber-uns .text-right ul li img,
.wir-bieten .text-right ul li img,
.process .text-right ul li img,
.seo-texte .text-right ul li img,
.footer .text-right ul li img,
.copyright .text-right ul li img {
  margin-right: 10px;
}

.uber-uns {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .uber-uns .container::before {
    content: none;
  }
}

@media (max-width: 768px) {
  .uber-uns .container h2 {
    margin-top: 50px;
  }
}

.kreise {
  margin-bottom: 30px;
}

.kreise h2 {
  text-align: center;
}

.kreise .kreise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .kreise .kreise-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .kreise .kreise-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kreise .kreise-list .kreise-item {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-right: 30px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .kreise .kreise-list .kreise-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.kreise .kreise-list .kreise-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .kreise .kreise-list .kreise-item:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .kreise .kreise-list .kreise-item {
    max-width: 330px;
  }
}

.kreise .kreise-list .circle h3 {
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: 400;
  line-height: 35px;
  text-decoration: underline;
}

.kreise .kreise-list .circle a {
  display: block;
  text-decoration: none;
}

.kreise .kreise-list .circle a .cta-image {
  position: relative;
}

.kreise .kreise-list .circle a .cta-image img {
  display: block;
  border-radius: 50%;
}

.kreise .kreise-list .circle a .cta-image .cta-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 250px;
  height: 250px;
  background: #05212c;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
  font-weight: 500;
}

.kreise .kreise-list .circle a:hover .cta-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.8;
}

.kreise .kreise-list .circle a:hover h3::after {
  background-color: #DF0024;
}

.kreise .kreise-list .circle-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #223B44;
}

.wir-bieten .text-right ul {
  margin-bottom: 45px;
}

.wir-bieten .text-right ul li {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #223B44;
  margin-top: 0;
  margin-bottom: 15px;
}

.wir-bieten .text-right ul li::before {
  content: "";
  position: absolute;
  top: 17%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #67B916;
  border-radius: 50%;
}

.wir-bieten .red-btn {
  max-width: 193px;
}

.notice {
  padding: 70px 145px;
  background-color: #eeeeee;
  margin-bottom: 100px;
  text-align: center;
  font-size: 29px;
  font-weight: normal;
}

@media (max-width: 992px) {
  .notice {
    padding: 29px 50px;
  }
}

@media (max-width: 768px) {
  .notice {
    font-size: 27px;
    padding: 50px 0;
    margin-bottom: 45px;
  }
}

.notice .container {
  max-width: 890px;
}

.notice .notice-text {
  margin-bottom: 20px;
}

.notice .notice-cta::after {
  top: 8px;
}

.rewards {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .rewards {
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .rewards .rewards-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rewards .rewards-top .rewards-list {
  color: #67B916;
  font-size: 20px;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

@media (max-width: 992px) {
  .rewards .rewards-top .rewards-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.rewards .rewards-top .rewards-list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0D212C;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .rewards .rewards-top .rewards-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 42px;
  }
}

.rewards .rewards-top .rewards-list ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-size: 17px;
  margin-top: 20px;
}

.rewards .rewards-top .rewards-list ul li img {
  margin-right: 14px;
}

.rewards .rewards-bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rewards .rewards-bottom img {
  max-width: 370px;
  display: block;
}

@media (max-width: 1024px) {
  .rewards .rewards-bottom img {
    max-width: 310px;
  }
}

@media (max-width: 992px) {
  .rewards .rewards-bottom img {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.referenzen {
  margin-bottom: 100px;
  position: relative;
}

.referenzen h2 {
  text-align: center;
}

.referenzen .referenzen-slider {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

@media (max-width: 768px) {
  .referenzen .referenzen-slider {
    padding: 0 30px;
  }
}

.referenzen .referenzen-slider .swiper-slide {
  width: 230px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eee;
}

.referenzen .referenzen-slider .swiper-slide img {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-top: 50px;
  padding-left: 25px;
}

.referenzen .referenzen-slider .swiper-slide h3 {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  line-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 25px;
  border-bottom: 2px solid;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .referenzen .referenzen-slider .swiper-slide h3 {
    font-size: 27px;
  }
}

.referenzen .referenzen-slider .swiper-slide ul {
  text-align: left;
  max-width: 200px;
  margin-left: 40px;
  margin-bottom: 50px;
}

.referenzen .referenzen-slider .swiper-slide ul li {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.referenzen .referenzen-slider .swiper-slide ul li::marker {
  color: #67B916;
}

.referenzen .slider-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 3%;
  right: 3%;
  top: 35%;
  z-index: 99;
}

@media (max-width: 1024px) {
  .referenzen .slider-nav {
    display: none;
  }
}

.referenzen .slider-nav .swiper-button-prev-green,
.referenzen .slider-nav .swiper-button-next-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #67B916;
  border-radius: 50%;
  cursor: pointer;
}

.referenzen .slider-nav .swiper-button-prev-green img,
.referenzen .slider-nav .swiper-button-next-green img {
  display: block;
  margin: auto;
  margin-left: 14px;
}

.referenzen .slider-nav .swiper-button-prev-green:hover,
.referenzen .slider-nav .swiper-button-next-green:hover {
  opacity: 0.8;
}

.referenzen .slider-nav .swiper-button-prev-green:focus,
.referenzen .slider-nav .swiper-button-next-green:focus {
  outline: none;
}

.referenzen .slider-nav .swiper-button-next-green img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 17px;
}

.referenzen .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: none;
}

@media (max-width: 1024px) {
  .referenzen .swiper-pagination {
    margin-top: 40px;
    display: block;
  }
}

@media (max-width: 992px) {
  .referenzen .swiper-pagination {
    margin-top: -130px;
  }
}

.referenzen .swiper-pagination .swiper-pagination-bullet {
  background-color: #67B916;
}

.referenzen .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.persons h2 {
  text-align: center;
}

.persons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.persons-list .persons-item {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 35px;
  margin-bottom: 45px;
}

.persons-list .persons-item:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 992px) {
  .persons-list .persons-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media (max-width: 576px) {
  .persons-list .persons-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.persons-list .persons-item .photo img {
  border-radius: 50%;
  display: block;
}

.persons-list .persons-item .name {
  font-size: 30px;
  line-height: 34px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.persons-list .persons-item .prof,
.persons-list .persons-item .about {
  font-size: 17px;
  line-height: 25px;
  color: #223B44;
}

.persons-list .persons-item .about {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .persons-list .more-item {
    display: none;
  }
}

#load-more-persons {
  display: none;
}

@media (max-width: 992px) {
  #load-more-persons {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #DF0024;
    font-weight: 600;
    text-decoration: none;
    padding-right: 13px;
    background: url(../img/arr-red-down.svg) no-repeat;
    background-position-x: right;
    background-position-y: center;
    margin-bottom: 25px;
  }
}

.process {
  padding-top: 100px;
}

.process .container {
  padding-top: 100px;
}

@media (max-width: 992px) {
  .process .container {
    margin-bottom: 50px;
  }
}

.process h2 {
  margin: 0;
  margin-right: 160px;
}

@media (max-width: 992px) {
  .process h2 {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.process .process-list {
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}

@media (max-width: 992px) {
  .process .process-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.process .process-list .process-item {
  margin-bottom: 30px;
}

.process .process-list .process-item .process-number {
  font-size: 57px;
  font-weight: 400;
  color: #223B44;
  margin-right: 60px;
  border-bottom: 2px solid;
  line-height: 50px;
}

@media (max-width: 992px) {
  .process .process-list .process-item .process-number {
    font-size: 43px;
    margin-right: 26px;
    line-height: 37px;
  }
}

.process .process-list .process-item .process-about .process-title {
  font-size: 30px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 13px;
}

@media (max-width: 992px) {
  .process .process-list .process-item .process-about .process-title {
    font-size: 27px;
  }
}

.process .process-list .process-item .process-about .process-text {
  font-size: 17px;
  line-height: 25px;
  color: #74848a;
}

.questions .container {
  background-color: #eeeeee;
  padding: 100px;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .questions .container {
    padding: 100px 40px;
  }
}

.questions h2 {
  text-align: center;
  margin: 0;
}

.acc-list .acc-item-heading {
  font-size: 30px;
  text-decoration: underline;
  margin-top: 45px;
  cursor: pointer;
  position: relative;
}

.acc-list .acc-item-content {
  font-size: 17px;
  color: #223B44;
  line-height: 25px;
}

.acc-list .close .acc-item-heading::after {
  content: "+";
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #67B916;
  font-size: 40px;
}

.acc-list .close .acc-item-content {
  height: 0px;
  -webkit-transition: height 1s ease-out;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}

.acc-list .open .acc-item-heading::after {
  content: "-";
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #DF0024;
  font-size: 55px;
}

.acc-list .open .acc-item-content {
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.unser-team .unser-team-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.unser-team .unser-team-top h2 {
  margin-top: 0;
}

.unser-team .unser-team-top .text {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
}

@media (max-width: 992px) {
  .unser-team .unser-team-top .text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
  }
}

.unser-team .persons-item .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid;
  line-height: 28px;
}

.contact {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .contact {
    padding-top: 50px;
    position: relative;
    margin-bottom: 20px;
  }
  .contact::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 30px;
    left: 30px;
    width: 84%;
    height: 4px;
    background: #EEEEEE;
    z-index: -1;
  }
}

.contact .contact-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact h2 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .contact h2 {
    margin-bottom: 40px;
  }
}

.contact .contact-info {
  margin-right: 30px;
}

@media (max-width: 992px) {
  .contact .contact-info {
    margin-right: 0;
  }
}

.contact .contact-info .info-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  border-bottom: 2px solid;
  line-height: 28px;
  margin-bottom: 25px;
}

.contact .contact-info .info-cols {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .contact .contact-info .info-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact .contact-info .info-cols .phone,
.contact .contact-info .info-cols .address,
.contact .contact-info .info-cols .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 50px;
  color: #223B44;
  line-height: 25px;
}

@media (max-width: 992px) {
  .contact .contact-info .info-cols .phone,
  .contact .contact-info .info-cols .address,
  .contact .contact-info .info-cols .email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.contact .contact-info .info-cols .phone span,
.contact .contact-info .info-cols .address span,
.contact .contact-info .info-cols .email span {
  font-size: 20px;
  color: #67B916;
  margin-bottom: 10px;
  line-height: 30px;
}

.contact .contact-info .info-cols .phone a,
.contact .contact-info .info-cols .address a,
.contact .contact-info .info-cols .email a {
  text-decoration: none;
}

@media (max-width: 576px) {
  .contact .contact-info .info-image {
    margin-top: -25px;
    margin-bottom: 40px;
    width: 315px;
    height: 315px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.contact-form {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media (max-width: 1024px) {
  .contact-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .contact-form {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .contact-form {
    margin-top: 0;
  }
}

.contact-form .form-title {
  font-size: 30px;
  color: #DF0024;
  border-bottom: 2px solid;
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
}

@media (max-width: 992px) {
  .contact-form .form-title {
    font-size: 27px;
  }
}

.contact-form .form-content input,
.contact-form .form-content textarea {
  width: 100%;
  padding: 20px 16px;
  margin-bottom: 17px;
  font-size: 17px;
}

.contact-form .form-content input:focus,
.contact-form .form-content textarea:focus {
  border: 1px solid #223B44;
  outline: none;
}

.contact-form .form-content input[type="submit"] {
  cursor: pointer;
  border-radius: 0;
}

.contact-form p {
  margin: 0;
}

.seo-texte {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .seo-texte .container {
    margin-bottom: 35px;
  }
  .seo-texte .container::before {
    content: none;
  }
}

.seo-texte h3 {
  font-size: 50px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .seo-texte .seo-texte-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.seo-texte .seo-texte-about {
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
}

@media (max-width: 1024px) {
  .seo-texte .seo-texte-about {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.footer {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.footer .container {
  padding: 65px 15px 54px 15px;
}

@media (max-width: 1024px) {
  .footer .container {
    padding: 65px 20px 54px 20px;
  }
}

@media (max-width: 992px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 75px;
    padding: 75px 30px 54px 30px;
    margin-bottom: 0;
  }
}

.footer .logo {
  max-width: 150px;
}

@media (max-width: 992px) {
  .footer .logo {
    margin-bottom: 37px;
  }
}

.footer .navigation {
  margin-right: -75px;
}

@media (max-width: 992px) {
  .footer .navigation {
    margin-bottom: 25px;
  }
}

.footer .navigation-heading,
.footer .contacts-heading {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0D212C;
}

@media (max-width: 992px) {
  .footer .navigation-heading,
  .footer .contacts-heading {
    padding-right: 28px;
    background: url(../img/arr-red-down.svg) no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 17px;
  }
}

.footer .navigation-heading.active,
.footer .contacts-heading.active {
  color: #DF0024;
}

.footer .navigation-content,
.footer .contacts-content {
  font-size: 17px;
  line-height: 20px;
}

.footer .navigation-content li,
.footer .navigation-content .contacts-item,
.footer .contacts-content li,
.footer .contacts-content .contacts-item {
  margin-bottom: 15px;
}

.footer .navigation-content a,
.footer .contacts-content a {
  text-decoration: none;
}

.footer .contacts {
  color: #223B44;
  line-height: 25px;
  font-weight: 300;
}

.footer .contacts a {
  font-weight: 500;
}

.copyright .container {
  padding: 30px 0 13px 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .copyright .container {
    padding: 65px 20px 54px 20px;
  }
}

@media (max-width: 992px) {
  .copyright .container {
    padding-top: 25px;
    padding: 25px 30px 13px 30px;
    margin-bottom: 5px;
  }
}

.copyright .copy,
.copyright .copy-links {
  font-size: 16px;
  color: #223B44;
}

.copyright .copy li,
.copyright .copy-links li {
  margin-left: 50px;
}

@media (max-width: 992px) {
  .copyright .copy li,
  .copyright .copy-links li {
    margin-left: 22px;
    margin-top: 10px;
  }
  .copyright .copy li:first-child,
  .copyright .copy-links li:first-child {
    margin-left: 0;
  }
}

.copyright .copy li a,
.copyright .copy-links li a {
  text-decoration: none;
}

@media (max-width: 992px) {
  .all-text,
  .uber-about-text,
  .unser-team-text {
    overflow: hidden;
  }
}

.all-text + [data-readmore-toggle],
.uber-about-text + [data-readmore-toggle],
.unser-team-text + [data-readmore-toggle] {
  display: none;
  width: 100%;
}

@media (max-width: 992px) {
  .all-text + [data-readmore-toggle],
  .uber-about-text + [data-readmore-toggle],
  .unser-team-text + [data-readmore-toggle] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #DF0024;
    font-weight: 600;
    text-decoration: none;
    padding-right: 13px;
    background: url(../img/arr-red-down.svg) no-repeat;
    background-position-x: right;
    background-position-y: center;
    margin-bottom: 25px;
  }
}

.contact-form-modal {
  background-color: #fff;
  max-width: 690px;
  margin: auto;
  padding: 60px;
}

@media (max-width: 992px) {
  .contact-form-modal {
    padding: 50px 20px;
  }
}

.contact-form-modal .mfp-close {
  display: none;
}

.contact-form-modal h2 {
  margin-top: 0;
  text-align: center;
}

.contact-form-modal .contact-names,
.contact-form-modal .contact-addit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .contact-form-modal .contact-names,
  .contact-form-modal .contact-addit {
    display: block;
  }
}

.contact-form-modal input {
  width: 278px;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .contact-form-modal input {
    width: 100%;
  }
}

.contact-form-modal textarea {
  margin-top: 15px;
}

.contact-form-modal input[type="submit"] {
  width: auto;
  margin-top: 15px;
}

.contact-form-modal .bottom-text {
  font-size: 14px;
  line-height: 16px;
  color: #738288;
  margin-top: 26px;
}

@media (max-width: 992px) {
  .mfp-container {
    top: 100px;
    bottom: 100px;
  }
}

.video-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-block .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 15px;
  right: 15px;
  width: 100%;
  height: 4px;
  background: #eeeeee;
  z-index: -1;
}

@media (max-width: 992px) {
  .video-block .container::after {
    content: none;
  }
}

.video-block .block-video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 992px) {
  .video-block .block-video {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.video-block .block-text {
  max-width: 380px;
  margin-bottom: 30px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  right: 0;
}

@media (max-width: 992px) {
  .video-block .block-text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.video-block .block-text p {
  line-height: 30px;
}

.ihre {
  padding: 100px 0;
}

.ihre .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ihre h2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.ihre .ihre-list {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 992px) {
  .ihre .ihre-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.ihre .ihre-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 34px;
  color: #223B44;
}

.ihre .ihre-list li svg,
.ihre .ihre-list li img {
  margin-right: 30px;
}

.more-text {
  overflow: hidden;
}

.more-text + [data-readmore-toggle] {
  display: block;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #223B44;
  font-weight: 400;
  text-decoration: underline;
  padding-right: 13px;
  background: url(../img/arr-black-down.svg) no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 17px;
  margin-bottom: 25px;
}

.maps {
  margin-top: 36px;
  margin-bottom: 100px;
}

.maps .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .maps .map-frame {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.maps .details {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

@media (max-width: 992px) {
  .maps .details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.maps .details h2 {
  border-bottom: 3px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}

.maps .details .conts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .maps .details .conts-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.maps .details .conts-list li span {
  color: #223B44;
  font-size: 17px;
  margin-right: 42px;
  width: 68px;
}

.maps .details .conts-list li a {
  text-decoration: none;
}

.wir-bieten.unsere .container::before {
  width: 95%;
}

.wir-bieten.unsere .photo-left img {
  margin: 0;
}

.wir-bieten.unsere .about-text {
  margin-right: 50px;
}

.partner .container {
  position: relative;
  padding-bottom: 100px;
}

.partner .container::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eeeeee;
  z-index: -1;
}

.partner .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner .partner-list li .partner-text {
  max-width: 268px;
  color: #74848a;
  font-size: 17px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .partner .partner-list li .partner-text {
    margin-bottom: 30px;
    margin-left: 77px;
  }
}

.partner .partner-list li .partner-title {
  color: #223B44;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.partner .partner-list li img {
  max-width: 52px;
  display: block;
}

@media (max-width: 768px) {
  .partner .partner-list li img {
    float: left;
    margin-right: 25px;
    margin-top: 35px;
  }
}
/*# sourceMappingURL=style.css.map */