@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}


            /* make keyframes that tell the start state and the end state of our object */
            @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
            @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
            @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

body{
    background: url(../images/paper-texture.jpg);
    background-attachment:fixed;
    font-family: helvetica, sans-serif;
    overflow: visible;
}

#logo{
    display: block;
    margin: 50px 10px 50px 50px;
    float: left;

}

#logo img{
    border: none;
}

nav{
	float: left;
    font-size: 20px;
    margin: 85px 0 0 10px;
}

nav ul{
    list-style:none;
}
nav li{
	float: left;
	margin-right: 10px;
	margin-left: 15px;
}

nav ul a{
    color: #000;
    text-decoration: none;

    padding: 7px;
    text-align: center;
    float: left;
	height: 88px;
	width: 88px;
    border: 3px solid #33cccc;
  
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

nav span.material-icons{
    clear: both;
    display: block;
    margin: 10px auto 5px  auto;
    float: none;
    font-size: 40px;

}

span.material-icons{
    display: block;
    float: right;
    margin-right: 5px;
    color: #000;
}

aside span.material-icons{
    color: #000;
}

header{
    height: 245px;
}

aside{
    clear: both;
    float: left;
    background: rgba(51, 204, 204, .3);
    width: 20%;
    margin: 0 50px 50px 50px;
    padding-bottom: 20px;
    margin-bottom:630px;
}

aside h3{
    color: #000;
    font-size: 26px;
    font-weight: lighter;
	display: block;
    background: #33cccc;
    padding: 10px 10px 10px 20px;

    
}

aside ul{
    list-style:none;
    margin: 0 20px;
}

aside ul.actuallist{
    list-style:square;
    margin-left: 50px;
    margin-top:20px;
    clear: both;
}

aside ul.actuallist li{
    margin-top: 5px;
    line-height: 22px;
}

aside a{
    color: #000 !important;
}
aside p{
    line-height: 30px;
    width: auto;
    clear: both;
    margin: 20px 20px 0 20px;
}
aside strong{
    font-size: 20px;
    font-weight: bold;
    color: #585858;
}

div.examplebutton{
    float: left;
    width: 13.29%;
    background: rgba(255, 0, 0, .5);
    margin-right: 10px;
    margin-bottom: 10px;
    position:relative;
      padding:0;
      display:block;
      cursor:pointer;
      overflow:hidden;
}



div.examplebutton img{
    width: 100%;
    display: block;
}

div.examplebutton img:hover{
    opacity: 0.5;
}


div.content2 {
      opacity:0;
      font-size: 1.25vw;
      position:absolute;
      top:0;
      left:0;
      color: #000;
      background: rgba(255, 255, 255, .7);
      height: 100%;
      -webkit-transition: all 400ms ease-out;
      -moz-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      -ms-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      text-align:center;
      padding-bottom: auto;
      }
      

      
.examplebutton .content2:hover {
    opacity:1;
    }      

.examplebutton .content2 span {
      display: block;
      height: 40%;
      opacity:1;
      transition-delay: 0s;
      transition-duration: 0.4s;
      }
      
.examplebutton .content2:hover span {
      opacity:1;
      transform: translateY(80%);
      -webkit-transform: translateY(80%);
      }
      
      
      
      
      
      


h1{
    clear: both;

    font-size: 24px;
    color: #000;
    font-weight: lighter;
    background: #33cccc;
    padding: 10px 10px 10px 20px;
}

h2{
    font-size: 20px;
    font-weight: lighter;
    border-bottom: 3px solid #33cccc;
    width: 500px;
    padding: 10px;
    clear: both;
}



h4{
    clear: both;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 0 20px;
    margin-bottom: -16px;
    color: #585858;
}

h5{
    clear: both;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: -15px;
}

hgroup{
	float: left;
	margin-top: 85px;
	padding-top: 25px;
	background: #33cccc;
	height: 83px;
}

hgroup h1{
	font-size: 20px;
	font-weight: bold;
	width: 600px;
	padding: 7px 0 5px 15px;
}

hgroup h2{
	width: 540px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 0 0 0 15px;
}

hgroup a{
	text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 0 0 0 0;
}

p{
    line-height: 24px;
}

section{
    margin-top: -48px;
    margin-left: 445px;
     
}

#resumecont article{
    clear: both;
    float: left;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}

#resumecont{
    float: left;
    margin-left: 10px;
	width: 90%;
    margin-bottom: 100px;
    height: 2200px\9;
    margin-top: 0;

}

#resumecont2 #webtitle{
    margin-top: 0;
}

#resumecont2 #graphictitle{
    float: none;
    margin-top: 50px;
}

#resumecont h3{
	padding: 7px;
	font-weight: bold;
	float: left;
	
}

#resumecont2{
    float: left;
    margin-left: 0;
    width: 70%;
    margin-bottom: 100px;
    height: 2200px\9;
    margin-top: 0;
}

#resumecont2 h2{
    border: none;
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    color: #585858;
}

#resumecont p{
	clear: none;
    float: left;
    margin: 0 0 0 25px;
    width: 55%;

}

#resumecont2 p{
	clear: both;
    float: left;
    margin:0 0 10px 0;
    font-size: 18px;
    line-height: 28px;

}

