/**
 * CE: TopNotificationBar
 */


/*.scrolled #notification-bar {*/
/*  position: fixed;*/
/*  top: 60px;*/
/*  right: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 99;*/
/*}*/

#notification-bar .notification {
  font-family: 'DIN Next Rounded LT W04 Medium', sans-serif;
  color: #fff;
}
#notification-bar .notification .inner.container {
  padding: 10px;
}

#notification-bar .notification a {
  font-family: 'DIN Next Rounded LT W04 Medium', sans-serif;
  color: #fff;
  /*text-decoration: underline;*/
}

#notification-bar .notification a:hover {
  color: #fff;
  text-decoration: none;
}

#notification-bar .notification p {
  font-family: 'DIN Next Rounded LT W04 Medium', sans-serif;
  margin: 0;
  padding: 0 5px 0 10px;
  display: inline;
  font-size: 1rem;
  letter-spacing: 0.32px;
}

#notification-bar .notification i {
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  margin-right: 7px;
}

#notification-bar .layout-fair {
  background-color: #002853;
}

#notification-bar .layout-xmas {
  background-color: #002853;
}

#notification-bar .layout-notice {
  background-color: #5d686d;
}

#notification-bar .layout-warning {
  background-color: #dd042d;
}

#notification-bar .layout-broschuere {
  background-color: #002853;

  .mag_image_Wrapper {
    position: absolute;
    padding-block-end: 40px;

    img {
      max-height: 150px;
    }
  }

  p {
    padding-left: 0px;
  }

  h2 {
    color: #fff;
    margin-left: 156px;
    margin-top: 12px;
    font-size: 2rem;
  }

  .btn.btn-primary{
    color: #fff;
    border-color: #fff;
    margin-left: 30px;

    &:hover {
        color: #002853;
    }
  }

  img {
    margin-bottom: -10px;
    height: 180px;
    width: auto;
  }
}


@media (max-width: 991px) {
  #notification-bar .layout-broschuere {
    .btn.btn-primary {
      margin-left: 0;
    }

    h2 {
      margin-left: 0px;
      font-size: 1.7rem;
    }

    .mag_image_Wrapper {
      position: relative;
    }

  }
}

/* sm */
@media (max-width: 767px) {

}


@media (max-width: 575px) {

}
