/*
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("font/Open_Sans/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; 
 }



 @font-face {
  font-family: 'OpenSans-Semibold';
  src: url("font/Open_Sans/OpenSans-Semibold.ttf");
  font-weight: normal;
  font-style: normal; 
 }

*/
body {
  background-color: #efefef;
  font-family: 'Open Sans', sans-serif;
  color: #3f5866;
  margin: 0;
  padding: 0; }

.logo, .schriftzug {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .logo img, .schriftzug img {
    width: 20%; }

.schriftzug img {
  width: 45%; }

.text {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px; }
  .text a {
    color: #979797;
    text-decoration: none; }
  .text a:hover {
    color: yellow; }
