h2.gradient-headline,
h3.gradient-headline,
#startseite-e9 .cms-fancybox-title,
#reinigungen-e1 .cms-textbox-title {
    background: var(--gradient-blau);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	
	font-family: var(--custom-font) !important;
    line-height: 1.6;
    margin-bottom: 7px;
    font-size: 31px !important;
}
.individual-word-new-font span {
    font-family: var(--custom-font) !important;
    margin-bottom: 7px;
    font-size: 38px !important;
    letter-spacing: 3px;
}

html body {
	color: #000;
}

body a,
body a:hover,
body a:focus,
body a:before,
body a:after {
    color: var(--ci-gruen);
}

body .cms-textbox-layout3 .cms-textbox-content .cms-textbox-description,
body .cms-textbox-layout3 .cms-textbox-content .cms-sub-title {
    color: #000;
}

/* FIX THEME */
/* Sane Margins under Custom HTML */
.wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}
body #content {
    background-image: none !important;
}
body.page-id-2272 #content,
body.page-id-2274 #content {
	padding-bottom: 80px;
}