@font-face {font-family: 'BlueHighway-Regular';src: url('/media/fonts/2BB7CC_0_0.eot');src: url('/media/fonts/2BB7CC_0_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/2BB7CC_0_0.woff') format('woff'),url('/media/fonts/2BB7CC_0_0.ttf') format('truetype');}
@font-face {font-family: 'BlueHighwayCondensed-Regular';src: url('/media/fonts/2BB7CC_1_0.eot');src: url('/media/fonts/2BB7CC_1_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/2BB7CC_1_0.woff') format('woff'),url('/media/fonts/2BB7CC_1_0.ttf') format('truetype');}
/*
@font-face {font-family: 'BlueHighwayLinocut-Regular';src: url('/media/fonts/2BB7CC_2_0.eot');src: url('/media/fonts/2BB7CC_2_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/2BB7CC_2_0.woff') format('woff'),url('/media/fonts/2BB7CC_2_0.ttf') format('truetype');}
@font-face {font-family: 'BlueHighwayD-Regular';src: url('/media/fonts/2BB7CC_3_0.eot');src: url('/media/fonts/2BB7CC_3_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/2BB7CC_3_0.woff') format('woff'),url('/media/fonts/2BB7CC_3_0.ttf') format('truetype');}
@font-face {font-family: 'BlueHighway-Bold';src: url('/media/fonts/2BB7CC_4_0.eot');src: url('/media/fonts/2BB7CC_4_0.eot?#iefix') format('embedded-opentype'),url('/media/fonts/2BB7CC_4_0.woff') format('woff'),url('/media/fonts/2BB7CC_4_0.ttf') format('truetype');}
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #434952;
}

h1 {
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    color: #2b3d52;
    font-size: 100px;
    margin: 20px 0;
}

h2 {
    text-align: center;
    font-size: 55px;
    color: #7d7d7d;
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-weight: normal;
}

h3 {
    font-family: 'BlueHighway-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, a:hover, a:active, a:visited {
    color: #2b3d52;
}

a:hover {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

#header {
    position: fixed;
    min-height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

#header.sub {
    background-color: rgba(255,255,255,0.9);
}

#header ul {
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 21px;
    text-transform: uppercase;
    float: right;
    margin: 82px 0 0 0;
    padding: 0;
    max-height: 20%;
}

#header ul li {
    list-style: none;
    display: block;
    float: left;
}

#header ul li a{
    padding: 0 15px;
    color: #7d7d7d;
    text-decoration: none;
}

#header .logo {
    height: 100px;
    margin: 10px 0;
}

.anchor:before {
    display: block;
    content: "";
    height: 124px;
    margin: -124px 0 0;
    float: left;
}

#sub {
    margin-top: 124px;
    min-height: 100%;
}

@media screen and (max-height: 500px) {

    #header .logo {
        height: 50px;
    }

    #header ul {
        margin: 35px 0 0 0;
    }

    .anchor:before {
        height: 100px;
        margin: -100px 0 0;
    }

    #sub {
        margin-top: 100px;
    }
}

#start {
    width: 100%;
    height: 100%;
    background-image: url('/media/img/start.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 1;
    top: 0;
}

#start h1 {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    margin: 0;
}


@media screen and (max-width: 700px) {
    h1 {
        font-size: 55px;
    }

    #start h1 {
        top: 38%;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 40px;
    }

    #start h1 {
        top: 52%;
    }

    h2 {
        font-size: 30px;
    }
}

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

    #start {
        background-image: url('/media/img/start_sm.jpg');
    }
}

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

    #header {
        position: relative;
    }

    .anchor:before {
        height: 0;
        margin: 0;
    }


    #sub {
        margin-top: 0;
    }

}

@media screen and (max-width: 480px) {
    #header {
        position: relative;
        text-align: center;
    }

    #start {
        position: absolute;
    }

    #header ul {
        float: none;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    #header ul li {
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

    #header ul li a {
        padding: 0 7px;
    }

    #header .icon {
        display: block;
        margin: 10px auto;
    }
}

#main {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
}

#icon {
    position: relative;
    margin-top: -8%;
    text-align: right;
    margin-bottom: -15%;
}

#icon img {
    width: 25%;
}

#instagram {
    margin-bottom: 40px;
}

#instagram .insta {
    width: 90%;
    height: 0;
    padding-top: 90%;
    margin: 5%;
    border: 8px solid #efefef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-position: center;
    background-size: cover;
}

.container {
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width: 1000px) {
    .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 430px) {
    .container {
        padding: 0;
    }
}


.projects {
    margin: 15px -15px;
}

@media screen and (max-width: 430px) {
    .projects {
        margin: 15px 0;
    }
}


.projects .project-icon {
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.project-icon img {
    width: 100%;
    border: 8px solid #efefef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project-icon .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;

    margin-left: -50px;
    margin-top: -50px;

    border-radius: 50px;

    text-align: center;
    opacity: 0.0;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;

    background: #efefef url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjMmQzZDUzIj48cGF0aCBkPSJNMjQgOWgtOXYtOWgtNnY5aC05djZoOXY5aDZ2LTloOXoiLz48L3N2Zz4=) no-repeat;
    background-size: 70%;
    background-position: center;
}

.project-icon:hover .plus {
    opacity: 0.5;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}

.project {
    background-color: #efefef;
    padding: 15px 0;
    margin-top: 55px;
    display: none;
}

.project img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 8px solid #ffffff;
}

.project .thumbnails {
    overflow: hidden;
    margin: 10px 0 0;
}

.project .spacer {
    height: 100px;
}

.project .thumbnails .img {
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: 100%;
}

@media screen and (max-width: 430px) {
    .project img {
        border-width: 5px;
        margin: 2.5%;
        width: 95%;
    }

    .projects img {
        border-width: 5px;
    }

    .project-icon img {
        border-width: 5px;
    }
}


.project .thumbnails .prev, .project .thumbnails .next {
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -20px;
    padding: 5px 10px;
    background-color: #ffffff;
    z-index: 10;
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #7d7d7d;
}

@media screen and (max-width: 800px) {
    .project .thumbnails .prev, .project .thumbnails .next {
       /*display: none;*/
    }
}

