html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{ display: block; }

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

/* Universal */
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased; }

/* General styles */
::-moz-selection {  }
::selection {  }

:required{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

a{  
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }

a:hover{  }
a:active{  }
a:visited{  }

address{  }

aside{  }

b, strong{ font-weight: 700; }

body{ 
    background: #fff;
    line-height: 1; }

blockquote, q{ quotes: "" ""; }
blockquote:before, blockquote:after, q:before,  q:after{ content: ""; }

button,
button, input[type="button"]{ 
    border: 0 none;
    cursor: pointer; }

button:hover{  }
button:active{  }

caption, th, td{
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

em, i{ font-style: italic; }


img{ -ms-interpolation-mode: bicubic; }

input, select, textarea{
    -webkit-appearance: none;
    -moz-appearance: none; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    clear: both;
    float: left;  }

input[type=radio]{  }
input[type=checkbox]{  }

label{  }

li{  }

nav{  }

p{ 
    /* START Hyphenation */

    -ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
    /* END Hyphenation */

    font-size: 0.13rem;
    line-height: 1.4em;
    margin:0 0 1em 0; }

pre, code{ font-family: Monaco, Courier, monospace; }

pre{
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word; }

select{  }
select option{  }

table{ 
    border: 0; 
    border-collapse: collapse;
    border-spacing: 0; 
    empty-cells: show; }

textarea{ resize: none; }

u{ text-decoration: underline; }

ul, ol{  }

/* Custom styles */


label,
input,
button{ float: left; }

label{ clear: left; }


/* ==========================================================================
  CSS from slashworks
   ========================================================================== */

/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 *
 * Table of contents
 * -----------------------------------------
 * 1. HTML Elements
 */



/* ==========================================================================
	1. HTML Elements
   ========================================================================== */


    body{
       font-size: 62.5%;
        background: #c3c4c8;
        font-family: 'Source Sans Pro', sans-serif;
    }

    a{
        color: #405977;
        text-decoration: none;
    }

    a:hover{
        text-decoration: underline;
    }

    h1{
        font-size: 3em;
        line-height: 1.3em;
        color: #323f4d;
        font-weight: 700;
        margin-bottom: 15px;
    }

    h2{
        font-size: 1.6em;
        line-height: 1.3em;
        font-weight: 400;
        font-family: Oswald;
    }



/* ==========================================================================
	2. LAYOUT
   ========================================================================== */



    #wrap{
        width: 1200px;
        margin: 0 auto;
        font-size: 1.4em;
        line-height: 1.4em;
        background: #fff;
        position:relative;
    }

    #header{
        padding: 30px;
        overflow: hidden;
    }





    /* header
    ========================================================================== */

    #header{
        color: #90989c;
    }

    .logo{
        float: left;
    }

    .address{
        float: right;
        width: 280px;
        padding-top: 15px;
    }

    .address .left{
        float: left;
        margin-right: 35px;
    }



    /* main
    ========================================================================== */

    #main{}


    .image{
        position: relative;
    }


    .slogan{
        position: absolute;
        bottom: 60%;
        right: 25px;
        color: #192531;
    }

    .slogan h1{
        font-size: 4.5em;
        line-height: .9;
        font-weight: 700;
        background: rgb(255,255,255);
        background: rgba(255,255,255,.9);
        padding: 5px 25px;
        text-align: right;
        float: right;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .slogan h2{
        font-size: 1.5em;
        line-height: 1.2em;
        background: rgb(255,255,255);
        background: rgba(255,255,255,.9);
        text-align: right;
        padding: 5px 25px;
        float: right;
        clear: right;
        font-weight: 400;
        font-family: 'Source Sans Pro', sans-serif;
    }



    /** doings */

    .doings{
        color: #fff;
        position: relative;
        top:-200px;
        margin-bottom: -150px;
        padding: 0 30px;
        text-align: center;
        overflow: hidden;
    }

    .doings h2{
        text-transform: uppercase;
        font-size: 2.3em;
        line-height: 1.3em;
        margin-top: 15px;
        letter-spacing: 1px;
    }

    .u_3{
        width: 260px;
        float: left;
        margin-right: 30px;
    }

    .u_3.last{
        margin-right: 0;
    }



    /* company */

    .company{
        text-align: center;
        line-height: 0;
        padding: 50px 0;
    }

    .company h3{
        font-size: 4em;
        font-weight: 700;
        color: #405977;
        position: relative;
        top:-140px;
    }


    /* kontakt */

    .kontakt{
        background: #dcdfe1;
        height: 477px;
        overflow: hidden;
    }

    .kontakt .left{
        float: left;
        padding-top: 50px;
        padding-left: 30px;
    }

    .kontakt .right{
        float: right;
    }

    .kontakt h4{
        color: #1b222c;
        font-size: 2.3em;
        line-height: 1.3em;
        margin-bottom: 15px;
        font-family: Oswald;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .kontakt .tel{
        margin-top: 35px;
        font-size: 1.5em;
        line-height: 2.3em;
    }

    .kontakt a{
        color: #1b222c;
    }


    .impressum{
        margin: 50px 0;
        padding: 0 30px;
        max-width: 750px;
    }

    .impressum h1{
        font-size: 4.5em;
        text-transform: uppercase;
    }

    /* footer
    ========================================================================== */

    #footer{
        padding: 30px ;
        overflow: hidden;
    }

    #footer h5{
        margin-bottom: 15px;
    }

    #footer .left{
        float: left;
    }

    #footer .right{
        float: right;
        font-size: 1.3em;
        font-weight: 700;
        padding-top: 35px;
        text-transform: uppercase;
    }

    #footer a{
        color: #323f4d;
    }

/* Overlay
========================================================================== */

#overlay {
    position: absolute;
    z-index: 10;
    top: 154px;
    background: #b3a35b;
    display:none;
    font-size: 14px;
}

.overlayInner {
    padding: 95px 70px 229px 70px;
    position: relative;
}

.overlayInner h2, .overlayInner p {
    color: #fff;
    font-size: 14px;
}

.overlayInner h2 {
    padding-top: 0px;
    font-size: 24px;
    margin-bottom: 20px;
}

.overlayInner a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.overlayClose {
    position: absolute;
    top: 25px;
    right: 30px;
    color: #fff;
    font-size: 24px;
}

.overlayClose a {
    color: #fff;
}

.overlayButton {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);

}

.overlayButton a {
    text-decoration: none;
    background: #fff;
    padding: 10px 15px;
}



/* ================================================================== */
/* === Responsive styles ============================================ */
/* ================================================================== */

/* Smartphones */
@media only screen and (max-width: 469px) {

}

/* Large smartphones */
@media only screen and (min-width: 470px) and (max-width: 699px) {

}

/* Tablets and landscape large smartphones */
@media only screen and (min-width: 700px) and (max-width: 1279px) {

}

/* Desktop screens */
@media only screen and (min-width: 1280px) and (max-width: 1499px){

}

/* Large screen */
@media only screen and (min-width: 1500px) and (max-width: 1799px){

}

/* Very large screen */
@media only screen and (min-width: 1800px){

}

