<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Text shadow MenÃ¼punkte und Inhalte */
.elementor-43 .elementor-element.elementor-element-aa92fe7 .elementor-nav-menu--main .elementor-item, .elementor-255 .elementor-element.elementor-element-8d210dd .elementor-nav-menu--main .elementor-item, h1, h2, h3, h4, h5, h6, p, li, tr, td {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

/* Tabelle */
.wp-block-table td, .wp-block-table th {
    border: 0;
		border-bottom: 1px solid #298F85;
		padding: 0.75em;
}

.wp-block-table table {
    font-size: 16px;
}

table tbody&gt;tr:nth-child(odd)&gt;td, table tbody&gt;tr:nth-child(odd)&gt;th {
    background-color: transparent;
}

/* Complianz Seite Cookie-Richtlinie*/
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary {
    background: #2D9E93;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div {
    background-color: #2D9E93;
}

@media only screen and (min-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header {
		background: #31AC9F;}
}

@media only screen and (min-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header {
		background-color: #31AC9F;}
}

@media only screen and (min-width: 600px) {
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header {
		background-color: #31AC9F;}
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
    background-color: #2D9E93;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
    background: #31AC9F;
}

/* Kontaktformular */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 1px solid #298F85;
	margin-top: 5px;
	border-radius: 0;
	padding: 5px;
}

label {
    width: 100%;
}

.captcha-image {
  border: 1px solid #bbb !important;
}

div#wpcf7-f31-p218-o1 {
    margin-top: 5px;
}

/* Acceptance */
.wpcf7-list-item {
  margin: 0;
	font-size: 14px;
}

span.wpcf7-list-item-label {
	line-height: 22px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

/*Text-Felder */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 8px;
    background: #32AEA2;
		border-radius: 5px;
		color: #fff;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #fff;
		outline: none;
}</pre></body></html>