/* test-no-radius.css */

:root {
  --bs-border-radius: 0;
}

/* Bootstrap 5: globale Radius-Variable */

img, picture, video, figure, iframe, .card, .btn, .badge, .alert, .modal-content, .rounded, .rounded-1, .rounded-2, .rounded-3, .rounded-4, .rounded-5, .rounded-pill, .rounded-circle {
  border-radius: 0 !important;
}

/* Bootstrap Cards */

.card {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

/* Ausschlüsse */

header img, nav img, footer img, .card img {
  border: none !important;
  text-align: left;
}

