body {
  background: url(/themes/digibook/images/body.png) fixed;
}
.navbar.container {
  max-width: 1170px;
}
.main-container {
  border-radius: 4px;
  border: 1px solid transparent;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width:1170px;
}

.kasten_gruen{
    text-align: left;
    border-radius: 10px;
    font-weight: normal;
    font-size: 1.0em;
    border: 2px solid #227E10;
    background-color: #D8F4D2;
    color: #000;
    margin-left: 0.5%;
    margin-right: 1%;
    padding: 1%;
    margin-top: 10px;
  margin-bottom:20px;
}
.kasten_blau{
    text-align: left;
    border-radius: 10px;
    font-weight: normal;
    font-size: 1.0em;
    border: 2px solid #0BBFF8;
    background-color: #A2E0F3;
    color: #000;
    margin-left: 0.5%;
    margin-right: 1%;
    padding: 1%;
    margin-top: 10px;
  margin-bottom:20px;
}
.kasten_weiss{
    text-align: left;
    border-radius: 10px;
    font-weight: normal;
    font-size: 1.0em;
    border: 2px solid #cccccc;
    background-color: #ffffff;
    color: #000;
    margin-left: 0.5%;
    margin-right: 1%;
    padding: 1%;
    margin-top: 10px;
  margin-bottom:20px;
}
.kasten_rot{
    text-align: left;
    border-radius: 10px;
    font-weight: normal;
    font-size: 1.0em;
    border: 2px solid #FD2B2B;
    background-color: #FCB9B9;
    color: #000;
    margin-left: 0.5%;
    margin-right: 1%;
    padding: 1%;
    margin-top: 10px;
  margin-bottom:20px;
}


.blocksatz{
  text-align:justify;
  hyphens: auto;
}