body{
  margin: 0%;
}
html { scroll-behavior: smooth; }

/* menu start*/
.backgroundimg{
  width: 100%;
  height: auto; z-index: -1;
  top: 0px; 
  position: absolute;
}
.down{
  display: none;}

.menu{
text-align:center;
margin-left: 10%;
margin-right: 10%;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 16px;
}

.logo{
  width: 80%;
  float: left;
}

.servicestext_wrapper{
  z-index: 2; 
  position: absolute;
   bottom: 5%;
   margin-left: 7%; 
  width: 60%;
}
.company_name{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  padding-bottom: 1%;
  color: #36517C;
}

@keyframes slide-up {
  from {
    transform: translateY(5rem);
  }
  to {
    transform: translateY(0);
  }
}
.slogan{
  font-family: "Montserrat", sans-serif;  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 1%;
  color: #919197;
}

.kontakt_button{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  background-color: #36517C;
  width: 212px;
  height: 51px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
}

.kontakt_button a{
  text-decoration: none;
  color: white;
}

.menu li{
  padding-bottom: 30%;
  display: inline-block;
}

li {
  padding: 3% 2%;
}

li a{
    text-decoration: none;
    color: white;
}

.rating_header li a{
  color: #4D5E78;
}
.services{
  padding-top: 2%;
  padding-bottom: 3%;
}

.services_titel{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: white;
  font-size: 1.5vw;
}

.services_text{
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
color: white;
font-size: 1vw;
}
.parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  }  

  .div1 { grid-area: 1 / 1 / 3 / 5; }
  .div2 { grid-area: 1 / 5 / 3 / 7; }
  .div3 { grid-area: 1 / 7 / 3 / 9; }
  .div4 { grid-area: 3 / 1 / 5 / 3; }
  .div5 { grid-area: 3 / 3 / 5 / 5; }
  .div6 { grid-area: 3 / 5 / 5 / 9; }
  

/* menu end */


/* Name, Slogan und Kontakt Button */
.firma {
    padding-left: 3%;
    padding-bottom: 25%;
    margin-left: 9%;
    margin-right: 10%;
    overflow-y: hidden;
    align-self: start;
}


/*Ueber uns plus Bild */
.ueber_uns{
margin: 0 10% 5% 10%;
text-align: center;
}

.unterschrift{
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #919197;
}

.ueber_uns_text{
  padding:0 3% 0 3%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

.aboutuspic{
    width: 35%;
    vertical-align: middle;
    display: inline-block;
}

.header_about{
  width: 30%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5vw;
  color: #36517C;
}

.p_about_us{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #919197;
  font-size: 1.2vw;
}

/* FAQ */
.faq{
  width: 40%;
  margin: 0 auto;
  display: block;
  margin-top: 5%;
  margin-bottom: 2%;
}

/* collapsible */
.faq_text{
display: block;
margin: 0 auto;
width: 60%;
margin-bottom: 3%;
}

.collapsible {
    cursor:rgb(0, 0, 0);
    width: 100%;
    padding: 2%;
    border: none;
    text-align: left;
    outline: none;
    background-color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .collapsible:after {
    content: '\002B';
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    color: #919197;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  /* FAQ */

.rating_group{
  width: 30%;
  display: inline-block;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}

.rating_header{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4D5E78;
  font-size: 20px;
  padding: 2% 0 2% 0;

}

.rating_header li{
  display: inline-block;
}


.rating_ul li{
  list-style: none;
  text-align: left;
}

.rating_name{
  font-size: 16px;
  padding: 3% 0 0 3%;
}
.rating_stars{
  padding: 1% 0 0 3%;

}
.prev, .next {
  cursor: pointer;
  width: auto;
  color: #888;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

table{
  padding-bottom: 2%; 
  font-family: Poppins;
  font-weight: 300;
  font-size: 1.5vw; 
  padding-top: 5%;
  text-align: left; 
  display: inline-block ; 
  border-color: none; 
  background-color: none; 
  color: white;
}

table.menu_impressum{
  padding-top: 0;
  padding-bottom: 0;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dot.active, .dot:hover {
  background-color: #717171;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #717171;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    background: white;
    margin-bottom: 5%;
}

a.prev{
  padding: 7px;

}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .slideshow-container {
text-align: center;
} */

.mySlides{
  transition: 1s;
}
/* -------------------------------------- */
.map_container{
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.map{
  display: flex;
  flex-grow: 0.4;
}

.kontakt{
margin-bottom: 5%;
text-align: center;
}

.list_container{
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.kontakt_icon_1{
  padding: 0% 7% 0 7%;
}

.kontakt_icon{
  padding: 0% 7% 0 7%;
}
.kontakt_list li{
  list-style: none;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
}

/* --------------------footer-------------------------- */
.bottom_menu{
  background-color:#36517C ;
  display: flex;
  justify-content: center;
  color: white;
  font-family: Poppins;
}

li{
  list-style-type: none;
}

.home_menu li{
  text-decoration: underline;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.left, .middle{
  width: 25%;
}

.right{
  width: 50%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.impressum_titel{
  padding-bottom: 7%;
}
.socials_titel{
  padding-bottom: 24%;
}
.reveal{
position: relative;
transform: translateY(150px);
opacity: 0;
transition: all 0.3s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}
.table_icon{
  padding: 10%;
}
.menu_impressum {
  width: 100%;
  display: inline; 
  text-align: center;
  font-family: Poppins;
  font-size: 0.7vw;
  color: #d8d8d8; 
  border-color: none; 
  background-color: none;
}

