::selection {
  background: #d3d3d3; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #d3d3d3; /* Gecko Browsers */
}

@font-face{ 
    font-family: 'f37ginger-bold-webfont';
    src: url('f37ginger-bold-webfont.eot');
    src: url('f37ginger-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('f37ginger-bold-webfont.woff') format('woff'),
         url('f37ginger-bold-webfont.ttf') format('truetype'),
         url('f37ginger-bold-webfont.svg#webfont') format('svg');
}

html {
	color: #1c1c1c;
    background: #f1f1f1;
    width: 100%;
    margin: 0;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
	font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'f37ginger-bold-webfont';
    letter-spacing: 0.7px;
}

body {
    width: 100%;
    margin: 0;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    color: #1c1c1c;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

a:hover {
    color: #888888;
    border-bottom: 2px solid #888888;
}

.prjct_link:hover {
    color: #1c1c1c;
    border-bottom: 0px;
}

#header {
    width: 100%;
    max-width:1325px; 
    margin: 0px auto;
    overflow:hidden;
}

#menu {
    position: fixed;
    left: 0%;
    width: 94%;
    top: 0%;
    margin: 0;
    padding: 15px 3%;
    padding-top: 30px;
    background-color: #f1f1f1;
    z-index:1000;
}

.right {
    margin-left: 25px;
    float: right;
}

.rightblog {
    float: right;
    margin-right: 25px;
}

.clear {
    clear: both;
}

#wrapper {
    width: 94%;   
    max-width:1325px; 
    margin: 200px auto;
    margin-bottom: 0px;
}

.prjct_l {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 12px 0;
    margin-right: 2%;
    float: left;
}

.prjct {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 12px 0;
}

.prjct_img {
    width: 100%;
}

.prjct_img_big {
    margin: 10px 0;
    width: 100%;
}

.prjct_header {
    margin-top: 0;
    font-size: 350%;
    line-height: 1;
}

.prjct_info {
    margin-top: 1px;
    margin-bottom: 50px;
    font-size: 125%;
}

.prjct_text {
    width: 80%;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.prjct_l p:first-of-type {
    margin-top: -6px;
}

.prjct_info a {
    background-color: #d3d3d3;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: -1px;
    margin-right: -1px;
}

.prjct_info a:hover {
    color: #888888;
    border-bottom: 0px;
}

.prjct_text a {
    background-color: #d3d3d3;
}

.prjct_text a:hover {
    color: #888888;
    border-bottom: 0px;
}

.hovertext {
    visibility: hidden;
    position: absolute;
    /*top: 35%; */
    top: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    text-align: center;
    background-color: white;
    font-size: 175%;
    line-height: 1;
}

.prjct_l:hover .hovertext {
    visibility: visible;
}

.prjct:hover .hovertext {
    visibility: visible;
}

footer {
    width: 94%;
    max-width: 1325px;
    margin: 100px auto;
    font-size: 90%;
}

#hr {
    width: 100%;
    margin: 1% 0;
    border-bottom: 2px solid;
}

#contact {
    width: 100%;
    line-height: 26px;
}

.contact {
    float: left;
}

.impressum {
    text-align: right;
}

@media screen and (min-width:1410px) {
    #menu {
        width: 1325px;
        left: 50%;
        margin-left: -723.5px;
        padding: 15px 61px;
        padding-top: 30px;
    }
}

@media screen and (max-width:900px) {

    html {
        font-size: 90%;
    }

    footer {
        font-size: 80%;
        margin: 50px auto;
    }

    #wrapper {
        margin: 150px auto;
        margin-bottom: 0px;
    }

    .prjct_l {
        width: 65%;
        margin-right: 0;
    }

     .prjct {
        width: 100%;
    }

    .hovertext {
        font-size: 125%;
        padding: 7.5px 12.5px;
        padding-bottom: 9px;
    }
}

@media screen and (max-width:400px) {
    .prjct_l {
        width: 100%;
    }
}