body{
  overflow: scroll;
  background-image: url(/thumb/homepage_Elemente/likeit.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: cover;
}

  @media (max-width: 1250px)  {
    /* For mobile phones: */
    body{
      background-image: url(/thumb/homepage_Elemente/likeit.jpg);
      background-repeat: repeat;
      background-position: left top;
      background-attachment: fixed;
      background-size: 100vw; 
    }
    }
.formular-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  padding-top: 25px;
  right: 200px;
  left:200px;
  margin-bottom: 30vh;
}
@media (min-width: 0px) and (max-width: 340px) {
  /* For mobile phones: */
  .formular-wrapper{
    position: fixed;  
    left: 125px;
  }
  }
.collector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(252, 252, 252, 0.4);
  padding: 30px;
  border-radius: 30px;
  box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
  box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.475) inset;
  backdrop-filter: blur(2px);
  padding-bottom: 50px;
  width: 50vw;  
}
.contact-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  margin-right: 150px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.contact-header-middle-section p{
font-size: 2.3rem;
color: rgb(56, 56, 56);
text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1150px) and (max-width:1290px) {
/* For mobile phones: */
.contact-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  
  flex-wrap: nowrap;
}
.contact-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.contact-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.contact-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 589px) and (max-width:924px) {
/* For mobile phones: */
.contact-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.contact-header-middle-section p {
  font-size: 1.5rem;
}
}
@media (min-width: 290px) and (max-width:588px) {
/* For mobile phones: */
.contact-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 50px;
  flex-wrap: nowrap;
}
.contact-header-middle-section p {
  font-size: 1.4rem;
}
}
#contact-header-button{
  border: none;
  font-size: 18px;
  padding: 10px 20px;
  background-color: rgb(255, 72, 0);
  color: white;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 40ms;
  cursor: pointer;
  margin-top: 5px;
}
#contact-header-button:hover{
  background: rgba(163, 46, 0, 0.85);
  color: white;
  box-shadow: none;
  box-shadow:0 2px 30px 0 rgba(0,0,0,0.2);
}
#contact-header-button-home{
  border: none;
  cursor: pointer;
  background: none;
}
.formular{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  min-width: 60px;
  background-color: rgb(214, 214, 214);
  box-shadow: 3px 0 15px rgb(143, 143, 143);
  padding: 1rem;
}
label[for] {
  cursor: pointer;
  display: block;
}
.contact-info-div{
 display: flex;
 flex-direction: column;
 width: auto;
 justify-content: center;
 align-items: center;
  margin-left: 25px;
}
.contact-info-div img{
  max-width: 50%;
}
#form-description{
  font-size: 1.3rem;
  font-style: oblique;
}
@media (min-width: 090px) and (max-width:924px) {
   #form-description{
font-size: 1rem;
  }
  .contact-info-div img{
    max-width: 100%;
  }
}

.send-button {
  font-size: 18px; 
  padding: 5px 10px; 
  background-color: rgb(0, 47, 105);
  border: none;
  border-radius: 5px;
  color: white;
}