section.kontakt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
    margin-bottom: -80px;
}

    figure {
        padding: 20px;
    }

        figure:hover {
            outline: 1px solid darkgreen; 
            cursor:url(bilder/allgemein/cursor_green.png), auto;
        }

    h2 {
            font-weight: 300;
            font-size: 14px;
            font-style: normal;
            max-width: 900px;
            color: darkgreen;
            text-align: center;
            margin-top: 0;
            margin-bottom: 2px;
            letter-spacing: 2px;    
    }
        .nummer {
            font-weight: 500;
            font-size: 20px;
            font-style: normal;
            max-width: 900px;
            text-align: center;
            margin-top: 0;
            margin-bottom: 2px;
            letter-spacing: 2px; 
        }