/*weitre anpassungen*/
.bg-white {
    color: #80c5cd;
}

.shadow, .shadow-offset {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), 2px 2px 0 #80c5cd !important;
}

.border-black {
    border-color: #80c5cd !important;
}

.text-black, .prose, .prose h1, .prose h2, .prose h3, .prose h4, .prose strong, .prose ol > li:before {
    color: #80c5cd !important;
}

.prose a {
    color: #80c5cd !important;
}

.prose a:hover {
    color: #80c5cd !important;
}


@media (min-width: 1200px) {
    .search.w-full {
        transform: translateX(270px) translateY(-100px);
    }
}