.sidelabel_wrapper{
    overflow:hidden;
}

.sidelabel_wrapper{
    width: 260px!important;
    height: 200px!important;
    background: #8a214f;
    padding: 12px;
    position: fixed;
    display: block;
    top: 265px;
    right: -210px;
    z-index: 999;
    border-radius: 30px 0px 0px 30px;
    transition: 0.75s;
}

.sidelabel_wrapper:hover{
    width: 260px!important;
    height: 200px!important;
    background: #8a214f;
    padding: 12px;
    position: fixed;
    display: block;
    top: 265px;
    right: 0px;
    z-index: 999;
    transition: 0.75s;
}

.rotate{
    height: 18px;
    width: 36px;
    transform:rotate(90deg);
}

.sidelabeltxt{
   font-family: "Manrope";
   font-weight: 700;
   font-size: 28px;
   color: #fff;
   text-transform: uppercase;   
}

.contentside{
    position:fixed;
    top: 400px;
    right: -200px;
    transition: 0.75s;
    width: 200px;
}

.sidelabel_wrapper:hover .contentside{
    top: 400px;
    right: 25px;
    transition: 0.75s;
    width: 180px;
}

a.side_url  {
font-size:16px;
font-weight:500;
font-family: "Manrope";
color: #fff;
width: 250px;
line-height: 24px;
text-decoration: none;
}

a.side_url:hover  {
font-size:16px;
font-weight:500;
font-family: "Manrope";
color: #78D58B;
width: 250px;
line-height: 24px;
}

.contact-email{
    color: #fff;
    padding-bottom: 10px;
}

.contact-telefoon{
    color: #fff;
    padding-bottom: 10px;
}

.contact-formulier{
    color: #fff;
}