body {
	color: #ffffff; 
	background-color:#010101; 
	margin-bottom : 3px; 
	margin-top : 3px; 
	font-family: Arial, sans-serif;
	font : normal 12pt;
}
p, normal, .normal {
	color: #ffffff; 
	font-family: inherit;
	font-weight: 300;
  font-size:120%;
	text-align: justify; 
   padding-left: 10px;
   padding-right: 10px;
	line-height: 1.4em; 
	margin-bottom : 10px; 
	margin-top : 10px; 
}
plied, .plied {
	color: #010101; 
	font-family: inherit;
	font-weight: 300;
  font-size:120%;
	text-align: left; 
   padding-left: 10px;
   padding-right: 10px;
	line-height: 1.1em; 
	margin-bottom : 10px; 
	margin-top : 10px; 
}
zentriert, .zentriert{
	text-align: center; 
}
li, ul, ol {
	color: #ffffff; 
	font : normal 1.1em;
	text-align: justify; 
	line-height: 1.8em; 
	margin-bottom : 10px; 
	margin-top : 10px; 
	margin-left:40px;
	padding-left:5px;
	list-style-position:outside;
}
head, .head {
	color: #ffffff; 
	font : normal 1.0em;
	text-align: center; 
	line-height: 1.5em; 
	margin-bottom : 0px; 
	margin-top : 0px; 
}
a {
	text-decoration: underline;  
	font : Arial;
	color: #ffffff; 
}
a:hover { 
	text-decoration: none;  
	font : Arial;
	color: #ffffff; 
}
H1 {
	color: #ffffff; 
	margin-bottom : 8px; 
	margin-top : 8px; 
	font-family: Arial;
	font-weight: 300;
   font-size:250%;
}
H2 {
	color: #ffffff; 
	margin-bottom : 6px; 
   text-align: center; 
   margin-top : 6px; 
	font-family: Arial;
	font-weight: 300;
  font-size:220%;
}
H3 {
	color: #ffffff; 
	font-family: Arial;
	font-weight: 300;
   font-size:190%;
	text-align: center; 
	letter-spacing: 0.10em; 
	margin-bottom : 15px; 
	margin-top : 15px; 
}
H4 {
	color: #ffffff; 
	margin-bottom : 10px; 
	text-align: center; 
	margin-top : 10px; 
	letter-spacing: 0.10em; 
	font-family: Arial;
	font-weight: 300;
   font-size: 170%;
}
H5 {
	color: #ffffff; 
	margin-bottom : 4px; 
	margin-top : 4px; 
	text-align: center; 
	font-family: Arial;
	font-weight: 300;
   font-size:150%;
}
H6 {
	color: #ffffff; 
	margin-bottom : 15px; 
	margin-top : 15px; 
	text-align: center; 
	font-family: Arial;
	font-weight: 300;
  font-size:130%;
}
fuss, .fuss{
	color: #ffffff; 
	padding-bottom : 8px; 
	padding-top : 8px; 
	margin-bottom : 8px; 
	margin-top : 8px; 
	text-align: center; 
	font : normal 0.9em;
}
td, u, ul, ol, li { 
	font-size: 1.1em; 
	margin-bottom : 3px; 
	margin-top : 3px; 
	font-family: inherit; 
	color : #ffffff;
}
details{
  margin: 1rem auto;
  padding: 0 1rem;
/*  max-width: 35em; */
  max-width: calc(100% - 2rem);
  position: relative;
  border: 1px solid #78909C;
  border-radius: 6px;
  background-color: #ECEFF1;
  color: #010101;
  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 #263238;
    pointer-events: none;
    transition: opacity .2s;
    z-index: -1;
  }
  
  &[open] {
    background-color: #FFF;
    
    &::before {
      opacity: .6;
    }
  }
}

summary{
  padding: 1rem 2em 1rem 0;
/*  display: block; */
  color: #010101;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
    text-align: left;
  
  &::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;
  }
  }
