@font-face {
    font-family: "AllianzNeo-Regular";
    src: url("../fonts/AllianzNeoW01-Regular.eot?#iefix");
    src: url("../fonts/AllianzNeo-Regular.eot?#iefix") format("eot"),
         url("../fonts/AllianzNeo-Regular.woff2") format("woff2"),
         url("../fonts/AllianzNeo-Regular.woff") format("woff"),
         url("../fonts/AllianzNeo-Regular.ttf") format("truetype"),
         url("../fonts/AllianzNeo-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
  font-family: "AllianzNeo-Regular";
  font-size: 16px;
}

h1 {
  color: #000000;
  font-size:20px;
}

h2 {
  color: #000000;
  font-size:16px;
  margin-top: 18px;
  margin-bottom: 4px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.abfrage {
  margin: auto;
  width: 600px;
}

.button {
  background-color: #0065ae;
  border-color: #0065ae;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
/*  font-weight: 600; */
  letter-spacing: 1px;
  line-height: 24px;
/*  margin: 0 0 0 48px; */
  text-transform: uppercase;
  transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  padding: 10px 30px;
  -webkit-hyphens: inherit;
  -ms-hyphens: inherit;
  hyphens: inherit;
  word-break: break-word;
}

.fehler {
  color: red;
  font-weight: bold;
}

.container {
margin: auto;
width: 600px;
height: 640px;
padding: 0px;
}

.angaben {
background-color: #dfeff2;
width: 360px;
padding: 8px;
}

.name {
  color: #003781;
  font-weight: bold;
}

.titel {
  color: #003781;
  line-height: 20px;
  font-size:14px;
}

.telefon {
background: url("../img/telefon.png") no-repeat left center;
padding: 4px 0 4px 32px;
  line-height: 32px;
}

.mobil {
background: url("../img/mobil.png") no-repeat left center;
padding: 4px 0 4px 32px;
  line-height: 32px;
}

.e-mail {
color: #ffffff;
background: url("../img/e-mail.png") no-repeat left center;
padding: 4px 0 4px 32px;
  line-height: 32px;
}

.kontaktformular {
background: url("../img/formular.png") no-repeat left center;
padding: 4px 0 4px 32px;
  line-height: 32px;
}


.web {
background: url("../img/web.png") no-repeat left center;
padding: 4px 0 4px 31px;
  line-height: 32px;
}

.profil {
  background-color: #0065ae;
  border-color: #0065ae;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  cursor: pointer;
/*  font-weight: 600; */
  letter-spacing: 1px;
  line-height: 48px;
  text-transform: uppercase;
  transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  padding: 8px 32px;
  -webkit-hyphens: inherit;
  -ms-hyphens: inherit;
  hyphens: inherit;
  word-break: break-word;
}

.profil a {
  color: #ffffff;
}
