.yga-banner-background {
}

.yga-banner-backdrop {
  background: #000;
  opacity: 0.5;
  transform: scale(1.1);
}

.yga-banner-wrapper {
  background-image: url('../../assets/yga-banner/BI_Bildmarke_rahmen_grau.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80vh;
  width: 56vh;
  padding: 7vh;
  font-weight: 300;
  font-family: Helvetica, 'Heebo', 'Open Sans', sans-serif;
}

.yga-banner-message p,
.yga-banner-message {
  font-size: 1.55vh;
  color: #393a3b;
  font-weight: bold;
}

.yga-banner-message a {
  color: #393a3b !important;
}
.yga-banner-message a:hover {
  color: #09509d;
}

.yga-banner-header {
  font-weight: bold;
  line-height: 1.2;
  color: #393a3b;
  margin: 25% 0 9% 0;
  border-bottom: none;
  padding: 0px;
  font-size: 2.4vh;
  text-align: center;
  text-transform: uppercase;
}

.yga-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
}

.yga-banner-options-wrapper{
  display: flex;
  flex-direction: column;
}

.yga-banner-refuse-link {
  width: 100%;
  font-size: 1.5vh;
  margin: 0px 0 13% 0;
  height: auto;
  color: #393a3b !important;
  display: block;
  text-align: center;
  font-weight: 400;
}

.yga-banner-refuse-link:hover {
  color: #393a3b !important;
}

.yga-banner-accept-button {
  font-size: 1.7vh;
  margin: 0px auto 1% auto;
  padding: 0.5vh 3vh;
  height: auto;
  border: 1px solid;
  background: #09509d;
  color: white;
  text-align: center;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 10px;
}

.yga-banner-accept-button:hover {
  color: #09509d;
  background: white;
  border: 1px solid #09509d;
}

/* @media (min-width: 992px) {
  .yga-banner-header {
    font-size: 22px;
  }
} */

.yga-banner-links {
  display: flex;
  flex-direction: column;
}

.yga-banner-imprint-link {
  font-weight: bold;
  color: #393a3b !important;
  font-size: 1.5vh;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
}
.yga-banner-imprint-link:hover {
  color: #09509d;
}
