body, html {position: relative; padding: 0; margin: 0; width: 100%; height: 100%; background: #fff;}
body {font-family: 'Source Sans Pro', sans-serif; color: #333; font-size: 17px;}
a {color: #333; text-decoration: none;}
.kontakt {
    position: absolute; left: 50%; top: 50%; width: 500px; margin: -155px 0 0 -250px; text-align: center;
}
.kontakt ul {
    padding: 0; margin: 0; list-style: none;
}
.kontakt ul li {
    display: block;
    position: relative;
    padding: 0;
    line-height: 55px;
    font-size: 27px;
    border-bottom: 1px solid #eee;
}
strong {color: #e41e26;}
.kontakt ul li .fa {
    color: #e41e26;
}
.logo {
    margin-bottom: .25em;
}