.hofff-consent-privacy-settings-open .hofff-consent__button_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hofff-consent-privacy-settings-open .hofff-consent-privacy-notes,
.hofff-consent-privacy-settings-open .hofff-consent-buttons {
  text-align: center;
}
.hofff-consent-privacy-settings-open .buttons_container {
  margin-bottom: 4rem;
}

.hofff-consent-privacy-settings-open .card .card-header .hofff-consent-switch:hover {
  background-color: transparent;
}

.hofff-consent__button_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hofff-consent-banner {
  background-color: #f3f5f1;
  border-top: 2px solid #003560;
  color: #003560;
  font-size: 0.8rem;
  z-index: 9999999;
}
#hofff-consent-banner .inside {
  max-width: 1440px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}
#hofff-consent-banner .h2 {
  font-size: 1.2rem;
}
#hofff-consent-banner button,
#hofff-consent-banner .hofff-consent-privacy-settings-button button {
  display: inline-block;
  padding: 20px 25px;
  background-color: transparent;
  text-decoration: none;
  color: #003560;
  border: 0;
  opacity: 1;
  border: 1px solid #003560;
}
#hofff-consent-banner .hofff-consent-buttons button {
  color: #003560;
  margin-top: 0;
  margin-right: 15px;
}
#hofff-consent-banner button.hofff-consent-button-accept {
  background-color: #94c11c;
  color: white;
}
#hofff-consent-banner button.hofff-consent-button-revoke {
  background-color: transparent;
  border: 1px solid #003560;
  color: #003560;
}
#hofff-consent-banner button.hofff-consent-button-close {
  color: #003560;
  background-color: transparent;
  border: 1px solid #003560;
  /*
  &:before {
      content:"\f00d";
      color:$col1;
      @extend %far;
      vertical-align: baseline;
      margin-right: 8px;
      font-size: 18px;
  }*/
}
#hofff-consent-banner .hofff-consent-privacy-settings-button {
  padding: 0;
}
#hofff-consent-banner .hofff-consent-privacy-settings-button button {
  display: block;
  margin-bottom: 0;
  padding: 20px 25px;
  width: 100%;
  color: #003560;
  border: 1px solid #003560;
  /*
  &:before {
      content:"\f085";
      @extend %far;
      vertical-align: top;
      display:none;
  }*/
}
#hofff-consent-banner .hofff-consent-root-text {
  margin-bottom: 20px;
}
#hofff-consent-banner .hofff-consent-root-text p {
  line-height: 24px;
  font-size: 0.8rem;
}
#hofff-consent-banner .hofff-consent-root-text a {
  color: #003560;
  border-bottom: 2px solid #94c11c;
}

.hofff-consent-buttons button {
  display: inline-block;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid #003560;
  text-decoration: none;
  color: #94c11c;
  border: 0;
  opacity: 1;
}

.hofff-consent-placeholder {
  border: 2px solid #94c11c;
  padding: 20px;
  background-color: #94c11c;
  color: black;
}
.hofff-consent-placeholder .hofff-consent-tag-title {
  font-size: 1.3rem;
}
.hofff-consent-placeholder .hofff-consent-tag-details {
  font-size: 0.7rem;
  line-height: 1.3rem;
  margin-bottom: 20px;
}
.hofff-consent-placeholder .hofff-consent-tag-details a {
  text-decoration: underline;
}
.hofff-consent-placeholder .hofff-consent-buttons button {
  color: #003560;
  width: 100%;
}
.hofff-consent-placeholder .hofff-consent-buttons button.hofff-consent-button-accept-tags {
  background-color: white;
  color: #003560;
  width: 100%;
  margin-bottom: 0.5rem;
}
.hofff-consent-placeholder .hofff-consent-privacy-settings-button {
  padding-left: 0;
}
.hofff-consent-placeholder .hofff-consent-privacy-settings-button button.hofff-consent-show-privacy-settings {
  background-color: white;
  color: #003560;
  margin-left: 0;
  border: none;
  width: 100%;
}
.hofff-consent-placeholder .hofff-consent-privacy-settings-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 12px;
}
.hofff-consent-placeholder .hofff-consent-privacy-settings-button button {
  display: block;
  margin-bottom: 0;
  padding: 10px 15px;
  color: #003560;
  border: 1px solid #003560;
  /*
  &:before {
      content:"\f085";
      @extend %far;
      vertical-align: top;
      display:none;
  }*/
}

.hofff-consent-privacy-settings .hofff-consent-tag-title {
  color: #003560;
}
.hofff-consent-privacy-settings fieldset {
  padding: 0;
  border: 0;
}

.hofff-consent-privacy-settings-open {
  /*.hofff-consent-privacy-notes,
  .btn-group {
      margin-left: 20px;
  }*/
}
.hofff-consent-privacy-settings-open a {
  color: #94c11c;
}
.hofff-consent-privacy-settings-open .card {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.hofff-consent-privacy-settings-open .card .widget p {
  font-size: 0.8rem;
}
.hofff-consent-privacy-settings-open .card .hofff-consent-switch {
  padding: 10px 15px;
  border: 1px solid #94c11c;
  margin-bottom: 2rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.hofff-consent-privacy-settings-open .card .hofff-consent-switch:hover {
  background-color: #003560;
  color: #003560;
}
.hofff-consent-privacy-settings-open .card .hofff-consent-tag {
  margin-top: 30px;
}
.hofff-consent-privacy-settings-open .card .h2 {
  color: #94c11c;
}
.hofff-consent-privacy-settings-open .card .h3 {
  font-weight: bold;
  padding-left: 0;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.hofff-consent-privacy-settings-open .card fieldset {
  margin-left: 0;
}
.hofff-consent-privacy-settings-open .card ul {
  padding-left: 0;
}
.hofff-consent-privacy-settings-open .card ul li {
  list-style-type: none;
  padding-left: 0;
}
.hofff-consent-privacy-settings-open .card ul li:before {
  display: none;
}
.hofff-consent-privacy-settings-open .card ul li .widget label {
  font-size: 0.8rem;
}
.hofff-consent-privacy-settings-open #hofff-consent-banner .hofff-consent-privacy-settings-button {
  display: block;
}

.ce_rsce_openstreetmap .hofff-consent-placeholder {
  text-align: center;
}
.ce_rsce_openstreetmap .hofff-consent-placeholder a {
  color: #94c11c;
  text-decoration: underline;
}

.hofff-consent-privacy-settings .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media (max-width: 744px) {
  .buttons_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 744px) {
  .buttons_container .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
@media (max-width: 744px) {
  .buttons_container .btn-group button {
    margin-right: 0 !important;
  }
}