/* General */

html {
    height: 100%;
    color: #222;
    font-family: 'Roboto', Helvetica, Helvetica Neue, Arial, sans-serif; /* Primary Font */
    font-size: 1.063em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased; /* Fix font rendering in Chrome */
}

body {
    height: 100%;
    margin: 0 auto;
    display: table; /* Vertical align */
    background-color: #222;
}

#container {
    height: 100%;
    padding: 0 24px;
    display: table-cell; /* Vertical align */
    vertical-align: middle; /* Vertical align */
}

/* Texts */

.sub-title {
    margin: 0 0 49px;
    color: #555;
    font-size: 1.471em;
    font-weight: 400;
}

.title {
    margin: 0 0 52px;
    color: #FFF;
    font-size: 3.500em;
    line-height: 1.48;
    font-weight: 500;
}

/* Social Links */

#social-links {
    margin: 0;
    padding: 0;
}

#social-links li {
    margin-right: 20px;
    display: inline;
}

#social-links li:last-child {
    margin-right: 0;
}

#social-links li a {
    padding-bottom: 1px;
    display: inline-block;
    color: #777;
    border-bottom: 3px solid #3E3E3E;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif; /* Secondary Font */
    font-weight: 400;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#social-links li a:hover {
    color: #FFF;
}

#social-links li a.email:hover {
    border-color: #9ACD32;
}

#social-links li a.flickr:hover {
    border-color: #FE0987;
}

#social-links li a.linkedin:hover {
    border-color: #1681BD;
}

/* Helper Classes */

.visible {
    visibility: visible !important;
}

.fix {
    position:fixed;
    bottom:0px;
    left:10%;
    font-size:9px;
}

.kleinknecht {
    position:fixed;
    bottom:0px;
    left:10%;
    height: 26px;
	color: #555;
	font-size:10px;
}

.hidden {
    visibility: hidden;
}
