
body {

  background-color: #fff9f2;
  font-size: 1rem !important;

}

.bfblogo{
  width: 160px;
}

.bfblogo_foot{
  width: 80px;
}

.zitat{
  color: #5c6244;
  font-size: 1.3rem;
  text-align: center;
 padding-left: 3%;
 padding-right: 3%;
}
.nav-link{
  font-size: 1.2rem !important;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.stillaufz li {
  margin-bottom: 10px; /* Vergrößerung des Abstands zwischen den Zeilen */
}

h1{
  margin-bottom: 8%;
}

h2{
  font-size: 1.3rem;
}

h7{

  margin-bottom: 8%;
  color: #5c6244;
  text-decoration: underline;
  font-size: 1.3rem;
}
h8{

  color: #5c6244;
  text-decoration: underline;
  font-size: 1.6rem;
}

h9{

  font-size: 1.1rem;
}

h10{

  margin-bottom: 2%;
  color: #5c6244;
  text-decoration: underline;
  font-size: 1.3rem;
}

#kon_btn_sz{
  font-size: 1.5rem;
}
h3{
  color: #5c6244;
  text-decoration-color: #fff9f2;
  margin-bottom: 5%;
}



.navbar {
  background-color: rgb(255, 249, 242, 0.95);

}

.navbar-brand img {
  width: 150px;
    transition: width 0.3s ease-in-out;

}

.navbar-brand {
  margin-right: 0;
  padding: 0 1em;
}

.navbar-nav ul {
  align-items: center;
  width: 100%;

}
.navbar-nav {
  gap: 1rem;
}

