header#main-header a.logo {
width:312px;
}
@media (max-width:550px) {
header#main-header a.logo {
width:auto;
max-width:282px;
height:54px;
}
header#main-header a.logo img,
header#main-header a.logo svg {
height:auto;
width:100%;
}
}
.insta a, .linkedIn a, .xing a {
font-size: 0 !important;
color: transparent !important;
}
.insta a::after,
.linkedIn a::after,
.xing a::after {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
} .insta a::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' id='instagram'%3E%3Cpath fill='%23ffffff' d='M11 0H5a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h6a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5zm3.5 11c0 1.93-1.57 3.5-3.5 3.5H5c-1.93 0-3.5-1.57-3.5-3.5V5c0-1.93 1.57-3.5 3.5-3.5h6c1.93 0 3.5 1.57 3.5 3.5v6z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M8 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6.5A2.503 2.503 0 0 1 5.5 8c0-1.379 1.122-2.5 2.5-2.5s2.5 1.121 2.5 2.5c0 1.378-1.122 2.5-2.5 2.5z'%3E%3C/path%3E%3Ccircle fill='%23ffffff' cx='12.3' cy='3.7' r='.533'%3E%3C/circle%3E%3C/svg%3E");
} .linkedIn a::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' id='linkedin'%3E%3Cpath fill='%23ffffff' d='M87.877 5.608H11.174c-3.673 0-6.65 2.886-6.65 6.448v77.101c0 3.562 2.978 6.451 6.65 6.451h76.703c3.673 0 6.646-2.89 6.646-6.451V12.056c0-3.561-2.973-6.448-6.646-6.448zM31.809 80.944H18.211V40.31h13.598v40.634zm-6.798-46.185h-.091c-4.56 0-7.516-3.119-7.516-7.023 0-3.983 3.043-7.017 7.693-7.017 4.651 0 7.512 3.033 7.602 7.017 0 3.905-2.95 7.023-7.688 7.023zm55.816 46.185H67.233v-21.74c0-5.464-1.97-9.191-6.886-9.191-3.761 0-5.993 2.515-6.973 4.942-.364.868-.453 2.08-.453 3.292v22.696H39.329s.178-36.823 0-40.634h13.593v5.761c1.805-2.768 5.029-6.717 12.249-6.717 8.947 0 15.656 5.804 15.656 18.291v23.3zM52.834 46.199c.024-.038.056-.084.088-.128v.128h-.088z'%3E%3C/path%3E%3C/svg%3E");
} .xing a::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' id='xing'%3E%3Cpath fill='%23ffffff' d='M16 0h-3.738L6.709 9.727 10.287 16h3.738l-3.578-6.273zM5.163 3H1.639l2.039 3.591L1 11h3.524l2.678-4.409z'%3E%3C/path%3E%3C/svg%3E");
}
.xing a, .linkedIn a, .insta a {
display: inline-block;
} .post-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0 !important;
position: relative;
}
.post-footer nav:first-of-type {
order: 1; margin: 100px 0 0;
}
.post-footer nav.social {
order: 2; position: absolute;
left: 50%;
margin: 0;
transform: translateX(-50%); }
@media (max-width: 718px) {
.post-footer {
justify-content: flex-start; }
.post-footer nav.social {
position: relative;
left: auto;
transform: none;
margin-top: 20px;
}
}
.mvz-logo {
padding-left: 1.3em!important;
}
.mvz-logo::before {
content: "";
background-image:url(//www.elbe-jeetzel-klinik.de/wp-content/themes/mkvo-ejk-child/assets/images/mvz-logo-mini.png);
width: 2.3em;
aspect-ratio: 1;
background-size: contain;
display: inline-block;
background-repeat: no-repeat;
position: absolute;
left: -0.8em;
top: 0.6em;
}
@media(max-width: 1280px) {
.mvz-logo::before {
left: 0.3em;
}
}