.elementor-3644 .elementor-element.elementor-element-e581a5a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3644 .elementor-element.elementor-element-e581a5a:not(.elementor-motion-effects-element-type-background), .elementor-3644 .elementor-element.elementor-element-e581a5a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D4AF37;}.elementor-3644 .elementor-element.elementor-element-e581a5a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3644 .elementor-element.elementor-element-7f16ab5d{width:var( --container-widget-width, 1120px );max-width:1120px;--container-widget-width:1120px;--container-widget-flex-grow:0;}.elementor-3644 .elementor-element.elementor-element-7f16ab5d > .elementor-widget-container{margin:0% 0% 0% 0%;padding:0% 0% 0% 0%;}.elementor-3644 .elementor-element.elementor-element-7f16ab5d.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-3644 .elementor-element.elementor-element-e581a5a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3644 .elementor-element.elementor-element-7f16ab5d.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}}@media(min-width:768px){.elementor-3644 .elementor-element.elementor-element-e581a5a{--width:100%;}}@media(max-width:767px){.elementor-3644 .elementor-element.elementor-element-e581a5a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-3644 .elementor-element.elementor-element-e581a5a.e-con{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-7f16ab5d */.kontakt-info {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  width: 100%; /* Ensure it takes the full width of its parent */
  max-width: 1150px; /* Maximum width of the content */
}

.kontakt-details {
  display: flex;
  width: 100%; /* Full width to stretch across the container */
  justify-content: space-between; /* Distributes items evenly */
  align-items: center; /* Aligns items vertically in the center */
  flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

.kontakt-info p, .kontakt-info a {
  margin: 10px 0;
  white-space: normal; /* Allows text to wrap correctly */
  color: #000; /* Link color (black) */
  text-decoration: none; /* Removes underline from links */
}

.kontakt-info a:hover {
  text-decoration: underline; /* Adds underline on hover */
}

.separator {
  display: none; /* Hide the separator by default */
  color:white; /* Color of the separator */
  padding-bottom: 10px;
 
  
}

@media (min-width: 1150px) { /* For desktops */
  .kontakt-footer {
    text-align: left; /* Aligns text to the left */
  }

  .kontakt-info {
    flex-direction: row; /* Arranges items in a row */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
  }

  .separator {
    display: inline; /* Shows the separator */
    margin: 0 10px; /* Margin around the separator */
  }

  .kontakt-info p, .kontakt-info a {
    margin: 0 10px; /* Spacing around items */
    white-space: nowrap; /* Prevents text from wrapping */
  }
}
@media (max-width: 768px) { /* For mobile devices and tablets */
  .kontakt-footer {
    font-size: 16px; /* Smaller font size for mobile devices */
  }
  
  .kontakt-pealkiri {
    margin-top: 40px; /* Ensures 40px space above */
    margin-bottom: 50px; /* Corrected to ensure consistent spacing */
  }

  .kontakt-info p:not(:first-child), .kontakt-info a:not(:first-child) {
    margin-top: 10px; /* Adjusted to ensure consistent spacing for elements that are not the first child */
    margin-bottom: 10px;
  }

  /* Targeting the Facebook link specifically */
  .kontakt-info p:last-child a::before {
    content: "";
    display: inline-block; /* Ensures the FB text is in line with the link */
    margin-right: 5px; /* Optional: Adds a small space between the FB text and the link */
  }
}

@media (max-width: 768px) { /* For mobile devices and tablets */
  .kontakt-footer {
    font-size: 16px; /* Smaller font size for mobile devices */
  }
  
  .kontakt-pealkiri {
    margin-top: 40px; /* Ensures 40px space above */
    margin-bottom: 50px; /* Ensures 40px space below */
  }

  .kontakt-info p:not(:first-child), .kontakt-info a:not(:first-child) {
    margin-top: 1px; /* Standardize spacing for elements that are not the first child */
    margin-bottom: 1px;
  }
}/* End custom CSS */