div.blase {
    width: 250px;
    height: 250px;
    border: 1px solid var(--gold);
    border-radius: 50%; 
    background: linear-gradient(50deg, #e6ddc3, #FFF8E6);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0; /* remove padding so image can fill the circle */
    box-sizing: border-box;
    position: absolute; /* allows placing with top/left */
}

div.blase p {
    width: 75%;
    color: var(--blue);
    font-size: 0.9rem;
    line-height: 1.3;
    padding: 12px; 
    box-sizing: border-box;
}

div.blase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display: block;
    border-radius: 50%;
}

section.ueberMich > p {
    max-width: calc(100% - 300px);
}

div.blase1 {
    top: -10px;
    left: 5px;
}

div.blase2 {
    width: 125px;
    height: 125px; 
    right: 100px;
    bottom: 20px;
}

div.blase3 {
    top: 70px;
    right: 250px;
}

div.blase4 {
    top: -10px; 
    left: 50px;
}

div.blase5 {
    height: 200px;
    width: 200px;
    right: 30px;
    bottom: 100px;
}

div.blase6 {
    top: -10px;
    left: 70px;
}

div.blase7 {
    width: 125px;
    height: 125px;
    top: -50px;
    left: 675px;
}

@media screen and (max-width: 1500px) {
    div.blase3 {
        top: 100px;
    }

    div.blase4 {
        left: 10px;
    }

    div.blase6 {
        left: 10px;
    }
}

@media screen and (max-width: 1300px) {
    div.blase1 {
        left: -30px;
    }

    div.blase4 {
        left: -30px;
    }

    div.blase6 {
        left: -30px;
    }
}

@media screen and (max-width: 1100px) {
    section.ueberMich > p {
        max-width: calc(100% - 100px);
    }

    div.blase3 {
        top: 150px;
        right: 75px;
    }
}

@media screen and (max-width: 900px) {
    div.blase {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    section.ueberMich > p {
        max-width: unset;
    }

    div.blase1{
        left: 200px;
    }

    div.blase3 {
        left: 300px;
    }

    div.blase4 {
        left: 200px;
    }

    div.blase5 {
        left: 50px;
    }

    div.blase6 {
        left: 150px;
    }

    div.blase7 {
        top: -30px;
    }
}

@media screen and (max-width: 700px) {
    div.blase3 {
        left: 50px;
    }
}

@media screen and (max-width: 600px) {
    div.blase1 {
        left: 150px
    }

    div.blase4 { 
        left: 150px;
    }
}

@media screen and (max-width: 450px) {
    div.blase1 {
        left: 100px;
    }

    div.blase4 {
        left: 100px;
    }

    div.blase6 {
        left: 100px;
    }
}

@media screen and (max-width: 400px) {
    div.blase1 {
        left: 50px;
    }

    div.blase4 {
        left: 50px;
    }

    div.blase6 {
        left: 50px;
    }
}

@media screen and (max-width: 350px) {
    div.blase, .blase1, .blase2, .blase3, .blase4, .blase5, .blase6, .blase7 {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}