/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

.cd-tile-h-main-heading {
  white-space: break-spaces;
}
body {
background-color: #4f9b43;
}

.columns {
background-color: #195814;
}

.cd-navigation-bar-container {
  position: sticky;
  top: 0;
}

.cd-menubar .cd-menu-level-1 > ul {
  justify-content: right;
}


 @media screen and (max-width: 600px) {
    .123 {
      border: 0;
      background-color: #ff0000;
    }

    .123 caption {
      font-size: 1.3em;
    }

    .123 thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .123 tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .5em;
    }

    .123 td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    .123 td:last-child {
      border-bottom: 0;
    }


  }
