/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v17-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v17-latin-300.woff2") format("woff2"), url("../fonts/lato-v17-latin-300.woff") format("woff"), url("../fonts/lato-v17-latin-300.ttf") format("truetype"), url("../fonts/lato-v17-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v17-latin-regular.woff2") format("woff2"), url("../fonts/lato-v17-latin-regular.woff") format("woff"), url("../fonts/lato-v17-latin-regular.ttf") format("truetype"), url("../fonts/lato-v17-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v17-latin-700.woff2") format("woff2"), url("../fonts/lato-v17-latin-700.woff") format("woff"), url("../fonts/lato-v17-latin-700.ttf") format("truetype"), url("../fonts/lato-v17-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
body {
  border-top: 5px solid #502e12;
  font-family: "Lato", sans-serif;
  padding-top: 1rem;
  padding-bottom: 8rem;
  color: #3c2819;
}
@media (min-width: 768px) {
  body {
    padding-top: 2.5rem;
  }
}

a {
  text-decoration: none;
}

.logo-bar .col-12:nth-of-type(1), .logo-bar .col-12:nth-of-type(2) {
  text-align: center;
}
@media (min-width: 768px) {
  .logo-bar .col-12:nth-of-type(1) {
    text-align: left;
  }
  .logo-bar .col-12:nth-of-type(2) {
    text-align: right;
  }
}
.logo-bar img {
  width: 100%;
}
.logo-bar img.arab-service-logo {
  max-width: 200px;
}
.logo-bar img.kiag-logo {
  max-width: 260px;
}
@media (max-width: 767.9px) {
  .logo-bar img {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

footer {
  background-color: #4a4a4a;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul a {
  color: #c3965f;
}
footer ul a:hover {
  color: white;
}

.promotion-teaser {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion-teaser {
    margin-top: 7rem;
  }
}
.promotion-teaser p.headline {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.promotion-teaser p.headline span {
  color: red;
}
@media (min-width: 768px) {
  .promotion-teaser p.headline {
    font-size: 3.5rem;
    letter-spacing: 1.3px;
  }
}
.promotion-teaser img.promotion-code {
  width: 100%;
  max-width: 280px;
}
.promotion-teaser p.discount-code {
  margin-top: -10px;
}
.promotion-teaser p.notice {
  font-size: 1.2rem;
  color: #523014;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .promotion-teaser p.notice {
    font-size: 1.5rem;
  }
}
.promotion-teaser .terms-conditions {
  margin-top: 2.5rem;
  background-color: #ece3dd;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 1rem;
  max-width: 35rem;
}
@media (min-width: 768px) {
  .promotion-teaser .terms-conditions {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.promotion-teaser .terms-conditions h2 {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 700;
  display: inline-block;
  background: transparent url(../img/kirchhofer-icon.svg) no-repeat;
  background-position: right center;
  background-size: contain;
  padding-right: 2.5rem;
}
.promotion-teaser .terms-conditions ul {
  margin-top: 1.5rem;
  text-align: right;
  display: block;
}

.brand-teaser {
  margin-top: 8rem;
  text-align: center;
}
.brand-teaser h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 1.3;
}
.brand-teaser h2 span {
  border-bottom: 3px solid #94877c;
}
.brand-teaser .brand-grid {
  margin-bottom: 1.5rem;
}
.brand-teaser p.subline {
  margin-bottom: 4rem;
  font-size: 1.25rem;
}
.brand-teaser p.more {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  color: #4a4a4a;
}
.brand-teaser h3 {
  text-transform: uppercase;
  border-bottom: 3px solid #94877c;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 3rem;
}
.brand-teaser .brand-cell {
  border: 1px solid #e1e1e1;
  margin: 0.5rem;
  padding: 1rem;
}
.brand-teaser .brand-cell img {
  max-width: 100%;
}

.company-teaser {
  margin-top: 7rem;
  text-align: center;
}
.company-teaser img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 450px;
}

.stores-overview {
  margin-top: 5rem;
}
.stores-overview h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.stores-overview p.subheadline {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 300;
}
.stores-overview .store-link {
  border: solid 1px #e1e1e1;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  min-height: 300px;
}
.stores-overview .store-link > h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #523014;
  text-transform: uppercase;
  margin-top: 24px;
  margin-left: 15px;
  text-align: left;
  display: block;
  line-height: 24px;
  background: transparent url(../img/arrow_goto.svg) no-repeat;
  background-position: right 1rem center;
  background-size: 24px;
  padding-right: 2rem;
}
.stores-overview .store-link span {
  font-size: 13px;
  background-color: #c3965f;
  color: #fff;
  line-height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 16px;
}
.stores-overview .store-link:hover > h3 {
  text-decoration: none;
}
.stores-overview .store-link > p {
  font-size: 14px;
  line-height: 1.67;
  color: #3c2819;
  margin-bottom: 0;
  margin-left: 15px;
}
.stores-overview .store-link:hover {
  border-color: #a1a1a1;
}
.stores-overview .store-link:hover > h3 {
  text-decoration: none;
}

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