@charset "UTF-8";
@import url("../css/bs/bootstrap.css");
/*@import "fontawesome/solid";
@import "fontawesome/brands";
@import "fontawesome/regular";*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../font/Roboto-Regular.ttf") format("ttf");
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 28px;
  border: 10px solid #F9E6BE;
  font-weight: 300;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #F9E6BE;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
body:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #F9E6BE;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

p {
  margin-bottom: 20px;
}
p + p {
  margin-bottom: 5px;
}
p + p + h4 {
  margin-top: 20px;
}

h1,
h2 {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  font-size: 40px;
  color: #A3A26A;
  font-weight: 800;
  z-index: 200;
}
@media (min-width: 992px) {
  h1,
h2 {
    font-size: 60px;
  }
}

.h2shadow,
.h1shadow {
  position: absolute;
  font-size: 100px;
  left: -20px;
  opacity: 0.08;
  top: 100%;
  color: #606348;
  font-weight: 900;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 768px) {
  .h2shadow,
.h1shadow {
    display: block;
  }
}
@media (max-width: 992px) {
  .h2shadow,
.h1shadow {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .h2shadow,
.h1shadow {
    font-size: 160px;
    left: -100px;
  }
}

.headline-container {
  position: relative;
}

blockquote {
  max-width: 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-self: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  blockquote {
    font-size: 13px;
    margin-bottom: 50px !important;
  }
}
blockquote:before {
  content: "";
  font-size: 40px;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #252525;
}
@media (max-width: 768px) {
  blockquote:before.wp-block-quote.is-large, blockquote:before.wp-block-quote.is-style-large {
    margin-bottom: 100px;
  }
}
blockquote.has-text-align-right {
  align-items: flex-end;
  margin-left: auto !important;
}
blockquote.has-text-align-right:before {
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  blockquote {
    max-width: 100%;
  }
}
blockquote:last-of-type {
  margin-bottom: 100px !important;
}

.content__area {
  position: relative;
  overflow: hidden;
}
.content__area.min-height {
  min-height: 600px;
}
.content__area:nth-child(odd) {
  background-color: #f7f7f7;
}
.content__area:nth-child(even) .content-service__container .row {
  flex-direction: row-reverse;
}
.content-service__container {
  background-color: #252525;
  border-radius: 3px 3px 0 0;
}
.content-service__action {
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
@media (max-width: 576px) {
  .content-service__action {
    margin: 0 15px;
  }
}
.content-service__action .js-form {
  display: none;
  position: relative;
}
.content-service__action .js-form .js-form-closer {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 30px;
  z-index: 20;
  cursor: pointer;
  color: #252525;
}
.content-service__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 3px 0 0;
  min-height: 500px;
}
@media (max-width: 768px) {
  .content-service__image {
    min-height: auto;
    height: 250px;
  }
}
.content-service__content {
  padding: 20px;
  color: #F9E6BE;
  font-size: 16px;
}
.content-service__content h3 {
  color: #A3A26A;
  font-size: 36px;
  margin-bottom: 24px;
  margin-top: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .content-service__content h3 {
    font-size: 25px;
  }
}
.content-service--item {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.content-service--item-unit {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.content-service--item-single {
  background-color: #353535;
  margin: 10px 20px 10px 0;
  width: calc(50% - 20px);
  padding: 20px;
  display: flex;
}
.content-service--item-single-twocol:last-child {
  width: 100%;
}
@media (max-width: 768px) {
  .content-service--item-single {
    margin: 10px;
    flex-flow: column;
    width: 100%;
  }
}
.content-service--item-single:hover {
  cursor: pointer;
  background-color: #F9E6BE;
  color: #353535;
}
.content-service--item-single:first-child {
  width: 100%;
  font-size: 20px;
  padding: 30px 20px;
}

.footer {
  background: #181818;
  text-align: right;
  position: relative;
}
.footer .text-left {
  text-align: left;
}
@media (max-width: 768px) {
  .footer .text-left {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .footer .text-right {
    text-align: center !important;
  }
}
.footer a {
  color: #F9E6BE;
  display: inline-block;
  margin: 0 10px;
}
.footer i {
  color: #F9E6BE;
  font-size: 16px;
}
.footer i:hover {
  color: #A3A26A;
}

.header {
  min-height: 400px;
  height: calc(100vh - 10px);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  background-image: url("../images/Header.jpg");
  border-bottom: 10px solid #F9E6BE;
  padding: 0;
}
@media (max-width: 768px) {
  .header {
    background-image: url("../images/Header-mobile.jpg");
    background-position: 85% center;
  }
}
@media (min-width: 992px) {
  .header {
    min-height: 600px;
  }
}
.header.header-small {
  height: 250px;
  min-height: 250px;
  background-size: contain;
  background-position: top;
  background-image: url("../images/leistungen-2.jpg");
}
@media (max-width: 768px) {
  .header.header-small {
    background-size: auto 36%;
    height: 200px;
    min-height: 200px;
  }
}
.header .logo.mobile-logo {
  width: 65px;
  height: 65px;
  background-image: url("../images/logo.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 60px;
  left: 30px;
  z-index: 90;
  display: block;
}
@media (min-width: 768px) {
  .header .logo.mobile-logo {
    display: none;
  }
}
.header .nav-row {
  position: relative;
  z-index: 20;
  height: 68px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header .nav-row.js--fixed {
    position: fixed;
    right: 10px;
    top: 0;
    background-color: #F9E6BE;
    width: 100%;
    z-index: 300;
  }
  .header .nav-row.js--fixed .navbar .logo {
    top: 0;
    margin: 0 0 0 40px;
  }
  .header .nav-row.js--fixed .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .header .nav-row.js--fixed .navbar .navbar-nav a {
    color: #353535;
  }
  .header .nav-row.js--fixed .navbar .navbar-nav a:hover {
    color: #F9E6BE;
    background-color: #353535;
  }
  .header .nav-row.js--fixed .navbar .navbar-nav li.current-menu-item a {
    color: #F9E6BE;
    background-color: #353535;
  }
}
@media (max-width: 768px) {
  .header .nav-row {
    display: none;
  }
  .header .nav-row.js--opened {
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #353535;
    margin: 0;
    border: 10px solid #F9E6BE;
  }
  .header .nav-row.js--opened .navbar {
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
  }
  .header .nav-row.js--opened .navbar-nav {
    flex-flow: column;
  }
  .header .nav-row.js--opened .navbar-nav a {
    padding: 20px;
    display: block;
    text-align: center;
  }
}
.header .navbar {
  z-index: 30;
  padding: 0;
  justify-content: flex-end;
}
.header .navbar .container-fluid {
  padding: 0 !important;
}
.header .navbar .logo {
  width: 65px;
  height: 55px;
  background-image: url("../images/logo.svg");
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  top: 15px;
  z-index: 100;
  margin: 0 0 0 50px;
  display: none;
}
@media (min-width: 768px) {
  .header .navbar .logo {
    display: flex;
  }
}
.header .navbar.navbar-dark .navbar-toggler {
  color: #F9E6BE;
  border: 1px solid #F9E6BE;
}
.header .navbar .navbar-nav {
  flex-flow: row;
}
.header .navbar .navbar-nav .nav-link {
  padding: 0;
}
.header .navbar .navbar-nav a {
  color: #F9E6BE;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 24px;
}
.header .navbar .navbar-nav a:hover {
  color: #252525;
  text-decoration: none;
  background-color: #F9E6BE;
}
.header .navbar .navbar-nav li.current-menu-item a {
  color: #252525;
  text-decoration: none;
  background-color: #F9E6BE;
}
.header-shadow {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.header-intro {
  z-index: 9;
  line-height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  height: 200px;
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .header-intro {
    left: 30px;
    width: calc(100% - 60px);
  }
}
.header .large {
  color: #BD554C;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .header .large {
    font-size: 80px;
  }
}
.header .med {
  font-size: 20px;
  color: #D57E65;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header .med {
    font-size: 40px;
  }
}
.header .text {
  color: #F9E6BE;
  font-size: 18px;
  max-width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .header .text {
    width: 800px;
    line-height: 1.4;
  }
}
.header .nav-opener {
  display: none;
  background-color: #F9E6BE;
  height: 50px;
  width: 60px;
  position: fixed;
  top: 0;
  right: 5px;
  z-index: 500;
  cursor: pointer;
  box-sizing: content-box;
  padding: 10px 0 0 10px;
}
.header .nav-opener-bar {
  width: 80%;
  height: 10px;
  background-color: #353535;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
}
.header .nav-opener-bar:before, .header .nav-opener-bar:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  background-color: #353535;
}
.header .nav-opener-bar:before {
  top: -15px;
}
.header .nav-opener-bar:after {
  bottom: -15px;
}
.header .nav-opener.js--clicked .nav-opener-bar {
  transform: rotate(45deg);
}
.header .nav-opener.js--clicked .nav-opener-bar:before {
  transform: rotate(90deg);
  top: 0;
}
.header .nav-opener.js--clicked .nav-opener-bar:after {
  display: none;
}
@media (max-width: 768px) {
  .header .nav-opener {
    display: block;
  }
}

figcaption {
  font-size: 14px;
}

img.attachment-post-thumbnail {
  max-width: 100%;
  height: auto;
}

.thumb {
  width: 300px;
  height: 300px;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
@media (max-width: 768px) {
  .thumb {
    margin-bottom: 25px;
    height: 200px;
    width: 200px;
  }
}
.thumb-rounded {
  border-radius: 50%;
  background-size: cover;
  position: relative;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .thumb-rounded {
    position: absolute;
  }
}

.carousel {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .carousel {
    height: 400px;
  }
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  font-size: 40px;
}
.carousel-inner {
  height: 100%;
}
.carousel-inner .slide-shadow {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.carousel-inner .inner-content {
  display: flex;
  width: 70%;
  margin: auto;
  height: 100%;
  justify-content: center;
  flex-flow: column;
  z-index: 10;
  position: relative;
}
.carousel-inner .inner-content .button {
  margin-right: auto;
}
.carousel-inner h3 {
  color: #BD554C;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .carousel-inner h3 {
    font-size: 60px;
  }
}
.carousel-inner h4 {
  font-size: 20px;
  color: #D57E65;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .carousel-inner h4 {
    font-size: 25px;
  }
}
.carousel-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .carousel-item {
    background-position: 68% 0;
  }
}

.container-fluid.is-slider {
  padding: 0 !important;
}

.container-fluid.is-form {
  background-color: #A3A26A;
}
.container-fluid.is-form h2 {
  color: #F9E6BE;
}

select {
  background: url("../images/select-arrow.png") no-repeat !important;
  background-position: 98% !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding: 4px 20px !important;
  background-size: 20px !important;
  cursor: pointer !important;
}

:root {
  --spacing-unit: 80px;
}
@media (max-width: 768px) {
  :root {
    --spacing-unit: 40px;
  }
}

.spacer-tb {
  padding-top: var(--spacing-unit);
  padding-bottom: var(--spacing-unit);
}
.spacer-tb--half {
  padding-top: calc(var(--spacing-unit) / 2);
  padding-bottom: calc(var(--spacing-unit) / 2);
}
.spacer-tb--quad {
  padding-top: calc(var(--spacing-unit) / 4);
  padding-bottom: calc(var(--spacing-unit) / 4);
}
.spacer-t--0 {
  padding-top: 0;
}
.spacer-b--0 {
  padding-bottom: 0;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: none !important;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 2px solid transparent !important;
  font-size: 18px !important;
  padding: 20px 60px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border-radius: 2px !important;
  background-color: #606348 !important;
  color: #fff !important;
}
.home div.wpforms-container-full .wpforms-form input[type=submit],
.home div.wpforms-container-full .wpforms-form button[type=submit],
.home div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #F9E6BE !important;
  color: #252525 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: transparent !important;
  border: 2px solid #606348 !important;
  color: #606348 !important;
}
.home div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.home div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.home div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  color: #F9E6BE !important;
  border: 2px solid #F9E6BE !important;
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  box-sizing: border-box !important;
  border-radius: 3px !important;
  color: #252525 !important;
  border: 0 !important;
  padding: 15px 10px !important;
  height: 55px !important;
  width: 100%;
  line-height: 1.3;
  font-weight: 300 !important;
  background-color: #eee !important;
}
.home div.wpforms-container-full .wpforms-form input[type=date],
.home div.wpforms-container-full .wpforms-form input[type=datetime],
.home div.wpforms-container-full .wpforms-form input[type=datetime-local],
.home div.wpforms-container-full .wpforms-form input[type=email],
.home div.wpforms-container-full .wpforms-form input[type=month],
.home div.wpforms-container-full .wpforms-form input[type=number],
.home div.wpforms-container-full .wpforms-form input[type=password],
.home div.wpforms-container-full .wpforms-form input[type=range],
.home div.wpforms-container-full .wpforms-form input[type=search],
.home div.wpforms-container-full .wpforms-form input[type=tel],
.home div.wpforms-container-full .wpforms-form input[type=text],
.home div.wpforms-container-full .wpforms-form input[type=time],
.home div.wpforms-container-full .wpforms-form input[type=url],
.home div.wpforms-container-full .wpforms-form input[type=week],
.home div.wpforms-container-full .wpforms-form select,
.home div.wpforms-container-full .wpforms-form textarea {
  background-color: #f7f7f7 !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 150px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 200 !important;
}

.home div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #BD554C !important;
}

.content-service__action div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #252525 !important;
}

.content-service__action div.wpforms-container-full .wpforms-form input[type=submit],
.content-service__action div.wpforms-container-full .wpforms-form button[type=submit],
.content-service__action div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #A3A26A !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
}

.content-service__action div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.content-service__action div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.content-service__action div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: transparent !important;
  border: 2px solid #A3A26A !important;
  color: #A3A26A !important;
}

.content-service__action .wpforms-container {
  padding-top: 30px !important;
}

@media (max-width: 768px) {
  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
  }

  div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100% !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    margin: 10px 0 !important;
  }
}
.button {
  padding: 10px 20px;
  display: table;
  margin: 25px 0;
  font-weight: 400;
}
.button-primary {
  background-color: #F9E6BE;
  border: 2px solid transparent;
  color: #252525;
  font-size: 18px;
  padding: 20px 60px;
  border-radius: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .button-primary {
    padding: 20px;
  }
}
.button-primary:hover {
  background-color: transparent;
  border: 2px solid #F9E6BE;
  color: #F9E6BE;
}
.button-secondary {
  background-color: #A3A26A;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 50px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 15px 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button-secondary {
    padding: 10px;
  }
}
.button-secondary:hover {
  background-color: transparent;
  border: 2px solid #A3A26A;
  color: #A3A26A;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
}

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