
body {
    padding-top:150px;
}

@font-face { font-family: 'MavenPro';
             src: url('../fonts/MavenPro-Regular.ttf');
}

.font_MP {
    font-family:MavenPro;
}

.navlinkBtn {
    text-decoration: none !important;
}

.navlinkactive, .navseparator {
    color:#CFC4B8 !important;
    font-size:20px;
}
.navlinkinactive {
    color:black;
    font-size:20px;
}

.navseparator {
    margin-left:20px;
    margin-right:20px;
}

.underline {
    width: 200px;
    position: relative;
    text-align: center;
}

.underline:after {
    content:"";
    position: absolute;
    bottom: -8px;
    left: -1px;
}
.underline:after {
    right: -1px;
    height: 2px;
    width: 55%;
    margin:auto;
    background-image: -webkit-linear-gradient(left, #CFC4B8, #CFC4B8, #CFC4B8);
    background-image: -moz-linear-gradient(left, transparent, #CFC4B8, transparent);
    background-image: -o-linear-gradient(left, transparent, #CFC4B8, transparent);
}

.nounderline:hover {
    text-decoration:none;
}

.page1 {
    background:#CFC4B8;
    text-align:center;
    font-size:30px;
    font-weight:bold; 
    color:rgba(0,0,0,0.8);
}

.page2 {
    background:white;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    color:rgba(0,0,0,0.8);
}

.page3 {
    background:black;
    text-align:center;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.page4 {
    background:#CFC4B8;
    font-size:30px;
    font-weight:bold;
    color:rgba(0,0,0,0.6);
}

.page5 {
    background:black;
    font-size:15px;
    color:white;
    padding-top:10px;
    padding-left:80px;
}

.bg_page1 {
    background-image: url(../Images/logo_soft_02_neg_links.png);
    background-repeat:no-repeat;
    background-position-x:left;
    background-position-y:bottom;
}

.bg_page2 {
    background-image: url(../Images/logo_soft_02_neg_rechts.png);
    background-repeat:no-repeat;
    background-position-x:left;
    background-position-y:bottom;
}

.text1 {
    background:#CFC4B8;
    justify-content:center;
    text-align:justify; 
    font-size:20px;
    color:rgba(0,0,0,0.8);
    padding-top:25px;
    padding-left:80px;
    padding-right:80px;
}

.text11{
    text-align:center;
}

.text2 {
    background:white;
    justify-content:center;
    text-align:justify; 
    font-size:20px;
    padding-top:25px;
    padding-left:80px;
    padding-right:80px;
}

.text3 {
    background:black;
    justify-content:center;
    text-align: justify;
    font-size: 20px;
    color: white;
    padding-top:25px;
    padding-left:80px;
    padding-right:80px;
}

.text4 {
    background:#CFC4B8;
    font-size:20px;
    color:rgba(0,0,0,0.8);
}

.text5 {
    background:#CFC4B8;
    font-size:20px;
    padding-left:80px;
}

.text6 {
    background:#CFC4B8;
    justify-content:center;
    text-align:justify; 
    font-size:18px;
    color:rgba(0,0,0,0.8);
    padding-left:80px;
    padding-right:80px;
}

.linie {
    height: 1px;
    margin: 25px 80px 0px 80px;
    border:none;
    border-top: 1px solid black;
}

.linie2 {
    background: #EEEAE6;
    height: 10px;
}

.linie3 {
    background: #EEEAE6;
    height: 10px;
}

.linie4 {
    background: #EEEAE6;
    height: 10px;
}

.linie5 {
    height: 1px;
    margin: 25px 80px 25px 80px;
    border:none;
    border-top: 1px solid white;
}

.linie6 {
    background: #EEEAE6;
    height: 10px;
}

html, body {
    width:100%;
}

.header {
    font-weight:bold;
}

.background1 {
    background-color:black;
}