.fullwidth {margin-top: 0;}
.fullwidth:after{clear:both!important;}
.reihe {margin-top: 0;}


div.span6.container{
  position: relative;
  width: 50%;
}

div.span3.container{
  position: relative;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.image:hover {width: 100%; }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(221, 175, 0, 0.9);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

div.span6.container:hover .overlay, 
div.span3.container:hover .overlay {
  width: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 600;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  line-height: 45px;
	hyphens: auto
}

.text a{color:white;
  transition: .5s ease;}
.text a:hover {font-size:24px;}
