@charset "UTF-8";
/*
Theme Name: Bold
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@import './includes/css/featherlight.css';
@import './includes/css/featherlight.gallery.css';
@font-face {
  font-family: "Open Sans";
  src: url("./includes/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-Light.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-Thin.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Work Sans";
  src: url("./includes/fonts/Work_Sans/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* End google fonts */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1245px;
  width: 100%;
  height: inherit;
  display: block;
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html {
  padding: 30px;
}
@media (max-width: 600px) {
  html {
    padding: 10px;
  }
}

html, body {
  font-family: "Work Sans", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #838383;
}

body:before {
  content: "";
  display: inline-block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll:before {
  opacity: 1;
  visibility: visible;
}

#page {
  overflow: hidden;
}

.site-content-contain {
  margin-bottom: 30px;
}
.site-content-contain li a, .site-content-contain p a {
  color: #838383;
}

h1, .h1 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  color: #595959;
}

h2, .h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #595959;
  margin: 0 0 0.5em 0 !important;
}

.bld-position {
  margin-top: 15px;
}

.bld-btn {
  display: inline-block;
  border: 1px solid #2C5AAA;
  font-size: 14px;
  line-height: 100%;
  color: #2C5AAA;
  background: transparent;
  padding: 19px 36px;
  border-radius: 31px;
  transition: all 0.3s;
  opacity: 1 !important;
  text-decoration: none;
}
@media (max-width: 700px) {
  .bld-btn {
    padding: 15px 26px;
  }
}
.bld-btn:hover {
  background: #2C5AAA;
  color: #fff;
}

