/* ANCHOR farbe */

body {
  background: radial-gradient(circle, azure 60%, lightblue 60.1%);

  --color-white: #ffffff;
  --color-red: #ff0000;
  --color-gelb: yellow;
  --color-gruen: #008800;
  --color-blau: #0059ff;
  --color-hellblau: #1182b7;
  --color-dunkelblau: #064571;
  --color-schwarz: #000000;
  --color-grau: #f2f2f2;
  --color-greenyellow: #adff2f;
  --color-aquamarine: aquamarine;
  --color-limegreen: #32cd32;
  --color-DarkGoldenrod: #b8860b;
  --color-Cyan: #00ffff;
  --color-braun: #a52a2a;
  --color-Chocolate: #d2691e;
  --color-Fuchsia: Fuchsia;
  --color-Indigo: Indigo;
  --color-Magenta: Magenta;
  --color-Firebrick: Fuchsia;
  --color-Hellgrau: #cccccc;
  --color-ight_red: #ff7276;
  --color-rhodamine_red: #e10098;
  --color-FLUORESCENT_YELLOW: #ccff00;
  --color-LightYellow: LightYellow;
  --color-FLUORESCENT_grün: #08ff08;
  --color-LIGHTSABER_grün: #2ff924;
  --color-darkblue: darkblue;
  --color-FLUORESCENT_blau: #11ffee;
  --color-purple: purple;
  --color-silver: silver;
  --color-beige: beige;
  --color-azure: azure;
  --color-snow: snow;
  --color-gold: gold;
  --color-goldenrod: goldenrod;
  --color-turquoise: turquoise;
  --color-Aqua: Aqua;
  --color-olive: olive;
  --color-lime: lime;
  --color-orange: orange;
  --color-NEON_FUSCHIA: #db3eb1;
  --color-lightblue: lightblue;
  font-family: "Times New Roman", Times, serif;
}

/* ANCHOR Text Farbe */

/* ANCHOR Aussehen */
.aussehen {
  color: var(--color-schwarz);
  font-weight: bold;
}

/* ANCHOR Tabelle */

.table {
  border-collapse: collapse;
  width: 100%;
}

.th,
td {
  text-align: left;
  padding: 8px;
}

.tr:nth-child(even) {
  background-color: var(--color-grau);
}

.th {
  background-color: var(--color-gruen);
  color: var(--color-white);
}

.h-ueberschrift {
  margin: 0 auto;
  color: var(--color-red);
  font-weight: bold;
  text-align: center;
  background-color: greenyellow;
  position: absolute;
  width: 95%;
  height: 60px;
  top: 120px;
  left: 30px;
  border: 1px solid var(--color-schwarz);
  border-radius: 20px;
}

