@font-face {
 font-family: 'pavanamregular';
    src: url('../font/pavanam-regular-webfont.woff2') format('woff2'),
         url('../font/pavanam-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 }
body, html {
    height: 100%;
    margin: 0;
	font-family: 'pavanamregular';
	color: #e30613;
}

.menue {
	position: absolute;
	top: 4%;
	left: 12%;
	width: 100%;
	height: 6%;
}
li {
	height: 100%;
	float: left;
	
}
ul {
	
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #e30613;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #111;
}

.bgimg {
    background-image: url('../images/tuxi_small_pic.svg');
    height: 100%;
    background-position: center;
    background-size: 30em 30em;
    position: relative;
    font-family: 'pavanamregular';
	color: #e30613;
    font-size: 100%;
	background-repeat: no-repeat;
}

.topleft {
	position: absolute;
    top: 2%;
    left: 2%;
	color: #e30613;
 size:auto;
}

.bottomleft {
	position: absolute;
	bottom: 2%;
    left: 2%;
	color: #e30613;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	color: #e30613;
}

hr {
    margin: auto;
    width: 40%;
	color: #e30613;
}
a.Links:link{color:#e30613;}
a.Links:visited{color:#808080;}
a.Links:active{color:#daa520;}
a.Links:hover{color:#F6CECE;}
textarea {

   font-family: Verdana, Sans-Serif;
   font-size: 14px;
  }

  form {
	
   background: white;
   width: 15em;
   padding: 10px;
   margin: Auto;
  }

  span.pflichtfeld {
   font-size: 12px;
   color: Red;
  }

  span.hilfetext {
   font-size: 10px;
   font-style: Oblique;
  }
  #Formular{
	  height:auto;
	  padding-top:5%;
	  font-size:20px;
	  
  }
  
  #begruessung1{
	  padding-top: 1.5%;
	  font-size: 100%;
	  text-align: center;
	  
  }
   #begruessung2{
	  font-size: 100%;
	  text-align: center;
	  
  }