/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.elementor-widget-text-editor,
p, span {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  hyphens: auto !important;
}

html {
    scroll-behavior: smooth; 
}

html, body {
  overflow-x: hidden;
}

label [for="form-field-nachricht"]::placeholder {
    color: white;
    font-weight: 600;
    vertical-align:middle;
}

#form-field-datenschutz {
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    cursor: pointer;
}

#form-field-datenschutz + label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px; 
    cursor: pointer;
    font-size: 1em;
    color: #165C7D;
    line-height: 1.4;
}

#form-field-datenschutz + label::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #165C7D;
    border-radius: 50%; 
    background-color: white;
    transition: all 0.2s ease-in-out;
}

#form-field-datenschutz:checked + label::before {
    background-color: #CE0058;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


input.elementor-field:not(#form-field-datenschutz) {
    padding: 16px !important;
}

input.elementor-field {
    padding:16px!important;
}

.elementor-pagination-type-progressbar {
    position: absolute !important;
    bottom: -20px !important;  
    top: auto !important;
    height: 4px !important;  
    width: 80%; 
    left: 50%;
    transform: translateX(-50%);
}

[data-elementor-type="loop-item"] {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

[data-elementor-type="loop-item"]:hover {
    transform: scale(0.95);   
    z-index: 10;
}

.loop-no-transform .elementor[data-elementor-type="loop-item"],
.loop-amb .elementor[data-elementor-type="loop-item"] {
    transition: none !important;
}

.loop-no-transform .elementor[data-elementor-type="loop-item"]:hover,
.loop-amb .elementor[data-elementor-type="loop-item"]:hover {
    transform: none !important;
    z-index: auto !important;
}

.loop-amb .e-loop-item:nth-child(even) {
    background-color: #f9f9f9; 
    border-radius: 8px;
}

.popup-image {
    width: 100%; 
    height: auto!important; !
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius:1em!important;
    margin-bottom: 5px; 
}

.custom-popup {
    font-family: "CoreMellow", Sans-serif;
    text-align: left;
    border-radius:15px;
}

.custom-popup h3 {
    margin: 0;
    font-size: 1.5em;
    color: #165C7D;
    font-weight: 500;
}

.custom-popup p {
    margin: 5px 0;
    font-size: 1.25em;
    color:#165C7D;
    font-weight:400;
}

.custom-popup a {
    color: #CE0058;
    font-size:1.25em;
    text-decoration: none;
    font-weight: 500;
}

.custom-popup a:hover {
}

.contact-icon {
    width: 1.25em; 
    height: 1.25em;
    vertical-align: middle; 
    margin-right: 0.5em; 
    flex-shrink: 0;
}

.contact-container {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 8px;
}

.contact-link {
  font-size: 1.1em;
  color: #CE0058;
  font-weight: 500;
  text-decoration: none;
}

.leistungen-container {
    margin: 10px 0;
}

.leistung-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size:1.25em;
    font-family: "CoreMellow", Sans-serif;
    color:#165C7D;
}

.leistung-icon {
    width: 1.25em; 
    height: 1.25em; 
    margin-right: 0.75em; 
}

.button {
    font-family: "CoreMellow", Sans-serif;!important;
    font-size: 1.25em!important;
    display: block!important;
    width:100%!important;
    color:white!important;
    font-weight: 600!important;
    padding:1em!important;
    text-transform: uppercase;
    background-image: linear-gradient(135deg, var( --e-global-color-secondary ) 0%, #AF1352 100%);
    border-radius: 50px 50px 50px 50px;
    text-align:center!important;
    text-decoration:none;
}


.search-container .filter-block {
  flex: 1 1 0;
  max-width: 100%;
}


.search-container {
  width: 100%;
  background-color: #165C7D;
  padding: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}


.search-container input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #165C7D;
    border-radius: 5px;
    outline: none;
    transition: border 0.3s;
}

.search-container input[type="text"]:focus {
    border-color: #CE0058;
}


.filter-group {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}


.filter-group .checkbox-group {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}


.filter-group .checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #165C7D;
    border-radius: 50%;
    background: white;
    position: relative;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}


.filter-group .checkbox-group input[type="checkbox"]:checked {
    background-color: #CE0058;
    border-color: #165C7D;
}


