/*Setup */
html, body {
    width: 100%;
    height:100%;
}
.row {
}

/**/
header {
    background-color:#1E6CA4;
    -webkit-transform: skew(0, -2.5deg);
    transform: skew(0, -2.5deg);
    width:100%;
    margin-top:-100px;
    padding-top:125px;
    padding-bottom:25px;
    z-index:2;
}
.sub-header {
    background-image: url("media/images/berge.jpg");
    min-height:375px;
    width:100%;
    margin-top:-50px;
    background-attachment: fixed;
    background-position-y: -300px; ;
    background-repeat: no-repeat;

flex-direction: column;
    display:flex;

    justify-content: flex-end;
}
.sub-header h1 {
    color:#ffffff;
    background-color: #71BF44 ;
    padding:15px;
    -webkit-transform: skew(0, -2.5deg);
    transform: skew(0, -2.5deg);
    display:inline-block;
}
.sub-header .headline{
    color:#ffffff;
    font-size:2rem;
    font-weight: 500;
    margin-bottom:25px;
    -webkit-transform: skew(0, -2.5deg);
    transform: skew(0, -2.5deg);
}
.sub-header .headline:after {
    content:'';
    height:7px;
    background-color:#ffffff;
    width:110px;
    margin:auto;
    display:block;
    margin-top:10px;
}


header img {
    -webkit-transform: skew(0, 2.5deg);
    transform: skew(0, 2.5deg);
}
main {
    padding:75px 25px;
    color:#262626;
}
main h2 {
        color:#ffffff;
    margin-top:10rem;
}
main h2:after {
    content:'';
    height:7px;
    background-color:#ffffff;
    width:55px;
    display:block;
}
.services p {
    margin-bottom:0px;
}
.leistungen{
    position:relative;
    overflow: hidden;
    padding:25px;
    margin-bottom:25px;
}
.leistungen:before {
    background-color: #71BF44;
    opacity: 0.8;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.leistungen:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.baum:after {
    background-image: url("media/images/baum.jpg");
}



.industrie:after {
    background-image: url("media/images/industrie.jpg");
}

.pv:after {
    background-image: url("media/images/pv.jpg");
}




.img-headline {
    border: 7px #ffffff solid;
    padding:20px;
    position: relative;
    z-index: 2;
}
footer {
    color:#ffffff;
    margin-bottom:50px;
}
footer .content {
    padding: 50px;
    background-color:#1E6CA4;
}
footer .content-inner {
    padding: 50px;
    border: 7px #ffffff solid;
}
footer h2 {
    margin-bottom:25px;
}
footer h2:after {
    content:'';
    height:7px;
    background-color:#ffffff;
    width:55px;
    margin:auto;
    display:block;
}

footer a {
    color:#71BF44;
}

@media (max-width: 576px) {
    main {
        padding: 75px 0px;
    }
    footer .content {
        padding: 25px 15px;
    }
    footer .content-inner {
        padding: 25px;
    }
}