.pg-subheader.schuettgutplatz{
    width:100%;
    height:100vh;
    max-height:100vh;
    background:url("/Uploads/Templates/pgcontainer/Images/Header/Start/schuettgutplatz.jpeg") no-repeat;
    background-size:cover;
}



.pgStatsCon{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    gap:20px;
    row-gap:10px;
    width: 100%;
}
.pgStatsCon .item{
    flex-grow: 1;
    background: none;
    padding: 5px;
    width: 400px;
    height: 170px;
    margin-top: 10px;
    line-height: 25px;
    color: #065532;
    font-weight: 400;
    font-size: .8em;
    text-align: center;

    text-transform: uppercase;
}
.pgStatsCon .item span{

    font-weight: 600;
    font-size: 7em;
    line-height: 50px;
    display:block;
    padding-bottom: 40px;
}

.quickinfo {margin:40px 0;color:#000; font-size:1.3rem; line-height:30px;}
.quickinfo a{color:#065532; white-space: nowrap; font-size:1.7rem; line-height:3rem; margin:0 10px; transition:color .2s ease-in-out; letter-spacing:2px;}
.quickinfo a:hover{color:#000;}

.SmallNav a{
    float: left;
    width: 50px;
    padding-right: 15px;

}