/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[2].use[4]!./src/main/webpack/site/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*** Break points ***/
html,
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #202020;
  background: white;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    color: #202020 !important;
    background: white !important;
  }
}

p, div {
  font-family: Arial, Verdana, Tahoma, SansSerif;
}

a {
  color: #2020E0;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #dfdf1f;
  }
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

/*** Colors ***/
/*  -------------  [BEGIN: BRAND COLORS] ------------  */
/*  -------------  [END: BRAND COLORS] ------------  */
/*  -------------  [BEGIN: ACTION COLORS] ------------  */
/*  -------------  [END: ACTION COLORS] ------------  */
/*  -------------  [BEGIN: DOMAIN COLORS] ------------  */
/*  -------------  [END: BRAND COLORS] ------------  */
/*  -------------  [BEGIN: MESSAGE COLORS] ------------  */
/*  -------------  [END: MESSAGE COLORS] ------------  */
/*  -------------  [BEGIN: BASIC COLORS] ------------  */
/*  -------------  [END: BASIC COLORS] ------------  */
/*  -------------  [BEGIN: UNIVERS COLORS] ------------  */
/*  -------------  [END: UNIVERS COLORS] ------------  */
.cs-cmp-share-button-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cs-cmp-share-button-external a {
  position: relative;
}
.cs-cmp-share-button-external .agbase-icon-share {
  position: absolute;
  left: 13px;
}

.agb-cmp-card {
  /* LISTS */
}
.agb-cmp-card ol,
.agb-cmp-card ul {
  margin: 15px 0;
  color: #1F2426;
}
.agb-cmp-card ol li:not(:first-child),
.agb-cmp-card ul li:not(:first-child) {
  margin-top: 15px;
}
.agb-cmp-card ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  counter-increment: listcounter;
  line-height: 21px;
}
.agb-cmp-card ol > li > ol > li {
  counter-increment: sublistcounter;
}
.agb-cmp-card ol > li > ol > li:before {
  content: counter(sublistcounter, lower-alpha) " ";
}
.agb-cmp-card ol > li:before {
  content: counter(listcounter) " ";
  font-family: AGGeogrotesque-Medium, Arial, SansSerif;
  position: absolute;
  color: white;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  z-index: 1;
  font-size: 17px;
}
.agb-cmp-card ol > li:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #99CC00;
  border-radius: 100%;
}
.agb-cmp-card ul > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 21px;
}
.agb-cmp-card ul > li:before {
  content: "\e900";
  font-family: "agbase-icons";
  font-size: 14px;
  color: #99CC00;
  position: absolute;
  top: 2px;
  left: 0px;
}
.agb-cmp-card ul > li ul {
  margin-left: 15px;
}
.agb-cmp-card ul > li ul > li {
  padding-left: 10px;
  list-style-type: circle;
}
.agb-cmp-card ul > li ul > li:before {
  display: none;
}

