
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%;
}

.auszeichnung {
    color: rgba(0,0,0,.4);
    font-weight: normal;
}


.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.bluesky-share {
    font-size: 12.8px;
    color: #08f;
}
.bluesky-share:hover {
    text-decoration: none !important;
    color: #2af;
}
.bluesky-share img {
    margin-top: -2px;
    margin-left: -2px;
}

