/* Design fŸr den SV Nufringen 1921 e.V. von Benjamin Schey Copyright 2015 */

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Courier;
    font-weight: normal;
    color: #000;
}


@font-face {
    font-family:svn_masterplan;
    src:url(../MASTERPLAN.eot);
    font-weight: normal;
}
 
@font-face {
    font-family:svn_masterplan;
    src:url(../MASTERPLAN.ttf);
    font-weight: normal;
}

#svn-logo {
    height: 10em;
    position: fixed;
    z-index: 100;
    left: 1em;
    top: 0.5em;
}
#svn-logo img {
    height: 100%;
}
#top-box-svn {
    background-color: #000;
    opacity: 0.6;
    position:fixed;
    z-index: 70;
    width: 100%;
    height:9em;
    box-shadow: 1px 5px 5px #777;
    -webkit-box-shadow: 1px 5px 5px #777;
    -moz-box-shadow: 1px 5px 5px #777;
}

#to-top-svn a {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-image: url(../bilder/arrow_top.png);
    opacity: 0.5;
    z-index: 1;
}

#menu {
    position:fixed;
    z-index: 80;
    left: 8.5em;
    min-width: 1024px;
}

#menu ul {
    text-align: center;
}
#menu li {
    display: inline-block;
    text-align: center;
    font-family: svn_masterplan;
    font-size: 3em;
    line-height: 80%;
    margin-left: 1em;
    margin-top: 0.5em;
}
#menu li a {
    text-decoration:none;
    color: white;
}
#menu li.active a:hover {
    color: red;
}
#menu li:hover a{
    color: red;
}
#menu li.active {
    color: red;
}
#menu li.active a {
    color: red;
}
#menu a:active {
    color: red;
}

#wrapper {
    height: 100%;
    width: 100%;
}

#start {
    height: 100%;
    width: 100%;
    background: url(../bilder/BG_START.png) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    background-color: #fff;
    min-width: 1024px;
}
    .start-svn {
        font-family: svn_masterplan;
        font-size: 9em;
        font-weight: normal;
        color: #000;
        text-align: right;
        line-height: 80%;
        position: absolute;
        bottom: -50px;
        right: 20px;
    }
        .svn {
            color: white;
        }
        .kunstrasen {
            color: red;
        }

#bau {
    min-height: 500px;
    width: 100%;
    min-width: 1024px;
    background: url(../bilder/bg2.png) no-repeat top center;
    background-size: cover;
    -moz-background-size: cover;
    margin: 0px;
    padding: 0px;
    float: left;
}
    #bau p {
        font-family: Courier;
        font-size: 18px;
        text-align: left;
        padding: 0em 2em 9em 9em;
    }
    #bau h1 {
        font-family: svn_masterplan;
        color: red;
        font-weight: normal;
        font-size: 3.5em;
        text-align: left;
        padding: 2.5em 1em 0em 1.5em;
    }
    #bau table {
        border: 0px;
        padding: 0em 2em 9em 9em;
        font-size: 18px;
    }


#projekt {
    min-height: 500px;
    width: 100%;
    min-width: 1024px;
    background: url(../bilder/bg_jahrhundert.png) no-repeat top center;
    background-size: cover;
    -moz-background-size: cover;
    margin: 0px;
    padding: 0px;
    float: left;
}
    #projekt p {
        font-family: Courier;
        font-size: 18px;
        text-align: justify;
        padding: 0em 9em 1em 9em;
    }
    #projekt h1 {
        font-family: svn_masterplan;
        font-weight: normal;
        color: red;
        font-size: 3.5em;
        text-align: left;
        padding: 2.5em 1em 0em 1.5em;
    }    
    #projekt h2 {
        font-family: svn_masterplan;
        font-weight: normal;
        color: #444;
        font-size: 2em;
        text-align: left;
        padding: 0em 0.1em 0.1em 4em;
    }

#bilder {
    min-height: 500px;
    width: 100%;
    min-width: 1024px;
    background: url(../bilder/bg_bilder.png);
    background-size: auto;   
    -moz-background-size: cover;
    margin: 0px;
    padding: 0px;
    margin:bottom 9em;
    float: left;
    text-align: center;
}
    #bilder h1 {
        padding-top: 4.5em;
    }
    #bilderbox {
        padding-top: 9em;
        padding-bottom: 9em;
    }
    #bilder img  {
        margin-bottom: 0.5em;
        border: 1px solid #ccc;
    }

#spenden {
    min-height: 500px;
    width: 100%;
    min-width: 1024px;
    background: url(../bilder/bg_spenden.png) no-repeat top center;
    background-size: cover;
    -moz-background-size: cover;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: center;
}
    #spenden h1 {
        font-family: svn_masterplan;
        color: red;
        font-weight: normal;
        font-size: 3.5em;
        text-align: left;
        padding: 2.5em 1em 0em 1.5em;
    }
    #spenden .sticky {
        font-size: 1.5em;
        text-align: center;
        padding: 0em 0em 0em 0em;
    }
    #werte {
        padding-bottom: 2em;
    }
    #spenden a {
        font-size: 25px;
        font-weight: bold;
        color: #000;
        text-decoration: none;        
    }
    #spenden a:hover {
        text-decoration: underline;
        color: red;
    }

#footer {
    width: 100%;
    background-color: #666;
    margin: 0px;
    padding: 0px;
    float: left;
}
#infobox {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
    #adress {
        width: 240px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 100px;
        float: left;
    }
    #adress p {
        font-size: 15px;
        color: white;
    }
    #adress a {
        color:white;
        text-decoration: none;
    }
    #adress a:hover {
        color: red;
        text-decoration: underline;
    }
    #imprint {
        text-align: right;
        width: 440px;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
    }
    #imprint a {
        font-size: 15px;
        color:white;
        text-decoration: none;
    }
    #imprint a:hover {
        color: red;
        text-decoration: underline;
    }
    }
    
    #wappen {
        width: 240px;
        height: 200px;
        float: right;
    }
    #wappen img {
        margin-left: 35px;
        margin-top: 15px;
    }

.filler {
    padding: 4em;
}