.pp-contact-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  background-color: #99CC00;
  padding: 16px;
}
@media (min-width: 1024px) {
  .pp-contact-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    height: 120px;
  }
}
.pp-contact-banner__image {
  width: 111px;
  height: 111px;
}
@media (min-width: 1024px) {
  .pp-contact-banner__image {
    margin-left: 100px;
    margin-right: 30px;
  }
}
.pp-contact-banner__image .cmp-image,
.pp-contact-banner__image img {
  width: 100%;
  height: 100%;
}
.pp-contact-banner__text .agb-cmp-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pp-contact-banner__text .agb-cmp-text,
.pp-contact-banner__text .agb-cmp-text p {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .pp-contact-banner__button {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.pp-contact-form {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .pp-contact-form {
    max-width: 800px;
  }
}
@media screen and (max-width: 480px) {
  .pp-contact-form {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .pp-contact-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
.pp-contact-form__inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
.pp-contact-form__title {
  color: #99CC00;
  width: 50%;
}
.pp-contact-form__input {
  margin: 10px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
.pp-contact-form__input__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  padding: 9pt;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

/*** Colors ***/
/*  -------------  [BEGIN: BRAND COLORS] ------------  */
/*  -------------  [END: BRAND COLORS] ------------  */
/*  -------------  [BEGIN: ACTION COLORS] ------------  */
/*  -------------  [END: ACTION COLORS] ------------  */
/*  -------------  [BEGIN: DOMAIN COLORS] ------------  */
/*  -------------  [END: BRAND COLORS] ------------  */
/*  -------------  [BEGIN: MESSAGE COLORS] ------------  */
/*  -------------  [END: MESSAGE COLORS] ------------  */
/*  -------------  [BEGIN: BASIC COLORS] ------------  */
/*  -------------  [END: BASIC COLORS] ------------  */
/*  -------------  [BEGIN: UNIVERS COLORS] ------------  */
/*  -------------  [END: UNIVERS COLORS] ------------  */
.pp-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784314);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784314);
  border-radius: 3px;
  padding-top: 27px;
  padding-bottom: 25px;
}
.pp-contact-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 178px;
  margin-left: 146px;
  margin-right: 22px;
  line-height: 22px;
}
.pp-contact-us__title {
  font-size: 18px;
}
.pp-contact-us__text {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pp-contact-us__image {
  width: 112px;
  height: 108px;
}
.pp-contact-us__image .cmp-image,
.pp-contact-us__image img {
  width: 100%;
  height: 100%;
}

.pp-faq__title {
  font-size: 30px;
  line-height: 36px;
  margin-left: 20px;
  margin-bottom: 27px;
}
.pp-faq__accordion .cmp-accordion__header {
  font-size: 18px;
  line-height: 14px;
}
.pp-faq__accordion .cmp-accordion__button {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pp-faq__button {
  margin-top: 40px;
}

.agb-cmp-follow-buttons {
  max-width: 470px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784314);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784314);
  border-radius: 3px;
  padding-top: 54px;
  padding-bottom: 54px;
}
.agb-cmp-follow-buttons--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  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;
  padding: 20px;
  margin: 0 auto;
}
.agb-cmp-follow-buttons--right .agb-cmp-follow-buttons__title {
  margin-right: 30px;
  margin-bottom: 0;
}
.agb-cmp-follow-buttons--right .agb-cmp-follow-buttons__socials {
  vertical-align: bottom;
}

.footer__blocks--contact.flex .cmp-teaser__action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.cmp-form-button {
  background-color: #99CC00;
  color: #FFFFFF;
  padding: 10px;
  border: 1px solid #99CC00;
  border-radius: 3px;
  font-weight: 600;
  font-family: AGGeogrotesque-SemiBold, Arial, SansSerif;
  text-transform: uppercase;
}

