@charset "UTF-8";
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/*
 * Inconcepts Grid Template
 */
@import "libs/lightbox.min.css";
html {
  scroll-behavior: smooth;
}
bold, strong, b {
  font-weight: 700 !important;
}
.incon_grid {
  display: grid;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.incon_grid h2, .incon_grid h3, .incon_grid h4 {
  margin: 15px 0;
}
.incon_grid a {
  border: 1px solid;
  display: block;
  text-align: center;
  padding: 8px 15px;
  margin-top: 15px;
  border-radius: 10px;
}
.incon_grid a:hover {
  background: var(--link_hover_color) !important;
  color: #fff;
}
.incon_grid .incon_column {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
.incon_grid .incon_column img.fullwidth-img {
  margin: -20px -20px 0;
  max-width: -moz-available;
  max-width: -webkit-fill-available;
  max-width: stretch;
}
.incon_grid_2 {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.incon_grid_3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.incon_grid_4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
/*
 * Meta Header USP
 */
#incon_meta_header {
  color: var(--awb-color1);
  background: var(--awb-color8);
  position: relative;
}
#incon_meta_header ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  grid-gap: 15px;
  font-size: 15px;
}
#incon_meta_header::before {
  content: "";
  height: 100%;
  width: 500%;
  position: absolute;
  left: -50%;
  background: var(--awb-color8);
  z-index: -1;
}
/*
 * Header
 */
.fusion-tb-header .box_shadow_bottom {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1) !important;
}
.header_image .parallax-inner {
  background-size: 70% !important;
}
.incon_header {
  position: relative;
}
.incon_header::after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: #2e2e2e;
  position: absolute;
  bottom: 0;
}
/*
 * General
 */
