
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1200px) {
.header_about{
  font-size: 1.5vw;
}
.p_about_us {
  font-size: 16px;
}
.ueber_uns_text{
  width: 50%;
}

table{
    font-size: 1vw;
    width: fit-content;
    margin: 0 auto;
    display: table;

}
.open_time{
  width: 300px;
}
.td_rating{
  width: 200px;
}

.map{
  display: flex;
  flex-grow: 0.4;
  width: 1000px;
  height: 400px;
}
}

/* Medium devices (landscape tablets, 768px) */
@media only screen and (width >= 768px) and (width <= 1000px){
    .menu li {
      padding-bottom: 20%;
    }
  .company_name{
    font-size: 25px;
  }
  .slogan{
    text-align: left;
  }
  .kontakt_button{
    float: left;
  }
  .firma{
    padding-bottom: 20%;
    overflow-y: visible;
    text-align: center;
    display: inline-block;
  }
table{
  width:fit-content;
  font-size: 2vw;
}
  .faq{
    width: 70%;
  }
  .aboutuspic {
    width: 50%;
    padding-bottom: 5%;
  }
  .p_about_us {
    font-size: 16px;
  }
  .kontakt_list li {
    font-size: 14px;
  }
.map{
  display: flex;
  flex-grow: 0.4;
  width: 450px;
  height: 300px;
}
.menu_impressum {
  font-size: 10px;
  width: 80%;
  display: inline-block;
  padding-top: 1%;
}
.open_time{
  width: 210px;
}

.td_rating{
  width: 200px;
}
.services_titel{
  font-size: 16px;
}
.services_text{
  font-size: 12px;
}
.servicestext_wrapper{
  width: 90%;
}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
  
    .map{
      display: flex;
      flex-grow: 0.4;
      width: 350px;
    }
    .text_menu a{
      display: none;
    }

    .backgroundimg{
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 30%;
    }
    .slogan{
      color: white;
    }
    .p_about_us {
      font-size: 12px;
    }
    .kontakt_button {
      margin-bottom: 70%;
    }
    .menu li {
      padding-bottom: 60%;
    }
    .down{
      bottom: 0;
      display: block;
      padding-bottom: 25%;
        }
    .aboutuspic{
      width: 100%;
      padding-bottom: 5%;
    }
    .ueber_uns{
      display: block;
    }
    .unterschrift {
      font-size: 15px;
    }
    .parent{
      display: block;
      padding-bottom: 5%;
    }
    .services_titel{
      font-size: 16px;
    }
    .services_text{
      font-size: 16px;
    }
    .header_about {font-size: 25px; width: 100%;}
    .company_name{
      width: 70%;
      text-align: center;
      margin: 0 auto;
      display: block;
      font-size: 26px;
    }
  
    .firma{
      overflow-y: visible;
      text-align: center;
      display: inline-block;
    }
  
  
  .servicestext_wrapper{
    width: 80%;
  }
  
  .faq {
  width: 100%;
  }
  
  .faq_text{
    width: 80%;
  }
  .rating_ul{
    text-align: center;
  }
  .rating_group{
    width: 80%;
  }
  
  .list_container{
    width: 80%;
  }
  
  .kontakt_list li {
    font-size: 14px;
  }
  
  .kontakt_list {
    padding-left: 0%;
  }
  
table{
    font-size: 10px;
    width: 100%;
    vertical-align: middle;
    text-align: center;  
  }
.menu_bottom{
  display: none;
}
}

/* Extra small devices (phones, 375px and down) */
@media only screen and (max-width: 376px){
  .kontakt_button {
      margin-bottom: 0;
    }
  
    .list_container{
      width: 100%;
    }
  }

@media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }

    .home_menu{
    display: none;
  }
  }