/* --- Startseite */
.hypno__shape--1 {
    background-image: url("../images/background/shape.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* --- Kontakt */
.bg_shape_top_right {
    background-image: url("../images/background/shape.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}