/* _buttons */
.more a, .back a, .submit, .toplink, .toggle-view a, button.submit, a.more, p span.more a, p.more a, .button a       {
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 14px 14px;
    background-color: rgba(159, 199, 207,1);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #3f3f3f;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
    }

.teaser .more {padding-top: 15px; border-top: 1px solid #ddd; margin-top: 10px;}
#left .more a, #left .back a, #left .submit,#left .toggle-view a, #left button.submit, #right .more a, #right .back a, #right .submit,#right .toggle-view a, #right button.submit {padding: 2px 5px; font-size: 10px;}
.more a:hover, .back a:hover, .submit:hover, .toplink:hover, .toggle-view a:hover, .button a:hover, button.submit:hover, a.more:hover {background-color: #F2F2F2;
//background-image: -moz-linear-gradient(center top, #7DB3BC, #B0D1D7); text-decoration: none;
background-color: #7DB3BC;}

.elementbox .more a:hover {
//background-image: -moz-linear-gradient(center top, #7DB3BC, #B0D1D7); text-decoration: none;
background-color: rgb(255,255,255,0.8);
}

.mehr {padding-top: 6px; border-top: 1px solid #4F92A1;}
.mehr a {padding-left: 20px;}
.mehr a:before {font-family: jukfont; display: inline-block; margin-left: -20px; width: 20px;  content: "\25b8";}

