
@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); }

*{
	padding: 0;
	margin: 0 ;
	font-family: Inter;
}

body{

}


.div_header{
	position: relative;
	width:1200px;
	min-width:1200px;
	height:50px;
	margin: 0px auto;
	margin-top: 40px;
}

.img_logo{
	position: relative;
	height:30px;
	width:auto;
}
.button_header{
	position: relative;
	width:140px;
	height:50px;
	float:left;
	border-color: transparent;
	background:transparent;
	color:#000;
	font-size:18px;
    transition: 0.5s;
    left:-15px;
}
.button_header:hover{
    cursor: pointer;
    background-color: #e2e2e2;
    border-radius: 8px;
}
.button_Anmelden{
	position: relative;
	width:140px;
	height:50px;
	float:left;
	background: #fd8a02;
	border-radius: 8px;
	border-color: transparent;
	color:#FFF;
	font-size:18px;
    transition: 0.5s;
}
.button_Anmelden:hover{
    cursor: pointer;
    background-color: #fd8a02;
}
.div_header_user{
	position: relative;
	width:auto;
	height:auto;
	float:right;
}



.headline{
	position:relative;
	text-align:center;
	color:#000;
	margin-top:70px;
	font-size:40px;
	font-family:"Inter";
}

.container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  margin-top:50px;
}

ul {
  list-style: none;
  padding: 0;
}

.title {
  margin-bottom: 30px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.wrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0,0,0, .1);
  padding: 27.5px;
}

#contactForm {
  display: grid;
  grid-gap: 20px;
  grid-template-areas:
    'name'
    'email'
    'company'
    'phone'
    'message';
}

.required-field {
  grid-column: 1 / 2;
}

.submit-button {
  grid-column: 2 / 3;
}

.name-field {
  grid-area: name;
  grid-column: 1 / 3;
}

.email-field {
  grid-area: email;
  grid-column: 1 / 3;
}

.company-field {
  grid-area: company;
  grid-column: 1 / 3;
}

.phone-field {
  grid-area: phone;
  grid-column: 1 / 3;
}

.message-field {
  grid-area: message;
  grid-column: 1 / 3;
}

/* FORM STYLES */

.contact-us {
  margin: 0 0 30px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: #409937;
}

.contact form {
  border: 0;
}

.contact form label {
  display: block;
}

.contact form p {
  margin: 0;
  font-family: "Inter";
  font-weight: 200;
  font-size: 12px;
  color: rgba(74, 86, 96, 1);
}

.contact form input, .contact form textarea {
  font-family: "Inter";
  font-weight: 200;
  font-size: 14px;
  width: 100%;
  padding: .4em .8em;
  background: rgba(249, 250, 250, .5);
  border: 1px solid rgba(74, 86, 96, .1);
  border-radius: 2.5px;
  outline-color: #fd8a02;
}

.contact form button {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background: #fd8a02;
  width: 90px;
  height: 35px;
  border: 0;
  border-radius: 15px;
}

.submit-button {
  align-self: center;
  justify-self: end;
}

.contact form button:hover, .contact form button:focus {
  background: #fd8a02;
  color: #fff;
  outline: 0;
  transition: background-color 0.3s ease-out;
}

.required-field {
  font-family: "Inter";
  font-weight: 200;
  font-size: 10px;
  color: rgba(74, 86, 96, 0.75);
  align-self: center;
  justify-self: start;
}

span {
  color: #fd8a02;
}

.alert {
  margin-bottom: 1em;
  padding: 10px;
  background: #fd8a02;
  font-family: "Inter";
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2.5px;
  display: none;
}

/* LARGE SCREENS */

@media (min-width: 500px) {
  #contactForm {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'name company'
      'email phone'
      'message message';
  }

  .name-field {
    grid-area: name;
    grid-column: 1 / 2;
  }

  .email-field {
    grid-area: email;
    grid-column: 1 / 2;
  }

  .company-field {
    grid-area: company;
    grid-column: 2 / 3;
  }

  .phone-field {
    grid-area: phone;
    grid-column: 2 / 3;
  }

  .message-field {
    grid-area: message;
    grid-column: 1 / 3;
  }
}

.contact-text{
	font-size:16px;
}






.div_header_m{
	position: relative;
	width:90%;
	height:2em;
	margin: 0px auto;
		margin-top: 0.5em;

}
.img_logo_m{
	position: relative;
	height:1em;
	width:auto;
	margin-top:1em;
}
.button_header_m{
	position: relative;
	width:auto;
	height:2em;
	padding-left:0.5em;
	padding-right:0.5em;
	float:left;
	border-color: transparent;
	background:transparent;
	color:#000;
	font-size:1em;	
	margin-right:0.5em;
}
.button_Anmelden_m{
	position: relative;
	height:2em;
	width:auto;
	padding-left:0.5em;
	padding-right:0.5em;
	float:left;
	background: #fd8a02;
	border-radius: 8px;
	border-color: transparent;
	color:#FFF;
	font-size:1em;
}
.div_header_user_m{
	position: relative;
	width:auto;
	height:auto;
	float:right;
}