* {
    transition-property: background;
    transition-duration: 1.7s;
}

html{
    font-size: 20pt;    
}

body{
    font-size: 1rem;
    font-family: 'Dosis', sans-serif;
    /*font-family: 'Nanum Gothic', sans-serif;*/
    /*font-family: 'Arima Madurai', cursive;*/
    overflow-x: hidden;
}
body.day{
    background-color: white;
}

video{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}

body.night{
    color:#bbb;
    background-color: #333;
}

h1{
    margin: 0;
    font-size: 2em;
    letter-spacing: 0;
    color:moccasin;
    text-transform: uppercase;
}

.night section#intro h1{
    color: orange;
}


h2{
    font-size: 1.3em;
}

h3{
    margin: 3em 0 3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #777;
    letter-spacing: 0.2em;
    font-size: 1.1em;
}



h4{
    font-weight: bold;
    color:black;
    font-size: 1em;
}

h5 {
    font-size: 0.8em;
}

i {
    position: relative;
    top: -5px;
}

i.on{
    color:yellow;
}

i.off{
    color:#333;
}


em{
    font-style: normal;
    color: #999;
}

.night em{
    color: #999; 
}

.badge {
    padding: 5px 5px 5px;
    border-radius: 6px;
}


#side-pannel {
    position: absolute;
    background: #19b;
    width: 50vw;
    right: -100%;
    top: 100%;
    font-size: 18px;
    color: #ddd;
    z-index: 100;
    overflow-y: scroll;
    height: 100%;
}

#side-pannel.frozen {
    position: fixed;
    top: 0;
}

#side-pannel section{
    margin:0 1em !important;
    overflow-y:scroll;
}

#side-pannel h3 {
    margin:1em 0 1em !important;
    color: white !important;
}

#side-pannel h4 {
    color: white !important;
}

#side-pannel article{
    padding: 0;
    float: none;
}

#intro {
    height:100vh;
    min-height: 1024px;
    background-color:#19b;
    position: relative;
    overflow: hidden;
}

section#intro h2{
    color:whitesmoke;
   /*text-transform: uppercase;*/
    margin-bottom: 2em;
    font-weight: bold;
}

section#intro .badge,
section#tech .badge{
    font-size: 0.8em;
    text-transform: uppercase;
    background: whitesmoke;
    color: black;
    margin: .2em .1em;
}

.badge.code{
    background: yellowgreen !important;
}

.badge.infra{
    background: cadetblue !important;
}

.badge.dlt{
    background: salmon !important;
}

.badge.framework{
    background: teal !important;
}

.badge.past{
    background: silver !important;
}

.badge.learning{
    background: blueviolet !important;
}

.night #intro{
    background-color: #136;
   
}

.prompt{
    animation-duration: 2.5s;
    
}

#picture_wrap{
    margin: 6vh 0 3vh;
    text-align: center;
}

#picture {
    display: inline-block;
    background-image: url(../img/pm.jpg);
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 300px;
}

#intro .sub{
    margin: 16vh 3em;
    text-align: left;
    width:70vw;
    position: absolute;
    z-index: 1000;
}

#intro .sub p{
    font-family: 'IBM Plex sans';
    font-size: 1em;
    line-height: 1.2em;
    max-width: 600px;
    margin-bottom: 1em;
}

#intro .intro_text {
    padding-top: 1em;
}

#intro #tag-cloud {
    max-width: 760px;
}

.navi{
    top:-1.5em;
    position: relative;
    width:100%;
    height: 40px;
}

.navi.fixed_bottom{
    bottom:0;
    position: fixed;
    width:100%;
    top:unset;
}

body.fixed_navi .navi{
    position: fixed;
    top:0;
    background-color:#19b;
    z-index: 1000;
    right:0;
}

body.fixed_navi #pre_content{
    height:40px;
}

.navi .flex_wrap{
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
    height: 100%;
}

.navi a{
    text-decoration: none;
    color: white;
}

.navi a.active{
    text-decoration: underline;
}

.button{
    background: transparent;
    border: 2px solid black;
    padding: 0.6em 1em;
    color: black;
    box-shadow: 4px 4px 0 0 black;
    display: inline-block;;
    cursor: pointer;
}

.button:hover{
    background: black;
}

#intro .button{
    background: transparent;
    border: 2px solid white;
    padding: 0.6em 1em;
    color: white;
    box-shadow: 4px 4px 0 0 white;
}

#intro .button:hover{
    background: moccasin;
}

#intro nav a, #intro nav a:visited{
    font-size: 0.8em;
}

#intro a, #intro a:visited{
    color:#fff;
}

img.sm-icon {
    height:2em;
}

#intro p{
    color: white;
}

#intro.min{
    position: fixed;
    width: 100%;
    top: -634px;
    z-index: 300;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
}

#content_wrap{
    max-width: unset !important;
}