form.cmp-form p {
  line-height: 22px;
}
form.cmp-form .error {
  font-family: Arial;
  color: #CC2929;
  margin: 10px 0 0;
  font-size: 13px;
}
form.cmp-form .cmp-form-text, form.cmp-form .cmp-form-options {
  margin: 10px;
}
form.cmp-form .cmp-form-text label, form.cmp-form .cmp-form-text legend, form.cmp-form .cmp-form-options label, form.cmp-form .cmp-form-options legend {
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding-bottom: 10px;
  display: block;
  color: #4B5559;
}
form.cmp-form .cmp-form-text label.cmp-form-options__field-label, form.cmp-form .cmp-form-options label.cmp-form-options__field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.cmp-form .cmp-form-text label.cmp-form-options__field-label span.cmp-form-options__field-description, form.cmp-form .cmp-form-options label.cmp-form-options__field-label span.cmp-form-options__field-description {
  padding-left: 10px;
}
form.cmp-form .cmp-form-text input:not([type=radio]):not([type=checkbox]),
form.cmp-form .cmp-form-text select,
form.cmp-form .cmp-form-text textarea, form.cmp-form .cmp-form-options input:not([type=radio]):not([type=checkbox]),
form.cmp-form .cmp-form-options select,
form.cmp-form .cmp-form-options textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  padding: 9pt;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
form.cmp-form .cmp-form-text span, form.cmp-form .cmp-form-options span {
  margin-top: 10px;
  display: inline-block;
}
form.cmp-form .checkbox fieldset.cmp-form-options--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
form.cmp-form .checkbox fieldset.cmp-form-options--checkbox span {
  padding-left: 10px;
  width: calc(100% - 20px);
}
form.cmp-form .options fieldset.cmp-form-options--checkbox {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
form.cmp-form .options fieldset.cmp-form-options--checkbox span {
  padding-left: 10px;
  width: calc(100% - 20px);
}
form.cmp-form .recaptcha {
  margin: 10px;
}
form.cmp-form .flag-container {
  margin-right: 5px;
  cursor: pointer;
}
form.cmp-form .flag-container.cmp-form-text {
  width: calc(100% - 20px);
}
form.cmp-form .flag-container.cmp-form-text label {
  width: 100%;
}
form.cmp-form .flag-container .flag-select-container {
  width: 100%;
  border-radius: 3px;
  /*max-height: 41px;*/
}
form.cmp-form .flag-container .flag-select-container label[for=flagphone] {
  display: none;
}
form.cmp-form .flag-container .flag-select-container .selected-flag .iti-flag {
  margin-right: 5px;
}
form.cmp-form .flag-container .flag-select-container input#flagphone {
  padding-left: 0;
}
form.cmp-form .flag-container .flag-select-container.invalid label[for=phoneNumber] {
  display: none;
}
form.cmp-form .flag-container .flag-select-container.invalid label[for=flagphone] {
  display: none;
}
@media screen and (min-width: 992px) {
  form.cmp-form .button button {
    margin: 0 10px;
  }
}

.header .pp-home-link {
  height: 20px;
  color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTMzIiBoZWlnaHQ9IjEwMjQiPjxwYXRoIGZpbGw9IiM0YjU1NTkiIGQ9Ik0xMDE4LjcgMzQzLjdMNTg1IDYuNGEzMC4wMyAzMC4wMyAwIDAwLTM3IDBMMTE0LjMgMzQzLjdjLTcuMyA1LjctMTEuNiAxNC41LTExLjYgMjMuOHY1MzBjMCA2OS44IDU2LjcgMTI2LjUgMTI2LjUgMTI2LjVoNjc0LjZjNjkuOCAwIDEyNi41LTU2LjggMTI2LjUtMTI2LjV2LTUzMGMwLTkuNC00LjMtMTguMS0xMS42LTIzLjh6TTY4MC45IDk2My44SDQ1MlY1NDIuMWgyMjguOXY0MjEuN3ptMjg5LjItNjYuM2MwIDM2LjUtMjkuOCA2Ni4zLTY2LjMgNjYuM0g3NDEuMVY1MTJjMC0xNi42LTEzLjUtMzAuMS0zMC4xLTMwLjFINDIxLjljLTE2LjYgMC0zMC4xIDEzLjUtMzAuMSAzMC4xdjQ1MS44SDIyOS4yYy0zNi41IDAtNjYuMy0yOS44LTY2LjMtNjYuM1YzODIuMkw1NjYuNSA2OC4zbDQwMy42IDMxMy45djUxNS4zeiIvPjwvc3ZnPg==);
  background-color: transparent;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.header .pp-home-link .agb-cmp-link a {
  padding: 0;
}
.header .pp-home-link a {
  color: transparent;
}
.header .pp-home-link a:hover {
  color: transparent;
  cursor: pointer;
}
.header .pp-link-list .agb-cmp-link {
  font-size: 1rem !important;
}
.header .pp-link-list li:first-child {
  display: none;
}
.header .pp-link-list li {
  border-right: 1px solid #bdbdbd;
  padding: 27px 20px;
}
.header .pp-link-list li a {
  font-size: 1rem;
}
.header .pp-link-list li:nth-child(2) {
  border-left: 1px solid #bdbdbd;
}
.header .pp-link-list li:hover {
  background-color: #fafafa;
  border-bottom: 2px solid #9c0;
  cursor: pointer;
}
.header .pp-link-list li:hover a {
  color: #9c0;
}
.header .pp-link-list .button {
  padding: 10px 50px;
}
.header .pp-cmp-button {
  margin: 5px 40px;
}

