

@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400&family=Raleway:wght@200;300;400;500&family=Trispace:wght@200;300;400;500&family=Jura:wght@300;400;500&display=swap');



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

a:link {
  font-family: Jura,sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: medium;
}
a:visited {
  font-size: medium;
  text-decoration: none;
  font-family: Jura,sans-serif;
  color: #ffffff;
}
a:active {
  text-decoration: none;
  color: #ffffff;
  font-family: Jura,sans-serif;
  font-size: medium;
}
a:hover {
  font-family: Jura,sans-serif;
  color: red;
  text-decoration: none;
  font-size: medium;
}
button {
  height: 100px;
  width: 300px;
  font-family: Jura,sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#text {
  border: 1px solid #666666;
  font-family: Jura,sans-serif;
  color: #666666;
  font-size: small;
}
#kopf {
  border: 1px solid #666666;
  font-family: Jura,sans-serif;
  color: red;
  font-size: x-large;
}
#linkbutton {
  border: 1px solid #ffffff;
  font-family: Jura,sans-serif;
  font-size: medium;
  color: #ffffff;
  background-color: #666666;
}
#infotext {
  color: #666666;
  font-size: medium;
  font-family: Jura,sans-serif;
}
#infoblock {
  border-style: solid;
  border-color: red;
  border-width: 5px 1px;
  font-family: Jura,sans-serif;
  color: #666666;
  font-size: medium;
  font-weight: bold;
}
#other {
  background-color: #999999;
}
