body{
}	

section bg-tsv{ /* Hintergrund für alles was rot eingefärbt werden soll*/
   background-color: #9e0000;
}

h4 a, h4 a:hover, h4 a:visited{ /* Hyperlink aufhübschen*/
    color:#9e0000;
    text-decoration: none;
}

h3 a, h3 a:hover, h3 a:visited{ /* Hyperlink aufhübschen*/
    color:#9e0000;
    text-decoration: none;
}

section a, section a:hover, section a:visited{
    color:#9e0000;
    text-decoration: none;
}

.btn-tsv {
  color: white;
  background-color: #9e0000;
  border-radius: 3;
}

.btn-tsv:hover {
  color: white;
  background-color: #9e0000;
  border-radius: 3;
}

.btn-tsv:active {
  color: white;
  background-color: #9e0000;
  border-radius: 3;
}

.btn-tsv:disabled,
.btn-tsv.is-disabled {
  opacity: .5;
}

.fontblack {
	color: black;
}

footer h4 a, h4 a:hover, h4 a:visited{ /* Hyperlink aufhübschen*/
    color:#ffffff;
    text-decoration: none;
}