body {
    margin: 0;
    padding: 0;
    color: black;
    background-image: url(back4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* home */
.logo {
    height: 250px;
    width: 250px;
    margin: -20%;
}
.banerbar {
    display: flex;
    flex-direction: column;
}
.menubar {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.menutab {
    width: 100%;
}
.menutab ul {
    padding: 0;
    width: 100%;
}
.menutab li {
    list-style: none;
    padding: 0 1%;
}
.menutab a {
    text-decoration: none;
    font-size: 30px;
    color: black;
}
.menutab a:hover {
    color: red;
}
.menu {
    display: flex;
    justify-content: center;
}

.text h3{
    text-align: center;
    font-size: 40px;
    margin-top: 3%;
}
.box {
    background-image: url(ms5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;  
}
.text1 {
    text-align: center;
    padding: 0 15%;
    font-size: 30px;
    margin: 1% 0;
}
.boxme {
    display: flex;
    flex-direction: column;
    background-image: url(ms15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    /* padding: 5%; */
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}
.textme {
    text-align: center;
    font-size: 40px;
    margin-top: 3%;
}
.textme1 {
    text-align: center;
    padding: 0 15%;
    font-size: 30px;
    margin: 1% 0;
}
.footer {
    display: flex;
    justify-content: space-around;
    margin-top: 15%;
    padding: 2% 0;
    background-image: url(bd1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
.footerbox2 {
    display: flex;
    align-items: flex-end;
}
.foottext1 {
    font-size: 23px;
}
.foottext2 {
    font-size: 22px;
}
.foottext3 {
    font-size: 15px;
    list-style: none;
}
.foottext3 a {
    text-decoration: none;
    font-size: 22px;
    color: white;
}
.foottext3 a:hover {
    color: red;
}

/* ham menu */
.ham-menu {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 7px;
}  
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    transition: 0.4s;
}
  
  /* Rotate first bar */
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}
  
  /* Fade out the second bar */
.change .bar2 {opacity: 0;}
  
  /* Rotate last bar */
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

/* massage */
.text2 h3{
    font-size: 50px;
    text-align: center;
    margin: 5% 0;
    background-image: url(ms.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    background-position-y: center;
    
}
.boxall {
    display: flex;
    flex-direction: row;
    margin: 5% 0;
}
.boxcard {
    display: flex;
    flex-direction: column;
    border: 10px solid green;
    width: 50%;
    margin: 0 5%;
    /* background-image: url(bua.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
.img {
    height: 300px;
    width: 98%;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin: 1%;
}
#img {
    height: 300px;
    width: 98%;
    border-radius: 30px;
    margin: 1%;
}
.boxtext h3{
    font-size: 40px;
    text-align: center;
    margin: 0;
    margin-top: 5%;
}
.boxtext1 {
    font-size: 30px;
    text-align: center;
    padding: 6%;
}

/* preise */
.preisbox {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5%;
}
.preiscard {
    display: flex;
    flex-direction: column;
    border: 10px solid green;
    border-radius: 5%;
    width: 20%;
}
.img1, #img1 {
    width: 98%;
    height: 150px;
    margin: 1%;
    border-radius: 5%;
}
.text3 h3 {
    font-size: 30px;
    text-align: center;
}
.text4 {
    display: flex;
    flex-direction: column;
}
.text5 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 30px;
}

/* kontakt */
.konimg, #konimg {
    max-height: 600px;
    max-width: 450px;
    border: 1px solid black;
    margin: auto;
    border-radius: 30px;
}
.text6 {
    font-size: 30px;
    text-align: center;
    padding: 5px 0;
    margin-top: 5%;
}
.text61 {
    font-size: 30px;
    text-align: center;
    padding: 5px 0;
    margin-top: 10%;
}
.text66 {
    font-size: 30px;
    text-align: center;
    padding: 5px 0;
}
.text666 {
    font-size: 30px;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 5%;
}
.mapbox {
    margin: 5% 5%;
}

/* datenschutz */
.text7 {
    font-size: 35px;
    text-align: center;
}
.text77 p {
    font-size: 25px;
    text-align: left;
    margin: 0 10%;
}
.card {
    position: relative;
    z-index: 1;
}

/* home photo slider */
* {
    box-sizing: border-box;
  }
  #img2 {
    position: relative;
    z-index: 1;
  }
.conainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    margin: 15% 0;
  }
  
  .carousel-container {
    position: relative;
    max-width: 450px;
    max-height: 600px;
  }
  
  .carousel-slide-container {
    display: flex;
    overflow: hidden;
  }
  
  .carousel-img, #img2 {
    max-width: 450px;
    max-height: 600px;
    border-radius: 30px;
    transition: transform 0.3s ease-in;
    object-fit: cover;
  }
  
  .btn-right,
  .btn-left {
    z-index: 1;
    position: absolute;
    cursor: pointer;
  }
  
  .btn-right img,
  .btn-left img {
    border-radius: 50%;
    background-color: aliceblue;
  }
  
  .btn-right {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
  }
  
  .btn-left {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel-dot {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 10;
  }
  .dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: rgb(88, 86, 86);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active {
    background-color: rgb(238, 141, 14);
  }