/**
 * Theme Name: NeliVet Theme
 * Description: Blocksy Child Theme
 * Author: youKnow media
 * Author URI: https://youknowmedia.de
 * Template: blocksy
 * Text Domain: blocksy
 */





a.extern{
   position: relative;
   padding-right: 1.2em;
   display: inline-flex;
   align-items: center;
 }
 
a.extern::after{
   content: "";
   display: inline-block;
   width: 0.9em;
   height: 0.9em;
   margin-left: 0.4em;
   background-color: currentColor;
   mask: url("data:image/svg+xml;utf8,\
 <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
 <path d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3z'/>\
 <path d='M5 5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6H5V5z'/>\
 </svg>") no-repeat center / contain;
 }



