body{
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 2;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
}

body, #wrap{
    margin: 0px;
    padding: 0px;
}

.container{
    margin: 0 auto;
    padding: 0;
}


.row{
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.row:before, .row:after{
    content: "";
    display: table;
}

.row:after{
    clear: both;
}

.site-title-container{
    width: 26%;
    float: left;
    min-height: 1px;
    position: relative;
}

#site-title{
    position: absolute;
    top: 0;
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    margin-bottom: 24px;
    margin-top: -40px;
    padding: 24px;
    z-index: 9999;
}

.site-title{
    color: #FFF;
    display: block;
    font-size: 1.8em;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}

#header{
    background-color: #FFFFFF;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.04);
    line-height: 0;
    margin: 0;
    position: relative;
    z-index: 9999;
}

#navigation{
    font-size: 0.85em;
    font-weight: 400;
}

.menu{
    line-height: 1;
}

.menu ul, ul.menu{
    float: right;
    margin: 0;
    padding: 0;
}

.menu li{
    display: inline;
    float: left;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.menu li:last-child{
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.menu li a{
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.1px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 300;
    display: inline-block;
}
.menu li a:hover{
    color: #000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
}


.site-banner{
    background: none repeat scroll 0 0 #000000;
    width: 100%;
    display: block;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.site-banner img{
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}




.row .content{
    margin-top: -40px !important;
    position: relative;
    z-index: 9;
}

.content{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    padding: 1px 36px 24px;
    line-height: 3em;
    text-align: justify;
}

h1{
    color: #333333;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -0.4px;
    line-height: 1.4;
    text-align: center;
}

#kontakt h1{
    border-bottom: 1px solid #999;
}

input[type='text'], textarea{
    background: none repeat scroll 0 0 #F9F9F9;
    border: medium none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #999999;
    float: left;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1em;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 6px !important;
    width: 300px;
}

textarea{
    width: 500px;
    resize: vertical;
    min-height: 72px;
}

input[type='submit']{
    background-color: #F4F4F4;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    color: #666666;
    display: inline-block;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin: 12px 0;
    padding: 8px 18px;
    position: relative;
    top: -3px;
}

input[type='submit']:hover{
    background-color: #0099FF;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    cursor: pointer;
}



.footer{
    background: none repeat scroll 0 0 #242424;
    margin: 24px auto 0;
    overflow: hidden;
    padding: 48px;
    color: #fff;
    text-align: right;
}