.über_mich {
  position: relative;
  background-color: #fff9f2;
  display: grid;
  margin-top: 7.5rem;
  gap: 1rem;
  grid-template-areas: 
  "yas_bild yas_bild yas_bild ütext";
  padding: 3rem;
  max-width: 1900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.Stillberatung ul,
.Schlafberatung ul,
.Beikost ul {
  list-style-type: none;
}

.yas {
  grid-area: yas_bild;
}
.hinweis{
  grid-area: hinweis;
  background-color: #d8dfbe;
  padding: calc(2rem + 2vw) calc(2rem + 2vw);

}
.yas_bild {
  width: 100%;
  max-width: 3000px;
height: 100%;
  object-fit: cover;
}
.darkgreen {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8dfbe;
  height: 44px;
  text-align: center;
  margin-top: 4.5rem;
  
}

.ütext-content {
  display: flex;
  grid-area: ütext;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(216, 223, 190);
  padding: calc(2rem + 2vw) calc(2rem + 2vw);


}
.beorte{
  text-align: center;
  background-color: #d8dfbe;
}

.ütext-content h1 {
  display: flex;

  color: #5c6244;
}

.ütext-content p1 {
  margin-top: 5px;
  font-size: 1.1rem !important;

}

.ütext-content p2 {
  margin-top: 20px;
  font-size: 1.1rem !important;

}

.social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.8rem;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.social .bx:hover
{
  color: #5c6244;
  background-color: #d8dfbe;
}
.social a {

  margin: 0.5rem;
}

.social a .bx {
  padding: 5px;
  color: #d8dfbe;
  background-color: #5c6244;
  border-radius: 10%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.social_a a .bx:hover
{
  color: #5c6244;
  background-color: #d8dfbe;
}
.social_a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.8rem;
}
.social_a a {

  margin: 0.5rem;
}

.social_a a .bx {
  padding: 5px;
  color: #d8dfbe;
  background-color: #5c6244;
  border-radius: 10%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.social_a a .bx:hover
 {
  color: #5c6244;
  background-color: #d8dfbe;
}
.kon_term_off{
  display: none;
}
.dropdown-menu {
  background-color: #d8dfbe;
  border-radius: 0;
  border: none;
  font-size: 1rem;
}



.dropdown-menu[data-bs-popper] {
  top: 50%;
}

.Dienstleistungen {
  display: flex;
  background-color: #fff9f2;
  padding: 60px;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.Beikost {
  flex: 1 1 0;

  text-align: center;
}
.Stillberatung {
  flex: 1 1 0;
  text-align: center;
}

.Dienstleistungen img {
  margin-bottom: 20px;
}
.Schlafberatung h1 {
  margin-bottom: 20px;

  color: #5c6244;
  text-decoration: underline;
}
.Stillberatung h1 {
  margin-bottom: 20px;

  color: #5c6244;
  text-decoration: underline;
}
.Beikost h1 {
  margin-bottom: 20px;

  color: #5c6244;
  text-decoration: underline;
}

.button {
  background-color: #d8dfbe;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color:#26292d;
  margin: 20px 0;
  transition: 0.2s;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button:hover
 {
  background-color: #5c6244;
  color: #d8dfbe;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stillberatung_img {
  width: 350px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.stillberatung_img_1 {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stillberatung_img_2 {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 
}

.Schlafberatung {
  flex: 1 1 0;
  text-align: center;
}

.container_contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  overflow: hidden;
  margin-top: 10rem;
  min-height: 100vh;


}

ol,
ul {
  padding-left: 2rem;

}

.form {
  width: 100%;
  max-width: 1900px;
  background-color: #d8dfbe;

  box-shadow: 0 0 20px 1px rgb(92, 98, 68, 0.8);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.contact-info {
  background-color: #d8dfbe;
}

.contact-form {
  background-color: #fff9f2;
  position: relative;

}


.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fff9f2;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: calc(2rem + 2vw) calc(2rem + 2vw);
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #5c6244;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #5c6244;
  background: none;
  padding: 0.6rem 1.2rem;
  font-weight: 500;

  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}
.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #5c6244;

  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn_contact {
  padding: 0.6rem 1.3rem;
  background-color: #fff9f2;
  border: 2px solid #5c6244;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  margin-top: 3rem;
}

.btn_contact:hover
{
  background-color: #5c6244;
  color: #fff9f2;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff9f2;
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;

}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: calc(2rem + 2vw) calc(2rem + 2vw);
  position: relative;
}
.contact-info .title {
  color: #5c6244;
}
.text {
  margin: 1.5rem 0 2rem 0;
}

.Information {
  display: flex;
  margin: 0.7rem 0;
  align-items: center;
  gap: 1rem;

}

.Information p, .Information a {
  margin: 0; /* Resetting the margin for both paragraph and anchor elements */
  display: inline; /* Ensuring both elements are displayed inline */
}

.info{
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.Information a .bx {
  padding: 5px;
  color: #fff;
  background-color: #5c6244;
  border-radius: 10%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Information a .bx:hover
 {
  background-color: #d8dfbe;
  color: #5c6244;
}

.container_dr {
  display: flex;
  margin: 0.7rem 0;
  align-items: center;
  gap: 2rem;
}

.btn_Termin {
  background-color: #5c6244;
  border: none;
  color: #d8dfbe;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 2rem;

}
.btn_Termin_index {
  background-color: #5c6244;
  border: none;
  color: #d8dfbe;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 2rem;
  font-size: 1.2rem !important;
  width: 80%;

}


.btn_Termin:hover
{
  background-color: #d8dfbe;
  color: #5c6244;
}

.btn_Termin_index:hover
{
  background-color: #d8dfbe;
  color: #5c6244;
}

.btn_Termin_kontakt {
  background-color: #5c6244;
  border: none;
  color: #d8dfbe;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 2rem;

}

.btn_Termin_kontakt:hover
{
  background-color: #d8dfbe;
  color: #5c6244;
}


.foot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d8dfbe;
  text-align: center;
  margin-top: 3rem;
}

.btn_foot {
  background-color: #d8dfbe;
  border: none;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color:#26292d;
  transition: 0.2s;
  border-radius: 5px;
  margin-left: 5rem;
}

.btn_foot:hover
{
  color: #5c6244;
}

.container_beratung h1 {
  color: #5c6244;

  text-decoration: underline;
}

.container_beratung_1 h1 {
  color: #5c6244;
  text-decoration: underline;
}

.container_beratung_ueber_mich h9 {
  color: #5c6244;
  text-decoration: underline;

}

p3{
  color: #5c6244;


}

.hier{
  color: #5c6244;
}
.container_beratung_kosten h1 {
  color: #5c6244;

  text-decoration: underline;
}
.container_beratung_kosten {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.container_beratung{
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container_beratung_ueber_mich{
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container_beratung_impressum{
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.stillenpos {
  grid-area: bild;
}
.stillaufz {
  grid-area: aufz;
  background-color: #d8dfbe;
  padding: calc(2rem + 2vw) calc(2rem + 2vw);

}

.nav-item {
  padding-top: 3.8rem;
  font-size: 1rem !important;
  transition: width 0.3s ease-in-out;
}


.nav-item ul {
  list-style-type: none;

}


.kon_term{
    grid-area: kon_term;
    background-color:#d8dfbe;
    padding: calc(2rem + 2vw) calc(2rem + 2vw);
    text-align: center;

}

.kon_term_index{
    display: none;
    grid-area: kon_term;
    background-color:#d8dfbe;
    padding: calc(2rem + 2vw) calc(2rem + 2vw);
    text-align: center;
}
.stillbe {
    background: linear-gradient(135deg, #d8dfbe 0%, #c5ceaa 100%);
    padding: calc(2rem + 2vw) calc(2rem + 2vw);
    grid-area: textfeld;
    text-align: justify;
    vertical-align: middle;
    box-shadow: 0 10px 30px rgba(92, 98, 68, 0.15);
    position: relative;
    overflow: hidden;
}

.Impressum {
  background-color: #d8dfbe;
  padding: calc(2rem + 2vw) calc(2rem + 2vw);
  grid-area: Impressum;
  text-align: justify;
  vertical-align: middle;
  border-top: 1px solid #fff9f2;

}

.sep_line {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #5c6244 50%, transparent 100%);
    margin: 1.5rem 0;
    border-radius: 3px;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}
.kosten {
    background: linear-gradient(135deg, #d8dfbe 0%, #c5ceaa 100%);
    padding: calc(2rem + 2vw) calc(2rem + 2vw);
    grid-area: kosten;
    text-align: justify;
    vertical-align: middle;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(92, 98, 68, 0.15);
    position: relative;
    overflow: hidden;
}

.kosten::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 249, 242, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.kosten h7 {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #5c6244;
    text-align: center;
    margin-bottom: 2rem;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.kosten p {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.kosten p:hover {
    transform: translateX(5px);
    color: #4a5239;
}

.kosten h1{
  text-decoration: none;
}
.btn_Termin_a {
  background-color: #5c6244;
  border: none;
  color: #d8dfbe;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 1rem 0;
  font-size: 1.1rem;

}

.btn_Termin_a:hover
 {
  background-color: #d8dfbe;
  color: #5c6244;
}

.form-check{
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.form-check-input{
  transform: scale(1.5);
  margin-right: 3rem;


}



.form-check-input:checked {
  background-color: #5c6244;
  border-color: #5c6244;
}
.form-check:not(:checked) ~ .form-check::before {
  background-color: blue; /* Change the background color of the toggle when it is not checked */
  border-color: yellow; /* Change the border color of the checkbox when it is not checked */
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(51, 51, 51, 1);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
}

.cookie-banner-content {
  max-width: 1900px;
  margin: 0 auto;
  text-align: center;
}

.btn {
  background-color: rgb(92, 98, 68);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #d8dfbe;
  color: #5c6244;
}


@media (max-width: 1920px) {

  .stillbe {
    background-color: #d8dfbe;
    grid-area: textfeld;
    text-align: justify;
    vertical-align: middle;

  }
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    content: "";
    background-color: #5c6244;
    width: 0%;
    height: 2px;
    transition: all 0.5s;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {


    .navbar .navbar-nav .nav-link {
      padding: 0;
    }
  
    .navbar .navbar-nav .nav-item {
      position: relative;
    }
  

    /* Stiländerungen, wenn gescrollt wird */
.navbar .navbar-nav .nav-item.scrolled::after {
  bottom: 10px;
}
  
    .navbar .navbar-nav .nav-item:hover::after{
      width: 100%;
    }
    .dropdown:hover  > .dropdown-menu {
      display: block;
      margin-top: 0;
    }

  
    .dropdown-item:hover
  {
      background-color: rgb(92, 98, 68, 0.5) !important;
    }

        .container_beratung {
            display: grid;
            grid-template-areas:
              "textfeld bild"
              "textfeld aufz"
              "kon_term aufz";
            padding: 5rem;
            gap: 1rem;
            background-color: #fff9f2;
            margin-top: 5rem;

          }

          .container_beratung_ueber_mich {
            display: grid;
            grid-template-areas:
            "textfeld bild"
            "textfeld aufz"
            "hinweis hinweis";
  
            padding: 5rem;
            gap: 1rem;
            background-color: #fff9f2;
            margin-top: 6rem;

          }

          .container_beratung_impressum {
            display: grid;
            grid-template-areas:
              "Impressum"
              "textfeld";
            padding: 5rem;
            gap: 1rem;
            background-color: #fff9f2;
            margin-top: 6rem;

          }

          .container_beratung_kosten {
            display: grid;
            grid-template-areas:
              "textfeld kosten"
              "textfeld aufz"
              ;
            padding: 5rem;
            gap: 1rem;
            background-color: #fff9f2;
            margin-top: 5rem;
          
          }


  }

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    content: "";
    background-color: #5c6244;
    width: 0%;
    height: 2px;
    transition: all 0.5s;
    margin: 0 auto;
  }
  .sidebar {
    background-color: rgb(216, 223, 190);
    backdrop-filter: blur(10px);
  }
#logo2{
  width: 150px;

}

.border-bottom {
  border-bottom: 2px solid #fff9f2 !important;
}
  .nav-link:hover
{
    color: #5c6244;
  }
  .justify-content-center {
    justify-content: start !important;
  }

.nav-item{
  text-align: center;
  padding: 0;
 
}
.dropdown-menu{
  text-align: center;
  background-color: rgb(216, 223, 190);
  margin-left: 0;
}




.dropdown-item:hover
{
    background-color: rgb(92, 98, 68, 0.4);
    border-radius: 10px;
  }
  .foot {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 1rem;
 
  }

  .btn_foot {
    background-color: #d8dfbe;
    border: none;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
    border-radius: 5px;
    margin-left: 0rem;

  }

  .container_beratung {
    display: grid;
    grid-template-areas:
      "bild"
      "textfeld"
      "aufz"
      "kon_term";
    padding: 5rem;
    gap: 1rem;
    background-color: #fff9f2;
    margin-top: 8rem;

  }

  .stillberatung_img_2 {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   margin-top: -3rem;
  }

  .container_beratung_kosten {
    display: grid;
    grid-template-areas:
      "textfeld"
      "kosten"
      "aufz"
      "kon_term";
    padding: 5rem;
    gap: 1rem;
    background-color: #fff9f2;
    margin-top: 8rem;

  }
  .container_beratung_ueber_mich {
    display: grid;
    grid-template-areas:
      "bild"
      "textfeld"
      "aufz"
      "hinweis";
    padding: 5rem;
    gap: 1rem;
    background-color: #fff9f2;
    margin-top: 8.5rem;

  }

  .container_beratung_impressum {
    display: grid;
    grid-template-areas:
      "Impressum"
      "textfeld"
;
    padding: 5rem;
    gap: 1rem;
    background-color: #fff9f2;
    margin-top: 8.5rem;

  }
  .stillbe {
    background-color: #d8dfbe;
    grid-area: textfeld;
    text-align: justify;
    vertical-align: middle;
 
  }

  .über_mich {
    position: relative;
    background-color: #fff9f2;
    display: grid;
    margin-top: 7.5rem;
    gap: 1rem;
    grid-template-areas: 
    "yas_bild"
    "ütext";
    padding: 4rem;

  }
  .social{
    display: none;
  }
  .btn_Termin{
    display: none;
  }
  .social1 {
    margin-top: 30px;
  }
  .social1 a {
    margin: 0.5rem;

  }
  
  .social1 a .bx {
    padding: 5px;
    color: #d8dfbe;
    background-color: #5c6244;
    border-radius: 10%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  }
  
  
  
  .social1 a .bx:hover
  {
    color: #5c6244;
    background-color: #d8dfbe;
  }
  .btn_Termin1 {
    background-color: #5c6244;
    border: none;
    color: #d8dfbe;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .btn_Termin1:hover
 {
    background-color: #d8dfbe;
  }

  .btn_Termin_a {
    background-color: #5c6244;
    border: none;
    color: #d8dfbe;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  }
  
  .btn_Termin_a:hover
 {
    background-color: #d8dfbe;
  }
  .ütext-content {
    display: flex;
    grid-area: ütext;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #d8dfbe;

  
  
  }

  .kon_term_index{
    display: block;
    margin: 0 2rem 0 2rem;

}
.checkbox{
  font-size: 0.8rem;
}
.form {
  grid-template-columns: 1fr;
}

}

@media (max-width: 885px) {
  .container_beratung {
    display: grid;
    grid-template-areas:
      "bild"
      "textfeld"
      "aufz"
      "kon_term";
    padding: 5rem;
    gap: 1rem;
    background-color: #fff9f2;
    margin-top: 5rem;

  }
  .container_beratung_kosten {
    display: grid;
    grid-template-areas:
      "textfeld"
      "kosten"
      "aufz"
      "kon_term";
    padding: 5rem;
    gap: 1rem;
    background-color: #fff9f2;
    margin-top: 5rem;

  }

  .stillbe {
    background-color: #d8dfbe;
    grid-area: textfeld;
    text-align: justify;
 
  }

  .stillaufz {
    grid-area: aufz;
    background-color: #d8dfbe;
  }


  .contact-info:before {
    bottom: initail;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }


  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .darkgreen {
    padding: 2rem;
    }




.stillberatung_img {
  width: 350px;
 
}
}
@media (max-width: 480px) {
  body{
    background-color: #fff9f2;
  }
  .container_contact {
    padding: 1.5rem;
  }
  .contact-info:before {
    display: none;
  }
 
  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }



  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn_contact {
    padding: 0.45 1.2rem;
  }
  .container_beratung {
   
    gap: 1rem;
    background-color: #fff9f2;
    padding: 0 2rem 0 2rem;
    margin-top: 12rem;
  }
  .container_beratung_kosten {
   
    gap: 1rem;
    background-color: #fff9f2;
    padding: 0 1rem 0 1rem;
    margin-top: 12rem;
  }


  .stillbe {
    background-color: #d8dfbe;
    grid-area: textfeld;
    text-align: start;

  }

  .stillaufz {
    grid-area: aufz;
    background-color: #d8dfbe;
  }
  .container_beratung h1 {
    color: #5c6244;
    text-decoration: underline;
  }
  .container_beratung_kosten h1 {
    color: #5c6244;
    text-decoration: underline;
  }

  .container_beratung_1 h1 {
    color: #5c6244;
    text-decoration: underline;
  }
.kosten{
  text-align: start;
}

  .stillberatung_img {
    width: 100%;
   
}
.ütext-content {

padding: 2rem;

}
.darkgreen {
padding: 2rem;
}

.social_a {
  margin-top: 20px;

}
.über_mich {

  margin-top: 8.5rem;

  padding: 30px;
}

.container_beratung_ueber_mich {

  padding: 1rem;

}

.container_beratung_impressum{

  padding: 1rem;

}
.stillberatung_img_2 {

 margin-top: 1rem;
}

}



