body {
    margin: 0px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    color: #444;
    background-color: #cacaca;
    background-image: url('../img/prism_inverse.png');
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Montserrat-ExtraLight.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/Montserrat-ExtraLightItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: url("../fonts/Montserrat-Light.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    src: url("../fonts/Montserrat-LightItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Montserrat-MediumItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Montserrat-BoldItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Montserrat-ExtraBold.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format('truetype');
  }


.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    height: 1265px;
    width: 99.1vw;
    opacity: 0.06;
}
.bg-inner {
    margin: 0 auto;
    background-image: url(../img/vitruvianischer_mann_glasses.png);
    background-repeat: no-repeat;
    background-size: 1250px;
    background-position-y: 20px;
    height: 100%;
    max-width: 1820px;
}
  
.main-wrapper {
    max-width: 900px;
    min-height: 1273px;
    margin: 25px auto;
    background-color: #fff;
    display: flex;
    box-shadow: 0px 4px 20px 2px rgb(0, 0, 0);
}

.content-left {
    background: #444444;
    margin-left: 0px;
    padding: 45px 32px 0px;
    width: 265px;
    box-sizing: border-box;
    color: rgb(205, 171, 157);
    background-image: url(../img/prism.png);
    font-weight: 500;
}

.title-main {
    font-size: 2em;
    font-weight: bold;
    margin: 20px 0;
    color: rgb(205, 171, 157);
}

.title-sub {
    font-size: 0.83em;
    font-weight: bold;
    margin-bottom: 30px;
}

.my-picture {
    text-align: center;
    margin-bottom: 48px;
}
.my-picture img {
    width: 168px;
    border-radius: 50%;
    border: solid 3px rgb(205, 171, 157);
    padding: 3px;
}
.content-right .my-picture {
    display: none;
}

.panel-sections {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.panel-sections {
    margin-bottom: 40px;
}

.panel-section h2 {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 1px rgba(205, 171, 157, 0.8);
    color: rgb(205, 171, 157);
}


.content-right {
    flex-grow: 1;
    padding: 0px 30px;
}
.content-right header {
    text-align: center;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    width: 72%;
    padding-top: 35px;
    font-size: 1.4em;
    min-height: 209px;
}

.edu-section {
    margin-bottom: 20px;
    font-weight: 400;
}
.edu-section .place {
    font-weight: 600;
    font-size: 1.1em;
}
.edu-section .period {
    font-weight: 500;
}

.work-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work-section {
    display: flex;
}
.work-section .logo-margin {
    flex-shrink: 1;
    margin-right: 15px;
    padding-top: 4px;
}
.work-section .place {
    font-weight: 600;
    font-size: 1.3em;
}
.work-section .work-title {
    font-weight: 500;
}
.work-section .period {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.img-bw {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
}

.link-icon {
    width: 16px;
    top: 2px;
    margin-right: 3px;
    position: relative;
    opacity: 0.8;
}

.sepia-icon {
    filter: invert(1) sepia(1) contrast(0.4) hue-rotate(-17deg);
}

.company-logo {
    width: 23px;
    opacity: .8;
}

.utopia-arctica-logo {
    scale: 1.1;
    opacity: 0.9;
}

.vodafone-logo {
    scale: 0.9;
}

.meniga-logo {
    filter: sepia(1) hue-rotate(-21deg) brightness(1);
}

.skills-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 10px;
}

.skills-wrapper ul {
    padding-inline-start: 25px;
}

.skills-column {
    flex-grow: 1;
    min-width: 90px;
    padding: 0 10px;
    font-weight: 500;
}

.skills-column:not(:last-child) {
    border-right: dotted 1px rgb(224, 224, 224);
}

.skills-header {
    font-weight: 600;
}

.skills-other div {
    display: inline-block;
}
.skills-other div:not(:last-child)::after {
    content: " • ";
    font-weight: bold;
    padding: 0px 2px;
}

.tbl-contact-info {
    font-weight: 500;
}


@media only screen and (max-width: 900px) {
    .main-wrapper {
        margin: 0;
    }
    .bg-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .content-right header {
        margin-top: 0px;
    }
    .main-wrapper {
        flex-direction: column-reverse;
    }
    .content-left {
        color: unset;
        width: unset;
        background: unset;
        padding-top: 0px;
        font-weight: unset;
    }
    .link-icon {
        filter: grayscale(1);
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    }
    
    .content-left .my-picture {
        display: none;
    }
    
    .content-right .my-picture {
        display: block;
        margin-bottom: 21px;
    }
    
    .my-picture img {
        border-width: 4px;
        padding: 4px;
    }
}

.only-print
{
    display: none;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    .only-print
    {
        display: initial !important;
    }
    
    body {
        background-color: initial;
        background-image: unset;
    }
    
    .my-picture {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .main-wrapper {
        min-height: 100vh;
        margin: 0px auto;
        box-shadow: unset;
    }
    
    .content-right header {
        min-height: 160px;
    }
    
    .content-right .panel-sections {
        gap: 40px;
    }
    
    .panel-sections {
        margin-bottom: 0px;
    }
}
