@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}


section {
  padding: 100px 200px;
  background-color: #eaf4e1;
}

.main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url('./images/backgroundButterfly.png');
   /* background-color: #f5f5dc; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.butterfly {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url('./images/backgroundButterfly.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.main .content {
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .main .content {
    background-image: url('./images/backgroundButterfly.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}


.main .content h2 {
  color: #6d845d;
  font-size: 2em;
  font-weight: 500;
}

.main .content h2 span {
  font-size: 2.8em;
  font-weight: 600;
}

.animated-text {
  position: relative;
  height: 140px;
  overflow: hidden;
}

.animated-text h3 {
  color: #6d845d;
  font-size: 2em;
  font-weight: 700;
  /* line-height: 70px; */
  letter-spacing: 1px;
}

.animated-text h3:nth-child(1) {
  animation: text-move 15s infinite;
}


@keyframes text-move {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -70px;
  }
  50% {
    margin-top: -140px;
  }
  75% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}

.btn {
  color: #f50707;
  background: #3a6cf4;
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
  margin-top: 30px;
  transition: 0.5s ease;
}

/* .btn:hover {
  background: #235bf6;
} */

.media-icons {
  margin-top: 50px;
}

.media-icons a {
  color: #fff;
  font-size: 25px;
  margin-right: 30px;
}

header {
  z-index: 999;
  position: fixed;
  background: #8a9a5b;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease;
}

header.sticky {
  background: #8a9a5b;
  padding: 10px 200px;
}

header .brand {
  margin-right: 150px;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "math", sans-serif;
}


header .navigation {
  position: relative;
}

header .navigation ul {
  list-style-type: none;
}

header .navigation li {
  float: left;
}

header .navigation a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  margin-left: 15px;
}

header .navigation a:hover {
  color: #000;
}

header.sticky .navigation a:hover {
  color: #000;
}

/* body {
  min-height: 110vh;
} */

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-title {
  position: relative;
  color: #6d845d;
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}

.section-title:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 140px;
  height: 4px;
  background: #000;
  transform: translateX(-50%);
}

.section-title:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  transform: translateX(-50%);
}

.about .content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.about .content .col-left {
  position: relative;
  width: 45%;
}

.about .content .col-right {
  position: relative;
  width: 50%;
}

.about .content .col-left .content-title {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
}

/* .about .content .col-left .img-card {
  position: relative;
  width: 100%;
  min-height: 450px;
}

.about .content .col-left .img-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
} */

/* Gemeinsames CSS für das Bild */

/* .about .content .col-left .img-card {
  position: relative;
  width: 100%;
  min-height: 450px;
  max-width: 100%;
  overflow: hidden;   border-radius: 10px;
}

.about .content .col-left .img-card img {
  width: 100%;
  height: auto; 
  display: block;   
  object-fit: cover; 
  border-radius: 10px;
} */


.about .content .col-left .img-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px; /* Beispielhöhe - anpassen entsprechend des Seitenverhältnisses */
  overflow: hidden;
  
}

.about .content .col-left .img-card img {
  width: 100%;
  height: 100%; /* Ändere object-fit auf 'contain' oder 'auto' */
  display: block;
  object-fit: contain; /* Alternativer Wert, um das Bild anzupassen */
  border-radius: 10px; /* Border-radius auf das Bild angewendet */

}


.about .content .col-right .content-title {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 25px;
  margin-top: 0;
}


.about .content .col-right .paragraph-text {
  font-size: 1em;
}

.skills {
  background: #f5f5dc;
}

.skills .content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: black;
  margin-top: 20px;
}

.about .content {
  color: #5b4f47;
}

.skills .content .col-left {
  position: relative;
  width: 46%;
}

.skills .content .col-left .content-title {
  margin-bottom: 20px;
}

.skills .content .col-right {
  position: relative;
  width: 46%;
}

.skills .content .col-right .bar {
  margin-bottom: 15px;
  padding: 10px;
}

.skills .content .col-right .bar .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.skills .content .col-right .bar .info span {
  font-size: 18px;
  font-weight: 500;
}

