.redactor-styles p.link-element a,{ 
   font-weight: bold; }

.redactor-styles p.link-element {
    position: relative;
    white-space: nowrap; 
    background: #FFF;
    display: inline-block; }

.redactor-styles p.link-element a:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0; }

.redactor-styles p.link-element a { 
   	padding-right: 35px;
    font-size: 16px;
    color: #002d51;
    display: block;
    background: url("https://www.strandbadboenigen.ch/img/link-arrow.png") no-repeat right 10px top; }