/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 18:43:44 */
/* === Buttons === */
.cb-button {
  background-color: #8b010d; /* weinrot aus deinem Customizer */
  color: #ffffff;            /* weisse Schrift */
  padding: 0.8em 1.6em;
  font-size: 1rem;
  border: none;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cb-button:hover,
.cb-button:focus {
  background-color: #992e18; 
  color: #ffffff;
}

/* === Bilder === */
.rundecken {
  border-radius: 1em;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}

/* === WP User Manager – Login-/Reset-Seiten-Tweaks === */
body.page-id-219 ul.wpum-action-links li:first-child {
  display: none !important;
}

body.page-id-220 ul.wpum-action-links li:nth-child(2) {
  display: none;
}

/* === Audio-Block (falls verwendet) === */
.wp-block-audio.audiodatei {
  margin-bottom: 2rem;
  width: 70%;
}

.wpum-already-logged-in {
	background-color: #efdeda !important;
	color: #212121 !important;
    border: #efdeda !important;
}

.wpum-already-logged-in a {
	display: none !important;
}

.wp-block-bunnycdn-block-stream-video {
  margin-bottom: 2em !important;
  width: 70%;
}

