@charset "UTF-8";
:root {
  --color-header: #EEF2F2;
  --color-footer: #87D8F6;
  --color-highlight: #19a538;
  --color-dark: #40413c;
  --color-menu: #F0F0F0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
    width: 100%; } }
a {
  color: inherit; }

a:hover {
  color: var(--color-highlight); }

a.arrowlink:after {
  text-decoration: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1ex;
  content: " \e092"; }

.row {
  margin-bottom: 1em; }

.container .carousel-caption p a {
  color: #FFFFFF !important;
  font-weight: normal !important;
  background-color: inherit !important; }

.container .carousel-caption p span {
  background-color: inherit !important;
  line-height: 1.4 !important; }

.we_form {
  padding: 20px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8; }

.container p a,
.container p a:visited,
.container p a:focus {
  font-weight: 700;
  color: #444444;
  text-decoration: underline; }

.we_alert {
  color: red;
  margin: 10px 0px; }

.navbar {
  background-position: center right;
  background-repeat: no-repeat; }
  .navbar > .container {
    position: relative; }

.form-control::-moz-placeholder {
  color: #444; }

.form-control {
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  box-shadow: none; }

.we_form .btn {
  border: 1px solid #e1e1e1;
  border-radius: 0px; }

.we_form .btn-default {
  background-color: inherit;
  color: var(--color-dark); }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 20px; }

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

.container .csc-textpic-imagewrap,
.container .csc-textpic-center-outer,
.container .csc-textpic-center-inner {
  width: 100%; }

table,
th,
td {
  border: 1px solid #e1e1e1;
  border-collapse: collapse; }

table.we_table {
  width: 100%;
  background-color: #f8f8f8; }

table.we_table.we_odd tr:nth-child(even) {
  background-color: #f1fafd; }

table.we_table.we_odd tr:nth-child(odd) {
  background-color: #f8fcfe; }

.we_table td {
  /*padding: 8px;*/
  padding: 4px; }

.we_table a,
.we_table a:visited,
.we_table a:focus {
  color: #444444; }

body {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 300; }

.carousel-caption {
  bottom: 80px;
  color: #212121;
  right: 100px;
  left: auto;
  top: auto;
  margin-bottom: 10px;
  text-align: left; }

.carousel-caption > h1,
.carousel-caption > h2,
.carousel-caption > .heading {
  font-size: 33px;
  font-weight: normal; }

.carousel-caption > p {
  font-size: 20px; }

.carousel-caption > h1,
.carousel-caption > h2,
.carousel-caption > .heading {
  display: inline-block; }

.carousel-caption > * {
  text-shadow: none;
  color: #212121;
  padding: 0 3px;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px; }

.carousel-caption > *:first-child {
  margin-top: 0; }

.carousel-caption > p {
  margin-bottom: 0; }

.carousel-caption > br {
  display: none; }

.carousel-control.left,
.carousel-control.right {
  background-image: none; }

.carousel-control.left {
  margin-left: 100px;
  right: inherit; }

.carousel-control.right {
  margin-left: 130px;
  right: inherit; }

.carousel-control {
  text-align: left;
  width: 20px;
  z-index: 999; }

.carousel-control {
  color: #ffffff;
  opacity: 1; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-circle-arrow-left,
.carousel-control .glyphicon-circle-arrow-right {
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  top: 80%;
  z-index: 5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: var(--color-dark);
  line-height: 1.4;
  margin-bottom: .75em; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: underline; }

h1 {
  font-size: 2.8rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.3rem; } }

h2 {
  font-size: 1.9rem; }
  h2.special-header-blue {
    background: #5bc5f2;
    background: var(--color-highlight);
    color: white;
    padding: 1.2rem;
    margin-left: -.6rem;
    margin-right: -.6rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.5rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.4rem; } }

p {
  font-weight: 300;
  color: var(--color-dark); }
  @media (max-width: 767px) {
    p {
      font-size: 1.5rem; } }

footer {
  outline: 20px solid var(--color-menu);
  border-top: 2px solid #fff;
  padding: 30px 0px;
  background-color: var(--color-dark);
  color: var(--color-menu);
  background-position: center bottom;
  background-repeat: no-repeat; }

footer p,
footer h3 {
  color: inherit; }

.we_subfooter {
  border-top: 1px solid var(--color-menu);
  background-color: var(--color-menu);
  padding: 30px 0px 25px 0px;
  color: var(--color-dark); }

ul, ol {
  padding-left: 1.7rem; }

.we_el_2 .we_text p a {
  color: #444444;
  text-decoration: underline;
  padding-right: 10px; }

.marketing.container {
  padding-top: 0; }
  @media (min-width: 768px) {
    .marketing.container {
      padding-top: 40px; } }

.marketing .col-lg-4 p {
  margin-left: 0px;
  margin-right: 0px; }

.we_el_1 p,
.we_el_1 h4 {
  text-align: left; }

.we_text {
  padding-top: 20px;
  padding-bottom: 20px; }

.we_nomar,
.we_nomar_mobile {
  margin-bottom: 0px;
  padding-left: 0;
  padding-right: 0; }

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

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block; }

.bg_hellblau2 {
  /*background-color: #4cbee6;*/
  background-color: var(--color-footer); }

.bg_hellblau3 {
  /*background-color: #b2e3f4;*/
  background-color: var(--color-header); }

.bg_hellblau4 {
  background-color: #d9f2ff; }

.bg_dark {
  background-color: var(--color-dark); }

.border_bottom_blue {
  border-bottom: 10px solid var(--color-highlight); }

.navbar-default {
  border: none; }

.we_nav_lower {
  border: none;
  background-color: #FFFFFF; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background: var(--color-highlight);
  color: var(--color-dark); }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
  background: var(--color-header);
  color: var(--color-dark); }

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px 0; }

.dropdown-menu > li > a {
  color: var(--color-dark);
  background-color: white;
  padding: 8px 20px;
  margin-bottom: 2px; }

.dropdown-menu .divider {
  height: 1px;
  margin: 0px 0; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: var(--color-header);
  color: var(--color-dark); }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  /*color: #005ba1;*/
  color: var(--color-dark); }

