body {
	hyphens: auto !important;
}
.wp-block-outermost-icon-block .icon-container {
    box-sizing: border-box;
}
.wp-block-outermost-icon-block {
    display: flex;
    line-height: 0;
}

.has-icon-color > svg{
    fill: #ffffff;
}

.wp-site-blocks > * + * {
    margin-block-start: 0!important;
}

.comment-reply-title{
    color:var(--wp--preset--color--secondary)
}


.back-to-top {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--background);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--wp--preset--color--background);
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.wp-block-media-text__content li,
.custom-list li {
	color: #000 !important;
}
.wp-block-media-text .rte__email,
.wp-block-media-text .rte__phone-number {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    color: #339999;
    position: relative;
    margin-top: 20px;
    padding: 20px 0 20px 60px;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #60859f;
    line-height: 0.8;
    text-transform: none;
    text-decoration: none;
}

.wp-block-media-text .rte__email::before {
    content: "";
    display: block;
    position: absolute;
    background: url(http://malerkohlhammer.de/wp-content/uploads/2024/03/Element-3.svg) 0 0 no-repeat;
    width: 44px;
    height: 43px;
    left: 0;
    top: 15px;
}

.wp-block-media-text .rte__phone-number::before {
    content: "";
    display: block;
    position: absolute;
    background: url(http://malerkohlhammer.de/wp-content/uploads/2024/03/Element-4.svg) 0 0 no-repeat;
    width: 44px;
    height: 43px;
    left: 0;
    top: 15px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	background: #e3e4e5 !important;
	border: none;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.wp-block-media-text__content h1 {
	margin-top: 0;
}