.skills .content .col-right .bar .line {
  position: relative;
  width: 100%;
  height: 15px;
  background: #ccc;
  border-radius: 2px;
}

.skills .content .col-right .bar .line:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.skills .content .col-right .bar .html:before {
  width: 95%;
  background: #e45126;
}

.skills .content .col-right .bar .css:before {
  width: 90%;
  background: #0c73b8;
}

.skills .content .col-right .bar .javascript:before {
  width: 80%;
  background: #e3a324;
}

.skills .content .col-right .bar .jquery:before {
  width: 80%;
  background: #30dd6d;
}

.skills .content .col-right .bar .php:before {
  width: 75%;
  background: #6d7eb8;
}

.services .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
}

.title p {
  font-size: 1em;
  width: 80%;
}

.services .content .card {
  background: #fff;
  width: 340px;
  margin: 10px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  border-radius: 10px;
}

.services .content .card .service-icon {
  color: #3a6cf4;
  font-size: 8em;
  text-align: center;
  transition: transform 0.5s ease;
}

.services .content .card:hover .service-icon {
  transform: translateY(-10px);
}

.services .content .card .info {
  text-align: center;
}

.services .content .card .info h3 {
  color: #3a6cf4;
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px;
}

.work {
  background: #000016;
}

.work .content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.work .content .card {
  width: 340px;
  margin: 15px;
}

.work .content .card .card-img {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
}

.work .content .card .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s ease;
}

.work .content .card .card-img img:hover {
  transform: scale(1.2);
}

.contact .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}

.contact .content .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.contact .content .row .card {
  background: #fff;
  width: 240px;
  margin: 20px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  border-radius: 10px;
}

.contact .content .row .card .contact-icon {
  color: #3a6cf4;
  font-size: 4em;
  text-align: center;
  transition: transform 0.5s ease;
}

.contact .content .row .card:hover .contact-icon {
  transform: translateY(-10px);
}

.contact .content .row .card .info {
  text-align: center;
}

.contact .content .row .card .info h3 {
  color: #111;
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px;
}

.contact .content .row .card .info span {
  color: #666;
  font-weight: 500;
}

.contact-form {
  background: #fff;
  max-width: 600px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
}

.contact-form h3 {
  color: #111;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  color: #111;
  width: 100%;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  outline: none;
  border: 1px solid #111;
  border-radius: 5px;
  resize: none;
}

.contact-form .input-box .send-btn {
  color: #fff;
  background: #6d845d;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.5s ease;
}

.contact-form .input-box .send-btn:hover {
  background: #23f638;
}

/* .footer {
  background: #6d845d;
  color: #fff;
  text-align: center;
  padding: 2em;
} */

footer {
  background-color: #6d845d; 
  color: #fff; 
  padding: 8px; 
  text-align: center;
   position: fixed; 
  bottom: 0; 
  left: 0;
  width: 100%; 
}

/* Stile für den Abschnitt "footerReal" */
.footerReal {
  max-width: 1200px; /* Maximale Breite des Inhalts */
  margin: 0 auto; /* Zentriert den Inhalt */
}

/* Stile für Links im Footer */
.footerReal a {
  color: #fff; /* Textfarbe der Links */
  text-decoration: none; /* Keine Unterstreichung */
  margin: 0 10px; /* Abstand zwischen den Links */
}

/* Responsive Stile für kleinere Bildschirme */
@media screen and (max-width: 1024px) {
  footer {
    padding: 15px; /* Verringert den Innenabstand */
     position: relative; 
  }

  .footerReal {
    max-width: 90%; /* Verringert die maximale Breite des Inhalts */
  }
}


.footerMain {
   bottom: 0;
  width: 100%;
  height: auto;
  background: #8a9a5b;
  color: white;
  text-align: center;
  padding: 1em;
}


