@font-face {
  font-family: 'kfzbauknecht';
  src: url(/vendor/vivaldi.ttf) format("truetype");
}

/* @import "../../../vendor/skeleton-sass/skeleton.css";
 */
div.navbar {
  -webkit-box-shadow: orange 0 0 2px;
          box-shadow: orange 0 0 2px;
  background-color: #d3d3d3 !important;
  min-height: 75px;
}

div.navbar .navbar-toggler {
  font-size: 2rem;
}

div.navbar .navbar-logo {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  margin: auto;
}

div.navbar .navbar-social-media {
  margin: 0px;
}

div.navbar .navbar-social-media img {
  height: 50px;
}

div.navbar .navbar-social-media .logo-social-media {
  display: inline-block;
  margin: 0px 10px;
}

div.navbar ul li.nav-item {
  padding: 0 5px;
}

div.navbar ul li a {
  color: #0036ff;
  font-size: 18px;
}

div.navbar ul li a:hover {
  color: #000000;
}

div.navbar ul li.active a {
  pointer-events: none;
  color: #000000;
  font-weight: bold;
}

div.navbar .navbar-logo-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  div.navbar .not-on-desktop {
    display: none !important;
  }
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

header {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1rem !important;
}

header .bold {
  font-weight: bold;
}

header li {
  margin: 0;
  list-style-type: none;
}

header li h5 {
  margin: 0px;
}

header ul {
  margin: 10px auto;
}

header .col-4, header .col-2, header col {
  padding: 0px 2px !important;
}

header .header-img img {
  margin: auto 0px;
  width: 100%;
  height: auto;
}

header div.header {
  height: 235px;
  padding: 30px 0px;
}

header h1 {
  margin: auto 0;
}

header .padding-0 {
  padding: 0px !important;
}

header .notfall .btn {
  color: orange !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem;
  border: 1px solid orange;
}

header .notfall .btn:hover {
  color: lightgray !important;
}

@media (max-width: 991.98px) {
  header {
    font-size: 0.7rem !important;
  }
  header div.col, header div.col-4, header div.col-2, header div.col-6 {
    padding: 0 2px;
  }
  header #header-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header #header-img img {
    margin: auto;
    padding-top: 20px;
  }
  header .notfall .btn {
    padding: 0;
    font-size: 0.7rem;
  }
}

footer {
  color: black !important;
  font-size: 14px;
  margin-top: 50px !important;
  -webkit-box-shadow: orange 0 0 2px;
          box-shadow: orange 0 0 2px;
  background-color: white;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 991.98px) {
  footer {
    font-size: 10px !important;
  }
}

body {
  /* //Christmas Background
    background-image: $background_christmas;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -190px;
    background-attachment: fixed;
    background-size: auto;
    */
  background-image: url(/img/E28_abgedunkelt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -10px;
  background-attachment: fixed;
  background-size: cover;
  color: lightgray;
}

.row {
  width: 100%;
  margin: 0;
}

img {
  pointer-events: none !important;
}

a {
  color: #3460ff;
}

a:hover {
  color: lightgray;
}

.show-block {
  display: block !important;
}

.hide-none {
  display: none !important;
}

.hide {
  height: 0px;
}

.show-bm {
  height: 60px;
}

.color-primary {
  color: #3460ff !important;
}

.color-secondary {
  color: orange !important;
}

.font-primary {
  font-family: 'Vivaldi', sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.platzhalter {
  margin: 20px 0;
}

.divider {
  height: 2px;
  background-color: #3460ff;
}

.container.border-bottom-orange {
  border-bottom: orange solid 3px;
}

@media (max-width: 991.98px) {
  .font-primary {
    font-family: 'kfzbauknecht', sans-serif;
    font-weight: bold;
    font-size: 28px;
  }
}
/*# sourceMappingURL=config.css.map */