.intro {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 10%, transparent);
  margin-bottom: 50px;
}

.pp-login {
  width: 768px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 34px 89px 30px;
  margin: auto;
}
@media (max-width: 768px) {
  .pp-login {
    width: 100%;
  }
}
.pp-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.pp-login__title {
  font-size: 30px;
  line-height: 33px;
  color: #1F2426;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pp-login__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  color: #4B5559;
  margin-bottom: 15px;
}
.pp-login__input {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 40px;
}
.pp-login__input:focus-visible {
  outline-color: #99CC00;
}
.pp-login__input--invalid {
  border-color: #CC2929;
}
.pp-login input[type=text],
.pp-login input[type=email] {
  padding: 11px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pp-login__recaptcha {
  width: auto;
  margin: auto auto 50px;
}
.pp-login__recaptcha h1 {
  display: none;
}
.pp-login__button {
  cursor: pointer;
  background: #99CC00;
  border: 1px solid #99CC00;
  border-radius: 3px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  padding: 8px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pp-login__button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.pp-login__info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #4B5559;
  font-size: 15px;
  line-height: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784);
  padding: 13px 61px;
  margin-top: 39px;
}
.pp-login__info-bubble {
  margin-left: 15px;
  position: relative;
}
.pp-login__info-bubble__icon {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(31, 36, 38, 0.25);
  border-radius: 50%;
  cursor: pointer;
  color: rgba(31, 36, 38, 0.25);
}
.pp-login__info-bubble__icon:after {
  content: "i";
  font-weight: 700;
  position: absolute;
  left: 9px;
  top: 0;
}
.pp-login__info-bubble__icon:hover {
  border-color: #99CC00;
  background-color: #99CC00;
  color: #FFFFFF;
}
.pp-login__info-bubble__text {
  display: none;
  position: absolute;
  top: 9px;
  left: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  height: auto;
  border: 1px solid #FFFFFF;
  color: #4B5559;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 0 20px 20px 20px;
  padding: 18px 12px 18px 29px;
}
.pp-login__info-bubble:hover .pp-login__info-bubble__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.pp-login__message {
  padding: 169px 37px 0;
}
.pp-login__message__title {
  font-size: 30px;
  line-height: 33px;
  color: #1F2426;
  margin-bottom: 59px;
}
.pp-login__message__text {
  font-size: 15px;
  line-height: 24px;
}
.pp-login__message__image {
  margin-top: 32px;
  margin-left: auto;
}
.pp-login .dialog {
  border-style: none;
}
.pp-login .dialog__title--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pp-login .dialog__close {
  border-style: none;
  background-color: #d8d8d8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
}
.pp-login #open-login-modal {
  margin: 0;
}