/* CSS für Smartphones (bis zu 767px Breite) */
@media only screen and (max-width: 767px) {
  .footerMainSis {
    width: 100%;
    height: auto;
    bottom: 0;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}

/* CSS für Laptops (ab 768px Breite) */
@media only screen and (min-width: 768px) {
  .footerMainSis {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}

/* CSS für Smartphones (bis zu 767px Breite) */
@media only screen and (max-width: 767px) {
  .footerMainMan {
    width: 100%;
    height: auto;
    bottom: 0;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}

/* CSS für Laptops (ab 768px Breite) */
@media only screen and (min-width: 768px) {
  .footerMainMan {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}

/* CSS für Smartphones (bis zu 767px Breite) */
@media only screen and (max-width: 767px) {
  .footerMainAn {
    width: 100%;
    height: auto;
    bottom: 0;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}

/* CSS für Laptops (ab 768px Breite) */
@media only screen and (min-width: 768px) {
  .footerMainAn {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #6d845d;
  color: #fff;
  text-align: center;
  padding: 1em;
}

/* CSS, das nur auf Smartphones angewendet wird (bis zu 767px Breite) */
@media only screen and (max-width: 767px) {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #6d845d;
    color: #fff;
    text-align: center;
    padding: 1em;
  }
}


.footer .footer-title {
  font-size: 20px;
  font-weight: 600;
}

.footer p {
  font-size: 16px;
  margin-top: 10px;
}

.footer p a {
  color: #3a6cf4;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 1200px) {
  header {
    padding: 5px 20px;
  }

  header.sticky {
    padding: 10px 20px;
    background: #6d845d;
  }

  header .navigation {
    display: none;
  }

  header .navigation.active {
    z-index: 888;
    position: fixed;
    background: #6d845d;
    top: 0;
    right: 0;
    /* width: 380px; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    transition: 0.3s ease;
  }

  header .navigation a {
    color: #f9f6f6;
    font-size: 1.2em;
    margin: 10px;
    padding: 0 20px;
    border-radius: 20px;
  }

  header .navigation li {
    display: flex;
    float: none;
    padding: 10px 0;
  }

  header .navigation a:hover {
    background: #6d845d;
    color: #fff;
    transition: 0.3s ease;
  }

  .menu-btn {
    position: absolute;
    background: url(images/menu123.png) no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    right: 0;
    margin: 0 20px;
    cursor: pointer;
    transition: 1s ease;
  }

  .menu-btn.active {
    z-index: 999;
    background: url(images/close.png) no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 1s ease;
    filter: invert(1);
  }

  section {
    padding: 100px 20px;
  }

  .main .content h2 {
    font-size: 1em;
  }

  .animated-text h3 {
    font-size: 1em;
  }

  .section-title {
    font-size: 19px;
  }

  .about .content {
    flex-direction: column;
  }

  .about .content .column {
    position: relative;
    width: 100%;
  }

  .about .content .col-right {
    margin-top: 40px;
  }

  .skills .content {
    flex-direction: column;
  }

  .skills .content .column {
    position: relative;
    width: 100%;
  }

  .skills .content .col-right {
    margin-top: 40px;
  }

  .contact-form {
    padding: 35px 40px;
  }
}

.scrollToTop-btn {
  z-index: 999;
  position: fixed;
  color: #6d845d;
  width: 0; /* Setzt die Breite auf 0 */
  height: 0; /* Setzt die Höhe auf 0 */
  border-left: 25px solid transparent; /* Erzeugt die linke Kante des Dreiecks */
  border-right: 25px solid transparent; /* Erzeugt die rechte Kante des Dreiecks */
  border-bottom: 45px solid #6d845d; /* Erzeugt die untere Kante des Dreiecks */
  right: 0;
  bottom: 10px;
  font-size: 0; /* Keine Textanzeige erforderlich */
  text-align: center;
  line-height: 0; /* Keine Textanzeige erforderlich */
  border-radius: 0; /* Keine Abrundung erforderlich */
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.scrollToTop-btn.active {
  right: 15px;
  opacity: 1;
  pointer-events: auto;
}



.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: all 1.5s ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

#para22 {
  font-size: 18px;
  font-family: Raleway sans-serif;
}

@media (max-width: 720px) {
  #para22 {
    font-size: 16px;
    color: #5b4f47
  }
}

#paraca22 {
  font-size: 20px;
  color: #6d845d;
}

#h22 {
  font-size: 20px;
      font-family: Raleway sans-serif;
 /*  margin-top: 8%; */
}

/* #prachiImg {
  border: 3px solid rgb(228, 226, 226);
  border-radius: 12px;
} */

.iconImage {
  height: 15%;
  width: 18%;
  margin-left: 5%;
  margin-bottom: 6%;
}

#jsicon {
  height: 15%;
  width: 18%;
}

#reacticon {
  height: 15%;
  width: 18%;
}

#card1 {
  width: 40%;
  height: 30%;
  font-size: 15px;
}

