/**
* Block Name: text
*/

body.privacy-policy section.text p {
  width: 100%;
}

section.text.weiss {
  background-color: #fff;
}

section.text.grun {
  background-color: var(--salbei) !important;
  color: var(--waldgrun) !important;
}

section.text .btn-primary {
  color: var(--waldgrun);
}

section.text .verlinkungen {
  gap: 25px;
}

section.text .link_area::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01687 21.3098L6.95337 20.2463L15.1976 12.0021L6.95337 3.75784L8.01687 2.69434L17.3246 12.0021L8.01687 21.3098Z' fill='%2334563E'/%3E%3C/svg%3E%0A");
  height: 24px;
  width: 24px;
  position: relative;
  display: inline-block;
  top: 6px;
  right: -4px;
  transition: 300ms ease-in-out;
}

section.text .link_area:hover {
  background-color: var(--salbei);
}

section.text .link_area:hover::after {
  transform: translateX(3px);
}
