.navbar-default .navbar-collapse {
  margin-left: 0em;
}

.breadcrumb shadow-one{
  display:none;
}

footer.entry-footer {
  display: none;
}

.bildeffekt {
  margin: auto;
  position: relative;
  width: 100%;
}

.uberlagerung {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.bildeffekt:hover .uberlagerung {
  opacity: 0.65;
}

.text {
  color: white;
  font-size: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.left {
  float: left;
  width: 45%;
  margin: auto;
}

.mitte {
  float: left;
  width: 10%;
  margin: auto;
  margin-top: 25em;
}

.summary_wrapper {
  float: left;
  width: 25%;
  margin: auto;
}

.summary {
  width:  90%;
  margin: auto;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