.project .thumbnails .prev {
    left: 0;
}

.project .thumbnails .next {
    right: 0;
}

.project .thumbnails .thumbnail {
    width: 20%;
    margin: 0 2.5%;
    float: left;
    background-color: #ffffff;
    padding: 8px;
    box-sizing: border-box;
}

.slider { position: relative; overflow: auto; }
.slider ul { padding: 0; margin: 0; display: block;}
.slider li { list-style: none; }
.slider ul li { float: left; width: 100%; margin-left: -1px; }

.project .project-text {
    padding: 0 20px;
}

.blue-box {
    background-color: #2d3d53;
}

.blue-box h2 {
    color: #ffffff;
    text-align: left;
    text-transform: none;
}

.blue-box h2 img {
    width: 1.5em;
    height: 1.5em;
}

.blue-box img {
    max-width: 80%;
}


.blue-box p {
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 41px;
    color: #ffffff;
}

@media screen and (max-width: 950px) {
    .blue-box h2 {
        font-size: 50px;
    }

    .blue-box p {
        font-size: 38px;
    }
}

@media screen and (max-width: 47.99em) {
    .blue-box h2 {
        font-size: 38px;
        text-align: center;
    }

    .blue-box p {
        font-size: 25px;
        text-align: center;
    }
}

.icon-link {
    display: block;
    text-align: center;
    margin: 80px 0 40px;
}

.icon-link img {
    width: 60%;
}

@media screen and (max-width: 35.49em) {
    .icon-link {
        margin: 0 0 40px 0;
    }

    .icon-link.first {
        margin-top: 40px;
    }
}

.green-box {
    background-color: #8c9ca1;
}

.green-box h2 {
    color: #ffffff;
}

.green-box p {
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 41px;
    color: #ffffff;
    word-spacing: 1em;
    text-align: center;
    padding: 0 10%;
}

.green-box p span {
    word-spacing: normal;
}

@media screen and (max-width: 47.99em) {
    .green-box p {
        font-size: 25px;
    }
}

#hh {
    background-image: url('/media/img/hamburg.jpg');
    width: 100%;
    height: 0;
    padding-bottom: 64% ;
    background-size: 100%;
}

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

    #hh {
        background-image: url('/media/img/hamburg_sm.jpg');
    }
}

#footer {
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
}

#footer a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'BlueHighwayCondensed-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer a:hover, #footer a:active {
    color: #e5e5e5;
}

#contact-form {
    margin-bottom: 300px;
}

#contact-form  label, #contact-form button {
    font-family: 'BlueHighway-Regular', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
}

::selection {
    background: #2d3d53;
    color: #ffffff;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #2d3d53;
    color: #ffffff;
}

.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form select:focus, .pure-form textarea:focus {
    border-color: #7d7d7d;
}

label.error {
    color: rgb(202, 60, 60);
}

input[type=text].error, input[type=email].error, textarea.error {
    border: 1px rgb(202, 60, 60) solid;
}

.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}