/*--------------------------------------------------------------
    Template Name: Paint Master - House Painter & Contractor Website Template
    Version		 : 1.2
--------------------------------------------------------------*/



.page-hero img{
	width: 100%;
	  -webkit-animation: shine 2.75s infinite;
	animation: shine 2.75s infinite;
}
.page-hero{
	padding: 60px 0 60px 0;
	min-height: 25vh;
	position: relative;
	background: url(../images/page-bg.jpg) top right;
	background-size: cover;
	border-radius: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.page-hero::before {
	  content: '';
	  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 0.1;
	  z-index: 0;
}
.page-hero h2{
	font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
    color: #1b70b7;
    font-family: 'Squada One', cursive;
}
.page-hero h3{
	font-size: 17px;
	color: #202020;
	font-weight: 700;
	letter-spacing: 0.7px;
	margin: 0 auto;
	border-radius: 0.25rem;
	display: inline-table;
}

.page-hero.maler-bg {
	background: url(../images/page-bg-maler.jpg) top left;
}

.page-hero.gipser-bg {
	background: url(../images/page-bg-gipser.jpg) top right;
}

.page-hero.altbau-bg {
	background: url(../images/page-bg-altbau.jpg) top right;
}

.page-hero.fassadengestaltung-bg {
	background: url(../images/page-bg-fassadengestaltung.jpg) top right;
}

.page-hero.daemmsysteme-bg {
	background: url(../images/page-bg-daemmsysteme.jpg) top right;
}

.page-hero.trockenbau-bg {
	background: url(../images/page-bg-trockenbau.jpg) top right;
}