* {
    font-family: Roboto;
    color: #727070;
    margin: 0;
    padding: 0;
}
body {
    font-size: 1.001em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
html {
    background-color: rgba(250, 179, 165, 0.1);
    /*  background-color: rgba(233, 204, 195, 0.4);*/
}

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;
}

.showcase {
    display: flex;
    max-width: 720px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.showcaseItem {
    position: relative;
    flex: 1 1 auto;
    box-shadow: 0px 0px 4px 2px rgba(74, 90, 115, 0.4);
    min-width: 260px;
    max-width: 347.5px;
    margin: 13px 7px 0px;
    text-align: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.showcaseItemHeader {
    margin-top: 6px;
    min-height: 57px;
}

.showcaseLogoContainer {
    width: 263px;
    height: 145px;
    position: relative;
}

.showcaseLogoContainer .devlogo {
    position: absolute;
    max-width: 85px;
}

.devlogo.javascript {
    left: 57px;
    top: 0px;
    z-index: 2;
}

.devlogo.typescript {
    left: 108px;
    top: 59px;
}

.devlogo.react {
    left: 30px;
    top: 8px;
}

.devlogo.vuejs {
    left: 150px;
    top: 8px;
}

.devlogo.nodejs {
    left: 70px;
    top: 50px;
    max-width: 137px;
}

.newsItemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 720px;
}

.newsItemContainer.hideOld .newsItem:nth-child(n + 5) {
    display: none;
}

.newsItem {
    position: relative;
    box-shadow: 0px 0px 4px 2px rgba(74, 90, 115, 0.4);
    padding: 7px 7px;
    box-sizing: border-box;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 15px;
    flex: 1 1 auto;
}

.newsItem.justifiedText {
    text-align: justify;
}

.newsItem.justifiedText p + p {
    margin-top: 9px;
}

.newsItemHeadline {
    margin-bottom: 5px;
    padding-bottom: 8px;
    position: relative;
}

.newsItemHeader {
    font-weight: normal;
    color: #4a5a73;
    font-size: 1.2em;
    margin-left: 50px;
}

.newItemSchedule {
    margin-left: 66px;
    font-size: 0.8em;
}

.newsItemSeperator {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background-color: #4a5a73;
    opacity: 0.4;
    box-shadow: 1px 1px 3px 1px rgba(74, 90, 115, 0.2);
}

.newsItemText {
    text-align: justify;
}

.newsItemDate {
    font-size: 10px;
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 3px;
}

.newsItemImg {
    max-height: 45px;
    max-width: 45px;
    position: absolute;
    top: -3px;
    border-radius: 32%;
    filter: grayscale(0.2);
}

.newsItemImg.noRadius {
    border-radius: 0%;
}

.moreButton {
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(74, 90, 115, 0.4);
    padding: 5px 7px;
    margin-right: 7px;
    margin-left: 7px;
    flex: 1 1 auto;
    width: 100%;
    background-color: white;
    border: none;
}

.moreButton:hover {
    filter: brightness(0.97);
}

.newsItemContainer:not(.hideOld) .moreButton {
    display: none;
}

.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 */
    padding-right: 5px;
    box-sizing: border-box;
}

.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;
}
