@font-face {
  font-family: "DINPRO-BOLD TR";
  src: url("/fonts/DINPRO-BOLD TR.TTF");
}
body {
  padding: 0;
  margin: 0;
  background-image: url(../img/content/background.png);
  background-position: top;
  background-size: auto;
  font-family: "DINPRO-BOLD TR";
}
body .content-wrapper {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: bottom center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body .main-container .content-menu-separator {
  background-color: #000000;
  min-height: 100px;
  display: flex;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: flex-end;
}
body .main-container .content-menu-separator h1 {
  font-size: 28px;
  color: #fff;
  padding: 0 24px;
}
body .main-container .content-container {
  min-height: calc(100vh - 380px);
  background: white;
  padding: 15px;
}
@media screen and (max-width: 980px) {
  body .main-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 48px;
  }
  body .main-container .content-container {
    min-height: calc(100vh - 375px) !important;
  }
  body .main-container .content-menu-separator .title-and-search {
    flex-direction: column;
  }
  body .main-container .content-menu-separator .title-and-search .list-search-container {
    padding-left: 24px;
  }
  body .main-container .content-menu-separator .title-and-search .list-search-container .list-search-form {
    flex-direction: column;
    width: 100%;
  }
  body .main-container .content-menu-separator .title-and-search .list-search-container .list-search-form div {
    margin-top: 15px;
    justify-content: flex-end;
  }
}

footer .social-row {
  background: none repeat scroll 0 0 #b91f33;
  height: 40px;
}
footer .footer {
  background: #231f20;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
footer .footer .footer-links-container {
  width: 100%;
}
footer .footer .footer-links-container ul {
  list-style-image: url(/img/list_style.png);
  width: 50%;
}
footer .footer .footer-links-container ul li {
  width: calc(100% / 4);
}
footer .footer .footer-links-container ul li a {
  text-decoration: none;
  color: #918f90;
}
footer .footer .footer-links-container ul li a:hover {
  color: #fff;
}
footer .footer .contactInfo {
  font-size: 12px;
}
footer .footer .contactInfo .opening-hours, footer .footer .contactInfo .address {
  display: flex;
}
footer .footer .contactInfo .opening-hours .opening-hours-shape, footer .footer .contactInfo .opening-hours .address-shape, footer .footer .contactInfo .address .opening-hours-shape, footer .footer .contactInfo .address .address-shape {
  position: relative;
  background: #c6c6c6;
  width: 273px;
  height: 40px;
  z-index: 1;
}
footer .footer .contactInfo .opening-hours .opening-hours-shape:after, footer .footer .contactInfo .opening-hours .address-shape:after, footer .footer .contactInfo .address .opening-hours-shape:after, footer .footer .contactInfo .address .address-shape:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #c6c6c6;
  border-right: 0;
  margin-top: -4px;
  margin-right: -4px;
}
footer .footer .contactInfo .opening-hours .next-btn-shape, footer .footer .contactInfo .address .next-btn-shape {
  background-image: url(/img/footer/next.png);
  width: 28px;
  height: 40px;
  display: inline-block;
  margin-left: -3px;
}
footer .footer .contactInfo .opening-hours .next-btn-shape:hover, footer .footer .contactInfo .address .next-btn-shape:hover {
  background-image: url(/img/footer/next_rollover.png);
}
footer .footer .contactInfo .opening-hours .open {
  font-size: 18px;
  font-weight: bold;
  color: #5f5d5d;
  margin-left: 12px;
  line-height: 40px;
}
footer .footer .contactInfo .opening-hours .open .openhours {
  font-size: 22px;
  font-weight: bold;
  color: #231f20;
  margin: 0px 9px;
}
footer .footer .contactInfo .address .address-title {
  font-weight: bold;
  color: #5f5d5d;
  margin: 14px;
  line-height: 40px;
}
footer .footer .contactInfo .address .address-title .adress-text {
  font-weight: bold;
  color: #231f20;
  margin: 0px 1px;
}
footer .footer .contactInfo .mailtelfax {
  display: block;
  width: 273px;
}
footer .footer .contactInfo .mailtelfax .email, footer .footer .contactInfo .mailtelfax .phone, footer .footer .contactInfo .mailtelfax .fax {
  color: #918f90;
  line-height: 1.5;
}
footer .footer .contactInfo .mailtelfax .email .emailaddress a {
  font-weight: bold;
  color: #b44146;
  margin-left: 10px;
  text-decoration: none;
}
footer .footer .contactInfo .mailtelfax .email .emailaddress a:hover {
  color: #dcb753;
}
footer .footer .contactInfo .mailtelfax .phone .phonenumber {
  font-weight: bold;
  margin-left: 25px;
}
footer .footer .contactInfo .mailtelfax .fax .faxnumber {
  font-weight: bold;
  margin-left: 25px;
}
footer .footer .copyright {
  font-size: 10px;
  color: #656363;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  footer .footer .footer-container {
    flex-direction: column;
  }
  footer .footer .footer-container .footer-links-container {
    display: flex;
    justify-content: center;
  }
  footer .footer .footer-container .footer-links-container ul {
    flex-direction: column;
    width: auto !important;
    margin-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  footer .footer .footer-container .footer-links-container ul li {
    width: auto !important;
    margin-bottom: 5px;
  }
  footer .footer .footer-container .contactInfo {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}

.menu-container .custom-navbar .desktop-menu ul.navbar-nav {
  height: 40px;
  background-color: #eaeaea;
  align-items: center;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item {
  height: 30px;
  border-right: 2px solid #d43230;
  border-left: 0;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item a {
  font-size: 14px;
  height: auto;
  font-weight: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item::before {
  content: "";
  position: absolute;
  top: -5px;
  height: 5px;
  width: 100%;
  cursor: pointer;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 100%;
  cursor: pointer;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item:last-child {
  border: 0 !important;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item ul.submenu {
  top: 35px;
}
.menu-container .custom-navbar .desktop-menu ul.navbar-nav li.nav-item .active-item {
  top: -5px;
}

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