/**
 * Theme Name:  Schaumgefühl (Twenty Seventeen)
 * Template:    twentyseventeen
 * Version:     1.0
 * Author:      sehrgute.software
 * Author URI:  https://sehrgute.software
 * Description: Custom Twenty Seventeen Child Theme for schaumgefühl.de
 */

@import '../twentyseventeen/style.css';

.bubbles {
    position: relative;
    margin-right: 72px;
    margin-top: 72px;
    overflow: visible;
    border: 1px solid #eaeaea;
    padding: 1.5em 2em;
}

.bubbles::after {
    content: '';
    background-image: url('/wp-content/themes/schaumgefuehl/assets/bubbles.svg');
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    opacity: 50%;
    top: -80px;
    right: -72px;
}
