/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v40-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body { margin:0; padding:17px; background-color:white; font-weight:normal; font-family:Open Sans; text-decoration:none; color:black;font-size: 1em;line-height: 1.5em;}

button
{
background-color: rgb(61,130,50);
  color: white;
font-size: 1em;
  padding: 10px;
  text-align: center;
  text-decoration: none;
letter-spacing:1px;
	border-radius:13px;
margin-top: 15px;

}


.button2
{
background-color: grey;
  color: white;

  padding: 10px;
  text-align: center;
  text-decoration: none;
border:13px;
letter-spacing:1px;
	border-radius:13px;

}


table
{
  border-collapse: separate;
  border-spacing: 15px;
line-height: 50px;
}

.ueberschrift
{
font-weight:bold;  text-decoration:none; color:rgb(104, 104, 104);font-size: 1.5em;
}


.normalertext
{
font-weight:normal; text-decoration:none; color:black;font-size: 1em;
}


a:link, a:visited {
background-color: rgb(61,130,50);

  color: white;

  padding: 10px;
  text-align: center;
  text-decoration: none;
border:13px;
letter-spacing:1px;
	border-radius:13px;
line-height: 50px;

}

a:hover, a:active {
font-weight:bold;
line-height: 50px;
}


select {

	border: none;
      background: url("/uploads/media/default/0001/02/f7b4d3d2ba3fe1d8518e6e63d7740e1e73921abf.png") 96% / 15% no-repeat #eee;		
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	  padding: 10px;
font-size:1em;
  text-decoration: none;

letter-spacing:1px;
	border-radius:13px;
	background-color: rgb(61,130,50);
	outline:none;
}



input {

	  padding: 10px;
font-size:1em;
  text-decoration: none;

letter-spacing:1px;
	border-radius:13px;

}

.button {
 background-color:rgb(61,130,50);
	border-radius:18px;
	border:1px solid green;
	display:inline-block;

	color:#ffffff;
	font-family:Arial;
	font-size:1em;
	padding:16px 31px;
	text-decoration:none;

}

