* {
  margin: 0;
  padding: 0;
}

body{
  background-image: url("wallpaper2.jpg");
  background-repeat: repeat-xy;
  background-size: 400px;

}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

/* Stil für die Navigation */
.navbar {
  background-color: black;/* Hintergrundfarbe der Navbar */
  border-radius: 5%;
  border-color: white;
  border: 3px solid turquoise;
}


.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  color: turquoise !important;
}

.navbar-nav li {
  display: block;
}

.navbar-nav li a {
  display: block;
  color: turquoise !important; /* Textfarbe der Navigationslinks */
  font-size: 16px; /* Ändert die Schriftgröße auf 16 Pixel */
  font-family: Copperplate, Papyrus, fantasy;
}

.navbar-nav li a:hover {
  color: white !important; /* Textfarbe bei Hover */
  text-decoration: underline;
}



/*START STARTSEITE*/

    .carousel-inner {
    height: 500px;
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
    }

  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin-top: 0;
      min-height: 400px;
      max-height: 500px;


  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 100%) {
    .carousel-caption {
      display: flex;
    }
  }
/*Aufmacher-Animation*/
.fade-in-text-animation-aufmacher {
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
}
@keyframes scale {
  100% {
    transform: scale(1);

  }
}
.span-animation {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  color: #f67a62;
}

.span-animation:nth-child(1) {
  animation: fade-in 0.5s 0.2s forwards (0.11, 0, 0.5, 0);
}

.span-animation:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.span-animation:nth-child(3) {
  animation: fade-in 0.10s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
 
@keyframes moveLine {
  0% {
      background-position: 0 0;
  }
  100% {
      background-position: 80px 0; /* Ändern Sie den Wert je nach gewünschter Länge der Linie */
  }
}

.dotted-line {
 margin-top: 10px;
  width: 100%;
  height: 10px; /* Höhe der Linie */
  background-image: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 10px 2px; /* Größe und Abstand der Punkte */
  animation: moveLine 2s linear infinite; /* Dauer, Timing-Funktion und Wiederholung der Animation */
}
.col-sm-4 {
  margin-left: 10%;
  margin-top: 50px;
  justify-content: center;
  border: 4px solid black ;
  background-color: white;
  width: 30%;
  border-bottom: 10px;
  margin-top: 10px;

}

/*ENDE STARTSEITE*/


/*START ÜBER MICH*/


.mixed { 
  margin-top: 80px;
  display: flex;
}

.pic {
  width: 250px;
  height: 250px;
  margin-left: 100px;

}

.texting {
  background-color: white;
  margin-left: 10%;
  font-size: 20px;
  color: black;

}

.dotted2{
  margin-top: 5%;
  width: 100%;
  height: 10px; /* Höhe der Linie */
  background-image: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 10px 2px; /* Größe und Abstand der Punkte */
  animation: moveLine 2s linear infinite; /* Dauer, Timing-Funktion und Wiederholung der Animation */
}

.w3-row-padding {
  margin-top: 10%;
 background-color: white;
 text-align: center;
}



.container {
  width: 90%;


}

.full-width {
  width: 100%;
  height: 500px;

}

.Dienstleistungen {
 font-size: 100px;
 color: turquoise;
 background-color: white;
 text-align: center;
 font-family: papyrus;
}

.preise{
justify-content: space-between;
height: 300px;
width: 30%;
text-align: center;
padding-left: 30%;
}

h2 {
  margin-bottom: 20%;
  animation: textwelle 3s;
  background-color: white;
  text-align: center;
  color: #000;
}

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  70% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}
article {
  margin-top: 500px;
	border: 1px solid;
	display: flex;
  background-color: white;
  text-align-last: center;
}

section,
aside {
	border: 5px solid turquoise;
  border-style: double;
	padding: 2px;
	flex: 1;
}


body {
  font-family: papyrus;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #000;
  background-color: white;
}

header, footer, section {

  background-color: white;
}

h1, h2 {
  margin-top: 5%;
  color: #333;
  background-color: white;
  margin-bottom: 20px;
}


a {
  color: #007bff;
}

.angaben {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.impressumu {
text-align: center;
}
.kontakt-container {
background-color: white;
margin-left: 100px;
font-family: Arial, Helvetica, sans-serif;


}

.kontakt-card{

margin-left: 100px;

}
.kontakt-formular{
padding-left: 100px;

}

.kontakt-border{
  background-color: white;
}

.kontakt-daten{
background-color: white;
font-size: 20px;
text-align: center;
font-size: 20px;

}
.responsive_map {
  text-align: center;
}

.danke-container {
  background-color: white;

}
.danke-content {

  text-align: center;
}
 
.leiste{

  background-color: white;
}