* {
  font-family: verdana, helvetica, sans-serif;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
}

.card {
  margin-bottom: 10px;
}

.cc-banner {
  background: white !important;
}

.cc-banner .btn {
  border: none;
}

.cc-banner .cc-link {
  padding: 0 !important;
}

.cc-banner a {
  color: #0b2982 !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
}

.cc-banner a:hover {
  color: rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cc-banner .btn {
  color: white !important;
}

.cc-banner .btn:hover {
  color: white !important;
  text-decoration: none;
}

.cc-banner .cc-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b2982), color-stop(61%, #0b2982a9), color-stop(90%, #123aaf));
  background-image: linear-gradient(180deg, #0b2982 0%, #0b2982a9 61%, #123aaf 90%);
  color: white !important;
  letter-spacing: 0.35px;
  text-decoration: none !important;
  font-size: 1rem;
}

.cc-banner .cc-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b2982), color-stop(50%, #0b2982a9), color-stop(90%, #123aaf));
  background-image: linear-gradient(180deg, #0b2982 0%, #0b2982a9 50%, #123aaf 90%);
  color: white !important;
}

.cc-banner .cc-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cc-compliance .cc-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b2982), color-stop(61%, #0b2982a9), color-stop(90%, #123aaf));
  background-image: linear-gradient(180deg, #0b2982 0%, #0b2982a9 61%, #123aaf 90%);
  color: white !important;
  letter-spacing: 0.35px;
  text-decoration: none !important;
  font-size: 1rem;
}

.cc-compliance .cc-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b2982), color-stop(50%, #0b2982a9), color-stop(90%, #123aaf));
  background-image: linear-gradient(180deg, #0b2982 0%, #0b2982a9 50%, #123aaf 90%);
  color: white !important;
}

.cc-compliance .cc-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reference:nth-child(even) {
  padding: 1rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.card-header {
  background-image: url("/assets/images/bgCardHeader.jpg");
  -webkit-box-shadow: 1px 3px 3px -1px rgba(52, 58, 64, 0.35);
          box-shadow: 1px 3px 3px -1px rgba(52, 58, 64, 0.35);
  border: 1px solid #939598;
  position: relative;
  height: 70px;
  overflow: hidden;
}

.card-header .btn-link {
  position: relative;
  z-index: 999;
  line-height: 35px;
  color: white;
}

.card-header .btn-link:hover {
  text-decoration: none;
}

.card-header::after {
  background-image: url(/assets/images/stockhouse.png);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: auto;
  display: inline-block;
}

.navHeader {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.company-name {
  position: absolute;
  top: 62px;
  margin-left: 8px;
  font-size: 1rem;
}

.company-name-ext {
  top: 80px;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(0, 0, 0, 0.75);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: rgba(0, 0, 0, 0.75);
}

.site-content h1 {
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  font-size: 2.4rem;
}

.site-content h4 {
  color: #0b2982;
  text-align: left;
  font-size: 1.5rem;
  margin: 3rem 0;
}

.site-content .partner {
  float: left;
  margin-top: 15px;
  margin-left: 6px;
  margin-bottom: 40px;
}

.site-content label,
.site-content input,
.site-content textarea {
  display: block;
}

.site-content .uniform__potty {
  position: absolute;
  left: -9999px;
}

.site-content .error {
  border: 1px solid red;
}

.site-content a {
  color: #0b2982;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.site-content a:hover {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.site-content table {
  margin-top: 2rem;
}

.logo-link:hover {
  text-decoration: none;
}

#top-menu {
  position: relative;
  top: 0px;
}

#top-menu .dropdown,
#top-menu .dropleft,
#top-menu .dropright,
#top-menu .dropup {
  position: initial;
}

#top-menu .feather-chevron-down {
  display: none;
}

#top-menu .show .feather-chevron-down {
  display: inline;
  position: absolute;
  right: -5px;
  top: 22px;
  width: 14px;
  height: auto;
}

#top-menu .dropdown-menu.show {
  position: absolute !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  will-change: transform !important;
  top: 0px !important;
  left: 20px !important;
  max-width: 640px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate3d(-5px, 25px, 0px) !important;
          transform: translate3d(-5px, 25px, 0px) !important;
  background: transparent !important;
  border: none !important;
}

#top-menu .dropdown-toggle::after {
  display: none;
}

#top-menu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;
}

#top-menu li.dropdown {
  margin: 0;
}

#top-menu li .dropdown-item {
  width: auto;
  font-size: 1rem;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #0b2982;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: none;
}

#top-menu li .dropdown-item.active {
  background: transparent;
  color: rgba(0, 0, 0, 0.75);
}

