body {
	color: #003d72; 
	margin-left : 0; 
	margin-top : 0; 
	font : normal 12pt Arial;
	scrollbar-arrow-color:#003d72;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#003d72;
}
head, .head {
	color: #ffffff; 
	font : normal 1.0em Arial;
	text-align: center; 
	line-height: 1.5em; 
	margin-bottom : 0px; 
	margin-top : 0px; 
}
zentriert, .zentriert{
	text-align: center; 
}
rechts, .rechts{
/*	text-align: right;*/ 
}
afuss, .afuss:hover{
	text-decoration: none;  
	color: #07080d; 
}
p, normal, .normal {
	color: #003d72; 
	font : normal 12pt Arial;
	margin-bottom : 5pt; 
	margin-top : 5pt; 
	line-height : 140%; 
	text-align: justify;
	padding-left:10px;
	padding-right:10px;}
a {
	color: #003d72; 
	text-decoration: underline;  
	font : Arial;
}
a:hover { 
	color: #003d72; 
	text-decoration: none;  
	font : Arial;
}
hr {
	color: #003d72; 
	height : 1; 
	width : 80%; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
H1 {
	color: #003d72; 
	margin-bottom : 1; 
	margin-top : 1; 
	font : bold  36pt Arial;
}
H2 {
	color: #003d72; 
	margin-bottom : 1; 
	margin-top : 1; 
	font : bold  28pt Arial;
}
H3 {
	color: #003d72; 
	margin-bottom : 16px; 
	margin-top : 16px; 
	font : bold  22pt Arial;
}
H4 {
	color: #003d72; 
	margin-bottom : 9px; 
	margin-top : 4px; 
	font : bold  18pt Arial;
}
H5 {
	color: #003d72; 
	margin-bottom : 5px; 
	margin-top : 5px; 
	font : bold  14pt Arial;
}
H6 {
	color: #003d72; 
	margin-bottom : 5px; 
	margin-top : 5px; 
	font : bold  12pt Arial;
}
td, u, ul, ol, li { 
	font-size: 11pt; 
    margin-bottom : 5; 
	margin-top : 5; 
	font-family: Arial; 
	color : #003d72;
}
ul, ol, li { 
	font-size: 11pt; 
    margin-bottom : 5px; 
	margin-left : 10px; 
	margin-top : 5px; 
padding-left: 5px;
	font-family: Arial; 
	color : #003d72;
}
ul.aufzaehlung { 
	font-size: 11pt; 
    margin-bottom : 5px; 
	margin-left : 10px; 
	margin-top : 5px; 
padding-left: 5px;
	font-family: Arial; 
	color : #003d72;
}
.button {
  background-color: #003d72; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
.button:hover {
  background-color: #104d82; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

details{
  margin: 1rem auto;
  padding: 0 1rem;
/*  max-width: 35em; */
  max-width: calc(100% - 2rem);
  position: relative;
  border: 1px solid #003d72;
  border-radius: 6px;
  color: #003d72;
  background-color: e5e5e5;
  transition: background-color .15s;
  
  > :last-child {
    margin-bottom: 1rem;
  }
  
  &::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    opacity: .15;
    box-shadow: 0 .25em .5em e5e5e5;
    pointer-events: none;
    transition: opacity .2s;
    z-index: -1;
  }
  
  &[open] {
    background-color: e5e5e5;
    
    &::before {
      opacity: .6;
    }
  }
}

summary{
  padding: 1rem 2em 1rem 0;
/*  display: block; */
  color: #003d72;
  background-color: e5e5e5;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  
  &::before,
  &::after {
    width: .75em;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    background-color: currentColor;
/*    text-align: right; */
    transform: translateY(-50%);
    transition: transform .2s ease-in-out;
  }
  }
img, .detailsl, detailsl {
margin:0px;
}
