/*basics*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.black {
  background:#000000;
}

.left {
  float:left;
}

.right {
  float:right;
}

body {
  margin: 0;
  font-family: 'Titillium Web', Arial, sans-serif;
  color: #000000;
  font-size:12px;
  background:#000000;
}

h1 {
  font-size:24px;
  color:#000000;
  text-transform:uppercase;
  font-weight:700;
  margin: 0;
  padding: 0 0 10px 0;
  line-height:38px;
}

h2 {
  font-size:18px;
  color:#000000;
  text-transform:uppercase;
  font-weight:700;
  margin: 0;
  padding: 0 0 6px 0;
  line-height:32px;
}

h3 {
  font-size:14px;
  color:#000000;
  font-weight:700;
  padding: 10px 0 0px 0;
  line-height:16px;
  margin:0 0 5px 0;
}


p {
  font-weight:300;
  margin: 0 0 10px 0;
  padding: 0;
}

a, a:visited {
  color:#000000;
}

a:hover, a:active {
  color:#666666;
  text-decoration:underline;
}



header {
  height:50px;
  width:100%;
  position:fixed;
  overflow:hidden;
  z-index:50;
  background:#000000;
  border-bottom: 1px solid #333333;
}

header a, header a:visited {
  color:#ffffff;
  text-decoration:none;
}

header a:hover, header a:active {
  color:#ffffff;
  text-decoration:none;
}

.yesboss {
  width:200px;
  height:50px;
  float:left;
  padding:10px 20px;
  border-right: 5px solid #333333;
  cursor:pointer;
}

nav {
  float:right;
}

nav ul {
  padding:0;
  margin:0;
}

nav ul li {
  display: inline-block;
  font-size:14px;
  line-height:50px;
  text-transform:uppercase;
  border-left: 1px solid #333333;
}

nav ul li a, nav ul li a:visited {
  color:#ffffff;
  text-decoration:none;
  padding:18px;
  font-weight:700;
}

nav ul li:active {
  color:#f9ed33;
}

nav > ul > li > a:hover {
  color:#f9ed33;
  text-decoration:none;
  -webkit-transition:color 0.8s ease;  
  -moz-transition:color 0.8s ease;  
  -o-transition:color 0.8s ease;  
  transition:color 0.8s ease;
}

.profileimage {
  float:right;
}

.profileimage img {
height: 40px;
width: 40px;
margin:5px 10px 5px 10px;
}

aside {
  position:fixed;
  left:0;
  top:50px;
  width:200px;
  padding:20px;
  height: calc(100% - 50px);
  -moz-height: calc(100% - 50px);
  -webkit-height: calc(100% - 50px);
  min-height:500px;
  background-color:#000000;
  border-right: 5px solid #f9ed33;
  overflow:hidden;
}

aside a, aside a:visited {
  color:#ffffff;
}

.logo {
  margin:10px 0 20px 0;
  width:160px;
  height:160px;
}

aside ul {
  color:#ffffff;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
}

article {
  position:absolute;
  z-index:40;
  left:200px;
  top:50px;
  width: calc(100% - 200px);
  -moz-height: calc(100% - 200px);
  -webkit-height: calc(100% - 200px);
  min-height: calc(100% - 50px);
  -moz-min-height: calc(100% - 50px);
  -webkit-min-height: calc(100% - 50px);
  background-color:#f8f8f8;
  display:normal;
}

#welcome {display: visible; background: #17242a;}
#resume {display: visible; padding:20px; background: #ffffff url("../img/organic_bg_black_5.png") fixed left top;}
#skills {display: none;}


.circle {
  width:10%;
  height:10%;
  float:left;
  margin:2.142%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; 
}

.name {
  text-align:center;
  font-size:1.4em;
  color:#ffffff;
  font-weight:200;
}

.gul {
  background-color:#f5ee31;
}

.qa {
  background-color:#0c1418;
}

.qs {
  background-color:#0e1519;
}

.wa {
  background-color:#0f1315;
}

.ws {
  background-color:#2f3b3f;
}

.wd {
  background-color:#091921;
}

.es {
  background-color:#30373c;
}

.ed {
  background-color:#17242a;
}

.ef {
  background-color:#443d3e;
}

.rd {
  background-color:#443d3e;
}

.rf {
  background-color:#554a4c;
}

.td {
  background-color:#18252c;
}

.tf {
  background-color:#756766;
}

.yd {
  background-color:#433c3e;
}

.yf {
  background-color:#61514c;
}

.ud {
  background-color:#735345;
}

.uf {
  background-color:#5f4f49;
}

.red {
  background-color:#c71818;
}

.symbol {
  font-family: 'Mono Social Icons Font';
  font-size:2.73em;
  color:#ffffff;
  text-decoration:none;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a.symbol:before {
  content: attr(title);
}

footer {
  width:195px;
  position:fixed;
  bottom:20px;
  color:#ffffff;
}

footer ul.social {
  width:100%;
  position:relative;
  padding-left:-20px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;  
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
}

footer ul.social li {
  display:inline-block;
  width:18%;
  padding:0 6px;
  border-left: 1px solid #333333;
  color:#ffffff;
}

footer ul.social li:first-child {
  border-left: 0px;
}

footer ul.social li a, footer ul.social li a:visited {
  color:#ffffff;
}

footer ul.social li a:hover, footer ul.social li a:active {
  color:#f9ed33;
  text-decoration:none;
  -webkit-transition:color 0.8s ease;  
  -moz-transition:color 0.8s ease;  
  -o-transition:color 0.8s ease;  
  transition:color 0.8s ease;
}

address {
  font-style:normal;
  padding:0 20px;
}

.handcoded {
  font-style:normal;
  padding:10px 20px;
  font-style: italic;
  font-weight: bold;
}

@font-face  {
  font-family: 'Mono Social Icons Font';
  src: url('../font/MonoSocialIconsFont-1.10.eot');
  src: url('../font/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
  url('../font/MonoSocialIconsFont-1.10.woff') format('woff'),
  url('../font/MonoSocialIconsFont-1.10.ttf') format('truetype'),
  url('../font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
  src: url('../font/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.spalte {
  width:45%;
  margin-right:5%;
  float:left;
}

.third {
  width:30%;
  margin-right:3%;
  float:left;
}
.twothirds {
  width:64%;
  margin-right:3%;
  float:left;
}

.fourth {
  width:23%;
  margin-right:2%;
  float:left
}

.profile {
  width:20%;
  margin:0 30%;
  padding:20px;
  float:left;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
  -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.10);
  box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.10);
}

.break {
  width:98%;
  margin:0 1%;
  padding-top:20px;
  float:left;
}

.timeplace {
  width:100%;
  float:left;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
  color:#999999;
}

.left {
  float:left;
}

.right {
  float:right;
}

.resumebox {
  width:48%;
  min-height: 200px;
  margin:0 1% 20px 1%;
  padding:10px;
  float:left;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
  -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.10);
  box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.10);
}

.intro {
  background: #000000;
  width:360px;
  min-height: 250px;
  margin:20px auto 20px auto;
  padding:35px 50px 35px 50px;
  text-align: center;
  color:#ffffff;
  padding:20px;
}

.intro a, .intro a:visited {
  color: #f5ee31;
  text-decoration: none;
  font-weight: bold;
}

.intro a:hover, .intro a:active {
  color: #666666;
  text-decoration: none;
}

.skillsbg {
  width:100%;
  margin:0 auto 20px auto;
  text-align: center;
  color:#ffffff;
  background: #ffffff url("../img/skills_bg.png") center top;
}

.skillsillustration {
  padding:20px 0 0 0;
  height:600px;
  color:#000000;
}

.skillsillustration h1 {
  width:500px;
  margin:0 auto;
  line-height: 28px;
}

.skillsillustration .me {
  font-size: 16px;
  font-weight: bold;
  color:#f5ee31;
  position: absolute;
  margin: 0 auto;
  left: 48px;
  right: 0px;
  top:278px;
}

.skillsillustration .users {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  margin: 0 auto;
  left: -350px;
  right: 0px;
  top:220px;
}

.skillsillustration .technology {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: -330px;
  top:175px;
}

.skillsillustration .business {
  font-size: 16px;
  color:#ffffff;
  font-weight: bold;
  position: absolute;
  margin: 0 auto;
  left: 100px;
  right: 0px;
  top:440px;
}

.skillsillustration .research {
  font-size: 14px;
  color:#ffffff;
  position: absolute;
  margin: 0 auto;
  left: -70px;
  right: 0px;
  top:255px;
}

.skillsillustration .digitaldesign {
  font-size: 14px;
  color:#ffffff;
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: -140px;
  top:230px;
}

.skillsillustration .teamwork {
  font-size: 14px;
  color:#ffffff;
  position: absolute;
  margin: 0 auto;
  left: 65px;
  right: 0px;
  top:340px;
}

.backgroundin {
  width:100%;
  background-color: #f2f2f2;
  padding:20px;
  color:#000000;
  float:left;
}

.fourth ul {
  list-style: none;
  padding:0;
}

.intro h2 {
  color:#ffffff;
  padding-top:20px;
}

.linkedinbox {
  min-height: 0;
}

.resumebox .description {
  line-height: 1.4em;
  padding:10px 0;
  border-top: 1px solid #eaeaea;
}

.resumebox .recommendation {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px; 
}


img {
  width:100%;
  margin:0 auto;
}

.rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; 
}

.area {
  width:50px;
  margin:20px auto 0 auto;
}

.no-right-margin {
  margin-right:0px;
}

.christmas {
  color:#ffffff;
  display:inline-block;
  line-height:20px;
  cursor:pointer;
}

.knapkasse { 
  float:right;
  margin:2px 0;
  width: 25px;
  height:15px;
  background-color: #2f3b3f;
  border-radius: 0.8em;
  cursor:pointer;
  box-shadow: inset 0 0.1em 0 rgba(0,0,0,0.3);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.knapkasseactive { 
  background-color: #f5ee31;
}

.knap {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);
  transition: all 100ms ease-in;
}

.knapactive {
  margin-left:10px;
  transition: all 100ms ease-in;
}

.hide {
  display:none;
}


iframe, embed, object {
  max-width: 100%;
  border:0;
}

.vendor {
  padding: 2%;
  background: #eaeaea;
  margin-bottom: 20px;
  position:relative;
}

.vendor p {
  margin: 5px 0 0 0;
  line-height:14px;
}

.vendor .tags {
  display:inline-block;

  width:110px;
  height:15px;
  float:right;
}

.vendor .videotag {
  float:right;
  color:#ffffff;
  height:15px;
  margin-left:5px;
  line-height:15px;
  text-align:center;
  font-size:10px;
  font-weight:bold;
  background-color: #000000;
  border-radius: 0.8em;
  box-shadow: inset 0 0.1em 0 rgba(0,0,0,0.3);
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.vendor .level {
  width:40px;
}

.vendor .id {
  color:#f13fa4;
  background-color: #4b2035;
  width:20px;
}

.vendor .ps {
  color:#a1d6ff;
  background-color: #28226b;
  width:20px;
}



#slider, .slider_option {
  display:none;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100px;
  text-align: right;
  line-height: 100px;
}






@media only screen and (max-width: 850px)  {
  .spalte {
    width:100%;
  }
  .fourth {
    width:45%;
    margin-right:5%;
    float:left;
  }

  @media only screen and (max-width: 700px)  {
    header {
      position:fixed;
      height:50px;
      width:100%;
      z-index:50;
      background:#000000;
      border-bottom: 1px solid #333333;
      overflow:hidden;
    }
    aside {
      position:relative;
      height: 200px;
      min-height:350px;
      width:200px;
      margin: 0 auto;
      padding:0;
      background-color:#000000;
      border-right: 0px solid #f9ed33;
      overflow:hidden;
    }

    #resume, #skills {
    display:block;
    }

    .yesboss {
      width:200px;
      height:50px;
      float:none;
      padding:10px 0;
      margin:0 auto;
      border-right: 0px solid #333333;
      cursor:auto;
    }
    .logo {
      margin:20px auto;
      width:200px;
      height:200px;
    }

   /* nav {
      display:none;
    }*/
    article {
      position:relative;
      display:block;
      float:left;
      left:0;
      top:0;
      width: 100%;
      margin-bottom:20px;
    }
    footer {
      width:100%;
      position:relative;
      float:left;
      margin-top:20px;
      color:#ffffff;
      text-align:center;
    }
    
    .intro {
      width:80%;
      margin:20px auto;
      padding:10px;
    }

    .resumebox {
      width:100%;
      margin:0 0% 20px 0%;
      padding:10px;
      float:left;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
      -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.10);
      box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.10);
    }

    .skillsillustration h1 {
     width:300px;
    }
    
    .fourth {
     width:94%;
     margin-right:3%;
     float:left;
    }


    .third {
    width:50%;
    margin:0 25%;
    float:left;
    }
    
    .twothirds {
    width:94%;
    margin-right:3%;
    float:left;
    }
    .skillsbg {
    background-size:750px 500px;
    }
    .skillsillustration {
      padding:20px 0 0 0;
      height:450px;
      color:#000000;
    }

    .skillsillustration h1 {
      position:absolute;
      top:300px;
      left:0;
      right:0;
      width:280px;
    }

    .skillsillustration .me {
      font-size: 12px;
      left: 28px;
      right: 0px;
      top:140px;
    }

    .skillsillustration .users {
      font-size: 12px;
      left: -180px;
      right: 0px;
      top:105px;
    }

    .skillsillustration .technology {
      font-size: 12px;
      width:50px;
      left: 0px;
      right: -160px;
      top:85px;
    }

    .skillsillustration .business {
      font-size: 12px;
      left: 50px;
      right: 0px;
      top:220px;
    }

    .skillsillustration .research {
      font-size: 10px;
      left: -35px;
      right: 0px;
      top:125px;
    }

    .skillsillustration .digitaldesign {
      font-size: 10px;
      width:80px;
      left: 0px;
      right: -60px;
      top:110px;
    }

    .skillsillustration .teamwork {
      font-size: 10px;
      left: 35px;
      right: 0px;
      top:170px;
    }

    .area {
     width:50px;
      margin:0 auto;
    }


    .social img {
     height:20px;
     margin:5px 0 0 0 ;
     width:20px;
    }


  }

