/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-size: 21px;
    color: #464334;
    font-family: MTCORSVA, Arial, sans-serif;
}

@font-face { 
    font-family: 'MTCORSVA';
    src: local('MTCORSVA'), 
        url('https://www.unico21.de/MTCORSVA.TTF') format('truetype'),
        url('https://www.unico21.de/MTCORSVA.woff') format('woff');
}

@media screen and (max-width: 64em) {
 body {
      font-size: 50%;
   }
}

body {
    background-color: #f8f7c3;
	background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
} 

#contentWrap {
	text-align: center;
    margin: 0 auto 0 auto;
    z-index: -1;
}

#header {
	position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto 0 auto;
    z-index: 5;
    font-size: 15px;
}

#menue {
	text-decoration: none;
    font-size: 12px;
}

ul{
    position: fixed;
    width:100%;
}

ul span{
    list-style: none;
    display: inline;
    width: 16.66%;
    margin: 0px 0 0 0px;
    background: #eaeae9;
    float: left;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    z-index: 4;
}

#content {
    margin: 0 auto 0 auto;
    width: 100%;
    font-size: 14px;
    text-align: left;
    min-height: 300px;
    border: 0px solid #000;
	z-index: -2;
    font-size: 15px;
}

#home {
    width: 100%;
}

#story {
    padding-top: 50px;
    background-image: url('https://www.unico21.de/pic/bgcolor-story.png'); 
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
    min-width: 100%;
}

#motivation {
    padding-top: 50px;
    background-image: url('https://www.unico21.de/pic/bgcolor-motivation.png'); 
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
    width: 100%;
}

#vision {
    padding-top: 50px;
    background-image: url('https://www.unico21.de/pic/bgcolor-vision.png'); 
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
    width: 100%;
}

#produkte {
    padding-top: 50px;
    background-color: #f8f5e9;
    width: 100%;
}

#kontakt {
    padding-top: 50px;
    background-color: #c0dccb;
    width: 100%;
    min-height: 500px;
}

#beschreib {
    padding: 10px;
}


ul span a{
	text-decoration: none;
}

ul li a{
	text-decoration: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

h1 {
    text-align: center;
    font-size: 32px;
}
