.privacypolicy_section {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 70px;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  margin-top: 5px;
}

.privacypolicy_header {
  width: 100%;
  height: 90vh;
  overflow-y: auto;
  border: none;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.privacypolicy_header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.privacypolicy_header::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.privacypolicy_header::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a0a0a0;
}

.privacypolicy_content {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  padding-right: 180px;
}

.privacypolicy_content h1 {
  margin-top: 100px;
  margin-bottom: 5px;
  font-size: 60px;
}

.privacypolicy_content h3 {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 21px;
  margin-left: 35px;
}

.privacypolicy_content h2 {
  font-size: 27px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.privacypolicy_content p {
  margin: 0;
  margin-left: 35px;
}

.privacypolicy_content b {
  align-items: start;
}

.last_updated_container {
  display: flex;
  align-items: end;
}

ul {
  margin-left: 20px;
}

.help_text_link {
  display: none !important;
}

.privacypolicy_title {
  font-size: 18px;
  margin-right: 300px;
}

/* Ein einzelner Menüpunkt */
.selection {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  color: #a8a8a8;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.selection span {
  min-width: 70px;
  text-align: start;
}

.selection a {
  color: #a8a8a8;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover-Effekt auf einen Menüpunkt */
.selection:hover {
  width: 96%;
  transform: scale(1.01);
  background-color: #2c4972;
}

.isActive_privacy {
  background-color: #091931;
}

.policy_docs_privacy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start;
  position: relative;
  top: 300px;
  left: 0px;
}

.policy_docs_privacy a {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding: 5px;
  padding-left: 60px;
  cursor: pointer;
  color: #a8a8a8;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -12px;
}

.policy_docs_privacy a:hover {
  width: 73%;
  transform: scale(1.1);
  background-color: #2c4972;
}

.contact_email-privacy {
  font-size: 16px; 
  color: #29abe2ff;
}

@media (max-width: 861px) {
  .privacypolicy_title {
    display: none;
  }
}