body {
    margin:0;
    font-family: sans-serif;
}

/*.headerbox{
    border-color: blue;
    width: 100%;
    display: block;
    height: auto;
    clear: both;
}*/

/*.header {
    border: 2px solid;
    border-color: red;
    margin-top: 20px;
    font-size: calc(1em + 2vw);
    font-weight: bold;
    color: darkblue;
    text-align: center;
 
}

.logo {
    border: 2px solid;
    border-color: black;
    margin: 5%;  
    max-width: 20%;
    height: auto;
    align: center;
}

/* for bigger screens display title and logo next to each other */

/*@media only screen and (min-width: 400px) {*/
 .header {
    margin-top: 20px;
    margin: 2%;
    font-size: calc(.7em + 2vw);
    font-weight: bold;
    color: darkblue;
    text-align: center;
    width: 60%;
    float: left;
    display: inline-block;
    height: auto;
    
}

.logo {
    padding: 1%;
    display: inline-block;
    width: 20%;
    float: right;
    min-width:90px;
    max-width: 200px;
}

.disclaimer {
    padding: 20px 20%;
    text-align: center;
    color: darkslategrey;
    font-size: calc(.4em + 1vw);
    font-weight: 600;
    display: inline-block;
    float: left;
    clear: both;
}

.indexbox {
/*    border: 2px solid;*/
    margin: 2%;
    padding: 20px;
    display: block;
    height: auto;
    clear: both;
}

.indexitem {
    margin-top: 10px;
  /*  margin-bottom: 10px;*/
    margin-right: 5px;
    margin-left: 5px;
    width: 30px;
    height: 30px;
  /*  padding: 1%;*/
    border-radius: 5px;
 /*   font-size: calc(.5em + 1vw);*/
/*    font-weight: bold;*/
    text-decoration: underline;
    line-height: 30px;
    text-align: center;
    color: darkblue;
    background-color: aliceblue;
    display: inline-block;
    clear: both;
}

.placeholderIndex {
   margin-top: 10px;
  /*  margin-bottom: 10px;*/
    margin-right: 5px;
    margin-left: 5px;
    width: 30px;
    height: 30px;
 /*   padding: 1%;*/
    border-radius: 5px;
    border: solid 1px;
    border-color: aliceblue;
 /*   font-size: calc(.5em + 1vw);
    font-weight: bold;
    text-decoration: underline;*/
    line-height: 30px;
    text-align: center;
    color: aliceblue;
    display: inline-block;
    clear: both;
}

.indexitem:hover {
    background-color: lightsteelblue;
}

.anker {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-weight: 600;
    font-size: calc(20px + .7vw);
}

.infobox {
    margin: 30px;
    background-color: gainsboro;
    border-radius: 5px;
    height: auto;
 /*   overflow: hidden;*/
    display: block;
    clear: both;
}

 .infobox .title {
    background-color: aliceblue;
    border-left-color: darkblue;
    border-top-right-radius: 5px;
    border-left: solid 10px;
    padding: 10px 2%;
    font-size: calc(12px + .5vw);
    font-weight: 550;
    font-family: sans-serif;
    color: darkblue;
    display: block;
    text-align: left;
}

.infobox .title:hover {
    background-color: lightsteelblue;
}

.title .icon {
    color: darkblue;
    font-size: calc(12px + .5vw);
    float: right;
}

.infobox .infotext {
    padding: 10px 3%;
    font-size: calc(10px + .5vw);
    color: black;
    height: auto;
    display: none;
}

.infotext .fett {
    font-weight: 600;
}

.italics {
    font-style: italic;
}

.infotext .text{
    width: 55%;
    float: right;
    display: inherit;
}

.infotext .graphik{
    width: 40%;
    float: left;
    vertical-align: center;
}

.text .ul{
    
}

.accordion {
    background-color: aliceblue;
    border-left-color: darkblue;
    border-top-right-radius: 5px;
    border-left: solid 10px;
    padding: 10px 2%;
    font-size: calc(12px + .5vw);
    font-weight: 550;
    font-family: sans-serif;
    color: darkblue;
    display: block;
    text-align: left;
    width: 100%;
/* background-color: aliceblue;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;*/
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: lightsteelblue;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px 3%;
    font-size: calc(10px + .5vw);
    color: black;
    height: auto;
    display: none;
    background-color: gainsboro;
    overflow: hidden;
}
/*infobox. infotext .text {
    width: 30%;
    float: right;
}
*/
/*.infotext .img {
    width:  40%;
    float: left;
}*/