html, body {
    max-width: 100vw;
    overflow-x: hidden;
}
.circle-stroke {
    position: absolute;
    display: block;
    /*background-image: url("../images/IDA_GDL-Redesign_Website_Kresie-weiß_Form-2.png");*/
	background-image: url("https://www.global-diplomacy-lab.org/wp-content/uploads/2023/02/IDA_GDL-Redesign_Website_Kresie-weis_Form-2.svg");
    background-size: 225px 225px;
	background-position: center;
    background-repeat: no-repeat;
	width: 200px;
    height: 200px;
    z-index: -1;
}

.circle-full {
    position: absolute;
    display: block;
    /*background-image: url("../images/IDA_GDL-Redesign_Website_Kresie-weiß_Form-1.png");*/
	background-image: url("https://www.global-diplomacy-lab.org/wp-content/uploads/2023/02/IDA_GDL-Redesign_Website_Kresie-weis_Form-1_neu.svg");
    background-size: 190px 190px;
	background-position: center;
	background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}

.circle-point {
    position: absolute;
    display: block;
    /*background-image: url("../images/IDA_GDL-Redesign_Website_Kresie-weiß_Form-3.png");*/
	background-image: url("https://www.global-diplomacy-lab.org/wp-content/uploads/2023/02/IDA_GDL-Redesign_Website_Kresie-weis_Form-3_neu.svg");
    background-size: 190px 190px;
	background-position: center;
	background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}