.social-fa {
    padding: 1rem;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
    margin: 0.125rem 0.3125rem;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: transparent;
    width: 3.125rem;
    height: 3.125rem;
    display: inline-block !important;
}

.fsocial-fa:hover {
    opacity: 0.7;
}

.btn_ubersicht {
    grid-column-gap: 0rem !important;
}

.btn_ubersicht,
.img__center {
    font-size: 2rem;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 0.75rem;
    align-items: center;
}

.btn_ubersicht::before,
.btn_ubersicht::after,
.img__center::before,
.img__center::after {
    content: "";
    display: block;
    height: 0.0625rem;
    background-color: #eee;
}

.blogpost__meta .date {
    font-weight: bold;
    text-transform: uppercase;
}

.blogpost h1 + .blogpost__meta {
    margin-top: -1em;
}

.blogpost .blog__social--icons {
    position: fixed;
    left: -6.25rem;
    top: 0;
}

@media screen and (min-width: 768px) {
    .photographer .img__center::before {
        width: 120%;
        left: -20%;
        position: relative;
    }
}

@media only screen and (max-width : 768px) {
    .blogpost h1 + .blogpost__meta {
        /*margin-top: -2em;*/
    }
}

.blogpost__meta * {
    font-size: 1.25rem;
}

.blogpost__magazineteaser {
    background: #8e060a;
}

.blogpost__magazineteaser * {
    color: #fff;
}

.blogpost__magazineteaser .button {
    background: #fff !important;
    color: #8e060a !important;
}

.blogpost__magazineteaser .button a {
    color: #8e060a !important;
    font-weight: bold;
}

.blogpost__magazineteaserimage {
    margin-top: -1.5em;
    margin-bottom: -1.5em;
    transform: rotate(-5deg);
    transition: all 0.5s ease;
}

.blogpost__magazineteaserimage:hover {
    transform: rotate(0deg);
}

.blogpost__teaser * {
    color: #8e060a !important;
}

@media (max-width: 767.98px) {
    .btn_ubersicht::before,
    .btn_ubersicht::after,
    .img__center::before,
    .img__center::after {
        height: 0;
    }
}

@media (min-width: 2200px) {
    .blogpostIssue.container-fluid {
        padding-right: 6.25rem !important;
        padding-left: 6.25rem !important;
    }
}