body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  background-image: url(img/Hintergrundbild.jpg);
}
header {
  background-color: #4d4c4c;
  color: white;
  padding: 5px;
  text-align: center;
  position: -webkit-sticky; /* <-- Wichtig für fixieren*/
  position: sticky; /* <-- Wichtig für fixieren*/
  top: 0; /* <-- Wichtig für fixieren*/
  z-index: 10; /* <-- Wichtig für fixieren*/
}

h2{
  font-family: serif;
}
h3{
  font-family: serif;
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
}

.Video-Container{
display: flex;
justify-content: center;
align-items: center;

}

video{
  max-width: 100%;
  height: auto;
  display: block;
}

.MeinBild {
  width: 300px;
  height: 400px;
  margin: auto;
  border-radius: 20px;
}

.VKB{
  
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  padding: 10px 20px;
  text-align: center;
  color: rgb(65, 63, 63);
}

.UST{
  text-decoration: underline;
  text-align: center;
}
.section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}
footer {
  background-color: #4d4c4c;
  color: white;
  text-align: center;
  padding: 20px;
}

.übermich {
  padding: 40px 20px;
  text-align: center;
}
.buttonbox {
  background-color: #4d4c4c;
}
.kontaktbutton {
  text-decoration: none;
  width: 150px;
  height: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 2px solid rgb(224, 219, 219);
  border-radius: 10px;
}
.kontaktbutton:hover {
  color: rgb(118, 204, 233);
}

@media (max-width: 600px) {
  .hero {
    padding: 2px 10px;
  }
}

@media (max-width: 350px) {
  .MeinBild {
    width: 200px;
    height: 280px;
  }
}

@media (max-width: 350px) {
  .VKB{
    width: 280px;
    height: 200px;
  }
}
@media (max-width: 300px) {
  .VKB{
    width: 250px;
    height: 180px;
  }
}

@media (max-width:470px){
  nav a {
  color: white;
  margin: 0 5px;
  text-decoration: none;
}
}

@media (max-width:390px){
  nav a {
  color: white;
  margin: 0 2px;
  text-decoration: none;
}
}


.Hoverfarbe:hover {
  color: rgb(118, 204, 233);
}

.h1ü {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: serif;
  
}
@media (max-width: 225px) {
  .h1ü {
    font-size: 27px;
  }
}

#kontakt {
  text-align: center;
}

form input,
form textarea {
  width: 90%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 10px;
}
form label {
  margin-left: 10px;
  margin-top: 10px;
}

form button {
  background-color: rgb(56, 55, 55);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

form button:hover {
  background-color: #444;
}

.form-container {
  max-width: 400px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: transparent;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #747272;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.Checkbox {
  height: 13px;
  width: 13px;
  margin-left: 0px;
}
.Formularüberschrift {
  text-align: center;
}
.Datenschutzfooter {
  color: white;
}
.Datenschutzfooter:hover {
  color: rgb(79, 79, 179);
}

.trenner {
  background-color: #4d4c4c;
  height: 20px;
}

.LogoP {
  display: flex;
  justify-content: center;
  align-items: center;
}

.LogoP img {
  width: 150px;
  max-width: 100%;
  height: 150px;
  margin: 0;
}

.Paketüberschrift {
  text-align: center;
  
  
}

.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  max-width: 1500px;
  margin: 0 auto;
  
}

.package {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 0.3rem;
  transition: transform 0.3s ease;
  margin: 1rem;
  border: 1px solid #747272;
  
}

.package:hover {
  transform: translateY(-5px);
}

.package h2 {
  color: #0a84ff;
  margin-bottom: 1rem;
  text-align: center;
  color: #333;
}

.package ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.package ul li::before {
  content: "✔️";
  margin-right: 8px;
  color: #0a84ff;
  line-height: 1.8;
}

.Beispiellink{
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  color: rgb(61, 121, 231);
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}

.note {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}
@media (max-width: 950px) {
  .packages {
    display: block;
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width:460px){
.package>ul>li{
  font-size: 14px;
}
.package>h2{
  font-size: 20px;
}
.price{
  font-size: 18px;
}
}

@media (max-width:420px){
.package>ul>li{
  font-size: 12px;
}
.package>h2{
  font-size: 18px;
}
.price{
  font-size: 16px;
}

}

/* ab hier für calendly*/
.calendly-container {
  position: relative;
  padding-bottom: 75%; /* Seitenverhältnis für Responsivität */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  
}

.calendly-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.Kalenderbereichtext{
  text-align: center;
}

/* ab hier für calendly coocky*/
.calendly-box {
  background-color: transparent;
  border: 1px solid #747272 ;
  padding: 20px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.calendly-button {
  padding: 10px 20px;
  background-color: #0077cc;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.calendly-button:hover {
  background-color: #005fa3;
}

/* bis hier her für calendly*/

.Mail-KontaktÜ{
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
}
.Mail-KontaktT{
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.terminB{
  padding-top: 40px;
  text-align: center;
}