.pp-page-summary {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 0.5px solid #E8E9ED;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 530px;
  position: relative;
}
.pp-page-summary__image {
  width: 100%;
}
.pp-page-summary__content {
  padding: 20px;
  position: relative;
}
.pp-page-summary__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #1F2426;
}
.pp-page-summary__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #797979;
}
.pp-page-summary__date {
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.pp-page-summary__date:before {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/calendar.svg");
  margin-right: 10px;
}
.pp-page-summary__button {
  color: #007DB8;
  text-decoration: none;
  margin-top: 19px;
}
.pp-page-summary__button:after {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/arrow.svg");
  margin-left: 7px;
}
.pp-page-summary__hidden-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.pagesummary--rectangle .pp-page-summary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: inherit;
}
.pagesummary--rectangle .pp-page-summary .pp-page-summary__image {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agb-cmp-domain-teaser .domain-teaser__positive-line:before {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  bottom: 114px;
  right: -24px;
}

.agb-cmp-domain-teaser .domain-teaser__positive-line:after {
  display: none;
}

.pp-paywall {
  background: #FFFFFF;
  border: 6px solid #99CC00;
  border-radius: 3px;
  max-width: 775px;
  margin: auto;
  text-align: center;
}
.pp-paywall__top-title {
  color: #4B5559;
  max-width: 550px;
  padding: 52px 112px 12px;
}
.pp-paywall__middle-title {
  color: #1F2426;
  margin-bottom: 8px;
}
.pp-paywall__top-title, .pp-paywall__middle-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.pp-paywall__text {
  font-size: 15px;
  line-height: 24px;
  color: #1F2426;
}
.pp-paywall__login {
  padding: 30px 0;
}
.pp-paywall__login .pp-paywall__text {
  color: #4B5559;
}
.pp-paywall__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 57px 45px 40px;
}
@media (max-width: 768px) {
  .pp-paywall__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pp-paywall__card {
  width: 235px;
}
.pp-paywall__button {
  padding-bottom: 40px;
}
.pp-paywall .cmp-separator__horizontal-rule {
  border: 0.5px solid #E8E9ED;
}

.pp-quick-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  color: #1F2426;
}
.pp-quick-access .cq-placeholder {
  min-width: 60px;
  min-height: 45px;
}
.pp-quick-access--square {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 74px 35px;
  max-width: 530px;
  height: -webkit-fill-available;
  max-height: 100%;
}
@media (min-width: 768px) {
  .pp-quick-access--square {
    max-width: 530px;
  }
}
.pp-quick-access--rectangle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #1F2426;
  line-height: 24px;
}
.pp-quick-access--rectangle .pp-quick-access__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pp-quick-access--left {
  width: 640px;
  text-align: left;
}
.pp-quick-access--left .pp-quick-access__title {
  font-size: 30px;
  line-height: 33px;
  text-align: left;
}
.pp-quick-access--left .pp-quick-access__text {
  font-size: 15px;
  text-align: left;
}
.pp-quick-access--right {
  width: 360px;
  padding: 63px 20px 57px;
  margin-left: 52px;
  background: #FFFFFF;
  border: 1px solid #99CC00;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.0784314);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.0784314);
}
.pp-quick-access--right .pp-quick-access__subtitle {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 35px;
}
.pp-quick-access--icon {
  padding: 0;
}
.pp-quick-access--icon .pp-quick-access__image {
  width: auto;
}
.pp-quick-access--icon .pp-quick-access__image,
.pp-quick-access--icon .pp-quick-access__image .cmp-image {
  height: auto;
}
.pp-quick-access--icon .pp-quick-access__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .pp-quick-access--image-left .pp-quick-access__content, .pp-quick-access--image-right .pp-quick-access__content {
    width: 55%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  .pp-quick-access--image-left .pp-quick-access__title,
  .pp-quick-access--image-left .pp-quick-access__text, .pp-quick-access--image-right .pp-quick-access__title,
  .pp-quick-access--image-right .pp-quick-access__text {
    text-align: left;
    margin-top: 0;
  }
  .pp-quick-access--image-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pp-quick-access--image-left .pp-quick-access__content {
    padding-left: 20px;
  }
  .pp-quick-access--image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pp-quick-access--image-right .pp-quick-access__content {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .pp-quick-access__image {
    width: 45%;
  }
}
.pp-quick-access__image .cmp-image {
  height: 226px;
}
.pp-quick-access__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pp-quick-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pp-quick-access__content {
    width: 45%;
  }
}
.pp-quick-access__title {
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  width: 100%;
}
.pp-quick-access__title--icon {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
.pp-quick-access__text {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}
.pp-quick-access__text--limited {
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pp-quick-access [class*=Button_Button] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 196px;
}

.quickscan {
  background-color: #FFFFFF;
  padding-bottom: 60px;
}

.download-button button:before {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/download.svg") !important;
}

.model__icon--close:after {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/close.svg") !important;
}

.pp-result-summary-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 1080px;
}
.pp-result-summary-overview__title {
  font-size: 26px;
  line-height: 33px;
  color: #1F2426;
  margin-bottom: 26px;
}
.pp-result-summary-overview__title__contract {
  color: #99CC00;
}
.pp-result-summary-overview__hr {
  border: 5px solid #99CC00;
  margin-top: 15px;
  margin-bottom: 25px;
}
.pp-result-summary-overview__hr:last-child {
  display: none;
}
.pp-result-summary-overview__hr--dashed {
  margin-top: 15px;
  margin-bottom: 25px;
  border: 2px dashed #99CC00;
}
.pp-result-summary-overview__hr--dashed:last-child {
  display: none;
}
.pp-result-summary-overview__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  margin-bottom: 132px;
}
.pp-result-summary-overview__heading h2 {
  color: #99CC00;
  font-size: 30px;
  line-height: 33px;
}
.pp-result-summary-overview__data {
  margin-left: 150px;
}
.pp-result-summary-overview__data-name {
  color: #1F2426;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.pp-result-summary-overview__data-value {
  color: #1F2426;
  font-size: 15px;
  line-height: 24px;
}
.pp-result-summary-overview__quickscan-results {
  width: 780px;
}