.filter-group .checkbox-group input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 12px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}


.filter-group .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    color: #000;
}


@media (max-width: 768px) {
    .search-container {
        width: 90%;
        top: 10px;
        padding: 10px;
    }

    .filter-group {
        padding: 8px;
    }

    .filter-group .checkbox-group {
        gap: 8px;
    }

    .filter-group .checkbox-group label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .search-container {
        position: relative;
        width: 100%;
        padding: 10px;
        background-color: #165C7D;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
}

.hover-button {
  position: relative;
  width: 50px;
  height: 50px;
  background: #CE0058;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.hover-button::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 50px;
  width: 120px;
  height: 50px;
  background: #CE0058;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.hover-button:hover {
  width: 170px;
}

.hover-button:hover::after {
  left: 50px;
  opacity: 1;
}

.e-n-accordion-item {
  border: 1px solid #ddd;
  border-radius:10px;
  margin: 16px 0;
  
}


@media (max-width: 768px) { 
    .e-n-accordion-item {
  border: 1px solid #ddd;
  border-radius:10px;
  margin: 16px 0;
  
}
}



.floating-buttons {
  position: fixed;
  font-family:CoreMellow;
  right: 0;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1000;
  padding:0;
  margin:0;
}


.floating-button {
  position: relative;
  width: 80px;
  height: 80px;
  background: #CE0058;
  color: white;
  border-radius: 10px;
    border: 2px solid #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

}

.floating-button:hover {
    color:#FFF!important;
}


.floating-button::after {
  content: attr(data-text);
  white-space:nowrap;
  width:max-content;
  position: absolute;
  right: auto;
  left:calc(100% + 16px);
  height: auto;
  background: #165C7D;
  color: white;
  font-size: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  padding:10px 15px;
}


.floating-button.active::after,
.floating-button:hover::after {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .floating-buttons {
    right: 0.5rem;
  }
}



#radius-slider {
    width: 100%; 
    appearance: none; 
    background: #ddd; 
    height: 8px; 
    border-radius: 5px; 
    outline: none; 
    opacity: 0.7; 
    transition: opacity .2s; 
}

#radius-slider:hover {
    opacity: 1; 
}

.suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9); 
    border-radius: 5px; 
    width: 100%; 
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}


.suggestions-list li {
    padding: 10px; 
    cursor: pointer;
    color: #165C7D; 
    transition: background 0.3s; 
}


.suggestions-list li:hover {
    background: #5D8AA8; 
    color: white; 
}

.e-load-more-spinner svg {
    height:3em!important;
    width:3em!important;
    fill:white;
}

.highlight {
    font-weight:600;
    color:#CE0058;
}

.highlight-magenta {
    color:#CE0058;
}

.elementor-icon-box-content ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight:500;
    line-height: 1.8;
    padding-left: 20px;
    list-style-type: disc;
}

.elementor-widget-text-editor ul {
    padding-left: 20px;
    list-style-type: disc;
}

.scroll-to-top {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    display: none; 
    z-index: 999; 
    transition: opacity 0.3s ease; 
}

.scroll-to-top.active {
    display: block; 
    opacity: 1; 
}



#wave {
  display: block;
  width: 120vw;
  height: 220px;
  min-width: 100%;
  max-width: none;
}

@media (max-width: 768px) {
  #wave {
    height: 100px;
  }
}

  @keyframes waveMove {
    0% {
      d: path("M1920 68.0284C1835.35 82.4321 1684.01 100.33 1451.06 100.33C1060.91 100.33 868.772 6.96535e-07 480.571 6.85716e-05C237.366 0.000111095 82.2078 19.6784 6.01426e-06 34.3976L3.84661e-05 220L1920 219.999L1920 68.0284Z");
    }
    50% {
      d: path("M1920 128.0284C1835.35 92.4321 1684.01 110.33 1451.06 110.33C1060.91 110.33 868.772 10.96535e-07 480.571 10.85716e-05C237.366 10.000111095 82.2078 29.6784 6.01426e-06 44.3976L3.84661e-05 220L1920 219.999L1920 128.0284Z");
    }
    100% {
      d: path("M1920 68.0284C1835.35 82.4321 1684.01 100.33 1451.06 100.33C1060.91 100.33 868.772 6.96535e-07 480.571 6.85716e-05C237.366 0.000111095 82.2078 19.6784 6.01426e-06 34.3976L3.84661e-05 220L1920 219.999L1920 68.0284Z");
    }
  }

  #wavePath {
    animation: waveMove 6s ease-in-out infinite;
    transform-origin: center;
  }

