

.theme_farbe1 {
 color:#39a231;
}
.theme_farbe2 {
 color:#d6e1a7;
}

.theme_bg_farbe1 {
 background-color:#39a231;
}
.theme_bg_farbe2 {
 background-color:#d6e1a7;
}

.text-bg-farbe2 {
    color: #39a231 !important;
    background-color: #d6e1a7 !important;
}

h1 {
 color:#39a231;
 font-weight:400;
}
h2 {
 color:#39a231;
 font-weight:400;
 text-decoration:underline;
 text-decoration-color:#d6e1a7;
}



.shape:not([class*="shape-blur"]) {
 overflow: hidden;
}
.shape-bottom {
 bottom: 0;
 left: 0;
 right: 0;
}
.shape {
 pointer-events: none;
 position: absolute;
}

.shape-fluid-x > * {
    height: auto;
    width: 100%;
}
.shape:not([class*="shape-blur"]) > * {
 transform: scale(2);
}
.shape-bottom > * {
    transform-origin: top center;
}
.shape > * {
    display: block;
}


img, svg {
    vertical-align: middle;
}

.position-relative {
 position: relative !important;
}
