@font-face {
	font-family: "Frijole-Regular";
	src: url("../fonts/Frijole-Regular.eot");
	src: url("../fonts/Frijole-Regular.woff") format("woff"),
	     url("../fonts/Frijole-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Righteous-Regular";
	src: url("../fonts/Righteous-Regular.eot");
	src: url("../fonts/Righteous-Regular.woff") format("woff"),
	     url("../Righteous-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Satisfy-Regular";
	src: url("../fonts/Satisfy-Regular.eot");
	src: url("../fonts/Satisfy-Regular.woff") format("woff"),
	     url("../Satisfy-Regular.otf") format("opentype");
}

body {

}


#logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  background: #f75708;
  background-image: -webkit-linear-gradient(top, #f75708, #9c300f);
  background-image: -moz-linear-gradient(top, #f75708, #9c300f);
  background-image: -ms-linear-gradient(top, #f75708, #9c300f);
  background-image: -o-linear-gradient(top, #f75708, #9c300f);
  background-image: linear-gradient(to bottom, #f75708, #9c300f);
  -webkit-border-radius: 21;
  -moz-border-radius: 21;
  border-radius: 21px;
  font-family: sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #09202e 2px;
  text-decoration: none;
}

#kontakt{
	text-align: center;
	font-family: "Satisfy-Regular", sans-serif;
	padding-top: 100px;
}

.bekanntmachung{
	text-align: center;
	font-family: "Righteous-Regular", sans-serif;
}
