/*Desktop*/
@media only screen and (min-width: 1025px) {
  /*VorstellungsText*/
  .Vorstellung {
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 15px;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .tele {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 15px;
  }

  .nummer {
    color: white;
    text-decoration: none;
    border: solid;
    padding: 5px;
    overflow: hidden;
  }

  .nummer:hover {
    text-decoration: underline;
  }
  /*VorstellungsText*/
  /*Content/Sildshow*/
  .Card {
    display: flex;
    margin-top: 50px;
  }
  .ContentMain {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    text-align: center;
    color: white;
    overflow: hidden;
    box-shadow: 1px 4px 8px 0 rgba(238, 238, 238, 0.404),
      1px 6px 20px 0 rgba(238, 238, 238, 0.404);
    width: 500px;
  }
  .slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ContentBild {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
  }
  .ContentBild:first-child {
    opacity: 1;
  }
  .ContentÜberschrift {
    font-size: 30px;
    margin: 0;
  }
  .ContentText {
    font-size: 20px;
    margin: 10px;
  }

  .slideshow-container {
    position: relative;
    max-width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
  }
  .active {
    background-color: #717171;
  }
  /*Content/Sildshow*/
  /* Kontaktformular */
  .KontaktformularHeader {
    text-align: center;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 100;
  }

  .KontaktformularDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .KontaktformularButton {
    background-color: blue;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .KontaktformularLink {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
  }

  .OderDirekt {
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
  }
  /* Kontaktformular */
}
/*Desktop*/
/*Tablet*/
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /*VorstellungsText*/
  .Vorstellung {
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 15px;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .tele {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 15px;
  }

  .nummer {
    color: white;
    text-decoration: none;
    border: solid;
    padding: 5px;
    overflow: hidden;
  }

  .nummer:hover {
    text-decoration: underline;
  }
  /*VorstellungsText*/
  /*Content/Sildshow*/
  .ContentMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    flex-direction: column;
    text-align: center;
    color: white;
    overflow: hidden;
    box-shadow: 1px 4px 8px 0 rgba(238, 238, 238, 0.404),
      1px 6px 20px 0 rgba(238, 238, 238, 0.404);
    width: 500px;
  }
  .slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ContentBild {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
  }
  .ContentBild:first-child {
    opacity: 1;
  }
  .ContentÜberschrift {
    font-size: 30px;
    margin: 0;
  }
  .ContentText {
    font-size: 20px;
    margin: 10px;
  }

  .slideshow-container {
    position: relative;
    max-width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
  }
  .dots {
    text-align: center;
    margin-top: 20px; /* Anpassen, um den Abstand zu steuern */
  }

  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active {
    background-color: #717171;
  }
  
  /* Kontaktformular */
  .KontaktformularHeader {
    text-align: center;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
  }

  .KontaktformularDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .KontaktformularButton {
    background-color: blue;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .KontaktformularLink {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
  }

  .OderDirekt {
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
  }
  /* Kontaktformular */
}
/*Tablet*/
/*Handy*/
@media only screen and (max-width: 600px) {
  /*VorstellungsText*/
  .Vorstellung {
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 9px;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .tele {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 15px;
  }

  .nummer {
    color: white;
    text-decoration: none;
    border: solid;
    padding: 5px;
    overflow: hidden;
  }

  .nummer:hover {
    text-decoration: underline;
  }
  /*VorstellungsText*/
  /*Content/Sildshow*/
  .ContentMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    flex-direction: column;
    text-align: center;
    color: white;
    overflow: hidden;
    box-shadow: 1px 4px 8px 0 rgba(238, 238, 238, 0.404),
      1px 6px 20px 0 rgba(238, 238, 238, 0.404);
    width: 330px;
  }
  .slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ContentBild {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
  }
  .ContentBild:first-child {
    opacity: 1;
  }
  .ContentÜberschrift {
    font-size: 30px;
    margin: 0;
  }
  .ContentText {
    font-size: 20px;
    margin: 10px;
  }

  .slideshow-container {
    position: relative;
    max-width: 100%;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
  }

  /* Kontaktformular */
  .KontaktformularHeader {
    text-align: center;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
  }

  .KontaktformularDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .KontaktformularButton {
    background-color: blue;
    border-radius: 10px;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .KontaktformularLink {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: white;
  }

  .OderDirekt {
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
  }
  /* Kontaktformular */
}
/*Handy*/
