
.gepinhalt{
    width: 1040px; 
    margin: 0 auto;
    margin-bottom: 30px;
}
.gepinhalt::after {
    content: '';
    display: table;
    clear: both;
}

#middle{
    margin: 0 auto;
}

.lgep{
    position: relative;
    width: calc(100% / 3 - 20px);
    height: 720px;

    float: left;
    margin: 50px 10px 0px 10px;
    
    text-align: center;
    background: #f0f0f0;

    border-radius: 10px;
}
.gepimg{
    width: 100%;
    height: 200px;

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#gewaesser{ background-image: url("/img/leistungen/gep/gew400x200.jpg"); background-size: cover;}
#hangwasser {background-image: url("/img/leistungen/gep/hangwasser400x200.jpg"); background-size: cover;}
#kanal {background-image: url("/img/leistungen/gep/gep400x200.jpg"); background-size: cover;}

.lgep h2{
    font-size: 1.3em;
    padding: 10px;
    background: #CCCCCC;
    border-bottom: 1px solid slategrey;

    letter-spacing: 1px;
}
.lgep-text {
    margin: 0 auto;
    margin: 20px 10px 20px 30px;
    padding-bottom: 50px;
    text-align: left;
}
.lgep-text .info-forschungspreis {  
    position:  absolute;
    right: 10px;
    bottom: 15px;
    display: flex;
    justify-content: end;  
    align-items: flex-end;
}

.lgep-text a {
    text-decoration: none;
    color: #000;
}
.lgep-text .info-forschungspreis svg {
    height: 30px;
}

.lgep-text ul li{
    margin: 10px 5px;
    font-size: 1.1em;
}


/*-------------------------------RESPONSIVE-------------------------*/

@media screen and (max-width: 1060px){
    .gepinhalt{
        width: 100%;
    }
    #middle {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .lgep{
        width: calc(100% / 2 - 20px);
        margin: 10px 10px 10px 10px;
    }
}

@media screen and (max-width: 720px){
    .navigator h1{
        font-size: 1.75em;
    }
    .lgep h2{
        font-size: 1.0em;
        letter-spacing: 1px;
    }
    .lgep-text ul li{
        font-size: 0.9em;
    }

}

@media screen and (max-width: 570px){
    .navigator h1{
        font-size: 1.25em;
        margin: 30px 0px 10px 20px;
    }
    #arrowback{
        margin: 20px 20px;
    } 
    #arrowback h9{
        font-size: 0.8em;
        margin-left: 7px;
        margin-top: -2px;
    }    
    #arrow-svg {
        height: 15px;
    }
    .lgep{
        width: calc(100% - 20px);
        height: inherit;
        margin: 0px 10px 10px 10px;
    }    
}
