.cvbar {
    text-align: right;
}

.cvheadingrow {
    vertical-align: bottom;
}

.cvheading {
    text-align: left;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.email:before { content: "jan.teichmann"; }
.email:after { content: "@gmail.com"; }
.phone:before { content: "+44 7716 ";}
.phone:after { content: "324160";}


@media (max-width: 767px) {

    .cvbar {
        text-align: left;
    }

}
    

