@charset "UTF-8";


 ul.none {
  list-style-type: none;
  font-size: medium;
  line-height: 150%;
}

 
 ul.square {
  list-style-type: square;
  font-size: medium;
  line-height: 150%;
}
 
 
ol.c {
  list-style-type: upper-roman;
  font-size: medium;
  line-height: 150%;
}


div.inhalt {
    max-width:1110px;
    margin:auto;    
}

#definitionPortable {
    line-height:150%;   
}

/* H1 visuell wie normaler Seitentitel */
h1 {
    font-size: 1.0em;
    background: rgba(255,255,255,0.3);
    border-radius: 15px;
    padding-left:15px;
    padding-top:6px;
    padding-bottom:6px;
    padding-right:15px;
}

p {
    line-height:150%;  
}


