
.text-block ul {
  margin-top: 15px;
  font-size: 22px;
  color: var(--wws-dunkelgruen);
  list-style: disclosure-closed;
	
}

.text-block ul a {
  font-size: 22px;
  font-weight: bold;
  margin: 0px 11px;
  color: var(--wws-dunkelgruen);
}

.text-block ul li {
  margin: 12px 0;
  text-align: left;
}


body {
  overflow-x: hidden;
}

/*CSS GENERELL*/
:root {
  --wws-dunkelrot: #72124b; /* RGB 114, 18, 75 */
  --wws-rosa: #f5c1d9; /* RGB 245, 193, 217 */
  --wws-dunkelgruen: #1e351e; /* RGB 30, 53, 30 */
  --wws-hellgruen: #bcdd45; /* RGB 188, 221, 69 */
  --wws-orange: #f39430; /* RGB 243, 148, 48 */
  --wws-gelb: #ffff5c; /* RGB 255, 255, 92 */
  --wws-violett: #5101bc; /* RGB 81, 1, 188 */
  --wws-tuerkis: #00dbee; /* RGB 0, 219, 238 */
}

@font-face {
  font-family: "Misrow";
  src: url("../fonts/Misrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";

  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"),
    url("../fonts/../fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Bold.woff") format("woff");

  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Regular.woff") format("woff");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"),
    url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
    url("../fonts/SourceSansPro-SemiBold.woff") format("woff");

  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Misrow", sans-serif;
  letter-spacing: 0.056em;
  font-weight: normal;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

#primary {
  margin-top: 230px;
}
