/*breakpoints*/
#CookieConsent {
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--primary-color-hover);
}
#CookieConsent *:not(a) {
  color: var(--white);
}
#CookieConsent *:not(a, .h2) {
  font-size: 0.938rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 991.98px) {
  #CookieConsent *:not(a, .h2) {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }
}
#CookieConsent .h2 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-transform: none;
}
@media screen and (max-width: 991.98px) {
  #CookieConsent .h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.CookieConsent__button {
  background-color: transparent;
  transition: var(--transition-default);
  border: 1px solid var(--white);
  color: var(--white) !important;
}
.CookieConsent__button:focus, .CookieConsent__button:active, .CookieConsent__button:hover {
  background-color: transparent;
}
.CookieConsent__button--highlight {
  background-color: #00862F;
  border-color: #00862F;
}
.CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:active, .CookieConsent__button--highlight:hover {
  background-color: #00862F;
}
#CookieConsentForm_Form input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 1.5rem;
  position: relative;
  top: 7px;
}
#CookieConsentForm_Form input[type="submit"] {
  margin: 1rem 0 2rem 0;
  padding: 10px 30px 13px 30px;
  border-radius: 50px;
  transition: var(--transition-default);
  border: 0;
  font-size: 17px;
  line-height: 1;
  font-weight: 200;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  color: var(--white);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background-color: #00862F;
}
@media screen and (max-width: 1199.98px) {
  #CookieConsentForm_Form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #CookieConsentForm_Form input[type="submit"] {
    padding: 7px 20px 10px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #CookieConsentForm_Form input[type="submit"] {
    font-size: 14px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fverbundstein%2Fscss%2Fcomponents%2F_cookies.scss%22%2C%22%2Fthemes%2Fverbundstein%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */