@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	src: local('Roboto'), local('Roboto-Regular'), url(//evibeck.de/wp-content/uploads/sgf-css/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2'), url(//evibeck.de/wp-content/uploads/sgf-css/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 
.cc-attribution-box-container {
    display: inline-block;
    position: relative;
}
.cc-attribution-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    color: black;
    padding: 0 25px;

    opacity: .85;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;

    font-size: 18px;
    line-height: 22px;
}
.cc-attribution-box > * {
    margin: 5px;
}
.cc-attribution-box a {
    color: black;
    text-decoration: none;
}
.cc-attribution-box a.cc-attribution-box-license {
    flex-shrink: .5;
}

.cc-attribution-box img {
    height: 48px;
    margin: 20px 0;
}

@media screen and (max-width: 600px) {
    .cc-attribution-box {
        font-size: 12px;
        line-height: 15px;
        padding: 0 15px;
    }
}

figure .cc-attribution-box{
	position: inherit;
}

.cc-attribution-box-container > .cc-attribution-box > .cc-attribution-box-license > img {
	position: relative;
	clip: auto;
	height: 24px;
    width: auto;
    margin: 0;
}
