
* {
    margin:0;
    padding:0;
}



* {
    font-family: Geneva, Arial, Helvetica, sans-serif;
 
}
a:link {
    color: #000000;
    text-decoration: none;
    
}
a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}
h2, h4, h5, p, ol, ul {
    color: #b7b5b5;
}


h1 {
    font-size: 70px;
    font-weight: 400;
    color:#ffffff;
    line-height: 140%;

}
h2 {
    font-size: 30px;
    font-weight: lighter;
    line-height: 140%;
    color: #ee0a81;
}
h3 {
    font-size: 30px;
    font-weight: 400;
    font-weight: lighter;
    color: #000000;
}
h4 {
	font-weight: 400;
    font-size: 22px;

}
h5 {
    font-size: 2.6em;
    padding-bottom:1%;
    color: #000;
}
h6 {
    font-size: 2.8em;
    padding-bottom:2%;
    font-weight: 700;
    color: #fff;
}



ul {
    padding-left: 1px;
   
}

body {
    margin:auto;
	height:auto;
    line-height: 140%;
    }



/******************************
 * START
******************************/

    
#menu-white {
    position: fixed;
    z-index: 2;
    display: none;
    width: 100%;
    height:85px;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px solid #ee0a81;
    background-image: url(../img/banner-weiss.png);
    background-size: 100%;
}
#menu-white:hover {
    color: #fff;
}

.warpper-menu {
    margin: auto;
    width: 80%;
    text-align: center;
    max-width: 1100px;
}

.button {
    margin-left: 2%;
    height:30px;
}


.titel {
    margin-top: 1.0%;
}

#banner {
    height: auto;
       background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: 100%;
}

#banner-en {
    height: auto;
       background-image: url(../img/banner-en.png);
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: 100%;
}

.start {
    margin: auto;
    width: 1100px;
    padding-top: 10px;
    text-align: center;
}

.logo {
    margin: auto;
    margin-top: 200px;
    width: 960px;
    text-align: center;
}

/******************************
 * START-TEXT
 ******************************/

#start-text {
    margin: auto;
    width: 1100px;
    text-align: center;
    margin-top: 50px;
    font-size: 22px;
    line-height: 140%;
    color: #b7b5b5 ;
    margin-bottom: 50px;
}

#alsek {
    margin: auto;
    width: 1100px;
    text-align: center;
    font-size: 22px;
    line-height: 140%;
    color: #b7b5b5;
    padding-bottom: 25px;
}

#penc-cd {
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 140%;
    color: #b7b5b5;
    padding-bottom: 25px;
    border-top: 1px solid grey;
}

.infos {
    margin: auto;
    width: 960px;
    text-align: center;
    font-size: 16px;
    color: #b7b5b5;
}


#pro2{
    margin: auto;
    width: 100%;
    background: #f1f0ef;
}

#pro3{
    margin: auto;
    width: 100%;
    background-image: url(../img/farbe-trenner.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-shadow: 0px -6px 7px 0px rgba(50, 50, 50, 0.24);
-moz-box-shadow:    0px -6px 7px 0px rgba(50, 50, 50, 0.24);
box-shadow:         0px -6px 7px 0px rgba(50, 50, 50, 0.24);
}

#pro4{
    margin: auto;
    width: 100%;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    height: 1100px;
}





#wrapper-footer{
    background-image: url(../img/backgronud.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1955px;
}



}

