/* internal links */
.blog a:not([target=_blank])::before {
        content: "\f054";
        font-family: 'FontAwesome'; 
        padding: 0 1rem;
}

/* external links */
.blog a[target=_blank]::before  {
        content: "\f14c";
        font-family: 'FontAwesome'; 
        padding: 0 1rem;
}

/* headline link */   
.blog h1 a::before {
        content: "" !important;  
        padding: 0 !important;       
}

.blog a.social::before {
        content: "" !important;  
        padding: 0 !important; 
}
.blog a.social {
        margin-right:20px;
}

.blog a.inline::before {
        padding: 0 !important;
}

.blog a.no-icon::before {
        content: "" !important;  
        padding: 0 !important;
}


.blog a.inline {
        white-space: nowrap; 
}

/* newslist links */
.blog a.icon-list::before {
        content: "\f03a";
        font-family: 'FontAwesome'; 
        padding: 0 1rem;
}

.blog a.icon-more::before { 
        content: "\f054";
        font-family: 'FontAwesome'; 
        padding: 0 1rem;
}

.blog a.icon-link::before { 
        content: "\f14c";
        font-family: 'FontAwesome'; 
        padding: 0 1rem;
}

.blog ul li {
        list-style: none !important;  
}
.blog ol li { 
        margin-left: 2em !important;  
}

.blog ul li::before {
        content: "\25CF";
        padding: 0 1rem; 
}

.blog code, .blog .code {
        font-family: monospace;
        padding: 1em;
        margin: 0.5em 0;
        border: 1px solid #376f80;
        background-color: #F0EEED;
        display: block;
}

.blog .teaser p {
        font-style: italic;
        border-left: 3px solid #376f80;
        margin-left: -20px;
        padding-left: 20px;
}


body {
        display: flex;
        flex-direction: column;
        height: 100vh;
}