section {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 900px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.grey {
  background: #F9F9F9;
}
section.grey .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
section.no-pd {
  padding: 60px 0 !important;
}
section.half-grey {
  padding-top: 15px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, #F9F9F9 75vw, #fff 25vw);
}
@media (max-width: 767px) {
  section.half-grey {
    background: linear-gradient(90deg, #F9F9F9 100vw, #fff 25vw);
  }
}
section.half-grey .vc_column_container:first-of-type {
  padding-bottom: 44px;
}
section.half-grey .wpb_column:first-of-type .vc_column-inner {
  padding-left: 15px;
  padding-right: 22.5px;
}
section.half-grey .wpb_column:last-of-type .vc_column-inner {
  padding-right: 15px;
  padding-left: 22.5px;
}
@media (max-width: 767px) {
  section.half-grey .wpb_column:last-of-type .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.half-grey .wpb_text_column {
  width: 90%;
}
@media (max-width: 767px) {
  section.half-grey .wpb_text_column {
    width: 100%;
  }
}

.slick-slider {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.slick-slider img {
  width: 100%;
  height: auto;
}
.slick-slider .slick-dots {
  display: none !important;
}

@media (max-width: 800px) {
  .home iframe {
    height: 400px;
  }
}

.single-leistungsspektrum .vc_section:first-of-type {
  padding-top: 50px;
}

/**
  Contact Classes
 */
input, select, textarea {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #2C5AAA !important;
  padding: 10px;
  color: #393939;
  border-radius: 0;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #838383;
}

select option:first-of-type {
  color: #838383 !important;
}

.art:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/ellboeck/includes/images//arrow-contact.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 17px;
  right: 20px;
  top: 20%;
  transform: rotate(90deg);
}

textarea {
  resize: vertical !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  margin-left: 0 !important;
  font-size: 16px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  padding-left: 25px;
}

input[type=checkbox] {
  position: absolute;
  top: 7px;
  width: 13px !important;
  height: 13px;
  cursor: pointer;
  z-index: 10;
  border-radius: 0;
}
input[type=checkbox]:after {
  display: none;
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/ellboeck/includes/images//close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 12px;
}
input[type=checkbox]:checked:after {
  display: block;
}

input[type=submit] {
  width: inherit !important;
  color: #2C5AAA;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 30px;
  padding: 15px 26px;
  -webkit-appearance: none !important;
  font-weight: 400 !important;
}
input[type=submit]:hover {
  background: #2C5AAA;
  color: #fff;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 518px) {
  .header-top {
    align-items: start;
  }
}
@media (max-width: 375px) {
  .header-top {
    display: block;
  }
}
.header-top a {
  font-size: 12px;
  line-height: 14px;
  color: #595959;
  text-decoration: none;
  margin-right: 30px;
}
@media (max-width: 550px) {
  .header-top a {
    margin-right: 15px;
  }
}
@media (max-width: 518px) {
  .header-top .tel {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 518px) {
  .header-top .mail {
    display: block;
    margin-top: 5px;
  }
}
.header-top .right {
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 375px) {
  .header-top .right {
    line-height: 14px;
  }
}
.header-top .external-link {
  position: relative;
  padding-right: 15px;
  transition: all 0.3s;
  margin-right: 0;
  font-size: 12px;
  line-height: 14px;
}
.header-top .external-link:hover {
  color: #2C5AAA;
}
.header-top .external-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/ellboeck/includes/images//external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
}

header {
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
header.scrolled {
  position: fixed;
  padding: 0 30px;
}
@media (max-width: 600px) {
  header.scrolled {
    padding: 0 10px;
  }
}
header .header-bottom {
  position: relative;
  height: 112px;
}
header .site-branding {
  display: inline-block;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
header .site-branding img {
  width: 200px;
}
header .primary-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  header .primary-navigation {
    display: none;
  }
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
@media (max-width: 1050px) {
  header .primary-navigation ul li {
    padding: 10px 5px;
  }
}
header .primary-navigation ul li.kontakt-btn {
  padding-right: 0;
}
header .primary-navigation ul li.kontakt-btn a {
  border: 1px solid #2C5AAA;
  color: #2C5AAA;
  background: #fff;
  padding: 20px 37px;
  border-radius: 31px;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 1050px) {
  header .primary-navigation ul li.kontakt-btn a {
    padding: 20px 17px;
  }
}
header .primary-navigation ul li.kontakt-btn a:before {
  display: none;
}
header .primary-navigation ul li.kontakt-btn a:hover {
  background: #2C5AAA;
  color: #fff;
}
header .primary-navigation ul li.current-menu-item a {
  opacity: 1;
}
header .primary-navigation ul li.current-menu-item a:before {
  opacity: 1;
}
header .primary-navigation ul li a {
  position: relative;
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 7px 0;
  opacity: 0.5;
  transition: all 0.3s;
}
header .primary-navigation ul li a:before {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/ellboeck/includes/images/square.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  background: #2C5AAA;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  margin-bottom: 2px;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover {
  color: #595959;
  opacity: 1;
}
header .primary-navigation ul li a:hover:before {
  opacity: 1;
}

.home .primary-navigation ul li a {
  opacity: 1;
}

.menu-switch {
  display: none;
}
@media (max-width: 900px) {
  .menu-switch {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50px;
  }
}

.main-nav {
  top: 0;
  height: 100vh;
  position: fixed;
  left: 100%;
  width: 30%;
  transition: all 0.3s;
  z-index: 100;
  background: #fff;
}
@media (max-width: 1200px) {
  .main-nav {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .main-nav {
    width: 100%;
  }
}
.main-nav .logo {
  display: none;
}
@media (max-width: 700px) {
  .main-nav .logo {
    display: block;
    margin-top: 35px;
    margin-left: 15px;
  }
}
.main-nav .logo-mobile-nav {
  position: relative;
  display: inline-block;
  left: 30px;
  top: 30px;
}
.main-nav .logo-mobile-nav img {
  width: 170px;
  height: auto;
}
.main-nav .primary-navigation {
  margin: 0;
  padding: 0;
  padding-right: 30px;
  margin-top: 112px;
}
@media (max-width: 700px) {
  .main-nav .primary-navigation {
    margin-top: 0;
  }
}
.main-nav .primary-navigation ul {
  padding-left: 0;
}
.main-nav .primary-navigation ul li {
  position: relative;
  display: block;
  padding: 5px 15px 12px 15px;
  margin: 0 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.main-nav .primary-navigation ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/ellboeck/includes/images//arrow-navi.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6px;
  height: 11px;
}
.main-nav .primary-navigation ul li a {
  display: block;
  position: relative;
  color: #838383;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  transition: all 0.3s;
}
.main-nav .mobile-navigation {
  margin-top: 40px;
}
.main-nav .mobile-navigation .site-branding {
  text-align: center;
}
.main-nav #menu-mobile-navi {
  list-style: none;
  width: calc(100% - 40px);
}
.main-nav #menu-mobile-navi li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.main-nav #menu-mobile-navi li a {
  color: #000;
  text-decoration: none;
}
.main-nav .close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99;
  cursor: pointer;
}
.main-nav .close img {
  height: auto;
  width: 25px;
}
@media (max-width: 700px) {
  .main-nav .close img {
    margin-top: 25px;
  }
}

.open .main-nav {
  top: 0;
  left: 70%;
  overflow-y: scroll;
  border-top: 1px solid #E5E5E5;
}
@media (max-width: 1200px) {
  .open .main-nav {
    left: 50%;
  }
}
@media (max-width: 700px) {
  .open .main-nav {
    left: 0;
    right: 0;
  }
}

.nav-mobile {
  position: absolute;
  bottom: -27px;
  right: 15px;
  cursor: pointer;
}
.nav-mobile img {
  width: 35px;
  height: auto;
}

.header-image {
  position: relative;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 670px) {
  .header-image {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .header-image {
    margin-bottom: 50px;
  }
}
.header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image .heading-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  .header-image .heading-wrapper {
    bottom: -15%;
  }
}
.header-image .heading-wrapper .inner-wrapper {
  width: 55%;
  background: #fff;
  padding: 40px 60px 0 60px;
}
@media (max-width: 1010px) {
  .header-image .heading-wrapper .inner-wrapper {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 860px) {
  .header-image .heading-wrapper .inner-wrapper {
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .header-image .heading-wrapper .inner-wrapper {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 860px) {
  .header-image .heading-wrapper .inner-wrapper {
    width: 100%;
  }
}
.header-image .heading-wrapper .inner-wrapper h1 {
  margin-top: 0;
}
@media (max-width: 860px) {
  .header-image .heading-wrapper .inner-wrapper h1 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  .header-image .heading-wrapper .inner-wrapper h1 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .header-image .heading-wrapper .inner-wrapper .bld-btn {
    padding: 14px 16px;
  }
}
@media (max-width: 600px) {
  .header-image .heading-wrapper .inner-wrapper .bld-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
footer {
  background: #393939;
}
footer .footer-main {
  display: flex;
  width: 80%;
  padding: 40px 0;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  footer .footer-main {
    width: 100%;
  }
}
@media (max-width: 810px) {
  footer .footer-main {
    display: block;
  }
}
footer .footer-main .footer-widget {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  font-weight: 300;
  margin: 15px 0;
}
@media (max-width: 810px) {
  footer .footer-main .footer-widget {
    text-align: center;
  }
}
footer .footer-main .footer-widget .h4 {
  color: #E5E5E5;
  margin-bottom: 8px;
}
footer .footer-main .footer-widget p {
  margin: 0;
}
footer .footer-main .footer-widget ul {
  padding-left: 0;
  margin-top: 0;
}
footer .footer-main .footer-widget ul li {
  list-style: none;
}
footer .footer-main .footer-widget ul li a:hover {
  text-decoration: underline;
}
footer .footer-main a {
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-main a:hover {
  text-decoration: underline;
}

/**
  Text Classes
 */
.text-wrapper {
  display: block;
  width: 100%;
  height: auto;
}
.text-wrapper.zweispaltig {
  columns: 2;
  column-gap: 45px;
}
@media (max-width: 768px) {
  .text-wrapper.zweispaltig {
    columns: 1;
    column-gap: 0;
  }
}
.text-wrapper.zweispaltig p {
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.text-wrapper.zweispaltig ul {
  margin-top: -20px;
}
.text-wrapper.zweispaltig ul ul {
  margin-top: 0;
}

/**
 * Spacer Styles
 */
.spacer.small {
  height: 40px;
}
.spacer.medium {
  height: 80px;
}
.spacer.big {
  height: 160px;
}

/**
 * Image Slider Styles
 */
.image-slider-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
}
.image-slider-arrows .prev {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 10px;
  cursor: pointer;
}
.image-slider-arrows .prev:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.image-slider-arrows .image-slider-page {
  display: inline-block;
}
.image-slider-arrows .image-slider-page .current {
  display: inline-block;
  margin-right: 5px;
}
.image-slider-arrows .image-slider-page .all {
  display: inline-block;
  margin-left: 5px;
}
.image-slider-arrows .next {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.image-slider-arrows .next:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/**
 * Product Listing short
 */
.product-listing-short-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -8px;
}
.product-listing-short-wrapper .product-wrapper {
  position: relative;
  width: calc(33.33% - 8px);
  margin: 4px;
  background: #fff;
  padding: 20px 25px 40px 20px;
  text-decoration: none;
  color: #838383;
  transition: all 0.3s;
}
@media (max-width: 970px) {
  .product-listing-short-wrapper .product-wrapper {
    width: calc(50% - 8px);
  }
}
@media (max-width: 560px) {
  .product-listing-short-wrapper .product-wrapper {
    width: calc(100% - 8px);
  }
}
.product-listing-short-wrapper .product-wrapper:hover {
  background: #2C5AAA;
  color: #fff;
}
.product-listing-short-wrapper .product-wrapper:hover h2 {
  color: #fff;
}
.product-listing-short-wrapper .product-wrapper:hover svg * {
  fill: #fff;
  stroke: #fff;
}
.product-listing-short-wrapper .product-wrapper h2 {
  margin-bottom: 42px !important;
}
@media (max-width: 560px) {
  .product-listing-short-wrapper .product-wrapper h2 {
    margin-bottom: 22px !important;
  }
}
.product-listing-short-wrapper .product-wrapper .product-content {
  font-size: 12px;
  line-height: 16px;
}
.product-listing-short-wrapper .product-wrapper .product-contentstrong {
  display: block;
  font-size: 12px !important;
  line-height: 16px !important;
}
.product-listing-short-wrapper .product-wrapper .product-contentp {
  font-size: 12px !important;
  line-height: 16px !important;
}
.product-listing-short-wrapper .product-wrapper .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 41px;
  height: 14px;
}
.product-listing-short-wrapper .product-wrapper .arrow svg {
  display: block;
}
.product-listing-short-wrapper .btn-wrapper {
  width: calc(100% - 8px);
  text-align: right;
  display: block;
  margin-top: 50px;
}
@media (max-width: 970px) {
  .product-listing-short-wrapper .btn-wrapper {
    width: calc(100% - 8px);
  }
}
.product-listing-short-wrapper .btn-wrapper .bld-btn {
  background: transparent;
}
@media (max-width: 700px) {
  .product-listing-short-wrapper .btn-wrapper .bld-btn {
    margin-top: 10px;
    padding: 15px 26px;
  }
}
.product-listing-short-wrapper .btn-wrapper .bld-btn:hover {
  background: #2C5AAA;
}

/**
 * Logo Slider Styles
 */
.logo-slider-wrapper {
  margin: 0 -10px;
}
.logo-slider-wrapper .image-wrapper {
  margin: 0 10px;
}
.logo-slider-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-slider-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
}
.logo-slider-arrows .prev {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 10px;
  cursor: pointer;
}
.logo-slider-arrows .prev:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.logo-slider-arrows .logo-slider-page {
  display: inline-block;
}
.logo-slider-arrows .logo-slider-page .current {
  display: inline-block;
  margin-right: 5px;
}
.logo-slider-arrows .logo-slider-page .all {
  display: inline-block;
  margin-left: 5px;
}
.logo-slider-arrows .next {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.logo-slider-arrows .next:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.logo-slider-arrows .slick-hidden {
  display: none;
}

/**
 * Image Slider Styles
 */
.header-slider-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
}
.header-slider-arrows .prev {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 10px;
  cursor: pointer;
}
.header-slider-arrows .prev:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.header-slider-arrows .header-slider-page {
  display: inline-block;
}
.header-slider-arrows .header-slider-page .current {
  display: inline-block;
  margin-right: 5px;
}
.header-slider-arrows .header-slider-page .all {
  display: inline-block;
  margin-left: 5px;
}
.header-slider-arrows .next {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.header-slider-arrows .next:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header-slider-arrows .slick-hidden {
  display: none;
}

/**
 * Product Listing Styles
 */
.product-listing-wrapper .product-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 127px;
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper {
    display: block;
  }
}
@media (max-width: 600px) {
  .product-listing-wrapper .product-wrapper {
    margin-bottom: 60px;
  }
}
.product-listing-wrapper .product-wrapper:last-of-type {
  margin-bottom: 0;
}
.product-listing-wrapper .product-wrapper:nth-child(even) .text-wrapper {
  order: 2;
  margin-right: 0;
  margin-left: 22.5px;
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper:nth-child(even) .text-wrapper {
    margin-left: 0;
  }
}
.product-listing-wrapper .product-wrapper:nth-child(even) .slider-wrapper, .product-listing-wrapper .product-wrapper:nth-child(even) .post-thumbnail-wrapper {
  margin-left: 0;
  margin-right: 22.5px;
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper:nth-child(even) .slider-wrapper, .product-listing-wrapper .product-wrapper:nth-child(even) .post-thumbnail-wrapper {
    margin-right: 0;
  }
}
.product-listing-wrapper .product-wrapper .text-wrapper {
  width: calc(50% - 22.5px);
  margin-right: 22.5px;
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper .text-wrapper {
    width: calc(100% - 22.5px);
  }
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper .text-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.product-listing-wrapper .product-wrapper .slider-wrapper {
  width: calc(50% - 22.5px);
  margin-left: 22.5px;
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper .slider-wrapper {
    width: calc(100% - 22.5px);
  }
}
@media (max-width: 820px) {
  .product-listing-wrapper .product-wrapper .slider-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .prev {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 10px;
  cursor: pointer;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .prev:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .product-slider-page {
  display: inline-block;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .product-slider-page .current {
  display: inline-block;
  margin-right: 5px;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .product-slider-page .all {
  display: inline-block;
  margin-left: 5px;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .next {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .next:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/ellboeck/includes/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-listing-wrapper .product-wrapper .slider-wrapper .product-slider-arrows .slick-hidden {
  display: none;
}
.product-listing-wrapper .product-wrapper .post-thumbnail-wrapper {
  width: calc(50% - 22.5px);
  margin-left: 22.5px;
}
.product-listing-wrapper .product-wrapper .post-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * Leistungen Listing Styles
 */
.leistungen-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.leistungen-listing-wrapper .leistung-wrapper {
  width: calc(50% - 8px);
  margin: 0 4px 30px 4px;
}
@media (max-width: 500px) {
  .leistungen-listing-wrapper .leistung-wrapper {
    width: calc(100% - 8px);
  }
}
.leistungen-listing-wrapper .leistung-wrapper a {
  text-decoration: none;
}
.leistungen-listing-wrapper .leistung-wrapper img {
  display: block;
  width: 100%;
  max-height: 475px;
  height: auto;
  margin-bottom: 10px;
}
.leistungen-listing-wrapper .leistung-wrapper .title {
  font-size: 16px;
  line-height: 19px;
  color: #595959;
}

/**
  Mitabeiter Lisitng Classes
 */
.mitarbeiter-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  margin-top: 50px;
}
.mitarbeiter-listing-wrapper .mitarbeiter-item {
  width: calc(33.33% - 8px);
  margin: 0 4px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 790px) {
  .mitarbeiter-listing-wrapper .mitarbeiter-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 470px) {
  .mitarbeiter-listing-wrapper .mitarbeiter-item {
    width: calc(100% - 8px);
  }
}
.mitarbeiter-listing-wrapper .mitarbeiter-item .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.mitarbeiter-listing-wrapper .mitarbeiter-item .text-wrapper {
  display: block;
  text-align: center;
}
.mitarbeiter-listing-wrapper .mitarbeiter-item .text-wrapper .name {
  font-size: 18px;
  line-height: 21px;
  color: #595959;
  font-weight: 400;
  margin-top: 19px;
  margin-bottom: 5px;
}
.mitarbeiter-listing-wrapper .mitarbeiter-item .text-wrapper .job {
  font-size: 16px;
  line-height: 19px;
  color: #838383;
}

/**
  Image Grid Classes
 */
.image-grid-wrappper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -4px;
  margin-top: 15px;
}
.image-grid-wrappper .image-wrapper {
  width: calc(50% - 8px);
  margin: 4px;
}
@media (max-width: 550px) {
  .image-grid-wrappper .image-wrapper {
    width: calc(100% - 8px);
  }
}
.image-grid-wrappper .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
