:root {
  color-scheme: dark; /* stylelint-disable-line property-no-unknown */

  --background-color: rgb(15 15 15);
  --text-color: rgb(120 120 120);
  --shadow-color: rgb(240 240 240 / 50%);
  --accent-color: rgb(0 0 240 / 50%);
}

body {
  background-color: #232f3e;
  color:white;
}


.list-one1 h4, .list-one1 h3, .list-one1 h2 {
  color: white;
}

.h1, .h2, .h3, h1, h2, h3 {
  color: white;
}

.foundedword {
  color: #0e55ad;
}

.list-one1 > a {
  text-decoration: underline;
  color: white;
}

h2 > a >u {
	color: green;
}

#kategorie3 .list-one1 h3 {
  color: white;
}

.home-search form input[type="text"] {
  color: #232f3e;
  
}

.list-one1 h3 a, .list-one1 h2 a, .list-one1 h3 {

 border-bottom: 0px solid green !important;
text-decoration-color:green;
}
.list-one1 > a {
  text-decoration: underline;
  text-decoration-color: #808080;
   color: #808080;
}


.darkgreen {
    color:green !important;
}

.darkgreena  {

text-decoration-color: green !important;
   color: green !important;
}

.kundeneintraegewebseite a, .kundeneintraegelink a, .kundeneintraegeort a{
    color:white;
  }

#Seitenbeschreibungstext {
      background-color: #232f3e;
      
  }
  
  .kundeneintraege {
  border-bottom: 1px solid white;
}

.kundeneintraegelink, .kundeneintraegeort, .kundeneintraegebild {
  border-left: 1px solid white;

}