.danger {
  color: red;
}
.ausblenden {
  display: none !important;
}

.form-floating input,
.form-floating select,
.form-floating textarea {
  background-color: hsl(0, 0%, 50%, 0.3);
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px hsl(0, 0%, 50%, 0.2);
  box-shadow: 0 0 0 1px hsl(0, 0%, 50%, 0.2);
}

.form-floating input:focus,
.form-floating select:focus,
.form-floating textarea:focus {
  -webkit-box-shadow: 0 0 0 1px hsl(0, 0%, 50%, 0.2);
  box-shadow: 0 0 0 1px hsl(0, 0%, 50%, 0.2);
}

.vorschau {
  min-height: 100vh;
}

.vv {
  border: 1px solid hsl(0, 0%, 50%, 0.8);
  padding: 15px;
  border-radius: 10px;
  min-height: 80vh;
}

.hh .row {
  padding-bottom: 25px;
  font-size: 1.5rem;
}
.hh {
  background-color: hsl(0, 0%, 50%, 0.35);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.move:hover,
.move:active {
  color: green;
  cursor: move;
}

.w-10 {
  width: 10%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#offcanvasAdmin,
#offcanvasRep,
#offcanvasEdit,
#offcanvasStellplatzListe {
  min-height: 100vh;
}
#dbutton {
  min-height: 150px;
}

.addinput {
  background-color: #ffc299;
}
#hsuche {
  min-width: 100%;
  padding-top: 15px;
}

.maincard {
  min-height: 500px;
  border: none;
}

#navTabs1_tabs a.nav-link.active {
  background-color: gray !important;
  color: white !important;
  font-weight: bold;
}

#tabledetails th {
  text-align: justify;
  letter-spacing: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 0.2px solid;
  font-weight: bold;
  width: 35%;
}

#tabledetails td {
  padding-left: 5px;
}

#navTabs1_content .tab-pane {
  padding: 5px;
  border: thin solid grey;
  border-radius: 5px;
}

#swzg {
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
}

.col-sm-2 {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: visible;
  display: block;
}

main.container-fluid {
}
