
body {
  margin: 0.4em 0.4em 0.4em 1.6em;
}
/*
div.kategorie {
  margin-left: 5px;  
}

div.bereich {
  margin: 10px 10px 10px 10px; 
  background-color: #E5E5E5;
}

div.bereichname {
  width: 120px;
  float: left;
}

.verweis {
  border: 2px solid;
  margin: 0px 0px 0px 10px; 
  padding: 0px 5px 0px 5px; 
  background-color: orange;
}
span.verweis {
  border: 2px solid;
  margin: 0px 0px 0px 10px; 
  padding: 0px 5px 0px 5px; 
  background-color: orange;
}

span.bereichname {
  background-color: green;
  width: 120px;
}

div.verweis {
  border: 2px solid;
  margin: 0px 20px 0px 20px;
  background-color: orange;
  float: left;
}

div.verweis:last-child {
  float: none;
}*/

h3 { 
  margin: 10px; 
  padding: 10px;
}

h2 {
  margin: 10px;
  text-decoration: underline;
}
.mitteilung {
  border: solid 2px red;
  background-color: azure;
  margin: 10px;
  padding: 5px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 95%);
  }
  
@media only screen and (min-device-width: 1280px) {
  .grid {
  font-size: 120%;
  }
}

@media only screen and (min-device-width: 980px) and (max-device-width: 1279px) {
  .grid {
  font-size: 140%;
  }
}

@media only screen and (min-device-width: 680px) and (max-device-width: 979px) {
  .grid {
  font-size: 160%;
  }
}

@media only screen and (min-device-width: 500px) and (max-device-width: 679px) {
  .grid {
  font-size: 180%;
  }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 499px) {
  .grid {
  font-size: 200%;
  }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 299px) {
  .grid {
  font-size: 200%;
  }
}


  .grid>div:nth-child(1n) {
    border: solid 2px green;
  }
  .grid>div:nth-child(2n) {
    border: solid 2px blue;
  }
  .grid>div:nth-child(3n) {
    border: solid 2px orange;
  }
  .grid>div:nth-child(4n) {
    border: solid 2px lime;
  }
  .grid>div:nth-child(5n) {
    border: solid 2px red;
  }
  .grid>div:nth-child(6n) {
    border: solid 2px magenta;
  }

/*
nav {
  margin-left: 0.8em;
}

header {
  font-size: 200%; 
  margin: 0.8em 0em 0.5em 0em; 
  background-color: magenta; 
  width:50%;
}*/

/*.htitel {
  color: white;
  font-size: 90%;
}

section {
  font-size: 140%; 
  width: 50%;
}



nav div a {
  text-decoration: none; 
  color: #4F2778; 
  font-weight: bold; 
  font-size:70%;
}*/

footer {
  width: 95%;
  color: white;
  text-align: center; 
  font-size: 70%; 
  margin-top: 0.8em; 
  background-color: magenta;
}
/*
.info {
  color: black;
  border: green dotted;
  display : none;
  font-size: 80%;
}*/