.leftwrap{
    float: left;
    width: 58%;
}

#resumecont ul.widebullets{
    float:left;
    margin-left: 400px;
    list-style: square;
    line-height: 24px;
    margin-bottom: 25px;
    width: 40%;
    margin-right: 0;
}

#resumecont ul{
    float:left;
    margin-left: 40px;
    list-style: square;
    line-height: 24px;
    width: 15%;
    margin-right: 20px;
}

#resumecont img{
    border: 1px solid #33cccc;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 3px rgba(0,0,0,.3);
    width: 100%;
}

#resumecont2 #boeing{
    float: right;
    width: 39%;
    margin: 25px 0 0 25px;
}

#resumecont2 #boeing2{
    float: left;
    width: 88%;
    margin: 25px 0 0 0;
}

#resumecont2 #daimler{
    float: right;
    width: 39%;
    margin: 25px 0 0 25px;
    border: 1px solid #33cccc;
}

#resumecont2 #daimler1{
    width: 100%;
    border: 1px solid #33cccc;
    margin-top: 25px;
}

#resumecont2 #daimler3{
    float: right;
    width: 39%;
    margin: 25px 0 0 25px;
}

#resumecont2 #whirlpool1{
     width: 90%;
    border: 1px solid #33cccc;
    margin-top: 25px;
}

#resumecont2 .stratasys1{
     width: 90%;
    border: 1px solid #33cccc;
    margin-top: 25px;
}

#resumecont2 .stratasys2{
     width: 90%;
    margin-top: 25px;
}

#resumecont2 #reklamation1{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #typography{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #denverel{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #koit{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #nifty{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #playrodeo{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #r12{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #shakes{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

#resumecont2 #magicc{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}
#resumecont2 #stratasys{
    width: 100%;
}

#resumecont2 #dance{
    clear: both;
    float: left;
    border: 1px solid #33cccc;
}

span.leftarrow{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    float: left;
}

a.rightarrow span.material-icons{
    padding-left: 15px;
}

#webimg img{
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#resumecont ul.plainlist{
    clear:both;
    margin-left: 370px;
    width: 55%;
    margin-bottom: 5px;
}

#resumecont ul.plainlist li{
    width: 90%;
}

#resumecont ul.plainlist3 {
    clear:none;

    width: auto;
    margin-bottom: 5px;
    width: 65%;
}

#resumecont ul.plainlist4 {
    clear:both;

    width: auto;
    margin-bottom: 5px;
    width: 85%;
}

#resumecont ul.plainlist2{
    clear:both;
    width: auto;
    margin-bottom: 5px;
}

#resumecont p.subsec{
    margin-left: 350px;
}

#resumecont p.subsec2{
    margin-left: 315px;
    margin-top: 25px;
}

#resumecont ul.subsec2{
    margin-bottom: 25px;
}




.downloadbutton{
    color: #000;
    text-decoration: none;

    padding: 5px;
    text-align: center;
    clear: both;
    float: left;
    margin: 0 10px 10px 50px;
    text-align: center;
    border: 3px solid #33cccc;
    font-size: 14px;
	height: 60px;
	width: 62.8%; 
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.downloadbutton:hover{
    background: #33cccc;

}

.downloadbutton span.material-icons{
    clear: both;
    display: block;
    margin: 10px auto 0  auto;
    float: none;
    font-size: 25px;

}

.backbutton:hover {
        background-color: #33cccc;
}

.sidebutton{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    margin-right: 25px;
    text-align: center;
    float: left;
	height: 60px;
	width: 60px;
    border: 3px solid #33cccc;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebutton span.material-icons{
    clear: both;
    display: block;
    margin: 7px auto 5px  auto;
    float: none;
    font-size: 25px;

}

.sidebutton:hover {
        background-color: rgba(51, 204, 204, .5);
}

.sidebutton:active, .downloadbutton:active{
	background: none;
    border: 1px solid #33cccc;
    color: #33cccc;

    -webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}

.sidebutton:active span, .downloadbutton:active span{
    color: #33cccc;
}

nav a.current{
    background: #33cccc;
}

nav ul a:hover{
    background: rgba(51, 204, 204, .5); 

}

nav ul a:active{
    background: none;
    border: 1px solid #33cccc;
    color: #33cccc;
    padding-top: 11px;
    -webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}

nav ul a:active span{
    color: #33cccc;
}

#push{
    clear: both;
    height: 100px;
}
footer{
    font-weight: bold;
    color: #000;
    background: #33cccc;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 30;
}

footer ul{
    margin: 10px;
    list-style:none;
    text-align: center;
    font-size: 16px;
}

footer li{
    display:inline;
    margin-right: 10px;

}

footer li:last-child{
    margin-right: 0px;
}

footer ul a, p a{
    color: #000;
    text-decoration: none;
    padding: 5px;
}

footer ul a#linkedin{
	padding-bottom: 0;
	position: relative;
	top: 4px;
	left: 0px;
}

footer ul a:hover, p a:hover{
    border-bottom: 3px solid #33cccc;
}

#ghost{
    position: fixed;
    right:0;
    bottom: 65px;
    z-index: -20;
    opacity: 50%;
}