.pp-search {
  width: 100%;
}
.pp-search__icon--search::after {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/search.svg");
}
.pp-search__icon--close {
  background-color: #D8D8D8;
  border: 0.5px solid #D8D8D8;
  border-radius: 50%;
  z-index: 11;
}
.pp-search__icon--close::after {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/close.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 2.5px;
}
.pp-search__hidden-input, .pp-search__hidden-button {
  opacity: 0;
  z-index: 12;
}
.pp-search__hidden-input:checked ~ .pp-search__icon--close, .pp-search__hidden-input:checked ~ .pp-search__hidden-button {
  display: block;
}
.pp-search__hidden-input:checked ~ .pp-search__overlay {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.pp-search__hidden-input:checked ~ .pp-search__overlay .pp-search__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pp-search__icon--search, .pp-search__hidden-input {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
}
.pp-search__icon--close, .pp-search__hidden-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 100px;
  right: 48px;
  display: none;
}
.pp-search__content {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-top: 83px;
  padding-bottom: 117px;
  border-top: 2px solid #D8D8D8;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.45s ease transform, 0.45s ease opacity;
  transition: 0.45s ease transform, 0.45s ease opacity;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .pp-search__content {
    min-height: 50vh;
  }
}
.pp-search__input {
  width: 554px;
  position: relative;
  margin: auto;
}
.pp-search__input__field {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  height: 40px;
  width: 100%;
}
.pp-search__input__field:focus-visible {
  outline-color: #99CC00;
}
.pp-search__input input[type=text] {
  padding: 11px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1F2426;
}
.pp-search__input__clear {
  position: absolute;
  top: 5px;
  right: 130px;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
}
.pp-search__input__clear::after {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/close-grey.svg");
  width: 12px;
  height: 12px;
  vertical-align: sub;
}
.pp-search__input__button {
  cursor: pointer;
  background: #99CC00;
  border: 1px solid #99CC00;
  border-radius: 3px 2px 2px 3px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  padding: 11px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0.5px;
  right: 0.5px;
  height: 39px;
  margin: auto;
}
.pp-search__input__suggestions {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 25px 34px;
  margin-top: 5px;
  position: absolute;
  width: 486px;
}
.pp-search__input__suggestions button {
  background-color: transparent;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.pp-search__overlay {
  background: rgba(0, 0, 0, 0.21);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.35s ease opacity;
  transition: 0.35s ease opacity;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 111px;
}
.pp-search__popular-items {
  font-size: 18px;
  line-height: 17px;
  width: 554px;
  margin: auto;
}
.pp-search__popular-items__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.pp-search__popular-items__title {
  font-size: 30px;
  line-height: 36px;
  color: #1F2426;
}
.pp-search__popular-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pp-search__popular-items__list-item {
  background-color: #E8E9ED;
  border: 0.5px solid #E8E9ED;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pp-search__amount {
  background-color: #00b3b5;
  color: #FFFFFF;
  border: 0.5px solid #00b3b5;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  padding: 6px 0;
  height: 12px;
  width: 36px;
  text-align: center;
  margin-bottom: 8px;
  margin-left: 10px;
}
.pp-search__hidden-url {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .header.float .menu-bar {
    width: 100%;
  }
}

.header .menu-bar .header--menu {
  position: relative;
  z-index: 13;
}
@media only screen and (min-width: 1080px) {
  .header .menu-bar .header--menu {
    z-index: 13;
  }
  .header .menu-bar .header--menu .header--menu__right-section {
    padding-right: 0;
  }
}
.header .menu-bar .header--menu .search-button .agb-cmp-domain-teaser {
  position: inherit;
}
.header .menu-bar .header--menu .search-button .pp-search__icon--search,
.header .menu-bar .header--menu .search-button .pp-search__hidden-input {
  position: absolute;
  top: -30px;
  right: 130px;
}

.overlay-active {
  overflow: hidden;
}

.pp-search__wrapper {
  width: 955px;
  margin: 50px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pp-search__result-item {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784);
  border-radius: 3px;
  border-left: 3px solid;
  padding: 18px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  position: relative;
  margin-bottom: 10px;
  border-left-color: rgba(31, 36, 38, 0.25);
}
.pp-search__result-item__image {
  width: 100px;
  height: 100px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pp-search__result-item__content {
  margin-left: 25px;
  width: 451px;
}
.pp-search__result-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1F2426;
}
.pp-search__result-item__date {
  font-size: 13px;
  line-height: 16px;
  color: rgba(31, 36, 38, 0.5);
  margin-top: 6px;
  margin-bottom: 7px;
}
.pp-search__result-item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pp-search__result-item__type, .pp-search__result-item__domain {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2px;
  padding: 4px 26px;
  text-transform: uppercase;
}
.pp-search__result-item__domain--accident {
  background-color: #99CC00;
}
.pp-search__result-item__domain--fleet {
  background-color: #1F57A2;
}
.pp-search__result-item__domain--property {
  background-color: #429E34;
}
.pp-search__result-item__type {
  background-color: rgba(31, 36, 38, 0.25);
  margin-right: 19px;
}
.pp-search__result-item__icon::after {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/lock.svg");
  width: 16px;
  height: 16px;
  margin-left: 18px;
}
.pp-search__result-item__summary {
  font-size: 15px;
  line-height: 24px;
  color: rgba(31, 36, 38, 0.7);
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pp-search__result-item__hidden-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pp-search__result-item--accident {
  border-left-color: #99CC00;
}
.pp-search__result-item--fleet {
  border-left-color: #1F57A2;
}
.pp-search__result-item--property {
  border-left-color: #429E34;
}

.pp-search__results {
  width: 630px;
}
.pp-search__results__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.pp-search__results__title {
  font-size: 30px;
  line-height: 36px;
  color: #1F2426;
}
.pp-search__results .pp-search__amount {
  display: none;
}

.pp-search__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #E8E9ED;
  padding-right: 40px;
  margin-right: 40px;
}
.pp-search__filters__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 236px;
  border-bottom: 1px solid #E8E9ED;
  padding-bottom: 37px;
  margin-bottom: 40px;
}
.pp-search__filters__group-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1F2426;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.pp-search__filters__label {
  font-size: 16px;
  line-height: 17px;
  color: #4B5559;
  text-transform: capitalize;
}
.pp-search__filters__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.pp-search__filters__input input {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

.pp-three-images {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 100%/3;
  grid-template-rows: 173px;
}
.pp-three-images .pp-three-images__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pp-three-images .pp-three-images__image .cmp-image {
  height: 100%;
}
.pp-three-images .pp-three-images__image--1 {
  grid-column-start: 1;
  grid-column-end: 1;
}
.pp-three-images .pp-three-images__image--2 {
  grid-column-start: 2;
  grid-column-end: 2;
}
.pp-three-images .pp-three-images__image--3 {
  grid-column-start: 3;
  grid-column-end: 3;
}

.threeimages--gallery .pp-three-images {
  grid-template-columns: 50%;
  grid-template-rows: 173px 173px;
}
.threeimages--gallery .pp-three-images .pp-three-images__image--1 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.threeimages--gallery .pp-three-images .pp-three-images__image--2 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
.threeimages--gallery .pp-three-images .pp-three-images__image--3 {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.agb-cmp-teaser {
  background-color: #797979;
}
.agb-cmp-teaser--bg-accidents {
  background-color: #99CC00;
}
.agb-cmp-teaser--bg-property {
  background-color: #429E34;
}
.agb-cmp-teaser--bg-fleet {
  background-color: #1F57A2;
}
.agb-cmp-teaser--small {
  height: 145px;
}
.agb-cmp-teaser--small .cmp-teaser__image .cmp-image,
.agb-cmp-teaser--small .cmp-teaser__image--mobile .cmp-image__image {
  height: 113px;
  width: 170px;
  margin-left: 80px;
  padding-top: 17px;
}
.agb-cmp-teaser--medium {
  height: 278px;
}
.agb-cmp-teaser--medium .cmp-teaser__image .cmp-image,
.agb-cmp-teaser--medium .cmp-teaser__image--mobile .cmp-image__image {
  height: 278px;
  width: 50%;
  margin-left: auto;
}
.agb-cmp-teaser--large {
  height: 440px;
}
.agb-cmp-teaser--large .cmp-teaser__image .cmp-image,
.agb-cmp-teaser--large .cmp-teaser__image--mobile .cmp-image__image {
  height: 440px;
}
.agb-cmp-teaser--large .cmp-teaser__content {
  padding-left: 30px;
}
.agb-cmp-teaser--white .cmp-teaser__title,
.agb-cmp-teaser--white .cmp-teaser__description {
  color: #FFFFFF;
}
.agb-cmp-teaser [id*=topbanner] .cmp-image,
.agb-cmp-teaser [id*=topbanner] .cmp-image__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.agb-cmp-teaser [id*=topbanner] .cmp-image__image {
  height: 100%;
}
.agb-cmp-teaser [id*=topbanner] .cmp-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.agb-cmp-teaser [id*=topbanner] .cmp-teaser--cta-right-icon {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.agb-cmp-teaser [id*=topbanner] .cmp-teaser__title,
.agb-cmp-teaser [id*=topbanner] .cmp-teaser__description {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.agb-cmp-teaser [id*=topbanner] .cmp-teaser__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  word-break: break-word;
}
.agb-cmp-teaser [id*=topbanner] .cmp-teaser__title:after {
  display: inline-block;
  content: "";
  width: 116px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 0.5px solid #FFFFFF;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.agb-cmp-teaser [id*=topbanner] .cmp-teaser__description {
  font-size: 18px;
  line-height: 22px;
}
.agb-cmp-teaser [id*=topbanner] .cmp-teaser__description li::before {
  content: url("../../../etc.clientlibs/preventionplatform/clientlibs/clientlib-site/resources/icons/check.svg");
  margin-right: 18px;
}

.agb-cmp-teaser--small.agb-cmp-teaser--positive-line .cmp-teaser .cmp-teaser__image .cmp-image {
  position: inherit;
}

.agb-cmp-teaser--small.agb-cmp-teaser--positive-line .cmp-teaser .cmp-teaser__image .cmp-image:after {
  height: 145px;
  width: 50%;
  margin-left: auto;
  right: -210px;
  top: 37px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
