body{
  overflow: hidden;
}

.maint_back_img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: auto;
  transform: translate(-50%,-50%);
  opacity: 0.0;
}

.maint_center_cont{
  position: absolute;
  width: 1200px;
  height: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: none;
}

.maint_top_logo{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 250px;
}

.maint_top_praxname{
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%,-0%);
  width: 400px;
  height: auto;
  font-size: 30px;
  font-family: Metropolis-B;
  text-align: center;
}

.maint_top_praxsub{
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translate(-50%,-0%);
  width: 400px;
  height: auto;
  font-size: 20px;
  font-family: Metropolis-L;
  text-align: center;
}

.maint_top_maint_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-160%);
  width: 100%;
  height: auto;
  font-size: 50px;
  font-family: Metropolis-B;
  text-align: center;
}

.maint_top_maint_subtxt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-100%);
  width: 100%;
  height: auto;
  font-size: 30px;
  font-family: Metropolis-L;
  text-align: center;
}

.contact_elem_cont{
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 800px;
  height: 50px;
  background-color: none;
  transform: translate(-50%,0%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.contact_elem_it{
  width: 200px;
  height: 40px;
  background-color: #e6e6e6;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact_elem_it img{
  height: 30px;
  width: auto;
}

.contact_elem_it p{
  height: auto;
  width: 140px;
  text-align: center;
  font-size: 16.5px;
  font-family: Metropolis-M;
  margin-right: 10px;
  color: black;
}

#maint_termin_buchen{
  background-color: #76c1f1ff;
  color: white;
}

#maint_t-b-p{
  color: white;
}

a {
  height: auto;
  width: auto;
}







/*########## RESPONSIVE ############*/


@media screen and (max-width: 1350px){

}

@media screen and (max-width: 1300px){

  .maint_center_cont{
    width: 800px;
    height: 800px;
  }

  .maint_back_img{
    width: auto;
    height: 100vh;
  }
}

@media screen and (max-width: 450px){

  .maint_top_logo{
    top: 15px;
    width: 220px;
  }

  .maint_top_maint_text{
    transform: translate(-50%,-100%);
    font-size: 40px;
    text-align: center;
  }

  .maint_top_maint_subtxt{
    transform: translate(-50%,0%);
    font-size: 26px;
    text-align: center;
  }

  .maint_center_cont{
    width: 400px;
    height: 600px;
  }

  .maint_back_img{
    height: 100vh;
    left: 90%;
  }

  .contact_elem_cont{
    bottom: 40px;
    width: 350px;
    height: 150px;
    transform: translate(-50%,0%);
    justify-content: space-around;
  }
}

@media screen and (max-width: 350px){

  .maint_top_logo{
    top: 65px;
    width: 200px;
  }

  .maint_top_maint_text{
    transform: translate(-50%,-100%);
    font-size: 35px;
    text-align: center;
  }

  .maint_top_maint_subtxt{
    transform: translate(-50%,0%);
    font-size: 22px;
    text-align: center;
  }

  .maint_center_cont{
    width: 300px;
    height: 600px;
  }

  .maint_back_img{
    height: 100vh;
    left: 90%;
  }

  .contact_elem_cont{
    bottom: 20px;
    width: 350px;
    height: 150px;
    transform: translate(-50%,0%);
    justify-content: space-around;
  }
}
