@charset "UTF-8";
/*
Theme Name: ECS Eggersdorfer Theme
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: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-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: 1120px;
  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, body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #575756;
}

#page {
  overflow: hidden;
}

.site-content-contain {
  margin-top: 115px;
  min-height: calc(100vh - 415px);
}
.site-content-contain a:not(.bld-btn) {
  color: #575756;
}
@media (max-width: 1050px) {
  .site-content-contain {
    margin-top: 80px;
  }
}

.vc_section {
  padding: 90px 0;
}

.special-section {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .special-section {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .special-section {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .special-section-mail {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .special-section-bottom {
    padding: 50px 0;
  }
}

.bg-grey {
  background-color: #FBFBFB !important;
}

.bg-ecs {
  background-image: url("/wp-content/themes/ecs/includes/images/ecs.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 50%;
}
@media (max-width: 620px) {
  .bg-ecs {
    background-image: none;
  }
}

.bg-green {
  background-color: #00778B;
  padding: 45px 0;
}
.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green p {
  margin: 0;
  color: #fff;
}

h1, .h1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 43px;
  text-transform: uppercase;
}

h2, .h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

h3, .h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
}

h4, .h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

h5, .h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.bld-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #00778B;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s;
  margin: 30px 0;
  cursor: pointer;
  text-align: left !important;
}
.bld-btn:hover {
  background-color: #004b58;
}

/*--------------------------------------------------------------
Contact Classes
--------------------------------------------------------------*/
.wpcf7-form .left {
  display: block;
  width: 50%;
  padding-right: 10px;
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wpcf7-form .left {
    width: 100%;
    padding-right: 0;
  }
}
.wpcf7-form .right {
  display: block;
  width: 50%;
  padding-left: 10px;
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wpcf7-form .right {
    width: 100%;
    padding-left: 0;
  }
}
.wpcf7-form .captcha {
	margin-top: 15px;
}
.wpcf7-form .captcha input[type="text"] {
	margin-bottom: 10px !important;
}
.wpcf7-form .full-width {
  clear: both;
  width: 100%;
}
.wpcf7-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email] {
  border: 1px solid #CFCFCF;
  border-radius: 0;
  width: 100%;
  padding: 9px;
}
.wpcf7-form textarea {
  border: 1px solid #CFCFCF;
  border-radius: 0;
  padding: 9px;
  width: 100%;
  resize: vertical;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .acceptance input[type=checkbox] {
  display: block;
  width: 15px;
  float: left;
}
.wpcf7-form .acceptance .wpcf7-list-item-label {
  display: block;
  float: left;
  width: calc(100% - 15px);
  padding-left: 15px;
  margin-top: -8px;
}
.wpcf7-form input[type=submit] {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #00778B;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s;
  margin: 30px 0;
  cursor: pointer;
  text-align: left !important;
  border: none;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #004b58;
}

.contact-green {
  background: #00778B;
  padding: 45px 40px 0 40px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.contact-green h1, .contact-green h2, .contact-green h3, .contact-green h4, .contact-green h5, .contact-green p {
  margin: 0;
  color: #fff;
}
.contact-green .wpcf7-form a {
  color: #fff !important;
}
.contact-green .wpcf7-form .left {
  padding-right: 25px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-green .wpcf7-form .left {
    width: 100%;
    padding-right: 0;
  }
}
.contact-green .wpcf7-form .right {
  padding-left: 25px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-green .wpcf7-form .right {
    width: 100%;
    padding-left: 0;
  }
}
.contact-green .wpcf7-form .captcha input[type="text"] {
	margin-bottom: 10px !important;
}
.contact-green .wpcf7-form input[type=text], .contact-green .wpcf7-form input[type=tel], .contact-green .wpcf7-form input[type=email] {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 9px 9px 9px 0;
  margin-bottom: 30px !important;
  color: #fff !important;
}
.contact-green .wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 9px 9px 9px 0;
  height: 40px;
  margin-bottom: 20px !important;
  color: #fff !important;
}
.contact-green .wpcf7-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}
.contact-green .wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}
.contact-green .wpcf7-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}
.contact-green .wpcf7-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}
.contact-green .wpcf7-form .wpcf7-acceptance {
  color: #fff;
}
.contact-green .wpcf7-form .acceptance .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: -4px;
}
.contact-green .wpcf7-form input[type=submit] {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #00778B;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 0.3s;
  margin: 30px 0;
  cursor: pointer;
  text-align: right !important;
  float: right;
  border: 1px solid #fff;
}
.contact-green .wpcf7-form input[type=submit]:hover {
  background-color: #004b58;
}
.contact-green .wpcf7-form .f12-captcha {
	margin-top: 10px;
}
.contact-green .wpcf7-form .captcha-calculation {
	color: #fff;
}