.marker-cluster-small div {  
  background-color: rgba(22, 92, 125, 0.6)!important;
  color: #fff !important;
}

.marker-cluster-small {
    background-color: rgba(22, 92, 125, 0.6)!important;
}

.marker-cluster-medium div {  
  background-color: rgba(22, 92, 125, 0.3)!important;
  color: #fff !important;
}

.marker-cluster-medium {
    background-color: rgba(22, 92, 125, 0.3)!important;
}

.kachel-link {
  position: relative;
  cursor: pointer;
}
.kachel-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
}

.slideshow-container {
  position: relative;
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow-image {
  width: 100%;
  height: auto;
  border-radius: 1em;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.slideshow-prev,
.slideshow-next {
  z-index: 10;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Karte*/

.address-wrapper {
  position: relative;
}

.address-wrapper input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #165C7D;
  border-radius: 5px;
  outline: none;
  transition: border 0.3s;
}

.address-wrapper input:focus {
  border-color: #CE0058;
}

.clear-btn {
  position: absolute;
  padding:8px;
  margin:0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 1.5em;
  color: #CE0058;
  cursor: pointer;
  display: flex;
  justify-content:center;
  align-items:center;
  height:100%;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.clear-btn:hover {
  color: #a90045;
  transform: translateY(-50%) scale(1.2);
}

.address-wrapper input:focus + .clear-btn,
.address-wrapper input:not(:placeholder-shown) + .clear-btn {
  display: block;
}

.autocomplete-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: white;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.autocomplete-list li {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-list li:hover {
  background-color: #f0f0f0;
}

.dropdown-container {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.filter-dropdown {
  position: relative;
  flex: 1;
  min-width: 220px;
}

.dropdown-toggle {
  width: 100%;
  padding: 12px;
  font-size: 1.25em;
  font-family: "Open Sans", sans-serif;
  font-weight:600;
  background-color: #CE0058;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #FFF;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.dropdown-toggle:hover {
  background-color: #AF1352;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  border: 2px solid #165C7D;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  margin-top: 5px;
  padding: 10px;
}

.filter-dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
}

.dropdown-menu input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #165C7D;
  border-radius: 50%;
  background: white;
  position: relative;
  cursor: pointer;
}

.dropdown-menu input[type="checkbox"]:checked {
  background-color: #CE0058;
  border-color: #165C7D;
}

.dropdown-menu input[type="checkbox"]:checked::after {
  content: "\2713";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}


.search-container.horizontal-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}


.filter-block {
  flex: 1 1 30%;
  min-width: 250px;
}


.filter-block .dropdown-toggle {
  width: 100%;
}


@media (max-width: 768px) {
  .search-container.horizontal-layout {
    flex-direction: column;
  }

  .filter-block {
    width: 100%;
  }
}

.address-wrapper.with-icon {
  position: relative;
  width: 100%;
  background:#F0F0F0;
  border: 2px solid #165C7D;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 35px;
  box-sizing: border-box;
}

.address-wrapper.with-icon input {
  flex: 1;
  padding: 12px;
  font-size: 1.25em;
  font-family: "CoreMellow", Sans-serif;
  border: none;
  outline: none;
  background: transparent;
  color: #165C7D;
  font-weight:500;
}

.address-wrapper.with-icon .clear-btn {
  position: absolute;
  right: 8px;
  transform: translateY(-50%);
  border-radius: 50px;
  background: none;
  font-size: 2em;
  color: #165C7D;
  font-weight:500;
  cursor: pointer;
  line-height: 1;
}

.dropdown-toggle {
  position: relative;
  padding-right: 36px;
}

.dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.25em;
  color: #FFF;
  transition: transform 0.3s ease;
}

.filter-dropdown.open .dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}


#autocomplete-results {
    position: absolute;
    top:100%;
    left:0;
    width:100%;
  margin: 8px 0 0 0;
  padding:0;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  z-index: 1000; 
}


#autocomplete-results .use-geolocation {
  padding: 10px 14px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s;
}

