.view {
   width: 100%;
	height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
   
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
	bottom: 0;
}
.view .inhalt {
position: absolute;
   z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	background-color: rgba(226, 146, 37, 0.96);
	width: 100%;
	padding: 12px 0;
	margin-top: auto !important;
    bottom: 20px !important;
    display: block;
    height: auto;
}

.view-first:hover .inhalt{
display: none
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   font-weight: 400;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
margin-top: 20px
}
.view hr {
   width: 50%;
	margin: 0 25%;
	margin-top: 5px;
	margin-bottom: 12px;
	border-top: 2px solid #fff;
}
.view a span {
	font-size: 11px;
}

.block2 hr {
   width: 20%;
	margin: 0 40%;
	margin-top: 5px;
	margin-bottom: 12px;
}
.view p {
   font-size: 15px;
   position: relative;
   color: #fff;
   text-align: center;
	width: 70%;
	margin: 0 15%
}
.view a.info {
   text-decoration: none;
   color: #fff;
font-weight: 700
}
.view a.info:hover {
  text-decoration: underline
}
.view a:hover, .view a:active {
  -webkit-user-select: none; -webkit-touch-callout: none
}
