.notification-bubble {
    width: 90%;
    min-width: 200px;
    background: white;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    border: 4px solid #E2062D;
    padding: 25px;
}


/*
 *  die untere "Nase"
 */
.notification-pointer {
    height: 30px;
    margin-top: -4px;
    position: relative;
    left: 120px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="38.908" height="25.331" viewBox="0 0 10.294 6.702"><g transform="translate(-3.965 -.5)"><rect width="5.081" height="3.47" x="5.468" y=".5" rx="0" ry="0" style="fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.465644;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke"/><rect width="5.145" height="1.347" x="6.363" y="3.71" rx="0" ry="0" style="fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.513092;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke"/><rect width="3.81" height="1.771" x="8.184" y="4.601" rx="0" ry="0" style="fill:%23fff;fill-opacity:1;stroke:none;stroke-width:.417112;stroke-linejoin:round;stroke-dasharray:none;paint-order:markers fill stroke"/></g><path d="M83.28 193.093c.474 2.286 2.469 5.579 4.695 6.285 1.64.552 3.887.589 5.484-.087.412-.26-.391-.509-.559-.656-2.076-1.309-2.319-3.014-2.928-5.542-1.367.015-1.538 0-1.538 0s.202 1.768 2.046 4.743c.529.706 1.496 1.284-.048 1.053-2.302-.715-2.616-.8-3.739-1.808-.714-1.04-.98-1.448-1.775-3.97z" style="fill:%23d60828;fill-opacity:1;stroke:none;stroke-width:.79375;stroke-dasharray:none" transform="translate(-83.28 -193.093)"/></svg>');
}

/*.notification-trenner {*/
/*    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="400.659" height="17.579" viewBox="0 0 106.008 4.651"><path d="M22.358 133.14c-1.862.062-3.61 1.204-5.206 2.788-2.81 2.342-6.234 2.031-8.94-.604-.204.33.248.39.33.576 2.57 2.355 5.76 2.471 8.387.506.979-.73 1.925-1.865 2.998-2.325 2.631-1.351 5.554-.63 7.904 1.858 1.302 1.169 2.793 1.77 4.18 1.837 1.402.075 2.788-.345 4.107-1.348 1.144-.84 2.2-2.083 3.43-2.524 2.555-1.112 5.333-.308 7.587 2.085 2.923 2.569 6.538 2.342 9.371-.51 3.002-2.943 6.85-2.693 9.778.427 2.844 2.551 6.389 2.484 9.157-.142 2.437-2.503 5.472-3.078 8.135-1.431 1.042.542 1.939 1.668 2.948 2.343 1.017.672 2.19 1.068 3.279 1.1 1.938.1 3.868-.856 5.533-2.608 2.974-2.624 6.673-2.263 9.505.787 2.78 2.446 6.24 2.474 9.012-.13.1-.117.475-.325.235-.503-2.522 2.502-5.656 2.886-8.348 1.025-1.118-.72-2.097-2.005-3.264-2.505-2.657-1.353-5.51-.73-7.9 1.72-2.813 2.633-6.33 2.584-9.136-.05-2.974-3.076-6.847-3.173-9.853-.184-2.13 2.1-4.695 2.726-7.064 1.717-1.133-.418-2.174-1.34-3.185-2.308-2.533-2.063-5.562-2.126-8.144-.165-1.048.88-2.06 1.957-3.206 2.398-2.454 1.151-5.127.455-7.341-1.718-3.022-2.973-6.9-2.751-9.864.347-2.865 2.654-6.453 2.519-9.276-.256-1.566-1.547-3.36-2.292-5.15-2.202z" style="fill:%23d30b2a;fill-opacity:1;stroke:none;stroke-width:.0831924;stroke-dasharray:none" transform="translate(-8.16 -133.133)"/></svg>');*/
/*    background-repeat: no-repeat;*/
/*    background-position-x: center;*/
/*    filter: drop-shadow(4px 7px 2px rgba(23, 23, 23, 0.7));*/
/*    padding: 20px 20px;*/
/*    margin-top: 40px;*/
/*    margin-bottom: 30px;*/
/*    !*border-bottom: 5px dotted #E2062D;*!*/
/*    width: 70%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

.notification-trenner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 5px;
    background-image: linear-gradient(to right, transparent, #1958A7, transparent);
}

.notification-trenner {
    position: relative;
    height: 5px;
    margin: 70px 0;
    border: none;
    overflow: auto;
/ / Clearfix
}


@media (max-width: 767px) {
    /* mobile only */
    .notification-bubble {
        width: 100%;
        padding: 20px;
    }

    .notification-trenner {
        margin: 40px 0;
    }
}