/*header*/
.Logo {
    margin-left: 0;
    width: 40px;
}

ul {
    font-family: 'Roboto', sans-serif;
    list-style-type:none;
    margin-left: 0;
    margin-right: -20px;
    padding: 0px;
    overflow: hidden;
    position: sticky;
    top: 0;
    background-color: white;
    text-align: center;
}

li {
    float: left;
}

li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
    color: black;
    text-align: center;
    margin-left: 40px;
}

li a.home-navbar {
    border-bottom: #a59b4d solid;
    color: #a59b4d;
    font-family: 'Roboto', sans-serif;
}

li a:hover:not(.home-navbar, .home-navbar1) {
    display: block;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
    border-bottom: #a59b4d solid;
}

/*MAIN / SECTION 1*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.Woman {
    width: 100vw;
    height: 100%;
    margin-left: -10px;
    margin-top: -30px;
    margin-bottom: 30px;
}

#hand-massage {
  width: 100vw;
  height: 100%;
  margin-left: -10px;
  margin-top: -30px;
  margin-bottom: 30px;
}

#kalender {
  width: 100vw;
  height: 100%;
  margin-left: -10px;
  margin-top: -30px;
  margin-bottom: 30px;
}


/*INDEX-WEBPAGE*/

.Überschrift {
  background-color: #a59b4d;
  padding: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0px;
}

.content {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: black;
  text-align: center;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 1cm;
}

.background-1 {
  background-color: #a59b4d;
  margin-left: -20px;
  margin-right: -20px;
  margin: 0px -20px 200px -20px;
}

.Überschrift1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  padding: 100px 0px 100px 0px;
  color: rgb(255, 255, 255);
  border: white solid 5px;
}






/*ÜBER-MICH*/

#Adelina-Bild {
  float: left;
  margin-left: 300px;
  border-radius: 40px;
}


.übermich2{
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  color: black;
  text-align: center;
  font-weight: 100;
  text-align: justify;
  margin: 0px 200px 50px 850px;
  line-height: 45px;
}

.meineausbildung {
  font-family: 'Roboto', sans-serif;
  background-color: #a59b4d;
  font-size: 50px;
  text-align: center;
  font-weight: 100;
  color: white;
  padding-top: 25px;
  padding-bottom: 20px;
  margin: 10px -20px 50px -20px;
}

dl, dt{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: black;
  text-align: center;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 2px;
}

.ausbildung {
  margin-bottom: 150px;
  margin-top: 100px;
}




/*TERMINE*/
.termine3{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: black;
  text-align: center;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: justify;
  margin: 50px 0px 0px 250px;
}

ul.termine4{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: black;
  text-align: center;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: justify;
  margin: 20px 0px 10px 250px;
}

.terminabsage {
  font-family: 'Roboto', sans-serif;
  background-color: #a59b4d;
  font-size: 50px;
  text-align: center;
  font-weight: 100;
  margin-left: -20px;
  margin-right: -20px;
  color: white;
  padding-top: 25px;
  margin-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.terminabsage1{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: black;
  text-align: center;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
  margin: 0px 50px 100px 0px;
}




footer {
  background-color: #a59b4d;
  padding: 25px;
  font-family: 'Dosis', sans-serif;
  color: white;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}

.footer-item, .footer-item1  {
  line-height: 25px;
  text-align: center;
}

.end {
  background-color: white;
  color: black;
  text-align: center;
  font-family: 'Dosis', sans-serif;   
  padding: 20px;
  margin-bottom: -20px;
}