#datenschutz-hinweise h4 {
  font-size: 22px;
  font-weight: 700;
}
#datenschutz-hinweise .datenschutz-content {
  margin-top: 30px;
}
#datenschutz-hinweise ol {
  padding-left: 20px;
}
#datenschutz-hinweise ul {
  list-style-type: "- ";
  padding-left: 20px;
  margin-bottom: 1rem;
}
#datenschutz-hinweise ul:last-child {
  margin-bottom: 0;
}
#datenschutz-hinweise table {
  max-width: 900px;
  margin: 0 auto;
}
#datenschutz-hinweise table th {
  background-color: #cccccc;
  padding: 10px 10px;
  border: 1px solid #333;
  text-align: center;
  vertical-align: top;
}
#datenschutz-hinweise table th:first-child {
  font-weight: 700;
}
#datenschutz-hinweise table td {
  padding: 10px 10px;
  border: 1px solid #333;
  vertical-align: top;
}
#datenschutz-hinweise table td:first-child {
  font-weight: 700;
  max-width: 350px;
}
#datenschutz-hinweise table .bg-blue {
  background-color: #adbfdf;
}

#cookie-hinweise h4 {
  font-size: 17px;
  font-weight: 700;
}
#cookie-hinweise table {
  width: 100%;
}
#cookie-hinweise table th, #cookie-hinweise table td {
  border: 1px solid #333;
}
#cookie-hinweise table th {
  background-color: #cccccc;
  padding: 15px 10px;
  text-align: center;
}
#cookie-hinweise table td {
  padding: 15px 10px;
}
#cookie-hinweise .cookie-content {
  margin-top: 30px;
}

#agb .custom-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
#agb .custom-list .main-li-title {
  display: inline-block;
  padding-bottom: 5px;
}
#agb .custom-list > li {
  counter-increment: item;
  padding-left: 30px;
  margin: 30px 0;
}
#agb .custom-list > li:before {
  content: counter(item);
  width: 0;
  display: inline-block;
  transform: translateX(-30px);
  font-weight: bold;
  vertical-align: top;
}
#agb .custom-list > li > ol {
  counter-reset: subitem;
  list-style: none;
  padding-left: 45px;
  margin-top: 10px;
}
#agb .custom-list > li > ol > li {
  position: relative;
  counter-increment: subitem;
  margin: 10px 0;
}
#agb .custom-list > li > ol > li:before {
  content: counter(item) "." counter(subitem);
  width: 0;
  display: inline-block;
  transform: translateX(-45px);
}
#agb .custom-list > li > ol > li > ol {
  counter-reset: sub_subitem;
  list-style: none;
  padding-left: 50px;
  margin-top: 5px;
}
#agb .custom-list > li > ol > li > ol > li {
  counter-increment: sub_subitem;
  margin: 10px 0;
}
#agb .custom-list > li > ol > li > ol > li:before {
  content: counter(item) "." counter(subitem) "." counter(sub_subitem);
  width: 0;
  display: inline-block;
  transform: translateX(-50px);
}

/*# sourceMappingURL=footer_pages.css.map */
