/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

/* nk - Anpassungen */

.nopadding {
   padding: 0 !important;
   margin: 10 !important;
}

.img-responsive img {
    width: 100%;
    height: auto;
}

.wrap { 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap;
}

.container { 
    display: flex; 
    flex-direction: column;
    background-color: #ee7617;
}

.container img { 
    width: 100%; 
    display: block; 
}

body { 
    background-image: url('p/Hintergrund_Klingel.jpg');
}