/*
 * Elements
 */
/*
 * Body
 */
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #262626;
  background-color: #f6f6f6;
}
h1 {
  color: black;
  font-weight: 900;
  font-size: 3em;
  text-transform: uppercase;
}
h2 {
  color: black;
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
}
h3 {
  color: black;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
}
h4 {
  color: black;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 751px) {
  h4 {
    font-size: 1.2em !important;
  }
}
a {
  color: #be0024;
}
a:hover,
a:active,
a:focus {
  color: #f0495b;
}
/*
 * Header
 */
#header {
  height: 70px;
  background-color: #191919;
}
#header #header-logo {
  padding: 10px 0 0 24px;
}
@media (min-width: 751px) {
  #header #header-logo {
    float: left;
  }
}
#header #header-logo img {
  height: 50px;
}
#header #header-languages {
  padding: 23px 24px 0 0;
}
@media (min-width: 751px) {
  #header #header-languages {
    float: right;
  }
}
@media (max-width: 751px) {
  #header #header-languages {
    position: absolute;
    z-index: 9999;
    left: 24px;
    top: 100px;
  }
}
#header #header-languages img {
  width: 20px;
  margin-right: 5px;
}
/*
 * Layout
 */
#wrapper {
  width: 100%;
  min-height: 100%;
  display: table;
}
#wrapper #left {
  display: table-cell;
}
#wrapper #menu {
  display: table-cell;
  vertical-align: top;
  width: 170px;
  background-color: #e2e2e2;
  border-left: 1px solid #1c1c1c;
}
#wrapper #menu a {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  padding-left: 20px;
}
#wrapper #menu a.active {
  background-color: white;
}
#wrapper #menu-content {
  display: table-cell;
  vertical-align: top;
  width: 280px;
  background-color: white;
  padding: 10px 10px 10px 15px;
}
#wrapper #menu-content h4 {
  display: none;
}
#wrapper #menu-content .widget {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#wrapper .sidebar {
  margin-left: 0 !important;
}
/*
 * Content
 */
#content {
  padding: 20px 24px 24px 24px;
}
#content h4 {
  font-weight: 900;
  font-size: 1.6em;
}
#content h4:first-child {
  font-weight: bold;
  font-size: 3em;
  margin: 0 0 15px 0;
}
/*
 * Other
 */
#banner {
  position: relative;
  height: 320px;
  color: white;
  text-transform: uppercase;
  background-position: center center;
  background-size: cover;
  line-height: 1;
  text-shadow: 1px 1px 0 #000000;
}
#banner .text {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
#banner .text .date {
  font-weight: 600;
  font-size: 19px;
}
#banner .text .title {
  font-weight: 900;
  font-size: 54px;
}
@media (max-width: 751px) {
  #banner .text .title {
    font-size: 30px !important;
  }
}
#banner .text .info {
  font-weight: 900;
  font-size: 13.5px;
  margin-top: 8px;
}
@media (max-width: 751px) {
  .load-customer-button {
    display: none;
  }
}
/*
 * Buttons
 */
.btn-default,
.btn-primary {
  background-color: #be0024;
  border-color: #be0024;
}
.btn-default:hover,
.btn-primary:hover {
  background-color: #f0495b;
  border-color: #f0495b;
}
/*
 * List-Group
 */
.list-group-item.active {
  color: white;
  background-color: #be0024;
  border-color: #be0024;
}
.list-group-item.active .list-group-item-text {
  color: white;
}
.list-group-item.active:hover {
  color: white;
  background-color: #f0495b;
  border-color: #f0495b;
}
.list-group-item.active:hover .list-group-item-text {
  color: white;
}
/*
 * Sites
 */
.customer fieldset {
  margin: 0 !important;
  border: none !important;
}
.customer fieldset legend {
  color: black;
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  background-color: #EFEFEF;
  padding: 13px 15px 13px 15px;
}
.customer .load-customer-button {
  margin-top: 7px !important;
  margin-right: 7px;
}
.shop label {
  font-weight: normal;
}
.shop h2 {
  color: #333;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 2.5;
}
.login-spartan b {
  text-transform: uppercase;
  color: black !important;
}
.login-spartan p {
  color: black !important;
}
.login-spartan .btn {
  text-transform: uppercase;
}
.login-spartan form {
  background: #fffa00 !important;
  border-color: black !important;
}
.overview h4 {
  border-top: 1px solid #1c1c1c;
  padding-top: 15px;
}
/*# sourceMappingURL=site.css.map */