.accordeonck {
  font-size: 0.95em !important;
}  

.container-banner {
  margin: 0.2em 0 0 0;
}

.site {
  width: 80%;
  margin: auto;
  max-width: 1280px;
}

.projektbild {
  width: 30%;
  min-width: 250px;
  float: left;
  border: 2px solid #0A0;
  margin: 0em .3em 1em .3em;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 50%);
  padding-bottom: .8em;
}

.projektbild_titel {
  text-align: center;
  padding: .5em 0;
  background-color: #0A0;
  font-weight: bold;
  color: #FFF;
}

h1 {
  font-family: Verdana, Tahoma;
  font-size: 2efm;
  margin: 2em 0 1.5em 0;
}

h2 {
  font-family: Verdana, Tahoma;
  font-size: 1.5em;
  margin: 1.5em 0 1em 0;
}

h3 {
  font-family: Verdana, Tahoma;
  font-size: 1.2em;
  margin: 1em 0 0.5em 0;
}

p, span, div {
  font-family: Verdana, Tahoma;
  font-size: 1em;
}

.page-header {
  display: none;
}

#mod-custom111 {
  background-color: #5F5;
  padding: 0.5em 0.5em 0 0.5em;
  margin: 0 !important;
}

.container-header {
  background-image: none;
  background-color: transparent;
}

.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #0A0;
  padding: 0.2em 0 !important;
  margin: 0 !important;
}

.card-header {
  background-color: #0A0;
  color: #FFF;
}

a:link, a:visited {
  color: #0A0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
  font-weight: bold;
}

.adl_logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/6;
}

.adl_logo_png {
  width: 50%;
}

.adl_header {
  position: absolute;
  aspect-ratio: 16/6;
}

.adl_header_png {
  aspect-ratio: 16/6;
  border: 10px solid #0A0;
}