html { 
    height: 100% 
} 

body { 
    min-height: 101%; 
}

.container {

background-color: #fff;

}

/* Text-Logo für Städte ohne eigenes Bild-Logo */
.site-titel {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
}

/* Navigation und Logobox */
.box {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  text-align: center;
   width: 300px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.add {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  text-align: center;
   width: 300px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}






.btn {

  width: 280px;
  display: block;
  padding: 5px 8px;
  font-size: 1.3em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;

}

.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #000;
  background-color: #e6e6ff;
  border-color: #adadad;
}

.btn-xs {
	font-size: 1em;
	padding-left: 10px;
	padding-top: 2px;
	padding-Bottom: 2px;
			}

/* Branchen-/Kategoriebuttons mit stabil ausgerichteter Firmenzahl */
.eintrags-button {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eintragsname {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: left;
}

.eintragszahl {
  flex: 0 0 auto;
  margin-left: auto;
  font-weight: normal;
  opacity: 0.85;
  white-space: nowrap;
}

/* Formular "Firma eintragen" */
.formular label {
  display: block;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 0.9em;
}

.formular input,
.formular select,
.formular textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.checkbox-label {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  font-weight: normal !important;
  font-size: 0.85em !important;
  margin-top: 14px !important;
  line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
  width: auto !important;
  margin-top: 3px;
  flex-shrink: 0;
}

.formular textarea {
  resize: vertical;
}

/* Honeypot: für echte Nutzer unsichtbar, aber vorhanden (kein display:none,
   damit einfache Bots es nicht am CSS erkennen) */
.hp-feld {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* Suchfeld auf der Startseite */
.suche-box {
  padding-top: 15px;
  border-top: none;
}

.suche-input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 1.1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.suche-ergebnisse {
  margin-top: 6px;
  text-align: left;
}

.suche-treffer {
  display: block;
  padding: 6px 4px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
  font-size: 0.95em;
}

.suche-treffer:hover {
  background-color: #f5f5f5;
}

.suche-typ {
  display: inline-block;
  font-size: 0.7em;
  color: #999;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 4px;
  margin-right: 6px;
  vertical-align: middle;
}

.suche-sub {
  display: block;
  font-size: 0.8em;
  color: #888;
}

.suche-leer {
  color: #999;
  font-size: 0.9em;
}

/* Premium-Einträge: farblich abgesetzt */
.add-premium {
  background-color: #fffaf0;
  border-left: 4px solid #b8860b;
  padding-left: 8px;
}

.firmenlink {
  color: #b8860b;
  font-weight: bold;
  text-decoration: none;
}

.firmenlink:hover {
  color: #8a6508;
  text-decoration: underline;
}

/* Custom page footer */
.footer {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  text-align: center;
   width: 300px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


  