#content section{
    margin:6vh 0 10vh;
    min-height: 20vh;
}

.statement{
    font-weight: bold;
    font-size: 1.2rem;
   /* font-family: 'IBM Plex sans';*/
   font-family: 'Dosis';
    color: #777;
    text-align: center;
}

.expert img{
    width:70px;
    opacity: 0.8;
    margin-bottom: 0.5em;
}

.night .expert img {
    filter:contrast(0);
}

#content section p.tools{
    font-size: 1em;
}

.tile {
    margin: 0 0 1em;
    min-height: 280px;
    display: none;
    border: solid 1px #333;
    box-shadow: 5px 6px 0px 0px rgba(0,0,0,0.8);
}

.tile h4{
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.night .tile{
    border: 1px solid #444;
    /*box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.3);*/
    box-shadow: none;
    background: #3a3a3a;
}

.tile ul{
    padding-left:0;
    text-align: left;
    font-size: .8em;
}

.tile .inner{
    padding: 1em 2em;
    /*min-height: 200px;*/
}

.tile h3{
    font-size: 1.2em;
}

.tile p{
    font-size: 0.8em;
}

#offers .tile {
    background: azure;
}

.night #offers .tile{
    background: #444;
}

#skills {
    min-height: 67vh;
    margin: 2em 0 0;
}

#skills h4{
    color:black;
}

.grid__center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#about p,
#tech p {
    text-align: justify;
}

#about-more{
    font-style: oblique;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

#interests{
    margin-top:2em;
}

section#about {
    margin: 20vh 0 10vh;
}

#about-technical{
    border-left: 6px solid orange;
    padding: 0 0 0 20px;
}


#full-list {
    display: none;
    margin-bottom: 1em;
}
#full-list .cat{
    border-bottom: 2px solid orange;
    font-weight: bold;
}


#skills .tile .inner{
    background: transparent;
}

.night #skills .tile {
    /*background: #313739;*/
    border:0;
}

#work article, #past-work article{
    margin-bottom: 2.7em;
}

.nav li{
    display: inline-block;
    font-size: 10pt;
}

.details-description_::before{
    padding: 1px 4px;
    content:'Description:';
    color:white;
    background: gray;
    white-space: nowrap;
}

.night .details-description::before{
    background: #222;
}

.details-description a {
    font-size: 0.8em;
    color:#999;
}

.details-subline{
    display: block;
    margin-bottom:0.8em;
}

.details-subline * {
    font-size: 0.8em !important;
}

.details-tech{
    font-style: normal;
    display: block;
    border-top: 1px solid #ddd;
    margin-top: 0.8em;
    padding-top:0.1em;
}

.details-tech .badge {
    vertical-align:0;
    font-size:0.7em;
    background-color: #ced;
    color: #777;
}

.night .details-tech .badge {
    vertical-align:0;
    font-size:0.7em;
    background-color: #245;
    color: #999;
}

.details-tech::before{
    font-weight: normal;
    font-style: normal;
    padding: 1px 4px;
    content:'Technology:';
    color:#aaa;
    font-size: 0.8em;
    white-space: nowrap;  
}

div.inline{
    display: inline-block;
}

div.r::after{
    content:'';
    clear: both;
    display: table;
    margin-bottom:10px;
}

div.spank{
    display: block;
    background: url('../img/divider.png');
    height:32px;
    background-position: 50% 50%;
    background-size: 20%;
    background-repeat: no-repeat;
    margin:20px auto;
    opacity: 0.28;
}

footer{
    background-color: cadetblue;
    min-height:100vh;
    color:white;
    position: relative;
    width:100%;
    overflow: hidden;
    padding-top:33vh;
}


footer #kleingeschrieben {
    font-size: 0.5em;;
}

footer a{
    color: silver;
}

footer #kleingeschrieben a{
    color: silver;
}

.night footer{
    background:transparent;
}

#footer-2{
    background: #222;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media screen and (max-width:768px){
    html, body{
        font-size:12pt;
    }

    h1{
        font-size:2rem;
    }

    h2{
        font-size:1.0rem;
    }

    h3{
        font-size: 1.2rem;
    }

    .tile {
        min-height: 0;
      
    }

    .expert img{
        width: 40px;
    }

    .navi{
        top:-2.5em;
    }
}

@media screen and (max-width:576px){
    html, body{
        font-size:12pt;
    }

    .tile p {
       font-size: 1em;  
    }

    #picture{
        width: 150px;
        height: 150px;
    }

    #picture_wrap{
        margin: 6vh 0 3vh;
        text-align: center;
    }

    #content section{
        margin: 6vh 0 3vh;
    }


}

@media screen and (min-aspect-ratio:16/9){
    video{
        width:100%;
    }
}

@media screen and (max-aspect-ratio:16/9){
    video{
        height:100%;
    }
}