.navbar {
  margin-bottom: 0px; }

.navbar-brand {
  height: 42px;
  line-height: 42px;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px; }
  .navbar-brand > img {
    height: 100%;
    width: auto; }
  @media screen and (min-width: 768px) {
    .navbar-brand {
      line-height: 72px;
      height: 72px;
      margin-top: 10px;
      margin-bottom: 10px; } }

.we_flag {
  border: 1px solid #ffffff;
  opacity: 0.5; }

.we_flag_active {
  opacity: inherit; }

.we_flag:hover {
  opacity: inherit; }

.we_mininav {
  padding-top: 40px; }

.logo_fetscher {
  float: right; }

.marketing .col-lg-3 {
  text-align: center; }

.we_divider {
  display: block;
  width: 100%; }

.we_el_2 .we_text {
  padding: 20px 10px; }

.we_divider:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.we_20 {
  margin: 10px 0px; }

.we_40 {
  margin: 20px 0px; }

.we_60 {
  margin: 30px 0px; }

.we_80 {
  margin: 40px 0px; }

.we_noborder {
  border-top: 1px solid transparent; }

#navbar {
  border-top: none; }

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-color: var(--color-dark) !important;
  border-radius: 2px;
  float: left;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 15px;
  padding: 7px 6px;
  position: relative; }
  .navbar-toggle .icon-bar {
    width: 26px; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: var(--color-dark); }

.boxGrey {
  background: #f6f6f6;
  border: 1px solid #dfe5eb;
  padding: 0 0 10px; }

.boxGrey > .csc-header,
.boxGrey > p,
.boxGrey > .csc-textpic > .csc-textpic-text {
  margin-left: 10px;
  margin-right: 10px; }

/*
	3te Menüebene
 */
.navbar-nav .dropdown-menu {
  z-index: 9999999; }

