body{
  background-image: url(/thumb/homepage_Elemente/Leistungen_bg_web.jpg);
  background-repeat: no-repeat;
  background-position:top;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 90px) and (max-width:800px) {
  /* For mobile phones: */
  body{
    background-image: url(/thumb/homepage_Elemente/Leistungen_bg_web.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/Leistungen_bg_web.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: 100vw;
    
  }
 
  }
.leistungen-B2C-header-middle-section{
  display: flex;
  align-items: center;
  justify-content: center;
 
  font-style: oblique;
  padding-left: 85px;
  overflow: hidden;
  width: 100%;
 
  flex-wrap: nowrap;
}
.leistungen-B2C-header-middle-section p{
font-size: 2.4rem;
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: */
.leistungen-B2C-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.leistungen-B2C-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.leistungen-B2C-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.leistungen-B2C-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 511px) and (max-width:924px) {
/* For mobile phones: */
.leistungen-B2C-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.leistungen-B2C-header-middle-section p {
  font-size: 1.0rem;
}
}
@media (min-width: 90px) and (max-width:510px) {
/* For mobile phones: */
.leistungen-B2C-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 20px;
  flex-wrap: nowrap;
}
.leistungen-B2C-header-middle-section p {
  font-size: 1.0rem;
}
}
.leistungen-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  margin-left: 50px;
  width: 100vw;
  flex-wrap: wrap;
  margin-bottom: 50vh;
}
.collector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(252, 252, 252, 0.4);
  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(3.3px);

  padding-bottom: 50px;
  width: 80vw;
  flex-wrap: wrap;
}
.headline-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgb(53, 100, 102);
  font-style: oblique;
  max-width: 90vw;
  padding-right: 150px;
}

.text-div-design {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
 padding: 30px;
  text-align: justify;
  text-align-last: center;
}
.text-div-design p{
  font-size: 1.6rem;
  padding-bottom: 30px;
  color: rgb(20, 20, 20)  
}

.text-div-design h1 {
  font-size: 3rem;
  padding-bottom: 30px;
  color: rgb(22, 0, 88);

}
@media (max-width: 600px) {
  .text-div-design h1 {
    font-size: 1.8rem;
  }
  .text-div-design p{
    font-size: 1.3rem;
   
  }
  
}
.text-div-design h2 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  color: rgb(20, 20, 20)
  }

@media (max-width: 600px) {
  .text-div-design h2 {
    font-size: 1.5rem;
  }
}


.design-description {
  display: flex;
  flex-direction: column;
 
  font-style: oblique;
  min-width: 65vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.design-description h2 {
  text-align: center;
}

.logo-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#leistung-logo-bottom {
  width: 250px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  transition: ease-in-out 150ms;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#preisliste {
  font-size: 20px;
}
thead {
  background-color: lightblue;
  
}
tbody {
    background-color: whitesmoke;
    font-size: smaller;
}
th, td {
  padding: 0.5rem 1rem;
  text-align: left;
  vertical-align: top;
  font-size: 1.0rem;
}
table {
  border-spacing: 1.4px;
  font-size: 1.3rem;
  margin-left: 18px;
}
@media (min-width: 751px) and (max-width:869px) {
  table {
    border-spacing: 1.4px;
    font-size: 14px;
  }
}
  @media (min-width: 400px) and (max-width:750px) {
    table {
      border-spacing: 1.4px;
      font-size: 14px;
    }
  }
  .leistunen-b2b-sidebar{
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    text-align: center;
    background-color: rgb(214, 214, 214);
    left: 0;
    bottom: 45px;
    top: 85px;
    width: 95px;
    z-index: 100;
    border-right-color: rgb(255, 72, 0);
    border-right-width: 2px;
    border-right-style: solid;
    z-index: 200;
    overflow: hidden;
    background-image: url(/thumb/homepage_Elemente/sidebar1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: auto;
  }
  .leistunen-b2b-link
  {
    display: flex;
    height: 45vh;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
    min-width: 95px;
    font-size: 13px;
    font-weight: 600;
  }
  .leistunen-b2b-link:hover
  {
    background-color: rgb(255, 72, 0);
    transition: background-color 0.3s;
    color: white;
    text-decoration: none;
  }
  .logo-demo-div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80vw;
    flex-wrap: wrap;
  }
  .tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    transition: ease-in 50ms;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }