/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

.welle {
	position: relative;
}

.welle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1536 200' preserveAspectRatio='none'%3E%3Cpath fill='%23F1ECDE' d='M 0,25 C 341,120 768,123 1152,60 C 1301,35 1429,55 1536,70 L 1536,200 L 0,200 Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .welle::after {
        height: 60px;
    }
}

.numbers {
	border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0!important;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineheight1 {
	line-height:1.2em;
	margin-bottom: 20px;
}
.lineheight2 {
	line-height: 1.5em;
}