@media (min-width: 768px) {
  .navbar-nav .dropdown-menu .dropdown-menu {
    /* komplette Höhe - Lineheight - paddingtop - paddingbottom - border - offset*/
    /*top: calc(100% - 1.42857143em - 8px - 8px - 2px - 1px);*/
    top: -3px;
    left: 100%; }

  /*
      neue Farben für die Navbar
   */
  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li:hover > a:focus,
  .navbar-default .navbar-nav > li:hover > a:hover {
    /*background: #005ba1;*/
    background: var(--color-highlight);
    color: var(--color-menu); }

  .dropdown-menu {
    /*background-color: #005ba1;*/
    background: transparent; }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /*background: #1971b3;*/
    color: var(--color-dark); } }
@media (min-width: 992px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }

  .breadcrumb {
    /*margin-bottom: -20px;*/ } }
@media (max-width: 1170px) {
  .carousel .item {
    height: 320px; } }
@media (max-width: 991px) {
  .nav > li {
    display: inline-block; }

  .we_einaus {
    display: none; }

  .carousel-caption p {
    font-size: 18px;
    line-height: 1.4;
    /*margin-bottom: 20px;*/ }

  .carousel-caption {
    left: 50px;
    padding-bottom: 10px;
    top: 55px; }

  .carousel .item {
    height: 240px; }

  .we_subfooter .logo_fetscher {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left !important; }

  /* Abstände kleiner */
  .we_20 {
    margin: 5px 0px; }

  .we_40 {
    margin: 10px 0px; }

  .we_60 {
    margin: 15px 0px; }

  .we_80 {
    margin: 20px 0px; } }
@media (max-width: 767px) {
  /*
      Mobiles Menü
   */
  #navbar .dropdown .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.5s ease-in; }

  #navbar .dropdown.showdown > .dropdown-menu {
    max-height: 9999px;
    max-height: 200vh; }

  #navbar .dropdown > span.dropdowntoggle {
    display: inline-block !important;
    /*padding-right: 0;*/
    font-weight: 300;
    margin-right: 200px;
    margin-right: 50vw;
    float: right;
    color: #B3B3B3; }

  #navbar .dropdown > span > .glyphicon {
    transition: transform 0.2s ease-out; }

  #navbar .dropdown.showdown > span > .glyphicon {
    transform: rotate(135deg); }

  #navbar > ul > li > a {
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    color: var(--color-dark); }

  #navbar ul li.active > a {
    /*color: #005ba1;*/
    color: var(--color-highlight); }

  #navbar .dropdown .dropdown-menu {
    background-color: #fff;
    box-shadow: none;
    display: block;
    float: inherit;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    /*padding: 5px 0;*/
    position: relative;
    text-align: left;
    /*padding: 8px 15px 8px 30px;*/ }

  .dropdown-menu li {
    margin-left: 14px; }

  .dropdown-menu > li > a {
    color: #777777;
    display: inline-block;
    /*border-top: 1px solid #dedede;*/
    /*padding: 5px 0px;*/ }

  .dropdown-menu > li:hover,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:visited {
    color: #777777;
    background-color: #ffffff; }

  .nav > li {
    display: block; }

  .navbar {
    background-image: none; }

  .navbar .we_mininav {
    border-top: 1px solid #444444;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444444; }

  .carousel {
    display: none; }

  /* Abstände kleiner */
  .we_20 {
    margin: 2px 0px; }

  .we_40 {
    margin: 4px 0px; }

  .we_60 {
    margin: 6px 0px; }

  .we_80 {
    margin: 8px 0px; } }
@media screen and (max-width: 500px) {
  #navbar .dropdown > span.dropdowntoggle {
    margin-right: 0; } }
/*
	Breadcrumb
 */
.breadcrumb {
  background: none;
  margin-top: 15px; }

/*
	Links im Footer
 */
.footer .container p a,
.footer .container p a:visited,
.footer .container p a:focus {
  font-weight: normal;
  color: white; }

.row-flex {
  display: flex;
  flex-wrap: wrap; }

.col-md-2-4 {
  width: 100%;
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .col-md-2-4 {
      width: 20%;
      flex-basis: 20%;
      padding: 0 15px; } }

