.marktinc-logo{
    fill:#000;
    opacity: 0;
}
.about-color .marktinc-logo{
    fill: rgb(36, 58, 127);
}
.marktinc-polygon{
    fill:#ED9600;
    opacity: 0;
}
#navigation{
    display: none;
    opacity: 0;
}
#navigation ul li{
    padding-right: 0;
    padding-left:0;
    padding-top:7px;
    padding-bottom:7px;
    color: black;
    opacity: 0.4;
}
.about-color #navigation ul li{
    color: rgb(36, 58, 127);
    opacity: 1;
}
.text-yellow {
    color:#ED9600;
}
.text-blue-markt{
    color: rgb(36, 58, 127);
    fill: rgb(36, 58, 127);
}
.createnc{
    position:absolute;
    width: 100%;
    background-image: url("../img/create.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:1;
    margin-top: 30px;
}
.codenc{
    position:absolute;
    width: 100%;
    background-image: url("../img/code.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:0;
    margin-top: 30px;
}
.consultnc{
    position:absolute;
    width: 100%;
    background-image: url("../img/consult.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:0;
    margin-top: 30px;
}
.copywritenc{
    position:absolute;
    width: 100%;
    background-image: url("../img/copywrite.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:0;
    margin-top: 30px;
}
.advertisenc{
    position:absolute;
    width: 100%;
    background-image: url("../img/advertise.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:0;
    margin-top: 30px;
}
.organizenc{
    position:absolute;
    width: 100%;
    background-image: url("../img/organize.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:0;
    margin-top: 30px;
 }
.marktnc{
    position:absolute;
    width: 100%;
    background-image: url("../img/markt.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity:0;
    margin-top: 30px;
}
.backnc{
    position:absolute;
    width: 100%;
    background-image: url("../img/ncback.png");
    background-size: 100% auto;
    height:8rem;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}
.about-content{
    opacity:0;
    height:50vh;
}
.ig-content{
    opacity:0;
}

.email-content{
    opacity:0;
}
#menu{
    opacity:0;
}
