@font-face { font-family: Conduit;
             src: url('../assets/ConduitITCStd.otf') format("opentype"); }

body{
  font-family: "Conduit" !important;
}

header{
  background-color: white;
  height:auto;
  width: 940px;
  height: 150px;
  padding:25px 20px;
  margin: 0 auto;
}

h1,h2,h3,h4{
  font-family: "Conduit" !important;
	color:#888787;
}

p{
  font-weight: 300;
  font-size: 1.375rem;
  font-family: "Conduit" !important;
}


#logo{
  width:35%;
  float: right;
}

#messe{
  height:500px;
  background-image: url('../img/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}

.main_h{
  padding-top: 140px;;
}

#messe h2{
  font-size:67px;
  color: white;
  font-weight: 400;
  font-family: 'Conduit';
	text-shadow: 0px 0px 9px #6f6f6f;

}

#messe h3{
  color: white;
    margin-top: 10px;
	font-size:45px;
	text-shadow: 0px 0px 9px #6f6f6f;

}

#teilnehmer{
  text-align: center;
  margin-top: 3rem;
}

#mitarbeiter{
  margin-top: 3rem;
  text-align: left;
}

.people{
  margin-bottom: 2rem;
}

.name{
  font-size:1.9rem;
}

#termin{
  margin-top: 3rem;
}

#termin h3{
margin-bottom: 2rem;
}

.button{
  background-color: #c3b7b2;
  margin-left: 5px;
  margin-bottom:1rem;
}

.button:hover{
  background-color: #ffffff;
color:#c3b7b2;
}

label{
  font-size: 1rem;
  padding-left: 5px;
}

textarea{
  height:4rem;
}

.boxlogo{
	background:#c4b8b3;
}
