/* PLZ Start Form – optimiert & visuell erweitert */

.plz-form-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem;
  font-family: sans-serif;
  background: #fff;
}

.plz-input-wrapper {
  display: flex;
  align-items: stretch;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-height: 60px;
  height: auto;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.3s ease;
}

.plz-input-wrapper:focus-within {
  border-color: #5a2a82;
  box-shadow: 0 0 0 3px rgba(90, 42, 130, 0.2);
}

.plz-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  background: #f3f3f3;
  border-right: 1px solid #ccc;
  font-size: 1.2rem;
  color: #5a2a82;
	
}
	.plz-label-wrapper {
  margin-bottom: 0.75rem;
}

.plz-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 0.75rem;
  text-align: left;
}



#plz-input,
#ort-display {
  flex: 1;
  border: none;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  height: auto;
  min-height: 60px;
  box-shadow: none;
}

#plz-input {
  background: #fff;
}

#ort-display {
  background: #f9f9f9;
  border-left: 1px solid #ccc;
  color: #444;
  font-weight: 500;
}

#plz-submit {
  background-color: #5a2a82;
  color: #fff;
  padding: 0 1.2rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-left: 1px solid #4a226e;
}

#plz-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  border-left-color: #bbb;
}

#plz-submit:hover:not(:disabled) {
  background-color: #6b36a0;
}

#plz-submit span {
  white-space: nowrap;
}

#plz-autocomplete-results {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 240px;
  overflow-y: auto;
  margin-top: -1rem;
  z-index: 999;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.result-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}

.result-item:hover {
  background: #f2eef8;
}

.plz-separator {
  display: none;
}

/* Fokus-Stil */
#plz-input:focus {
  outline: none;
}

#ort-display.filled {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Responsive Optimierung */
@media (max-width: 600px) {
  .plz-input-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .plz-icon {
    display: none;
  }

  #plz-input,
  #ort-display,
  #plz-submit {
    width: 100%;
    border-radius: 0;
    border-left: none !important;
  }

  #plz-submit {
    border-top: 1px solid #ccc;
    min-height: 44px;
	  
	}  
	
	  /* Cookie-Banner-Styling */
.plz-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  font-family: sans-serif;
}

.plz-cookie-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plz-cookie-text {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.plz-cookie-text a {
  color: #5a2a82;
  text-decoration: underline;
}

.plz-cookie-buttons {
  display: flex;
  gap: 10px;
}

.plz-cookie-buttons button {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
}

#plz-accept-cookies {
  background: #5a2a82;
  color: #fff;
}

#plz-decline-cookies {
  background: #ccc;
  color: #333;


	  
	  
	  
	  
  }
}