* {
  box-sizing: border-box;
  font-size: 1rem;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

table.content {
  border-collapse: collapse;
  margin: 32px 0;
  min-width: 2000px;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

table.content thead tr {
  background-color: var(--color-aquamarine);
  color: var(--color-red);
  font-weight: bold;
  text-align: left;
}

table.content th,
table.content td {
  padding: 5px 5px;
}

table.content tbody tr {
  border-bottom: 1px solid #b22222;
}

table.content tbody tr:last-of-type {
  border-bottom: 2px solid aquamarine;
}

.tc {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

/* Tabelle ende */

.link-button {
  font-weight: bold;
}

/* ANCHOR Aufzählung */

.aufzählung {
  padding: 12px 16px;
}

.Ordnung_gruen {
  color: var(--color-gruen);
  font-weight: bold;
}

.Unterordnung_limegreen {
  color: var(--color-limegreen);
  font-weight: bold;
}

.Ueberfamilie_DarkGoldenrod {
  color: var(--color-DarkGoldenrod);
  font-weight: bold;
}

.Familie_braun {
  color: var(--color-Brown);
  font-weight: bold;
}

.Unterfamilie_Chocolate {
  color: var(--color-Chocolate);
  font-weight: bold;
}

.Gattung_rot {
  color: var(--color-red);
  font-weight: bold;
}

.Teilklasse_Fuchsia {
  color: var(--color-Fuchsia);
  font-weight: bold;
}

/* Aufzählung ende */

.Bilder {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ANCHOR Inhalt */

.Inhalt {
  padding: 12px 16px;
}

/* Inhalt ende */

/* ANCHOR Überschriften */

h1 {
  color: #00ff00;
  background-color: LemonChiffon;
  width: 90%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
}

h2 {
  color: var(--color-schwarz);
  background-color: var(--color-Cyan);
  width: 70%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  border-radius: 25px;
}

h3 {
  color: var(--color-Indigo);
}

h4 {
  color: var(--color-Magenta);
}

/* Überschriften ende */

/* ANCHOR Kapitel */

.kapitel01 {
  padding-left: 1.5%;
  color: var(--color-red);
  background-color: var(--color-Cyan);
  font-weight: bold;
  text-decoration: underline;
}

.kapitel-ueberschrift {
  font-size: larger;
  padding-left: 1.5%;
  color: var(--color-red);
  font-weight: bold;
  text-decoration: underline;
}

.kapitel {
  padding-left: 1.5%;
  color: var(--color-red);
  font-weight: bold;
  text-decoration: underline;
}

/* Kapitel ende */

/*Farbe*/

.f-Rot {
  color: var(--color-red);
}

/* Farbe ende */

/* ANCHOR Bilder */

.Bild-behaelter {
  width: 40%;
  margin: auto;
}

.B-rechts {
  float: right;
  padding: 12px;
}

.B-links {
  float: left;
  padding: 12px;
}

.figure {
  padding: 5px;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  background-color: var(--color-grau);
  color: var(--color-Hellgrau);
  font-style: italic;
  border-radius: 0 0 3px 3px;
}

/* Bilder ende */

/* Card */

.basis-card {
  width: 60%;
  margin-bottom: 20px;
}

.basis-header {
  background-color: #caff70;
  color: var(--color-schwarz);
  border-radius: 25px 25px 0 0;
  padding: 10px;
  /*   text-align: center; */
  font-weight: bold;
}

.basis-card div {
  padding: 10px;
  border-bottom: 1px solid var(--color-lightblue);
  text-align: left;
}

.basis-card div:last-of-type {
  border-bottom: 2px solid #caff70;
}

.basis-card div > span {
  color: var(--color-red);
  font-weight: bold;
}

/* Card ende */

/* Card-ST */

.basis-card-ST {
  width: 40%;
  margin-bottom: 20px;
  margin: 25px;
}

.basis-header-ST {
  background-color: var(--color-GreenYellow);
  color: black;
  border-radius: 40px 40px 0 0;
  padding: 10px;
  /*   text-align: center; */
  font-weight: bold;
}

.basis-card-ST div {
  padding: 10px;
  border-bottom: 1px solid var(--color-lightblue);
  text-align: left;
}

.basis-card-ST div:last-of-type {
  border-bottom: 2px solid GreenYellow;
}

.basis-Link-ST {
  background-color: var(--color-azure);
  font-weight: bold;
}

/* Card-ST ende */

/* ANCHOR Nav-Farbe */

.nav-farbe-tiere {
  color: var(--color-blau);
  font-weight: bold;
}

.nav-farbe-Rote_Liste {
  color: var(--color-red);
  font-weight: bold;
}

.nav-farbe-black {
  color: var(--color-schwarz);
  font-weight: bold;
}

.nav-farbe-standart {
  color: var(--color-gruen);
  font-weight: bold;
}

.nav-farbe_personen {
  color: var(--color-red);
  font-weight: bold;
}

/* ANCHOR der_koerper saufbau */

.body-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 5px;
  text-decoration: none;
  color: #495057;
  transition: all 0.3s ease;
  font-weight: bold;
}

.body-link:hover {
  background-color: #e9ecef;
  border-color: #495057;
  text-decoration: none;
  color: #212529;
}

.link-section {
  text-align: center;
  margin: 20px 0;
}

/* ANCHOR Impressum Stile */

.impressum-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.impressum-content h2 {
  color: #d32f2f;
  border-bottom: 2px solid #d32f2f;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.impressum-content h3 {
  color: #333;
  margin-top: 25px;
  margin-bottom: 15px;
  border-left: 4px solid #d32f2f;
  padding-left: 10px;
}

.impressum-content h4 {
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-info,
.responsibility,
.legal-notes {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-left: 4px solid #28a745;
}

.contact-channels {
  margin: 25px 0;
}

.contact-category {
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.contact-list {
  list-style: none;
  padding-left: 0;
}

.contact-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
}

.contact-list li:last-child {
  border-bottom: none;
}

.legal-section {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.legal-section h4 {
  color: #d32f2f;
  margin-top: 0;
}

.text-muted {
  color: #6c757d !important;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}

.text-success {
  color: #28a745 !important;
  margin-right: 8px;
  min-width: 20px;
}

/* Responsive Design für Impressum */
@media (max-width: 768px) {
  .impressum-content {
    padding: 15px;
    margin: 10px 0;
  }

  .contact-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-list li strong {
    display: block;
    margin-bottom: 5px;
  }
}

/* ANCHOR Allgemeine Link-Stile */
a {
  color: #d32f2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #b71c1c;
  text-decoration: underline;
}

/* ANCHOR Card-Stile für Impressum */
.card {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card-body {
  padding: 20px;
}

/* ANCHOR Verbesserte Listen-Stile */
ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* ANCHOR Container Optimierungen */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* ANCHOR Responsive Images */
img {
  max-width: 100%;
  height: auto;
}
