.containerhidden{
    overflow-x: hidden;
    cursor: pointer;
}
.whatsnew_link{
    text-decoration: none;
    display: block;
}

.whatsnewhide{
    display: none;
}

.whatsnew{
    padding:20px 0px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    margin:0px 20px;    
    min-width:1200px;
    overflow: auto;
    cursor: pointer;
}

.whatsnew_title{
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.3px;
color: #FFFFFF;
float: left;
cursor: pointer;
}

.whatsnew_date{
font-weight: 400;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
letter-spacing:0px;
opacity: 0.5;
}

.whatsnew_judulartikel{
font-weight: 600;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
border-left:1px solid rgba(255,255,255,0.2);
padding-left:20px;
margin-left:20px;
float: left;
cursor: pointer;
}

.whatsnew_descartikel{  
margin-left:10px;
font-weight: 400;
font-size: 12px;
line-height: 20px;
letter-spacing: 0.3px;
color: #FFFFFF;
opacity: 0.5;
cursor: pointer;
}

.whatsnew_label{
font-weight: 600;
font-size: 8px;
line-height: 8px;
letter-spacing: 0.5px;
color: #FFFFFF;
margin-right:10px;
background:#D73EFD;
padding:4px 10px;
border-radius:200px;
cursor: pointer;
}

.whatsnewbox{
    position: fixed;
    left:0px;
    bottom:0px;
    margin:20px;
    z-index:999;
}

.whatsnewbutton{
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing:0px;
    color: #FFFFFF;
    background:rgba(0,0,0,0.9);
    background:#222;
    
    border-radius: 8px;
    padding:9px 16px;
    width:140px;
    display: block;
    text-align: center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    border:1px solid rgba(255,255,255,0.05);
}

.whatsnewbutton:hover{
    background:#fff;
    color: #121212 !important;
}

.whatsnewcontent{
    color: #FFFFFF;
    background:rgba(0,0,0,0.9);
    background:#222;
    border-radius: 8px;
    padding:10px 16px;
    margin-bottom:10px;
    width:300px;
    padding-right:60px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border:1px solid rgba(255,255,255,0.05);
}

.whatsnewcontent:hover{
    background:#121212;
    background:url("img/backgroundwhatsnew.png") no-repeat bottom center, #0f0f0f;
    background-size: 300px;
    border:1px solid rgba(255,255,255,0.1);
}


.whatsnewlabelcategory{
    position: absolute;
    right:0px;
    top:0;
    margin:16px 4px;
}

a{
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .whatsnew{
        margin:0px 0px;  
    }
}