/* Reset Styles */

* {
        margin:0px;
        padding:0px;
        color:white;
        text-shadow: 0px 1px 1px #000;
        text-align:left;
        /*font-family: 'Tenor Sans', sans-serif;
        font-family: 'Titillium Web', sans-serif;*/
        font-family: 'Rambla', sans-serif;
        font-size:18px;
}

body {
        width:100%;
        background:#eee;
}

h1 {
        font-size: 45px;
}

h2 {
        font-size: 35px;
}

h3 {
        font-size: 25px;
        line-height: 30px;
}

.logotext {
        font-size: 50px;
        text-shadow: 0px 0px 0px #000;
        color:#303030;
}

/* Content-Wrapper */

#container {
        width:960px;
        text-align:left;
        margin:0 auto;
        position:relative;
        background: #ccc;
        -moz-box-shadow:    0 0 10px #000000;
           -webkit-box-shadow: 0 0 10px #000000;
           box-shadow:         0 0 10px #000000;
}

/* Content-Container */

.block {
        height:300px;
        background:#338219;
        border-bottom:0px solid #eee;
        padding:20px;
}

.infobullet {
        width:30px;
        height:30px;
        border:2px solid #338219;
        background:white;
        border-radius:17px;
        position:absolute;
        margin-bottom:20px;
        text-align:left;
        color:#000;
        overflow:hidden;
        font-size:17px;
        line-height:20px;
        opacity:0.5;
        padding:5px;
}

.infobullet b {
        color:#000;
}

#logo_nav {
        position: absolute;
        left: 25px;
        top: 8px;
        width: 120px;
        height: 32px;
        background-image: url(../img/logo_nav.png);
        background-position-y: 0px;
}

#logo {

    padding-top:40px;
    padding-right:650px;

}

#navi {
        width:960px;
        height:50px;
        background:yellow;
        top:445px;
        z-index:20;
        margin:0 auto;
        margin-top:-50px;
        position:relative;
        line-height:50px;
        text-align:center;

        background: rgb(155,255,160); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(155,255,160,1) 0%, rgba(138,182,107,1) 30%, rgba(12,51,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,255,160,1)), color-stop(30%,rgba(138,182,107,1)), color-stop(100%,rgba(12,51,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(155,255,160,1) 0%,rgba(138,182,107,1) 30%,rgba(12,51,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(155,255,160,1) 0%,rgba(138,182,107,1) 30%,rgba(12,51,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(155,255,160,1) 0%,rgba(138,182,107,1) 30%,rgba(12,51,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(155,255,160,1) 0%,rgba(138,182,107,1) 30%,rgba(12,51,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bffa0', endColorstr='#0c3300',GradientType=0 ); /* IE6-9 */
}

#navi a {
        font-size:22px;
        cursor:pointer;
        text-decoration: none;
}

.nav{
        font-size:22px;
        cursor:pointer;
}

#kopf
{
        background: url(../img/bg_kopf.jpg) center bottom no-repeat #8CB4FF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:400px;
        text-align:center;
}

#ueberuns
{
        background: url(../img/bg_ueberuns.jpg) center bottom no-repeat #8CB4FF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:210px;
}

#alfamix
{
        background: url(../img/bg_alfamix.jpg) center bottom no-repeat #8CB4FF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:140px;
}

#warum_alfamix
{
        background: url(../img/bg_alfamix.jpg) center bottom no-repeat #8CB4FF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:1230px;
}

#block4 {
        background: url(../img/alfamix.jpg) center center no-repeat white;
        height:520px;
}

#vorteile {
        height:200px;
}

#impressum {
        height:100%;
}

#vertrieb {
        height:100%;
}

#ehandel {
        height:100%;
}

#europa {
        height:100%;
}
#kontakt {
        height:100%;
}
#downloads {
        background: darkred;
        height:240px;
}

#links {
        background: darkgreen;
        height:410px;
}

#fuss
{
        background: url(../img/bg_kontakt.jpg) center bottom no-repeat #FFC074;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:250px;
}

/* responsive web */

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

        #container {
                width:100%;
        }

        #navi {
                width:100%;
        }
}