.spacer-xs-0 {
  margin-top: 0px; }

.spacer-xs-10 {
  margin-top: 10px; }

.spacer-xs-20 {
  margin-top: 20px; }

.spacer-xs-40 {
  margin-top: 40px; }

.spacer-xs-60 {
  margin-top: 60px; }

.spacer-xs-80 {
  margin-top: 80px; }

@media screen and (min-width: 768px) {
  .spacer-sm-0 {
    margin-top: 0px; }

  .spacer-sm-10 {
    margin-top: 10px; }

  .spacer-sm-20 {
    margin-top: 20px; }

  .spacer-sm-40 {
    margin-top: 40px; }

  .spacer-sm-60 {
    margin-top: 60px; }

  .spacer-sm-80 {
    margin-top: 80px; } }
@media screen and (min-width: 992px) {
  .spacer-md-0 {
    margin-top: 0px; }

  .spacer-md-10 {
    margin-top: 10px; }

  .spacer-md-20 {
    margin-top: 20px; }

  .spacer-md-40 {
    margin-top: 40px; }

  .spacer-md-60 {
    margin-top: 60px; }

  .spacer-md-80 {
    margin-top: 80px; } }
@media screen and (min-width: 1200px) {
  .spacer-lg-0 {
    margin-top: 0px; }

  .spacer-lg-10 {
    margin-top: 10px; }

  .spacer-lg-20 {
    margin-top: 20px; }

  .spacer-lg-40 {
    margin-top: 40px; }

  .spacer-lg-60 {
    margin-top: 60px; }

  .spacer-lg-80 {
    margin-top: 80px; } }
.img-responsive img, .img-responsive picture {
  display: block;
  max-width: 100%;
  width: 100%; }

figcaption {
  margin-top: 0.5em;
  font-size: 0.9em; }

.ce-textpic {
  overflow: visible; }

.ce-textpic * {
  width: 100%;
  height: auto; }

.ce-gallery > .ce-row {
  display: flex;
  margin-bottom: 8px; }
  .ce-gallery > .ce-row .ce-column {
    padding-right: 10px;
    margin-right: 0; }
    .ce-gallery > .ce-row .ce-column:last-child {
      margin-right: 0; }
.ce-gallery[data-ce-columns="1"] > .ce-row .ce-column {
  width: 100%; }
.ce-gallery[data-ce-columns="2"] > .ce-row .ce-column {
  width: 50%; }
.ce-gallery[data-ce-columns="3"] > .ce-row .ce-column {
  width: 33%; }
.ce-gallery[data-ce-columns="4"] > .ce-row .ce-column {
  width: 25%; }
.ce-gallery[data-ce-columns="5"] > .ce-outer > .ce-inner > .ce-row .ce-column {
  width: 20%; }

.blog-sidebar .tx-powermail .powermail_legend,
.blog-sidebar .tx-powermail label,
.tx-powermail .nolabel .powermail_legend,
.tx-powermail .nolabel label {
  display: none; }

.tx-powermail .checkbox label {
  display: inline-block; }

.tx-powermail .container-fluid {
  padding: 0; }
  .tx-powermail .container-fluid .row {
    margin-left: 15px;
    margin-right: 15px; }
.tx-powermail .form-group {
  margin-bottom: 0; }
.tx-powermail .powermail_fieldset {
  margin-bottom: 32px; }
  .tx-powermail .powermail_fieldset .row {
    margin-bottom: 8px; }
  .tx-powermail .powermail_fieldset.layout1 {
    border: solid thin #e1e1e1;
    padding: 8px;
    background-color: var(--color-header); }
    .tx-powermail .powermail_fieldset.layout1 .powermail_legend {
      color: #212121;
      float: left;
      font-size: 2rem;
      font-weight: 300;
      border-bottom: none;
      margin-bottom: 10px; }
    .tx-powermail .powermail_fieldset.layout1 .col-sm-9 {
      width: 100%;
      max-width: 480px; }
    .tx-powermail .powermail_fieldset.layout1 .powermail_fieldwrap_type_submit input.btn.btn-primary {
      background: none;
      border: none;
      color: #212121;
      font-weight: bold; }
      .tx-powermail .powermail_fieldset.layout1 .powermail_fieldwrap_type_submit input.btn.btn-primary:hover, .tx-powermail .powermail_fieldset.layout1 .powermail_fieldwrap_type_submit input.btn.btn-primary:active {
        color: var(--color-highlight); }
