.busicard-header-middle-section{
  display: flex;
    align-items: center;
    justify-content: center;
   
    font-style: oblique;
    padding-left: 85px;
    overflow: hidden;
    width: 100%;
   
    flex-wrap: nowrap;
}
.busicard-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: */
.busicard-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 190px;
  flex-wrap: nowrap;
}
.busicard-header-middle-section p {
  font-size: 1.8rem;
}
}
@media (min-width: 925px) and (max-width: 1149px) {
/* For mobile phones: */
.busicard-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 200px;
  flex-wrap: nowrap;
}
.busicard-header-middle-section p {
  font-size: 1.7rem;
}
}
@media (min-width: 510px) and (max-width:924px) {
/* For mobile phones: */
.busicard-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.busicard-header-middle-section p {
  font-size: 1.6rem;
}
}
@media (min-width: 290px) and (max-width:510px) {
/* For mobile phones: */
.busicard-header-middle-section{
  margin-right: 35px;
  min-width: 50px;
  padding-left: 30px;
  flex-wrap: nowrap;
}
.busicard-header-middle-section p {
  font-size: 1.6rem;
}
}
body{
  background-image: url(/thumb/homepage_Elemente/showroom2.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: cover;
  
  background-color: rgb(214, 214, 214);
  font-style: oblique;
  }
  @media (max-width: 1250px)  {
    /* For mobile phones: */
    body{
      background-image: url(/thumb/homepage_Elemente/showroom2.jpg);
      background-repeat: repeat;
      background-position: left top;
      background-attachment: fixed;
      background-size: 100vw;
      
    }
   
    }
  .wrapper-div{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-left: 95px;
    align-items: center;
    justify-content:center;
    max-width: 100%;
  }
  @media (max-width:900px) {
    .wrapper-div{
      display: flex;
      flex-direction: column;
      margin-left:140px;
      margin-top: 120px;
      margin-bottom: 50px;
      align-items: center;
      justify-content: center;
      align-items: center; 
    }
  }
  .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: 70vw;
    overflow: hidden;
  }
  @media (min-width:200px) and (max-width: 600px) {
    .collector{
    margin-right: 40px;
      width: 100%;
      padding-right: 50px;
    }
    .wrapper-div{
      margin-left: 0px;
    }
  }
  .business-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;
  }
  .business-link
{
  display: flex;
  height: 45vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  min-width: 95px;
  font-size: 13px;
  font-weight: 600;
}
.business-link:hover
{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  color: white;
  text-decoration: none;
}
  .headline-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    width: 70%;
    text-align: center;
    text-align: justify;
    text-align-last: center;  
  }
  @media (min-width: 90px) and (max-width: 539px) {
    .headline-div h1{
      font-size: 24px;
      
    }
    .headline-div {
      font-size: 14px;
    }
  }
  @media (min-width: 540px) {
    .headline-div h1{
      font-size:40px;
    }
  }
  .headline-div h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    color: rgb(77, 77, 77);
    font-style: normal;
  }
  #zielgroup-text {
    color: rgb(77, 77, 77);
  }
  .cards-div {
    display: flex;
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 40px;
    align-items: center;
  }
  .card-div1, 
  .card-div2,
  .card-div3,
  .card-div4 {
    animation-name: widthness;
    animation-duration: 1.6s;
    animation-timing-function:cubic-bezier(0.3, 0.1, 0.1, 0.2);
    animation-fill-mode: forwards;
  }
  @keyframes widthness {
    from {max-width: 150px;}
    to {max-width: 300px;}
  }
  .card-div1, 
  .card-div2,
  .card-div3,
  .card-div4 {
    display: flex;
   max-width: 300px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .card-div1, 
  .card-div2,
  .card-div3,
  .card-div4{
    transform: rotateX(360deg);
    transition: transform 3s;
}
@media (max-width:630px) {
  .card-div1, 
  .card-div2,
  .card-div3,
  .card-div4{
    transform: none;
    transition: none;
}
}
 thead {
  background-color: lightblue;
}
tbody {
    background-color: whitesmoke;
    font-size: smaller;
}
th, td {
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: top;
  width: 40vw;
  font-size: 17px;
  line-height: 140%;
}
table {
  border-spacing: 1.4px;
}
.table-div {
  display: flex;
  margin-bottom: 50px;
  
  justify-content: center;
  align-items: center;
}


/* Position the image container (needed to position the left and right arrows) */
.container {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-content: center;
 }
 @media (min-width: 90px) and (max-width: 539px) {
  .container{
    margin-right: 30px;
  }
 }
  
/* Hide the images by default */
.mySlides {
  display: flex;
  justify-content: center;
  align-items: center;
}
#business-card-picture{
  width: 40vw;
  margin-right: 45px;    
 }
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 48px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width:630px) {
  #business-card-picture{
    margin-left: 40px; 
}
.prev, .next {
  font-size: 40px;
}
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}