.map-box {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 70px;
}
.map-box p {
  display: inline-block;
  background: #00778B;
  margin: 0;
  padding: 25px;
  color: #fff;
}

.wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  height: 115px;
}
@media (max-width: 1050px) {
  header {
    height: 80px;
  }
}
header .site-branding {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 52%;
  transform: translateY(-50%);
  max-width: 300px;
}
@media (max-width: 520px) {
  header .site-branding {
    width: 70%;
  }
}
header .site-branding img {
  width: 100%;
  height: auto;
}
header .primary-navigation {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1050px) {
  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;
}
header .primary-navigation ul li a {
  position: relative;
  color: #575756;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #00778B;
  transition: all 0.3s;
}
header .primary-navigation ul li.current-menu-item a:after {
  width: 100%;
}
header .primary-navigation ul li:hover a:after {
  width: 100%;
}
header .primary-navigation ul li:last-of-type {
  padding-right: 0;
}
header .primary-navigation .bld-btn-header a {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #00778B;
  text-transform: uppercase;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  text-align: left !important;
}
header .primary-navigation .bld-btn-header a:after {
  display: none;
}
header .primary-navigation .bld-btn-header a:hover {
  background-color: #004b58;
}

#menu-toggle {
  position: fixed;
  top: 28px;
  right: 15px;
}

.menu-title svg {
  width: 100%;
}

.slider-progress .progress {
  height: 4px !important;
  background-color: #00778B;
}