#isGap22 {
  margin-top: 4%;
  margin-bottom: 2%;
  color: rgb(255, 152, 88);
}

#headingColor {
  color: rgb(215, 213, 213);
}

.mainDiv {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  margin-bottom: 4%;
}

.mainDiv > div {
  width: 48%;
  height: 470px;
  margin-bottom: 4%;
}

#projectDes {
  color: white;
  font-size: 16px;
  margin-left: 6%;
}

#des2 {
  margin-bottom: 2%;
  font-size: 17px;
}

#head2 {
  margin-top: 4%;
  margin-bottom: 1%;
  font-size: 22px;
}

.projectImage {
  border: 5px solid rgb(6, 0, 36);
  height: 90%;
  width: 120%;
  margin-left: -15%;
}

#hcolor {
  color: #5bd6ff;
  font-size: 38px;
  margin-bottom: 1%;
}

#hcolorp {
  color: #ffb6d2;
  font-size: 38px;
  margin-bottom: 1%;
}

#hcolory {
  color: #ff9a57;
  font-size: 38px;
  margin-bottom: 1%;
}

.btnIs {
  height: 12%;
  margin-top: 0%;
  width: 57%;
  display: flex;
  justify-content: space-between;
}

.btns {
  width: 45%;
  height: 100%;
  font-size: 18px;
  padding: 3px 2px;
  border: none;
  border-radius: 5% 5% 5% 5%;
  font-weight: bolder;
}

/* #btn1 {
  background-color: rgb(88, 133, 255);
}

#btn2 {
  background-color: rgb(109, 220, 253);
}
 */
#btn3 {
  background-color: rgb(248, 133, 171);
}

#btn4 {
  background-color: rgb(255, 203, 211);
}

#btn5 {
  background-color: rgb(255, 166, 82);
}

#btn6 {
  background-color: rgb(255, 234, 113);
}

#fontosm {
  width: 30%;
  height: 15%;
  padding: 4%;
  text-align: center;
  font-size: 20px;
  border: 2px solid #6d845d;
}

.rowIs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36%;
  margin-bottom: 5%;
}

.contact-icon {
  margin: auto;
  width: 35%;
  height: 70%;
}

#atag {
  text-decoration: none;
  color: black;
}

#cicin {
  text-decoration: none;
  color: #6d845d;
}

@media (max-width: 600px) {
  #card1 {
    height: 100%;
    width: 100%;
    text-align: center;
  }

  .content {
    display: block;
  }

  .mainDiv {
    display: block;
    height: 800px;
  }

  .projectImage {
    margin: auto;
    width: 210%;
    height: 60%;
    margin-bottom: -225%;
  }

  #projectDes {
    width: 100%;
    height: 100%;
    margin-top: 0%;
  }

  .btns {
    height: 60px;
  }

  .rowIs {
    display: block;
    margin-top: 2%;
  }

  #fontosm {
    margin: auto;
    width: 80%;
    margin-top: 4%;
    height: 100%;
  }
}

.emailphone {
  margin-left: 40%;
  font-size: 2.2em;
  font-weight: 300;
  margin-bottom: 60px;
}