.shadow_rounded > .fusion-column-wrapper.fusion-content-layout-column {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
}
.p30 .fusion-column-wrapper.fusion-content-layout-column {
  padding: 30px;
}
html {
  background-color: var(--awb-color7);
}
/*BUTTONS*/
/*Animationen*/
.btn_orange {
  position: relative;
}
.btn_orange:before {
  content: "";
  background-color: var(--button_accent_color);
  opacity: 0.2;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  position: absolute;
  top: -6px !important;
  right: -10px;
  height: 100%;
}
.btn_orange:hover:before {
  transform: translate(-3px, -3px);
}
.btn_orange:hover span.fusion-button-text {
  color: var(--button_accent_color) !important;
}
.btn_orange:hover:after {
  transform: translate(3px, 3px);
}
.btn_orange:after {
  content: "";
  background-color: transparent;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  border: 1.5px solid var(--button_accent_color);
  position: absolute;
  top: -2px;
  right: -17px;
  height: 100%;
}
.btn_green {
  position: relative;
}
.btn_green:before {
  content: "";
  background-color: #9FC490;
  opacity: 0.2;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  position: absolute;
  top: -6px !important;
  right: -10px;
  height: 100%;
}
.btn_green:hover:before {
  transform: translate(-3px, -3px);
}
.btn_green:hover span.fusion-button-text {
  color: #9FC490 !important;
}
.btn_green:hover:after {
  transform: translate(3px, 3px);
}
.btn_green:after {
  content: "";
  background-color: transparent;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  border: 1.5px solid #9FC490;
  position: absolute;
  top: -2px;
  right: -17px;
  height: 100%;
}
.btn_dark {
  position: relative;
}
.btn_dark:before {
  content: "";
  background-color: #2e2e2e;
  opacity: 0.2;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  position: absolute;
  top: -6px !important;
  right: -10px;
}
.btn_dark:hover:before {
  transform: translate(-3px, -3px);
}
.btn_dark:hover span.fusion-button-text {
  color: #2e2e2e !important;
}
.btn_dark:hover:after {
  transform: translate(3px, 3px);
}
.btn_dark:after {
  content: "";
  background-color: transparent;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  border: 1.5px solid #2e2e2e;
  position: absolute;
  top: -2px;
  right: -17px;
}
.btn_white {
  position: relative;
}
.btn_white:before {
  content: "";
  background-color: #fff;
  opacity: 0.2;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  position: absolute;
  top: -6px !important;
  right: -10px;
}
.btn_white:hover:before {
  transform: translate(-3px, -3px);
}
.btn_white:hover span.fusion-button-text {
  color: #fff !important;
  border-color: #fff !important;
}
.btn_white:hover:after {
  transform: translate(3px, 3px);
}
.btn_white:after {
  content: "";
  background-color: transparent;
  width: 115%;
  height: 50px;
  display: block;
  transition: all 0.5s linear;
  border: 1.5px solid #fff;
  position: absolute;
  top: -2px;
  right: -17px;
}
.bg-pos-50px {
  background-position: left 50px !important;
  position: relative;
}
.bg-pos-50px:after {
  content: "";
  width: 50%;
  height: 65px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #2e2e2e;
}
/*Button mit Pfeil*/
.button_arrow a {
  color: var(--awb-color7);
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.button_arrow a:before {
  border-color: var(--awb-color7);
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  width: 6px;
  margin-top: -3px;
  bottom: 9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -25px;
  transition: all 0.5s linear;
}
.button_arrow a:after {
  background: var(--awb-color7);
  content: "";
  display: block;
  height: 2.5px;
  position: absolute;
  bottom: 11.8px;
  width: 13px;
  transition: all 0.5s linear;
  right: -25px;
}
.button_arrow:hover a {
  color: var(--awb-color7);
  text-transform: uppercase;
  font-weight: bold;
}
.button_arrow:hover a::before {
  right: -32px;
}
.button_arrow:hover a:after {
  width: 20px;
  right: -32px;
}
/*CTA*/
.fusion-content-boxes.content-boxes {
  margin-bottom: 0;
}
/*Bögen*/
.welle {
  position: relative;
}
.welle:before {
  display: block;
  width: calc(100% + 10px);
  position: absolute;
  right: 0;
  left: -5px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.orange.top::before {
  background-image: url(../img/orange-welle.svg);
  height: 40vh;
  top: -39vh;
  background-position: right bottom;
}
.grau.top::before {
  background-image: url(../img/grau-welle.svg);
  height: 40vh;
  top: -8px;
  z-index: 9999 !important;
  background-position: center top;
}
/* --- GRAVITY FORMS --- */
.gform_heading {
  display: none;
}
input, select {
  text-transform: inherit !important;
  text-align: left !important;
  background: #f9f9f9;
  border: 1px solid #fcb332 !important;
  border-radius: 4px !important;
}
input {
  padding: 8px 10px !important;
  height: auto !important;
  border-radius: 4px !important;
}
.gfield_label {
  color: #f9f9f9;
}
input[type="submit"] {
  background: #fcb332 !important;
  border-width: 0px !important;
  padding: 15px 50px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #fff;
  cursor: pointer;
  border-radius: 0px !important;
}
textarea {
  text-transform: inherit;
}
.gfield_validation_message {
  background: transparent !important;
  padding: 5px 10px !important;
}
/* --- Toggle --- */
.incon_vorteile .fa-fusion-box {
  width: 15px;
  margin: 0 -3px 0 6px;
}
.incon_vorteile .panel-collapse .panel-body {
  padding: 0;
}
.incon_vorteile .panel-collapse .panel-body ul {
  margin: 0;
}
.incon_vorteile .panel-collapse .panel-body ul li {
  margin-bottom: 10px;
}
/*
 * Responsive View
 */
@media screen and (max-width: 425px) {
  /* Grid Settings*/
  .incon_grid_2, .incon_grid_3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .orange.top::before {
    background-image: url(../img/orange-welle-mobil.svg);
    height: 20vh;
    top: -19vh;
    content: "";
  }
  .grau.top::before {
    background-image: url(../img/grau-welle-mobil.svg);
    height: 20vh;
    top: -0.1vh;
    content: "";
  }
  .header_image {
    min-height: 400px !important;
    margin-top: -180px !important;
  }
  .header_image .parallax-inner {
    background-size: 100% !important;
  }
}
/*Blog Aufzählung
.fusion-column-wrapper .fusion-checklist.type-numbered li, .fusion-column-wrapper ul.fusion-checklist.type-numbered li {
    align-items: top!important;
}*/
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* 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 */
/* Icons */
/* 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;
}
.gallery-wrapper, .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-top: 50px;
}
a.gallery-item {
  display: block;
  flex: 0 0 30%;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
a.gallery-item figure {
  margin: 0 !important;
}
a.gallery-item figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.header-info {
  display: flex;
  justify-content: end;
  grid-gap: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  color: white;
}
.header-info a {
  color: white;
}
.header-info a:hover {
  color: #FCB332;
}
.welle-cnt-small {
  height: 4vh !important;
}
.casestudy-slider-wrapper .slider-item {
  padding: 15px;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner {
  padding: 35px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-img {
  margin-bottom: 35px;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data {
  color: #2F2F2F;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data p.slider-title {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data p.slider-title a {
  color: #2f2f2f !important;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data p.slider-title a:hover {
  color: #fcb332 !important;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data p.slider-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data .slider-btn a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #2F2F2F;
  font-weight: bold;
  padding-right: 28px;
  background: url("../img/arrow-more.svg") no-repeat right center;
  background-size: 20px;
}
.casestudy-slider-wrapper .slider-item .slider-item-inner .slider-item-data .slider-btn a:hover {
  color: #fcb332;
}
.fusion-tb-header > .fusion-fullwidth {
  background-position: 50% calc(100% + 1px) !important;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.slick-dots li button {
  background: transparent;
  border: 2px solid white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: white;
}
.header-img img {
  object-fit: cover;
  max-height: 600px;
}
#menu-language-switcher a {
  height: 19px !important;
}
@media screen and (min-width: 1301px) and (max-width: 1800px) {
  .header-txt-cnt > .fusion-column-wrapper {
    padding: 10vw !important;
  }
}
@media screen and (min-width: 801px) and (max-width: 950px) {
  a.gallery-item {
    flex: 0 0 48%;
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .bg-pos-50px:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header-info {
    justify-content: space-between;
  }
  .header-info div.info-mail {
    display: none;
  }
  a.gallery-item {
    flex: 0 0 100%;
    width: 100%;
  }
  .text-intro-block p {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .bg-pos-50px {
    background-image: none !important;
  }
  .bg-pos-50px:after {
    display: none;
  }
}
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
.avada-footer-scripts {
  background: #2e2e2e;
}
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
/* Note: All stated variables with the value containing var() are set in the Avada Options. */
/* Colors */
/* Default Layouting Values */
/* Element Stylings */
/* Fonts */
/* Link Stylings */
/* Media Queries */
.customer-area {
  background-color: hotpink;
  /* --------------------------------------------------
        MY FILES
       -------------------------------------------------- */
  /* --------------------------------------------------
        KUNDENBEREICH
       -------------------------------------------------- */
  /* --------------------------------------------------
        BESTELLFORMULAR
       -------------------------------------------------- */
}
.customer-area .customer-private-files .w3eden .card {
  background-color: transparent;
}
.customer-area .customer-private-files .w3eden .card .btn.btn-lg.btn-primary {
  background: #fcb332 !important;
  border-width: 0px !important;
  padding: 15px 50px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #fff;
  cursor: pointer;
  border-radius: 0px !important;
}
.customer-area .customer-inquiry-form .gsection_title {
  color: #112337;
}
.customer-area .customer-inquiry-form .ginput_container_number > input {
  height: 40px !important;
}
.customer-area .customer-inquiry-form .instruction {
  display: none;
}
.customer-area .customer-inquiry-form .altcha-label {
  color: #112337;
}
/*# sourceMappingURL=app.css.map */