#top-menu li .dropdown-item:hover {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: rgba(0, 0, 0, 0.75);
}

#top-menu a {
  padding: 0.5em 0;
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  letter-spacing: 0.35px;
  text-decoration: none;
  font-size: 1.4rem;
}

#top-menu a:before,
#top-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#top-menu a:hover,
#top-menu a.active {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: transparent;
  color: #0b2982;
}

#top-menu li:last-child a {
  padding-right: 0 !important;
}

#top-menu li:last-child .show .feather-chevron-down {
  right: -20px;
}

#top-menu-small {
  font-size: 0.8rem;
}

#top-menu-small li {
  list-style: none;
  float: left;
}

#top-menu-small a {
  padding: 0.5em 0;
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top-menu-small svg {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -4px;
}

img.dummy {
  max-width: 128px;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

nav.languages {
  float: right;
  list-style: none;
}

nav.languages ul {
  list-style: none;
}

nav.languages li {
  float: left;
}

nav.languages li a {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 4px;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

nav.languages li a.active {
  border-color: rgba(0, 0, 0, 0) !important;
  font-weight: bold !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  color: #0b2982 !important;
}

nav.languages li a:hover {
  border-color: rgba(0, 0, 0, 0) !important;
}

nav.languages .btn-outline-dark:not(:disabled):not(.disabled).active:focus, nav.languages .btn-outline-dark:not(:disabled):not(.disabled):active:focus, nav.languages .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

nav.languages .btn-primary.focus, nav.languages .btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

nav.languages .btn-primary:not(:disabled):not(.disabled).active, nav.languages .btn-primary:not(:disabled):not(.disabled):active, nav.languages .show > .btn-primary.dropdown-toggle {
  background: rgba(0, 0, 0, 0);
}

.btn-switcher {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.35px;
  text-decoration: none;
  margin-right: 0;
}

.btn-switcher:hover {
  color: #0b2982;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.btn-switcher.active {
  background-color: rgba(0, 0, 0, 0);
}

/*
  breadcrumb 
  */
.float-inlineblock {
  display: inline-block;
}

.breadcrumb {
  padding: 0.5rem;
  margin: 0;
  font-size: 0.8rem;
  border-radius: 0;
}

.breadcrumb .breadcrumb-item > a {
  color: rgba(0, 0, 0, 0.75);
}

.breadcrumb .breadcrumb-item.active > a,
.breadcrumb .breadcrumb-item > a:hover {
  color: #0b2982;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "<i data-feather=" chevron-right "></i>";
}

.btn-secondary,
.btn-real-primary,
.btn-pricelist {
  margin-top: 12px;
  margin-right: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b2982), color-stop(61%, #0b2982a9), color-stop(90%, #123aaf));
  background-image: linear-gradient(180deg, #0b2982 0%, #0b2982a9 61%, #123aaf 90%);
  border: none;
  color: white !important;
  letter-spacing: 0.35px;
  text-decoration: none;
  font-size: 1rem;
}

.btn-secondary:hover,
.btn-real-primary:hover,
.btn-pricelist:hover {
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b2982), color-stop(50%, #0b2982a9), color-stop(90%, #123aaf));
  background-image: linear-gradient(180deg, #0b2982 0%, #0b2982a9 50%, #123aaf 90%);
}

.btn-secondary:focus,
.btn-real-primary:focus,
.btn-pricelist:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
  Intro
  */
.intro h1 {
  color: rgba(0, 0, 0, 0.75);
}

.lead {
  font-size: 1rem;
}

#open-hours {
  margin-top: 27px;
}

#open-hours td:first-child {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .navHeader {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
  .text-sm-center {
    text-align: center;
  }
  #top-menu li .dropdown-item {
    font-size: 0.85rem;
  }
  #top-menu a {
    font-size: 1rem;
    padding: 0 !important;
  }
}

.img-fluid {
  width: 100%;
}

/*
footer 
*/
footer {
  padding-bottom: 40px;
}

footer .disclaimer-container {
  position: relative;
  top: -30px;
}

footer .disclaimer-container .copy-right {
  top: 30px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-align: center;
}

footer .logo-small {
  height: 56px;
  width: auto;
  border: 8px solid white;
  display: block;
  margin: auto;
  padding-top: 0px;
}

footer .service-container {
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  top: 28px;
}

