img {
  max-width: 100%;
}

.bg-trasparent-5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-trasparent-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-trasparent-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-trasparent-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-trasparent-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-trasparent-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-trasparent-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-trasparent-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-trasparent-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-trasparent-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-trasparent-100 {
  background-color: rgba(0, 0, 0, 1);
}

.bg-trasparent-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
  .bg-trasparent-25 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .bg-trasparent-80 {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.sh-100 {
  height: 100vh !important;
}

img {
  width: 100%;
}

.logo {
  border-radius: 10px;
  max-width: 450px;
}

.display-4 {
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 575px) {
  .display-4 {
    font-size: 1.4rem;
  }

  .logo {
    max-width: 300px;
  }
}

.navbar-toggler {
  border: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dsgvo a {
  color: #333 !important;
}

.dsgvo h1 {
  font-size: 1.2rem !important;
  font-weight: bold;
  margin-bottom: 15px;
}

.dsgvo h2 {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 15px;
}

.dsgvo h3 {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 15px;
}

.dsgvo h4 {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 15px;
}