.header-slider-wrapper {
  position: relative;
}
.header-slider-wrapper .header-slider .slider-item {
  height: 600px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .header-slider-wrapper .header-slider .slider-item {
    height: 400px;
  }
}
@media (max-width: 550px) {
  .header-slider-wrapper .header-slider .slider-item {
    height: 240px;
  }
}
.header-slider-wrapper .text-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  color: white;
}
.header-slider-wrapper .text-wrapper h1 {
  width: 50%;
}
@media (max-width: 1200px) {
  .header-slider-wrapper .text-wrapper h1 {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .header-slider-wrapper .text-wrapper h1 {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: 405px) {
  .header-slider-wrapper .text-wrapper h1 {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  .header-slider-wrapper .text-wrapper {
    left: 50px;
  }
}
@media (max-width: 405px) {
  .header-slider-wrapper .text-wrapper {
    left: 25px;
  }
}
.header-slider-wrapper .green-box {
  display: inline-block;
  background: #00778B;
  padding: 20px;
  position: absolute;
  bottom: -45px;
  right: 220px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1100px) {
  .header-slider-wrapper .green-box {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .header-slider-wrapper .green-box {
    left: 0;
    right: 0;
  }
}
@media (max-width: 670px) {
  .header-slider-wrapper .green-box {
    bottom: -65px;
    width: 100%;
  }
}
.header-slider-wrapper .green-box .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .header-slider-wrapper .green-box .title {
    font-size: 20px;
  }
}
.header-slider-wrapper .green-box .link-text {
  position: relative;
  display: inline-block;
}
.header-slider-wrapper .green-box .link-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #fff;
  transition: all 0.3s;
}
.header-slider-wrapper .green-box:hover .link-text:after {
  width: 100%;
}
.header-slider-wrapper .slick-arrow {
  background: none !important;
  top: 50% !important;
  height: 30px !important;
  width: 30px !important;
  margin-top: 0 !important;
  z-index: 20;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.header-slider-wrapper .slick-arrow:before {
  display: none;
}
.header-slider-wrapper .slick-arrow.slick-prev:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ecs/includes/images/arrow.svg");
  opacity: 1;
}
@media (max-width: 405px) {
  .header-slider-wrapper .slick-arrow.slick-prev:before {
    width: 20px;
    height: 20px;
  }
}
.header-slider-wrapper .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ecs/includes/images/arrow.svg");
  transform: rotateY(180deg);
  opacity: 1;
}
@media (max-width: 405px) {
  .header-slider-wrapper .slick-arrow.slick-next:before {
    width: 20px;
    height: 20px;
  }
}
.header-slider-wrapper .slick-prev {
  left: 15px !important;
}
@media (max-width: 405px) {
  .header-slider-wrapper .slick-prev {
    left: 10px !important;
  }
}
.header-slider-wrapper .slick-next {
  right: 15px !important;
}
@media (max-width: 405px) {
  .header-slider-wrapper .slick-next {
    right: 10px !important;
  }
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
footer {
  padding: 80px 0;
}
footer * {
  color: #575756;
  font-size: 15px;
  line-height: 23px;
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  footer .footer-box {
    justify-content: flex-end;
  }
}
@media (max-width: 950px) {
  footer .footer-box > * {
    flex-basis: 33.33%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  footer .footer-box > * {
    flex-basis: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .footer-box > *:last-of-type {
    margin-bottom: 0;
  }
}
footer .footer-box .site-branding {
  margin-top: 5px;
}
footer .footer-box .menu .title {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #D6D6D6;
  text-transform: uppercase;
}
footer .footer-box .menu nav ul {
  margin: 0;
  padding: 0;
}
footer .footer-box .menu nav ul li {
  list-style: none;
}
footer .footer-box .menu nav ul li a {
  text-decoration: none;
}
footer .footer-box .footer-widget .title {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #D6D6D6;
  text-transform: uppercase;
}
footer .footer-box .footer-widget a {
  color: #575756;
  font-weight: 500;
}

/*--------------------------------------------------------------
Bold Button Styles
--------------------------------------------------------------*/
.bld-position .bld-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #00778B;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s;
  margin: 30px 0;
  cursor: pointer;
  text-align: left !important;
}
.bld-position .bld-btn:hover {
  background-color: #004b58;
}

/*--------------------------------------------------------------
Image Link Text
--------------------------------------------------------------*/
.text-img-wrapper {
  position: relative;
}
.text-img-wrapper .image-wrapper {
  width: 40%;
  float: right;
  height: 570px;
}
@media (max-width: 768px) {
  .text-img-wrapper .image-wrapper {
    width: 100%;
    float: inherit;
    height: 450px;
  }
}
.text-img-wrapper .image-wrapper .image {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-img-wrapper .text-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .text-img-wrapper .text-wrapper {
    position: inherit;
    top: inherit;
    transform: inherit;
  }
}
.text-img-wrapper .text-wrapper .inner {
  padding-left: 0;
  padding-right: 44%;
}
@media (max-width: 768px) {
  .text-img-wrapper .text-wrapper .inner {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
Bold Icon Text Classes
--------------------------------------------------------------*/
.icon-text-wrapper {
  position: relative;
  padding: 25px 20px 25px 40px;
  border: 2px solid #ECECEC;
  border-radius: 5px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .icon-text-wrapper {
    margin-bottom: 20px;
  }
}
.icon-text-wrapper .icon-wrapper {
  position: absolute;
  top: 20px;
  left: -25px;
  background: #00778B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1150px) {
  .icon-text-wrapper .icon-wrapper {
    top: 25px;
    left: 8px;
    width: 25px;
    height: 25px;
  }
}
.icon-text-wrapper .icon-wrapper .icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50%;
  background-position: center;
}
@media (max-width: 1150px) {
  .icon-text-wrapper .icon-wrapper .icon {
    width: 25px;
    height: 25px;
  }
}
.icon-text-wrapper .title {
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #00778B;
  hyphens: auto;
}
@media (max-width: 500px) {
  .icon-text-wrapper .title {
    font-size: 17px;
    line-height: 26px;
    hyphens: inherit;
  }
}
.icon-text-wrapper .content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  hyphens: auto;
}
@media (max-width: 950px) {
  .icon-text-wrapper .content {
    word-break: break-word;
  }
}
.icon-text-wrapper .content ul {
  padding-left: 17px;
}

/*--------------------------------------------------------------
  Bold Spacer Styles
--------------------------------------------------------------*/
.spacer.small {
  height: 25px;
}
.spacer.medium {
  height: 50px;
}
.spacer.big {
  height: 100px;
}
@media (max-width: 768px) {
  .spacer.big {
    height: 40px;
  }
}

/**
  Job Listing Classes
 */
.job-listing-wrapper .job-wrapper a {
  text-decoration: none;
}
.job-listing-wrapper .job-wrapper .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding: 33px 0;
}
@media (max-width: 630px) {
  .job-listing-wrapper .job-wrapper .info-wrapper {
    display: block;
    align-items: inherit;
    justify-content: inherit;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .inner .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: inherit;
}
@media (max-width: 400px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .inner .name {
    font-size: 16px;
    line-height: 22px;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .inner .name span {
  font-weight: 500;
  text-transform: lowercase;
}
.job-listing-wrapper .job-wrapper .info-wrapper .inner .type {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(87, 87, 86, 0.5);
}
@media (max-width: 400px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .inner .type {
    font-size: 16px;
    line-height: 22px;
  }
}
.job-listing-wrapper .job-wrapper .info-wrapper .bld-btn {
  margin: 0;
  padding: 15px 25px;
}
@media (max-width: 630px) {
  .job-listing-wrapper .job-wrapper .info-wrapper .bld-btn {
    margin-top: 15px;
  }
}

@media (max-width: 900px) {
  .single-jobs h1, .single-jobs .h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 680px) {
  .single-jobs h1, .single-jobs .h1 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .single-jobs .vc_single_image-wrapper img {
    display: none;
  }
}
.single-jobs h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 950px) {
  .single-jobs h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 670px) {
  .single-jobs h3 {
    font-size: 16px;
    line-height: 21px;
  }
}
.single-jobs h3 a {
  color: #00778B !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .single-jobs ul {
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
  Bold Mitarbeiter Styles
--------------------------------------------------------------*/
.mitarbeiter-wrapper {
  margin-bottom: 30px;
}
.mitarbeiter-wrapper.no-image .text-wrapper {
  position: relative;
  border-top: 2px solid #ECECEC !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mitarbeiter-wrapper.no-image .mail {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #00778B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1150px) {
  .mitarbeiter-wrapper.no-image .mail {
    width: 40px;
    height: 40px;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .mitarbeiter-wrapper.no-image .mail {
    left: inherit;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.mitarbeiter-wrapper.no-image .mail .icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 28%;
  background-position: center;
}
@media (max-width: 1150px) {
  .mitarbeiter-wrapper.no-image .mail .icon {
    width: 40px;
    height: 40px;
    background-size: 50%;
  }
}
.mitarbeiter-wrapper .image-wrapper {
  position: relative;
}
.mitarbeiter-wrapper .image-wrapper .mail {
  position: absolute;
  top: 20px;
  left: -22px;
  background: #00778B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1150px) {
  .mitarbeiter-wrapper .image-wrapper .mail {
    width: 40px;
    height: 40px;
    top: unset;
    left: 10px;
    bottom: -10px;
  }
}
.mitarbeiter-wrapper .image-wrapper .mail .icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 28%;
  background-position: center;
}
@media (max-width: 1150px) {
  .mitarbeiter-wrapper .image-wrapper .mail .icon {
    width: 40px;
    height: 40px;
    background-size: 50%;
  }
}
.mitarbeiter-wrapper .image-wrapper img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mitarbeiter-wrapper .text-wrapper {
  padding: 20px 10px;
  background-color: #fff;
  border: 2px solid #ECECEC;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mitarbeiter-wrapper .text-wrapper .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  word-break: break-word;
  hyphens: auto;
}
.mitarbeiter-wrapper .text-wrapper .position {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #00778B;
  text-transform: uppercase;
  word-break: break-word;
  hyphens: auto;
}

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