
body {
 font-family: BrandonGrotesqueRegular;
}

.font-weight-bold {
 font-family: BrandonGrotesqueBold;
}

a {
  background-color: transparent;
  text-decoration: none;
}

/* ****************** */
/* HEADER */
/* ***************** */

.header-logo-box {
  z-index: 10;
}
.header-logo-box img {
  height: 100px;
  max-width: 110px;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.size-travel-icons {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.logo-aldi-reisen {
  position: absolute;
  right: -120px;
  top: 18px;
}

.header-burger-line {
  background-color: #fff;
  height: 2px;
  margin-bottom: 8px;
  width: 28px;
}

.arrow-svg-color-white {
  fill: #fff;
  height: 30px;
  margin-right: 10px;
  width: 30px;
  transform: rotate(-90deg);
}
.arrow-svg-color-petrol {
  fill: #2E8787;
  height: 30px;
  margin-right: 10px;
  width: 30px;
  transform: rotate(-90deg);
}
.search-svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.float-right {
  float: right;
}

/*Typographie*/

.text-small {
  font-size: 80%;
}

/*backgrounds*/
.bg-darkblue {
  background-color: #00005f;
  position: relative;
  width: 27%;
}
.bg-cyan {
  background-color: #2e8787;
  flex: 1 0 auto;
}

/*colors*/
.text-white {
  color: #fff;
}

.text-darkblue {
  color: #00005f;
}

.pb-1 > a:hover {
  text-decoration: underline;
}
.mb-1 > a:hover {
  text-decoration: underline;
  color: #00005f;
}

.collapse:not(.show) {
  display: none;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /*.container {
    max-width: 1350px;
  }*/
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .border-white {
    border-bottom: none;
    border-color: #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .header-container {
    max-width: 100%;
    padding: 0px;

  .mobile-search svg {
    height: 25px;
    width: 30px;
    margin-right: 10px;
    fill: currentColor;
  }
}

.mobile-search-and-burger .bg-darkblue {
  width: 33%;
  position: relative;
}

/* ****************** */
/*FOOTER*/
/* ***************** */
.footer-bg {
 color: #fff !important;
 background-color: #2e8787;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

.list-unstyled {
  list-style: none;
}

.footer-navigation {
  padding: 60px 0;
  background-color: #f2f4f8;
}

.text-nowrap {
  white-space: nowrap !important;
}

@media only screen and (min-width: 768px) {
  .footer-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 769px) {
  .footer-navigation {
    padding: 60px 20px;
    background-color: #f2f4f8;
  }
}

@media only screen and (max-width: 992px) {
  .footer-navigation .links:first-child,
  .footer-navigation .links:nth-child(2) {
    margin-bottom: 10px;
  }
}