.tx-powermail .powermail_field {
  color: #212121; }
.tx-powermail .powermail_fieldwrap_type_check a {
  text-decoration: underline; }
.tx-powermail .powermail_fieldwrap_type_html .col-sm-9 {
  width: 100%;
  max-width: 480px; }
.tx-powermail .call-us,
.tx-powermail .call-us-sm {
  position: relative;
  padding-left: 2.5em; }
  .tx-powermail .call-us::before,
  .tx-powermail .call-us-sm::before {
    display: block;
    content: '';
    background-image: url(../Images/phone.svg);
    background-size: contain;
    width: 2em;
    height: 2em;
    left: 0;
    top: 0;
    position: absolute; }
  .tx-powermail .call-us a,
  .tx-powermail .call-us-sm a {
    font-weight: 300; }

.call-us,
.call-us-sm {
  position: absolute;
  right: 15px;
  top: 10px;
  line-height: 2em; }
  .call-us::before,
  .call-us-sm::before {
    display: inline-block;
    content: '';
    background-image: url(../Images/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2em;
    height: 1.8em;
    left: 0;
    top: 4px;
    margin-right: 4px;
    position: relative; }

.call-us-sm {
  padding-top: 0;
  line-height: 1;
  border-radius: 2px;
  border-color: var(--color-dark);
  color: var(--color-dark);
  top: 15px;
  font-size: 1.1em; }
  .call-us-sm::before {
    margin-right: 0;
    height: 1.3em;
    width: 1.6em; }
  @media (max-width: 280px) {
    .call-us-sm {
      display: none; } }

@media (max-width: 767px) {
  .call-us {
    display: none; } }

@media (min-width: 767px) {
  .call-us-sm {
    display: none; } }

a[href$=".pdf"]:not(.magnificpopup)::before, a[href$=".jpg"]:not(.magnificpopup)::before,
a[href$=".gif"]:not(.magnificpopup)::before,
a[href$=".svg"]:not(.magnificpopup)::before,
a[href$=".jpeg"]:not(.magnificpopup)::before,
a[href$=".png"]:not(.magnificpopup)::before, .ce-uploads a::before {
  content: '';
  background-image: url(../Images/file-regular.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1.4em;
  display: block;
  position: relative;
  margin-right: .55em;
  float: left; }

a[href$=".pdf"]:not(.magnificpopup)::before {
  background-image: url(../Images/file-alt-regular.svg); }

a[href$=".jpg"]:not(.magnificpopup)::before,
a[href$=".gif"]:not(.magnificpopup)::before,
a[href$=".svg"]:not(.magnificpopup)::before,
a[href$=".jpeg"]:not(.magnificpopup)::before,
a[href$=".png"]:not(.magnificpopup)::before {
  background-image: url(../Images/file-image-regular.svg); }

.ce-uploads span {
  display: inline-block; }

.reference-item {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-highlight);
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .reference-item {
      display: flex; } }

.reference-text h2 {
  margin-top: 0; }
@media screen and (min-width: 768px) {
  .reference-text {
    padding-right: 12px;
    flex-grow: 1;
    flex-basis: 80%; } }

@media screen and (min-width: 768px) {
  .reference-image {
    padding-left: 12px; } }

a[href$=".jpg"]:not(.magnificpopup)::before, a[href$=".gif"]:not(.magnificpopup)::before, a[href$=".svg"]:not(.magnificpopup)::before, a[href$=".jpeg"]:not(.magnificpopup)::before, a[href$=".png"]:not(.magnificpopup)::before {
  content: none;
  display: none; }

@media (max-width: 768px) {
  html {
    font-size: 11px; } }

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