 /* Anker Scrolling Beginn */
html
{
  scroll-padding-top: 3vw; /* height of sticky header */
  scroll-behavior: smooth;
}
/* Anker Scrolling Ende */

body {
  background-image: url("/images/Hintergrund_Rauchglas_dklgrau.jpg");
  background-color: #fbfbfb;
  color: #fff;
}

#sp-top-bar {
  z-index: 1;
  position: relative;
}

#sp-header {
  background: rgba(255, 255, 255, 0.5);
}

#sp-header.header-sticky {
  background: #fff;
}

.sp-megamenu-parent > li.active > a {
  font-weight: 700;
}

#sp-main {
  margin-top: -80px;
}

#sp-leistungen-telematik {
  background: rgba(36, 36, 36, 0.2);
}

.inhalt {
  display: flex;
  position: relative;
  margin-top: -108px;
  background-color: rgba(58, 58, 58, 0.9);
}

.blocks {
  display: flex;
}

.block {
  color: #fff;
  padding: 10px;
  width: 50%;
}

.block-bild {
  width: 50%;
  margin: 15px;
}

.content h1 {


}

.ov1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Adjust the color and opacity as needed */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

h1.head-inhalt {
  text-align: center;
  color: #797979;
  font-size: 75px;
  letter-spacing: 10px;
  margin-bottom: 29px;
  margin-top: 29px;
}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  background-color: RGBA(0,101,51,1);
}

.button a {
  color: #fff;
}

td {
  padding: 0px 5px;
}

#sp-bottom h3 {
  border: 1px solid #423e3e;
  border-left: none;
  border-right: none;
  padding: 5px 0px;
}

#sp-footer a, #sp-bottom a {
  color: #fff;
}

.form-horizontal .controls {
  margin-left: 10px;
}

/* Toggle-Box */
.toggle-box {
  margin: 20px 20px 20px 20px;
}

/* Entfernt das Standard-Dreieck im Chrome/Safari */
.toggle-box summary::-webkit-details-marker {
  display: none;
}
.toggle-box summary::marker {
  content: "";
}

/* Gestaltet den Summary-Tag als Button */
.toggle-box summary {
  background-color: RGBA(0,101,51,1);
  color: white;
  padding: 15px 32px;
  cursor: pointer;
  outline: none;
  list-style: none; /* Entfernt das Dreieck in Firefox */
}

/* Toggle-Box ENDE */


.jd_files_subheader,
.jd_cat_subheader,
.jd_cats_subheader {
 background-color: #AEAEAE;
}

.jd_files_title39 {
  background-color: #AEAEAE;
}

.jd_subcats_title_text {
  background-color: #AEAEAE;
}

.jd_fields_wrapper_compact, .jd_fields_wrapper {
  background-color: #AEAEAE;
}

.jd_field_row_compact, .jd_field_row {
  border-bottom: 1px dashed #fff;
}

@media only screen and (min-width: 0px) and (max-width: 799px) {
#sp-main {
  margin-top: 0px;
}
#sp-header {
  background: #fff;
}
  .inhalt {
  flex-wrap: wrap;
  margin-top: -16px;
}
  
  h1.head-inhalt {
  font-size: 35px;
  letter-spacing: 10px;
  margin-bottom: 29px;
  hyphens: auto;
}
  .blocks {
  display: unset;
}
  .block {
  width: 100%;
}
  .block-bild {
  width: 100%;
  margin: 0px;
}
  .content h1 {
  font-size: 28px !important;
}
  td {
  padding: 0px;
}
}