/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	  margin: 0;
  padding: 0;
}

body {
	font-family: "Open sans";
	background-color: #f8f8f8;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 40px;
	font-weight: 500;

}
table {
	border: 0px solid black;
	border-collapse: collapse;
}
td {
	border: 0px solid #c50b2e;
}
img {
	border: 0px;
}
.angeklickt {
	border-radius: 5px;
	padding: 5px;
	width: 45px;
	background-color: #c50b2e;
	color: white;
}
.nichtangeklickt {
	padding: 5px;
	width: 45px;
}
.raster {
	border: 1px solid black;
	background-image: url("images/leer.jpg");
	background-size: cover;
}
.klein {
	font-size: 10px;
}
.eingabe {
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid grey;
}
.button {
	background-color: #c50b2e;
	height: 35px;
	color: white;
	border: 0px solid black;
	border-radius: 5px;
	padding: 10px;
	width: 200;
}
.farbenbild {
	width: 40px;
	height: 40px;
}
.menuleiste {
	background-color: white;
	box-shadow: 0px 0px 10px lightgrey;
	background-color: rgba(255, 255, 255, 1);
	height: 60px;
	position: fixed;
	top: 0px;
	width: 100%;
}
.menuschrift {
	padding-right: 20px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: #444444;
}