body {
  color: #000;
  font-family: 'Avenir', sans-serif;
  /*margin-bottom: 50px;*/
  font-size: 18px;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.lh-5 {
  line-height: 2rem;
}

.button {
  background: #c1001f;
  color: white;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: .5rem 3rem .5rem 1rem;
  display: inline-flex;
  font-size: 1rem;
  margin-right: 1rem;
  border: none;
}

.button.green {
  background: #2d9d00;
  color: #fff;
  padding: 0.3rem 2rem 0.3rem 1rem;
  font-size: 80%;
}

.button:after {
  background-color: #fff;
  width: 30px;
  height: 120%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  transform: rotate(10deg); /* adjust this to tweak the angle */
}

.button:hover {
  color: #fff;
  opacity: .8;
}

.bg .button:after {
  background-color: #ededed;
}

img.badge24 {
  position: absolute;
  top: -2rem;
  right: 0;
  max-height: 12rem;
}

.bg {
  background-color: #ededed;
}

h1 {
  color: #c1001f;
  font-weight: 900;
  font-size: 3em;
}

.red {
  color: #c1001f;
}

h2 {
  color: #000;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: bold;
}

h3 {
  color: #c1001f;
  font-size: 1.5rem;
  font-weight: bold;
}

h3.device {
  font-size: 2rem;
  font-weight: bold;
}

h3:not(.device):before {
  display: inline-block;
  content: url("img/bolt.png");
  width: 1.2rem;
  margin-left: -1.2rem;
  position: relative;
  top: 0.2rem;
}

h4 {
  margin-top: 0;
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.5em;
}

section.cookie-check {
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: #979696d1;
  color: #ffffff;
  font-size: 1em;
  padding: 8px 15px;
  text-align: center;
}

.cookie-check button,
.cookie-check a {
  padding: 4px 8px;
  font-size: 1em;
  border: none;
  background: none;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.cookie-check button.em {
  background: #a5a5a5;
}

a {
  text-decoration: underline;
  font-size: 1.1em;
}

.container, .container-md {
  max-width: 1200px;
}

.header-bg {
  background: url('img/bg.png') top center no-repeat transparent;
  border-top: 1rem #c1001f solid;
  position: relative;
  background-size: cover;
  min-height: 260px;
}

.bg-red {
  background: url('img/bg_red.png') top center no-repeat transparent;
  background-position-x: left;
  background-size: calc((100vw - 1200px) / 2 + 255px) 100%;
}

.header-bg .container-md {
  padding-left: 18rem;
  background: url('img/header.png?2') top left no-repeat transparent;
  background-size: contain;
}

header h4 {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.8em;
}

footer {
  border-top: 1rem #c1001f solid;
  background-color: #e3e8ef;
  min-height: 15rem;
  overflow: hidden;
}

footer a {
  color: #c1001f;
  text-decoration: none;
  font-weight: bold;
  margin-left: 3em;
  font-size: 1.2em;
}


@media (min-width: 768px) {

}

@media (max-width: 1200px) {

  .bg-red {
    background-size: 260px 100%;
  }
  body > section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 992px) {
  .header-bg .container-md {
    padding-left: 0;
    background: none;
  }
  .bg-red {
    background: none;
  }
}
