* {
    font-family: Roboto;
    color: #727070;
    margin: 0;
    padding: 0;
}
body {
    font-size: 1.001em;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*   -webkit-text-size-adjust: 140%;*/
}
html {
    background-color: rgba(250, 179, 165, 0.1);
    background-color: rgba(233, 204, 195, 0.4);
} /*
.bodyBackground{
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

html,
body,
.bodyBackground {
    min-height: 100%;
}

.contentContainer {
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(74, 90, 115, 0.9);
    max-width: 800px;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.contentContainer:not(:first-child) {
    padding: 20px 0;
}
.contentContainer:last-child {
    margin-bottom: 0;
    padding: 0;
}
.contentContainer > p {
    width: 90%;
    text-align: justify;
}
.contentContainer > p + p {
    margin-top: 8px;
}
.contentContainer > h2 {
    font-size: 1.4em;

    white-space: nowrap;
    width: 90%;
    text-align: center;
}
.contentContainer > h2.techHeader {
    margin-bottom: 20px;
}

.headerBackground {
    height: 30%;
    width: 100%;
    position: absolute;
    background-color: #4a5a73;
    height: 154px;
}
.contentContainer .profilImg {
    border-radius: 78px;
    z-index: 1;
    margin-top: 65px;
    filter: grayscale(25%);
}
.contentContainer .logoImg {
    max-width: 118px;
    margin-top: 12px;
}
.contentContainer > ul {
    max-width: 90%;
    padding-left: 16px;
    box-sizing: border-box;
}
.contentContainer > ul li {
    text-align: justify;
    margin-bottom: 6px;
}
.contentHeader {
    font-size: 1.6em;
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
}
.nameHeader {
    margin-top: 17px;
    color: #4a5a73;
    font-size: 1.9em;
    margin-bottom: 1px;
}
.nameSubheader {
    margin-top: 5px;
    font-size: 1.35em;
    width: 90%;
    text-align: center;
    white-space: nowrap;
}
.socialButtons {
    display: flex;
    height: 30px;
    margin-top: 28px;
    margin-bottom: 13px;
}
.socialButtons a {
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}
.socialButtons a:hover {
    transform: scale(1.1);
}
.socialButtons a:not(:last-child) {
    padding-right: 8px;
}
.gulp {
    filter: grayscale(50%);
}
.xing {
    filter: grayscale(70%);
}
.twitter {
    filter: grayscale(60%);
}

* Make sure that padding behaves as expected */ * {
    box-sizing: border-box;
}

.skillEntry,
.contactEntry {
    width: 90%;
    display: flex;
    padding-bottom: 8px;
    overflow: hidden;
}

.skillEntry > span,
.contactEntry > span {
    min-width: 113px;
}

/* Container for skill bars */
.container {
    width: 100%; /* Full width */
    background-color: #ddd; /* Grey background */
}

.skills {
    text-align: right; /* Right-align text */
    padding-top: 2px; /* Add top padding */
    padding-bottom: 2px; /* Add bottom padding */
    color: white; /* White text color */
}

.css {
    width: 90%;
    background-color: #4a5a73;
} /* Blue */
.JS {
    width: 95%;
    background-color: #4a5a73;
} /* Red */
.frameworks {
    width: 90%;
    background-color: #4a5a73;
} /* Red */
.node {
    width: 80%;
    background-color: #4a5a73;
} /* Dark Grey */
.elixir {
    width: 70%;
    background-color: #4a5a73;
} /* Green */
.WASM {
    width: 60%;
    background-color: #4a5a73;
} /* Blue */
.php {
    width: 60%;
    background-color: #4a5a73;
} /* Dark Grey */

.impressum {
    margin-top: 9px;
    white-space: nowrap;
    padding-bottom: 5px;
}
