/** dunkelblau **/
/** hellblau **/
/** dunkelrot **/
/** hellrot **/
/** grau **/
body {
  color: #333;
  font-family: 'Raleway', sans-serif;
  line-height: 140%;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #eee;
  background-position: center center; }

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

a, a:visited {
  color: #063D6A; }

a:hover, a:focus {
  color: #1D71B6; }

#topbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }
  #topbar .dropdown .dropdown-menu {
    display: none; }
  #topbar .dropdown:hover .dropdown-menu {
    display: flex; }

#wrapper {
  width: 100%;
  width: 100vw;
  height: auto;
  overflow: hidden; }

#header {
  margin-bottom: 5rem; }
  #header .heroimage {
    width: 100%;
    width: 100vw;
    min-height: 90vh;
    background-size: cover;
    background-repeat: no-repeat; }
    #header .heroimage .hero-content {
      height: 90vh; }
      #header .heroimage .hero-content .hero-title {
        text-transform: uppercase;
        font-weight: bold;
        color: #A8322A;
        text-shadow: 1px 1px 2px #333; }
      #header .heroimage .hero-content .hero-subtitle {
        text-transform: uppercase;
        font-weight: 200;
        color: #fff;
        text-shadow: 1px 1px 2px #333;
        font-size: 3rem;
        line-height: 140%; }

#herosection {
  margin-top: -150px; }

.ce_herobox {
  overflow: hidden;
  width: 50%;
  position: relative;
  padding-bottom: 15px; }
  .ce_herobox svg {
    position: relative;
    top: 0;
    z-index: 1001;
    -webkit-filter: drop-shadow(-7px 2px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-7px 2px 4px rgba(0, 0, 0, 0.5)); }
  .ce_herobox .heroboxed {
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: .5rem 1rem;
    z-index: 1002;
    text-align: center;
    width: 100%;
    height: 100%; }
    .ce_herobox .heroboxed img {
      height: auto;
      width: 100px;
      max-width: 80%;
      margin: 1.5rem auto;
      clear: both;
      display: block;
      z-index: 1002; }
    .ce_herobox .heroboxed .hero-title {
      text-transform: uppercase;
      color: #fff;
      display: block;
      font-weight: bold;
      line-height: 120%;
      margin-bottom: .5rem; }
    .ce_herobox .heroboxed .hero-subtitle {
      color: #fff;
      line-height: 120%; }

.reflected svg {
  transform: scaleX(-1); }

.bg-dunkelblau {
  fill: #063D6A; }

.bg-hellblau {
  fill: #1D71B6; }

.bg-dunkelrot {
  fill: #A8322A; }

.bg-hellrot {
  fill: #C33832; }

.breadcrumb {
  background-color: transparent; }

#main {
  text-align: center; }

#footer {
  background-color: #fbfbfb;
  padding-bottom: 5rem; }
  #footer .footerlogo {
    margin-left: auto;
    margin-right: auto; }
  #footer .footerleistung-nav {
    margin-top: .5rem;
    margin-bottom: 1.5rem; }
    #footer .footerleistung-nav .nav-item {
      border-right: 1px solid #333; }
      #footer .footerleistung-nav .nav-item .nav-link {
        color: #333; }
      #footer .footerleistung-nav .nav-item .nav-link:hover, #footer .footerleistung-nav .nav-item .nav-link:focus {
        color: #063D6A; }
    #footer .footerleistung-nav .nav-item:last-of-type {
      border-right: none; }
  #footer .footer-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999; }
  #footer address {
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  .ce_herobox {
    width: 25%; } }

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