html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
} button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}  html {
font-family: "Roboto Mono", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; } *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e2e8f0; } hr {
border-top-width: 1px;
} img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #a0aec0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
color: #a0aec0;
}
button,
[role="button"] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} button,
input,
optgroup,
select,
textarea {
padding: 0;
line-height: inherit;
color: inherit;
} pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
} img,
video {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
.bg-white {
--bg-opacity: 1;
background-color: #fff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-gray-100 {
--bg-opacity: 1;
background-color: #f7fafc;
background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.bg-gray-200 {
--bg-opacity: 1;
background-color: #edf2f7;
background-color: rgba(237, 242, 247, var(--bg-opacity));
}
.bg-gray-300 {
--bg-opacity: 1;
background-color: #e2e8f0;
background-color: rgba(226, 232, 240, var(--bg-opacity));
}
.bg-gray-900 {
--bg-opacity: 1;
background-color: #1a202c;
background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.bg-secondary-100 {
--bg-opacity: 1;
background-color: #d2cdcf;
background-color: rgba(210, 205, 207, var(--bg-opacity));
}
.bg-secondary-500 {
--bg-opacity: 1;
background-color: #796870;
background-color: rgba(121, 104, 112, var(--bg-opacity));
}
.bg-secondary-900 {
--bg-opacity: 1;
background-color: #200310;
background-color: rgba(32, 3, 16, var(--bg-opacity));
}
.border-gray-400 {
--border-opacity: 1;
border-color: #cbd5e0;
border-color: rgba(203, 213, 224, var(--border-opacity));
}
.border-gray-900 {
--border-opacity: 1;
border-color: #1a202c;
border-color: rgba(26, 32, 44, var(--border-opacity));
}
.border-primary-900 {
--border-opacity: 1;
border-color: #dc136c;
border-color: rgba(220, 19, 108, var(--border-opacity));
}
.border-secondary-100 {
--border-opacity: 1;
border-color: #d2cdcf;
border-color: rgba(210, 205, 207, var(--border-opacity));
}
.rounded {
border-radius: 0.25rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.border {
border-width: 1px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-b-8 {
border-bottom-width: 8px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.content-center {
align-content: center;
}
.self-center {
align-self: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.float-right {
float: right;
}
.font-thin {
font-weight: 200;
}
.font-bold {
font-weight: 700;
}
.h-6 {
height: 1.5rem;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
.h-32 {
height: 8rem;
}
.h-64 {
height: 16rem;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.text-xs {
font-size: 0.75rem;
}
.text-base {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.leading-3 {
line-height: .75rem;
}
.list-none {
list-style-type: none;
}
.m-0 {
margin: 0;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.p-0 {
padding: 0;
}
.p-2 {
padding: 0.5rem;
}
.p-4 {
padding: 1rem;
}
.p-6 {
padding: 1.5rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.pl-0 {
padding-left: 0;
}
.pr-2 {
padding-right: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.top-0 {
top: 0;
}
.bottom-0 {
bottom: 0;
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-gray-100 {
--text-opacity: 1;
color: #f7fafc;
color: rgba(247, 250, 252, var(--text-opacity));
}
.text-gray-500 {
--text-opacity: 1;
color: #a0aec0;
color: rgba(160, 174, 192, var(--text-opacity));
}
.text-gray-900 {
--text-opacity: 1;
color: #1a202c;
color: rgba(26, 32, 44, var(--text-opacity));
}
.text-green-500 {
--text-opacity: 1;
color: #48bb78;
color: rgba(72, 187, 120, var(--text-opacity));
}
.text-primary-900 {
--text-opacity: 1;
color: #dc136c;
color: rgba(220, 19, 108, var(--text-opacity));
}
.text-secondary-500 {
--text-opacity: 1;
color: #796870;
color: rgba(121, 104, 112, var(--text-opacity));
}
.text-secondary-900 {
--text-opacity: 1;
color: #200310;
color: rgba(32, 3, 16, var(--text-opacity));
}
.italic {
font-style: italic;
}
.uppercase {
text-transform: uppercase;
}
.underline {
text-decoration: underline;
}
.no-underline {
text-decoration: none;
}
.align-baseline {
vertical-align: baseline;
}
.w-4 {
width: 1rem;
}
.w-16 {
width: 4rem;
}
.w-32 {
width: 8rem;
}
.w-auto {
width: auto;
}
.w-1\/2 {
width: 50%;
}
.w-2\/6 {
width: 33.333333%;
}
.w-4\/6 {
width: 66.666667%;
}
.w-full {
width: 100%;
}
.z-20 {
z-index: 20;
}
.z-50 {
z-index: 50;
}
.grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.col-span-3 {
grid-column: span 3 / span 3;
}
.col-span-9 {
grid-column: span 9 / span 9;
}
.col-span-12 {
grid-column: span 12 / span 12;
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@-webkit-keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
@-webkit-keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
body {
font-family: "Roboto Mono";
}
h1, h2, h3, h4, h5, h6 {
font-family: "Signika";
}
.container {
max-width: 38rem;
}
.general_content h1, .general_content h2, .general_content h3, .general_content h4 {
border-bottom-width: 2px
}
.general_content {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.general_content h1, .general_content h2 {
margin-top: 1.5rem;
line-height: 1.5rem;
}
.general_content h3,
.general_content h4,
.general_content h5,
.general_content p:not(.m-0) {
margin-top: 0.5rem;
}
#site-content a {
--text-opacity: 1;
color: #dc136c;
color: rgba(220, 19, 108, var(--text-opacity));
}
#site-content a p {
--text-opacity: 1;
color: #1a202c;
color: rgba(26, 32, 44, var(--text-opacity));
}
a {
text-decoration: underline;
}
#navigation_items a {
text-decoration: none;
}
.btn {
display: inline-block;
width: 12rem;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-radius: 0.25rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
text-decoration: none;
text-align: center;
font-weight: 700;
}
.btn-00 { margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-radius: 0.25rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
text-decoration: none;
text-align: center;
font-weight: 700;
}
.btn-phone { --bg-opacity: 1;
background-color: #dc136c;
background-color: rgba(220, 19, 108, var(--bg-opacity));
--text-opacity: 1;
color: #f7fafc;
color: rgba(247, 250, 252, var(--text-opacity));
}
.btn-whatsapp { --bg-opacity: 1;
background-color: #48bb78;
background-color: rgba(72, 187, 120, var(--bg-opacity));
--text-opacity: 1;
color: #f7fafc;
color: rgba(247, 250, 252, var(--text-opacity));
}
.btn-01 { border-width: 2px;
}
.btn-02 { width: 8rem;
}
h1, h2, h3 {
font-weight: 700;
}
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.25rem;
}
h3 {
font-size: 1.125rem;
}
.grecaptcha-badge {
display: none;
}
.wpcf7-form input, .wpcf7-form textarea {
padding: 0.25rem;
border-width: 2px;
--border-opacity: 1;
border-color: #a0aec0;
border-color: rgba(160, 174, 192, var(--border-opacity));
}
.wpcf7-form .wpcf7-submit {
display: inline-block;
width: 12rem;
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-radius: 0.25rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
text-decoration: none;
text-align: center;
font-weight: 700; border-width: 2px;
border-width: 0;
--bg-opacity: 1;
background-color: #dc136c;
background-color: rgba(220, 19, 108, var(--bg-opacity));
--text-opacity: 1;
color: #f7fafc;
color: rgba(247, 250, 252, var(--text-opacity));
}
.singular-post-navigation  {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-radius: 0.5rem;
}
.singular-post-navigation div  {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
ul {
list-style-type: disc;
list-style-position: inside;
}
@media (min-width: 640px) {
.sm\:container {
width: 100%;
}
@media (min-width: 640px) {
.sm\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.sm\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.sm\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.sm\:container {
max-width: 1280px;
}
}
}
@media (min-width: 768px) {
.md\:container {
width: 100%;
}
@media (min-width: 640px) {
.md\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.md\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.md\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.md\:container {
max-width: 1280px;
}
}
.md\:mt-0 {
margin-top: 0;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mb-8 {
margin-bottom: 2rem;
}
.md\:pr-2 {
padding-right: 0.5rem;
}
.md\:pl-2 {
padding-left: 0.5rem;
}
.md\:pl-4 {
padding-left: 1rem;
}
.md\:pr-8 {
padding-right: 2rem;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-2\/3 {
width: 66.666667%;
}
}
@media (min-width: 1024px) {
.lg\:container {
width: 100%;
}
@media (min-width: 640px) {
.lg\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.lg\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.lg\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.lg\:container {
max-width: 1280px;
}
}
.lg\:w-1\/3 {
width: 33.333333%;
}
}
@media (min-width: 1280px) {
.xl\:container {
width: 100%;
}
@media (min-width: 640px) {
.xl\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.xl\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.xl\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.xl\:container {
max-width: 1280px;
}
}
}@media (prefers-color-scheme: dark) {
body {
background-color: black !important;   
}
}
@font-face {
font-family: "Roboto Mono";
src: url(https://frankfurt-wasserschaden.de/wp-content/themes/notdienst-service/fonts/RobotoMono.ttf);
}
@font-face {
font-family: "Signika";
src: url(https://frankfurt-wasserschaden.de/wp-content/themes/notdienst-service/fonts/Signika.ttf);
}