html {
  position: relative;
  min-height: 100%;
}


body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;
}

body > .container {
  padding: 60px 15px 0;
}

.navlinkfooter {

  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
.StilNavigation {
	color: #990033; 
}

.pagination-centered {
  text-align: center;
    
}

.hintergrund {
    
    background-color: #666666;
    
}

.hintergrundinvert {
    
    background-color: #FFFFFF;
}

.schriftfarbe {
    color: white;
    
}

.hoehe {
    max-height: 500px;
}


.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.overlay {
  position: absolute;
  bottom: 50%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.centered {
  position: relative;
  display: inline-block;
 
  width: 50%;
  padding: 1em;
  background: orange;
  color: white;
}

indiemitte {
    align-content: center;
    justify-content: center;
}