.emailphonep {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

/* .section-titleV:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    width: 140px;
    height: 4px;
    background: #000;
    transform: translateX(-50%);
}
.section-titleV:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    transform: translateX(-50%);
} */

 .icon-wrapper {
      display: flex;
      justify-content: center;
    }

    .icon {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 200px; /* Устанавливаем размер квадратной области */
      height: 200px;
      margin: 10px;
      background-color: #fdf7f7; /* Добавляем фоновый цвет для области */
      color: red; /* Изменяем цвет на красный */
      text-decoration: none; /* Убираем подчеркивание для ссылки */
      border-radius: 10%;
    }
    

    .icon-text {
      margin-top: 5px; /* Отступ сверху для надписи */
      font-size: 22px; /* Размер шрифта для надписи */
    }

    @media (max-width: 720px) {
      /* Медиа запрос для мобильных устройств с шириной экрана до 480px */
      .icon-wrapper {
        align-items: center;/* Изменяем направление флекс-контейнера на столбик */
        height: auto; /* Автоматический расчет высоты */
        padding: 20px; /* Добавляем отступы для разделения иконок */
      }

      .icon {
        width: 220px; /* Увеличиваем размер квадратной области */
        height: 100px;
        border-radius: 50%;
        background-color: transparent;
      }
      .icon fab {
        font-size: 25px;
      }

      .icon-text {
        font-size: 0px; /* Увеличиваем размер шрифта для надписи на мобильных устройствах */
      }
    }

     .icon i {
  font-size: 45px; /* Ändere die Größe nach Bedarf */
}

/* 
.order-type {
  display: flex;
  justify-content: center;
}
.order-type button {
   background-color: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}

.order-type button:hover {
   background-color: white;
  color: red;
}

.backdrop {
  position: absolute;
  overflow-y: scroll;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: black;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.5);
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.modal {
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    width: calc(100% - 2 * 159px);
    top: 60%;
    transform: translate(-50%, -40%);
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14),
      0px 1px 3px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }

  @media screen and (max-width: 767px) {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4px;
    background-color: #fff; 
    margin-right: 0;
    padding: 40px;
  }

  @media screen and (min-width: 1200px) {
    position: absolute;

    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 528px;
    padding: 40px;
  }

  @media screen and (max-width: 767px) {
    width: calc(100% - 2 * 15px);
  }

}

.iks {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);

  &:hover,
  &:focus {
    outline: none;
    color: black
  }
}

.gelesen {
  display: flex;
  justify-content: center;
}

.gelesen button {
  background-color: #eaeaea;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}

.gelesen button:hover {
  background-color: green;
}
 */

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none; /* Verstecke das Modalfenster standardmäßig */
}

.backdrop.is-open {
  display: flex; /* Zeige das Modalfenster, wenn es geöffnet ist */
  align-items: center;
  justify-content: center;
}

.modal {
  background-color: #fff;
  padding: 20px;
  max-width: 400px;
  border-radius: 5px;
}

.modal-content {
  margin-bottom: 10px;
}

.iksCal {
  color: white;
  margin-left: 90%;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.iks {
  margin-left: 90%;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.gelesen {
  display: flex;
  justify-content: center;
}

.gelesenA {
  color: rgb(240, 10, 10);
  background-color: #23f638;
  padding: 5px;
  border-radius: 5px;
  list-style: none;
  margin-top: 10px;
}

.close-btn {
  padding: 8px 16px;
  background-color: #337ab7;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: green;
}

.modal-content h2 {
  color: #000;
}
.modal-content span {
  color: #000;
}

order-type {
  display: flex;
  justify-content: center;
}
.order-type button {
   background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 1px 16px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}

.order-type button:hover {
   background-color: rgb(217, 160, 160);
  color: red;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
}


.tooltip:hover::after {
  visibility: visible;
}
/* 
gute variante

.hidden {
    display: none;
}

@media (max-width: 1200px) {
    #show-more {
        display: none;
    }

    .hidden {
        display: list-item;
    }
} */

.hidden {
    display: none;
}

#hidden-list {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#hidden-list {
    list-style-type: disc;
    padding-left: 20px;
}


#show-more:hover #hidden-list,
#hidden-list:hover {
    display: block;
    background: #eaf4e1;
    transition: background 0.3s ease;
}

#hidden-list li {
    display: grid;
    margin-bottom: 5px;
}

#hidden-list li a {
    color: #6d845d;
    text-decoration: none;
}

#hidden-list li a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    #show-more {
        display: none;
    }

    .hidden {
        display: list-item;
    }
} 





.navigation li {
  transition: transform 0.3s ease;
}

.navigation li:hover {
  transform: translateY(3px);
}