#autocomplete-results .use-geolocation:hover {
  background-color: #f0f0f0;
}



.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  /*border: 2px solid #165C7D;*/
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 0;
}

.autocomplete-list li {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 16px;
  color: #165C7D;
  transition: background 0.2s ease;
  margin-top: 5px;
  list-style:none;
}

.autocomplete-list li:hover {
  background-color: #F0F0F0;
}

.autocomplete-list .use-geolocation {
  font-weight: 600;
  color: #CE0058;
  margin:0;
}

#address::placeholder {
  color: white;
  opacity: 1; 
}


#address::-webkit-input-placeholder {
  color: #165C7D;
}


#address:-ms-input-placeholder {
  color: #165C7D;
}

.search-container.horizontal-layout.stacked {
  flex-direction: column;
  gap: 12px;
}

.search-container.stacked .filter-block {
  width: 100%;
}

.dropdown-menu input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.rotate-icon:hover img {
  transform: rotate(90deg);
  transition: transform 0.6s ease-in-out;
}

.search-container {
  z-index: 9999 
}

/* SIDEBAR Overlay rechts */
.search-sidebar {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 350px;
  background: rgba(255,255,255,0.85);
  border-radius: 1.2em;
  box-shadow: 0 6px 32px rgba(0,0,0,0.13);
  z-index: 1000;
  padding: 32px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.filter-section {
  margin-bottom: 0;
}

.filter-label {
  font-size: 1.4em;
  font-weight: 500;
   font-family: "CoreMellow", Sans-serif;
  margin-bottom: 8px;
  color: #165C7D;
  letter-spacing: 0.01em;
}

.filter-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  font-weight:500;
  font-size: 1.1em;
  font-family: "CoreMellow", Sans-serif;
  cursor: pointer;
  color: #165C7D;
}

.filter-options input[type="checkbox"] {
  accent-color: #CE0058;
  width: 22px;
  height: 22px;
  border-radius: 5px;
}

.reset-btn {
  width: 100%;
  font-family: "CoreMellow", Sans-serif;
  background: #CE0058;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
  border-radius: 50px;
  padding: 14px 0;
  cursor: pointer;
  transition: background 0.22s;
}
.reset-btn:hover {
  background-image: linear-gradient(135deg, #CE0058 0%, #AF1352 100%);
}

/* Mobile: Sidebar unter Karte */
@media (max-width: 900px) {
  .search-sidebar {
    position: static;
    width: 100%;
    max-width: 100vw;
    border-radius: 0 0 1.3em 1.3em;
    box-shadow: 0 3px 20px rgba(0,0,0,0.11);
    padding: 20px 10px 10px 10px;
    margin-bottom: 10px;
  }
}


@media (max-width: 600px) {
  .search-sidebar {
    padding: 8px 0 8px 0;
    border-radius: 0;
    min-height: unset;
    max-height: unset;
  }
  .sidebar-inner { gap: 10px; }
}

.map-wrapper {
  display: flex;
  width: 100%;
  height: 650px; /* identisch zu deiner Karte */
  align-items: stretch;
  position: relative;
}

.map-wrapper > .e-con-child:first-child {
  flex: 1 1 0%;
  min-width: 0;
  /* Karte nimmt alles was übrig bleibt */
}

.map-wrapper > .e-con-child:last-child .search-sidebar {
  width: 350px;
  max-width: 100vw;
  height: 100%;
  background: rgba(255,255,255,0.97);
  border-radius: 18px;
  box-shadow: 0 6px 36px 0 rgba(40,20,60,0.12);
  padding: 28px 24px 24px 24px;
  margin-left: 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .map-wrapper {
    flex-direction: column;
    height: auto;
  }
  .map-wrapper > .e-con-child:last-child .search-sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    border-radius: 0 0 18px 18px;
    padding: 18px 8px 12px 8px;
  }
}

.legend-section {
    gap:4px;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-right:8px;
}

.legend-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border:1px solid red;
}

.legend-item span {
    font-weight:500;
    color:grey;
  font-size: 1.1em;
  font-family: "CoreMellow", Sans-serif;
    }

input[name="form_fields[intern]"] {
  display: none !important;
}

.elementor-menu-anchor { 
    display: block; 
    position: relative; 
    top: -150px; 
}