.cms_linkbutton
{
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px transparent;
  font-family: "CmsDefault";
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  border-radius: 40px;
  padding: 13px 15px;
  color: var(--themecolor2);
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;  
  text-decoration:none !important;
}

.cms_linkbutton:hover
{
  opacity:0.8;
  text-decoration: none !important;  
}




.cms_linkbutton.color5
{
    color:var(--themecolor5) !important;
    background-color:#fff !important;
    border-color:var(--themecolor5) !important;
}

.cms_linkbutton.color5:visited
{
  color:var(--themecolor5) !important;
}

.cms_linkbutton.color5:hover
{
  color:var(--themecolor5) !important;
}


.cms_linkbutton.color5f
{
    color:#fff;
    background-color:var(--themecolor5) !important;
    border-color:var(--themecolor5) !important;
}

.cms_linkbutton.color5f:visited
{
  color:#fff !important;
}

.cms_linkbutton.color5f:hover
{
  color:#fff !important;
}




.cms_linkbutton.color6
{
    color:var(--themecolor6) !important;
    background-color:#fff !important;
    border-color:var(--themecolor6) !important;
}

.cms_linkbutton.color6:visited
{
  color:var(--themecolor6) !important;
}

.cms_linkbutton.color6:hover
{
  color:var(--themecolor6) !important;
}


.cms_linkbutton.color6f
{
    color:#fff;
    background-color:var(--themecolor6) !important;
    border-color:var(--themecolor6) !important;
}

.cms_linkbutton.color6f:visited
{
  color:#fff !important;
}

.cms_linkbutton.color6f:hover
{
  color:#fff !important;
}



.cms_linkbutton.color8
{
    color:var(--themecolor8) !important;
    background-color:#fff !important;
    border-color:var(--themecolor8) !important;
}

.cms_linkbutton.color8:visited
{
  color:var(--themecolor8) !important;
}

.cms_linkbutton.color8:hover
{
  color:var(--themecolor8) !important;
}


.cms_linkbutton.color8f
{
    color:#fff;
    background-color:var(--themecolor8) !important;
    border-color:var(--themecolor8) !important;
}

.cms_linkbutton.color8f:visited
{
  color:#fff !important;
}

.cms_linkbutton.color8f:hover
{
  color:#fff !important;
}


.cms_linkbutton.color9
{
    color:var(--themecolor9) !important;
    background-color:#fff !important;
    border-color:var(--themecolor9) !important;
}

.cms_linkbutton.color9:visited
{
  color:var(--themecolor9) !important;
}

.cms_linkbutton.color9:hover
{
  color:var(--themecolor9) !important;
}


.cms_linkbutton.color9f
{
    color:#fff;
    background-color:var(--themecolor9) !important;
    border-color:var(--themecolor9) !important;
}

.cms_linkbutton.color9f:visited
{
  color:#fff !important;
}

.cms_linkbutton.color9f:hover
{
  color:#fff !important;
}