footer a.hotline-footer {
  font-size: 1.35rem;
  display: inline-block;
  margin-top: 42px;
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer a.hotline-footer svg {
  margin-top: -8px;
  margin-right: 4px;
  width: 1.3rem;
  height: 1.3rem;
}

footer a.hotline-footer svg path {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer a.hotline-footer:hover, footer a.hotline-footer.active {
  color: #0b2982;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

footer a.hotline-footer:hover svg path, footer a.hotline-footer.active svg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #0b2982;
}

footer .hotline-customer .email {
  font-size: 14px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: rgba(0, 0, 0, 0.75);
}

footer .hotline-customer .email:hover {
  color: #0b2982;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

footer .hotline-customer a.hotline-footer {
  font-size: 1.35rem;
  display: inline-block;
  margin-top: 42px;
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .hotline-customer a.hotline-footer svg {
  margin-top: -8px;
  margin-right: 4px;
  width: 1.3rem;
  height: 1.3rem;
}

footer .hotline-customer a.hotline-footer svg path {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .hotline-customer a.hotline-footer:hover, footer .hotline-customer a.hotline-footer.active {
  color: #0b2982;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

footer .hotline-customer a.hotline-footer:hover svg path, footer .hotline-customer a.hotline-footer.active svg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #0b2982;
}

footer .hotline-customer a.margin-special {
  margin-top: 60px;
}

footer a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #0b2982;
}

footer a:hover, footer a.active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}

footer .footer-nav {
  margin-top: 2rem;
}

footer .footer-nav li {
  margin-bottom: 2px;
  text-align: right;
}

.standorte figure {
  margin: 0;
}

.standorte figure img {
  margin: 0 auto;
  float: right;
  max-width: 365px;
}

@media screen and (max-width: 1200px) {
  .btn-pricelist {
    position: relative;
    top: 50px;
    left: -113px;
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 1010px) {
  header .pb-5 {
    padding-bottom: 8rem !important;
  }
  #top-menu {
    top: 0;
    width: 100%;
  }
  #top-menu.dropdown-menu.show {
    top: 30px !important;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  #top-menu .dropdown-item {
    width: auto;
  }
  #top-menu .dropdown-menu.show {
    top: 30px !important;
  }
  #top-menu a {
    font-size: 1.3rem;
  }
  .btn-pricelist {
    left: -44px;
  }
}

@media screen and (max-width: 1010px) {
  .company-name {
    position: static;
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logo-header {
    margin-bottom: 10px;
  }
  .site-content {
    padding-bottom: 80px;
  }
  .logo-link {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .btn-pricelist {
    top: 18px;
    left: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .display-4 {
    font-size: 1.5rem;
  }
  .lead {
    font-size: 1rem;
  }
  .purchaseprices th:first-child {
    width: 35%;
  }
  #top-menu {
    text-align: center;
  }
  #top-menu .dropdown-menu.show {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    top: 50px !important;
  }
  .site-content h1 {
    font-size: 1.45rem;
  }
  #open-hours {
    margin-top: 60px;
  }
  .float-right {
    float: none !important;
    margin: 0 auto;
  }
  .float-right img {
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 404px) {
  #top-menu .dropdown-menu.show {
    top: 90px !important;
  }
}

@media screen and (max-width: 379px) {
  #top-menu .dropdown-menu.show {
    top: 90px !important;
  }
  #top-menu li .dropdown-item {
    font-size: 0.80rem;
  }
}

@media screen and (max-width: 990px) {
  .img-fluid-sm {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-nav li {
    text-align: left;
  }
  footer .footer-nav {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 1200px) {
  footer a.hotline-footer, footer .hotline-customer a.hotline-footer {
    font-size: 1.45rem;
  }
}

/* stop some themes from messing up Google Maps' styling (e.g. twentyeleven, twentytwelve, twentythirteen...) */
/* https://flexible-map.webaware.net.au/ */
.flxmap-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.flxmap-container img {
  max-width: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
}

.site-content .flxmap-directions img.adp-marker,
.entry-content .flxmap-directions img.adp-marker {
  max-width: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flxmap-directions table.adp-placemark,
.flxmap-directions table.adp-directions {
  table-layout: inherit;
}

.flxmap-directions td.adp-text {
  vertical-align: middle;
}

/* some basic styling for info window */
.gm-style .gm-style-iw .flxmap-infowin {
  color: #2c2c2c;
}

.gm-style .gm-style-iw .flxmap-marker-title {
  font-weight: bold;
}

/* fix info window width on some Webkit browsers */
.gm-style-iw {
  min-width: intrinsic;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* fix info window title width on IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gm-style .gm-style-iw .flxmap-marker-title {
    white-space: nowrap;
    word-wrap: normal;
  }
}

/* fix vertical copyright message on IE8 in some themes */
.flxmap-container .gm-style-cc > div {
  word-wrap: normal;
}
/*# sourceMappingURL=main.css.map */