@charset "utf-8";


.scroll-top:hover {
  background-color: white;
}


    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
      scroll-behavior: smooth;
    }



.scroll-top {
  display: inline-block;
  padding: 10px 15px;
  background-color: rgba(161,194,79,1.00)BFF;
  color: rgba(161,194,79,1.00);
  text-decoration: white;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.scroll-top:hover {
  background-color: rgba(161,194,79,1.00);
}


    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
      scroll-behavior: smooth;

    }

    .toc {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 30px;
      justify-content: center;
    }

    .toc a {
      padding: 10px 15px;
      background-color: rgba(161,194,79,1.00);
      color: white;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }

    .toc a:hover {
      background-color: rgba(161,194,79,1.00);
    }

    .section {
      margin-bottom: 40px;
		


    }

    .section h2 {
      color: rgba(161,194,79,1.00);
      margin-top: 60px;
    }

 .btn {
      background-color: rgba(161,194,79,1.00);
}

 .btn-succes {
      background-color: rgba(161,194,79,1.00);
}

 .dropdown-toggle {
      background-color: rgba(161,194,79,1.00);
}

.spielpunkte {
  margin-left: 20px;
  padding-left: 20px;
  list-style-type: disc;
  line-height: 1.6; /* Erhöht den Abstand zwischen den Zeilen */
}

.kontakt-tabelle {
  width: 100%;
  border-collapse: collapse;
  margin-left: 20px;
}

.kontakt-tabelle th,
.kontakt-tabelle td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

.kontakt-tabelle th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.zentriert-fett {
  text-align: center;
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: rgba(161,194,79,1.00);
}

.fett-unterstrichen {
	font-weight: bold;
	text-decoration: underline;
}

.custom-navbar {
  background-color: rgba(161,194,79,1.00);
}

.text-rw-20 {
  font-size: 1.25rem;
  color: #333;
}

.custom-header {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