.brand {
  animation: roll-in 0.5s ease-in-out forwards;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  transition: transform 0.3s;
}


@keyframes roll-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.brand:hover {
  transform: scale(1.2);
}


.form-center {
  display: flex;
    justify-content: center;
    align-items: center;
}

.kontaktiere {
  font-size: 18px;
  font-family: Raleway sans-serif;
  color: rgb(29, 94, 236);
}

.pfeil {
    display: flex;
    font-size: xxx-large;
    justify-content: center;
}
@media (max-width: 480px) {
  .pfeil {
    font-size: xx-large;
  }
}

.para222 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.calendar iframe{
  width: 380px;
height: 500px;
} */


/* Regelwerk für Smartphones */
@media only screen and (max-width: 768px) {
  .calendar {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .calendar iframe {
    width: 360px;
    height: 600px;
  }
}

/* Regelwerk für Laptops */
@media only screen and (min-width: 769px) {
  .calendar {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .calendar iframe {
    width: 700px;
    height: 550px;
  }
}

.calBut {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.calBut button {
  background-color: #6d845d;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 7px;
}

/* Animation */
.calOrder {
  transition: background-color 0.3s;
  animation: pulsate 2s infinite;
}

@keyframes pulsate {
  0% {
    background-color: red;
  }
  50% {
    background-color: lightcoral;
  }
  100% {
    background-color: red;
  }
}

.imprDat {
        text-align: left;
        margin-bottom: 10px;
    }

    .headerExtra {
      margin-bottom: 20px;
    }

    .DatSchutz {
      display: block;
      margin-top: 50px;
    }

    .footerLast{
      color: white;
      margin: 5px;
    }
    .brandHome {
      color: white;
    }


/* Fügen Sie hier Ihr responsives Styling hinzu */

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    flex: 0 0 calc(33.33% - 20px); /* 3 Bilder nebeneinander mit Abstand */
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

@media (max-width: 767px) {
    .gallery-item {
        flex: 0 0 100%; /* Ein Bild pro Zeile auf kleinen Bildschirmen */
    }
}

.gallery-item:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.gallery-item p {
    margin-top: 10px;
    color: #000; /* Textfarbe schwarz */
}

.content-block {
    padding: 50px;
    background-color: #f5f5f5;
    text-align: center;
    display: none;
    color: #000; /* Textfarbe schwarz */
}
.brandAngebot {
  background-color: #6d845d;
}

.angeboteNeu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.angeboteNeu h2 {
  color: white;
}


/* Füge deinem Blumen-Logo einen Stil hinzu */
.flower-logo {
    display: inline-block; /* Erlaubt es, dass andere Elemente neben dem Logo sitzen */
    position: relative;
}
.flower-logo img {
    border-radius: 5px;
}

/* Stile für die Blumenform */
.flower-logo::before,
.flower-logo::after {
    content: "";
    position: absolute;
    width: 10px; /* Passe die Größe der Blumenblätter an */
    height: 10px;
    border-radius: 50%;
}

.flower-logo::before {
    top: -5px;
    left: 0;
}

.flower-logo::after {
    top: -5px;
    left: 5px;
}
.angeboteText a {
  color: #6d845d;
  font-size: 20px;
    font-family: Raleway sans-serif;
}

.about h1 {
  text-align: center;
  margin-top: 70px;
}



section.about {
  background: #eaf4e1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.contact-info a {
    text-decoration: none;
    color: #6d845d;    
    padding: 10px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center; /* Zentriert die Elemente vertikal */
}

.contact-info a:hover {
    background-color: #e7c7c7;
    border-radius: 10%;
}

.contact-info a img {
    width: 30px; /* Passe die Breite der Bilder nach Bedarf an */
    height: auto;
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    .contact-info {
        display: flex;
        flex-direction: column; /* Ändert die Ausrichtung auf "untereinander" */
        justify-content: center; /* Zentriert die Elemente vertikal */
        align-items: center; /* Zentriert die Elemente horizontal */
    }

    .contact-info a {
        width: 100%; /* Füllt die gesamte Breite */
        margin-bottom: 10px; /* Abstand zwischen den Elementen */
    }
}