@font-face {
    font-family: 'lane_upperregular';
    src: url('fonts/lane-upper_regular_macroman/LANEUP__-webfont.eot');
    src: url('fonts/lane-upper_regular_macroman/LANEUP__-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lane-upper_regular_macroman/LANEUP__-webfont.woff') format('woff'), url('fonts/lane-upper_regular_macroman/LANEUP__-webfont.ttf') format('truetype'), url('fonts/lane-upper_regular_macroman/LANEUP__-webfont.svg#lane_-_upperregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lane_narrowregular';
    src: url('fonts/lane-narrow_regular_macroman/LANENAR_-webfont.eot');
    src: url('fonts/lane-narrow_regular_macroman/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lane-narrow_regular_macroman/LANENAR_-webfont.woff') format('woff'), url('fonts/lane-narrow_regular_macroman/LANENAR_-webfont.ttf') format('truetype'), url('fonts/lane-narrow_regular_macroman/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alpha_echoregular';
    src: url('fonts/alpha_echo-webfont.eot');
    src: url('fonts/alpha_echo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alpha_echo-webfont.woff') format('woff'),
         url('fonts/alpha_echo-webfont.ttf') format('truetype'),
         url('fonts/alpha_echo-webfont.svg#alpha_echoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
}

body {
    background: #000;
    font-family: lane_narrowregular;
    color: #fff;
    overflow-y:scroll;
    transition: background-color 1s ease-in-out;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    bottom:0;
    left:0;
    
}


body#me {
    background: url('../img/bg/pattern1_intro.png') repeat-x, url('../img/bg/pattern1.png') repeat;
}

body#work {
    font-family: lane_narrowregular;
    color: #000;
    background: #fff;   
}
body#contact {
    background: #fff;
    font-family: lane_narrowregular;
    color: #000;
}
body#legal {
    background: #9ECEED;
    font-family: lane_narrowregular;
    color: #DD1600;
    font-size: 18px;
}

#preload {
    display: none;
}

hr {
 margin-top:5px;   
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: lane_upperregular; */
}

h5#message {
    transition: opacity ease-in-out 2.5s;    
    cursor: pointer;
}

a {
    color: #fff;
    transition: color ease-in-out .5s;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;   
}

a.active {
    text-decoration: underline;   
}
#me a:hover {
 color: #cb8d74;   
}
#work a {
    color: #000;   
}
#work a:hover {
    color: #0FA0CE;   
}
#work .more a {
    color: #fff;   
}
#work .more a:hover {
    text-decoration: none;;   
    color: #0FA0CE;   
}
#contact a {
    color: #000;   
}
#contact a:hover {
    color: #0FA0CE;   
}
#legal a {
    color: #DD1600;   
}
#legal a:hover {
    color: #CD2000;   
}


img#bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}
@media screen and (max-width: 1024px) {
    /* Specific to this particular image */
    img#bg {
        left: 50%;
        margin-left: -512px;
        /* 50% */
    }
    img#vignette {
        left: 50%;
        margin-left: -512px;
        /* 50% */
    }
}
#vignette {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -5;
}
i {
    transition: all ease-in-out .5s;   
    text-align: center
}

#skilldetail {
    transition: all 1s ease-in-out;
    font-size:24px;
    font-family: lane_narrowregular;
    text-align: center;
    min-height:40px;
}

i .more_info {
    display: none;
}

i:hover {
    color: #cb8d74;   
}


.subskills {
    margin:0px;
    padding:0px;
    margin-top:-30px
}
.subskills li {
    font-size:14px;
    margin:0px;
    padding:0px;
    padding-left:5px;
    left:10px;
    margin-top:-3px;    
}
.project {
    box-shadow: 0px 0px 15px 0px #ccc; 
    /* display:inline-block; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding-top: 22%;
}

.project:hover {
    box-shadow: 0px 0px 15px 0px #0FA0CE; 
}

.project .more {
    padding: 5px;
    margin:0%;
    width: 100%;
    height: 100%;
    position: relative;
    top:0;
    box-sizing: border-box;
    text-align:center;
    background:rgba(80,80,80,0.8);
    opacity:0;
    color: #FFF;
    box-shadow: 0px 0px 15px 0px #0FA0CE; 
    margin-top:-55%;
}

.project:hover .more {
    opacity:1;
    margin:5%;
    margin-top:-53%;
    width: 90%;
    height: 90%;
    
}
.project .more {
    transition: all ease-in-out .5s;   
}

.project .more h4 {
    border-bottom: 3px solid #0FA0CE;
    font-size: 14px;
    display: block;
    float:none;
    clear:both;
    margin-left:17%;
    margin-right: 17%;
    font-weight: bold;
    letter-spacing:1px;
}

.project .more ul {
 margin-top:-18px;
    line-height:1em;
    margin-bottom: 0;
    height:100%;
    
}

.project .more ul li {
    list-style-type: none;
    margin:0;
    line-height:1em;
    margin-top:0px;
    margin-bottom:1px;
    font-size: 13px;
    font-weight: bold;
}

.project_index {
 /* text-align: right;   */
}

.project img {
 width: 100%;
}

#proj1 {
        background-image: url('../img/berlinwall516.jpg');
}

#proj2 {
        background-image: url('../img/bachelor516.jpg');
}

#proj3 {
        background-image: url('../img/hungrypanda516.jpg');
}

#proj4 {
        background-image: url('../img/samovar516.png');
}

#proj5 {
        background-image: url('../img/trudzik516.jpg');
}

#proj6 {
        background-image: url('../img/maxgaertner516.jpg');
}

#proj7 {
        background-image: url('../img/onlysound516.jpg');
}

#proj8 {
        background-image: url('../img/ivoryrental516.jpg');
}

#proj9 {
        background-image: url('../img/yogabalance516.jpg');
}

#proj10 {
        background-image: url('../img/khkragler516.jpg');
}
#proj11 {
        background-image: url('../img/praktomate516.jpg');
}
#proj12 {
        background-image: url('../img/dieter516.jpg');
}

pre {
 font-family: monospace;
    display:inline;
}
#contactform input {
    width:100%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0px;
    border:none;
    box-shadow: 0px 0px 5px 1px #777; 
    color: #fff;
    font-size: 25px;
    transition: all ease-in-out .5s;
}
#contactform input:focus {
    box-shadow: 0px 0px 5px 1px #222; 
    border:none;
}
#cfsubject {
    font-weight:bold;
    
}

#cfbody {
    width:100%;
    min-height:300px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0px;
    border:none;
    box-shadow: 0px 0px 5px 1px #777; 
    color: #fff;
    font-size: 25px;
    transition: all ease-in-out .5s;
}
#cfbody:focus {
    box-shadow: 0px 0px 5px 1px #222;  
}
#cfsubmit {
    font-weight: normal;
    font-family: lane_narrowregular;
    font-variant: normal;
    
}
#cfsubmit:hover {
    background-color: rgba(0,0,0,0.6);
}



#fsloader {
    position:fixed;
    top:0;
    opacity: 1;
    bottom:0;
    left:0;
    margin:0;
    padding:0;
    z-index:999;
    width:100%;
    height:100%;
    background-color: #000;    
}
#contact #fsloader {
    background-color: #fff;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9ECEED;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index:1000;
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index:1000;
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cb8d74;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index:1000;
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}