/* LESS Document */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
body {
  font-family: 'FontAwesome', 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'FontAwesome', 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'FontAwesome', 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'FontAwesome', 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'FontAwesome', 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.anmelden_header {
  color: #ffffff;
  margin-top: 0px;
  text-align: center;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: left;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
form select:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form select:focus {
  background-color: white;
  width: 300px;
  color: #6b7918;
}
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: #6b7918;
}
form textarea {
  outline: none;
  max-width: 100%;
  min-width: 90%;
}
form button {
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #6b7918;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
  margin: 0 auto 10px auto;
  display: block;
}
form button:hover {
  background-color: #f5f7f9;
}
.bttn {
  text-align: center !important;
}
.datenbankenfelder {
  margin: 0px !important;
  background-color: rgba(222, 222, 222, 0.8);
  text-align: left;
  color: #6b7918;
}
.datenbankenfelder:hover {
  background-color: rgba(107, 121, 24, 0.4);
}
.datenbankenfelder:focus {
  background-color: #6b7918, 40%;
  width: 300px;
  color: #6b7918;
}
.onlyread:focus {
  width: 90% !important;
}
.datenabfragefelder {
  margin: 0px !important;
  background-color: rgba(222, 222, 222, 0.8);
  color: #6b7918;
  width: 90%;
}
.datenabfragefelder:hover {
  background-color: rgba(107, 121, 24, 0.4);
}
.datenabfragefelder:focus {
  background-color: #6b7918, 40%;
  width: 100%;
  color: #6b7918;
}
.formfeldhide {
  display: none;
}
.suchfelder {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  background-color: rgba(222, 222, 222, 0.8);
  color: #6b7918;
}
.suchfelder:hover {
  background-color: rgba(107, 121, 24, 0.4);
}
.suchfelder:focus {
  background-color: #6b7918, 40%;
  width: 300px;
  color: #6b7918;
}
.floaten {
  float: left;
}
.bttnicon {
  margin-left: 10px;
  display: inline-block;
}
#loeschenbttn {
  padding: 5px;
  width: 500px;
}
#loeschenbttn2 {
  padding: 5px;
  width: 500px;
}
select {
  font-family: 'FontAwesome', 'Source Sans Pro', sans-serif;
}
.balken {
  background-color: #6b7918;
  width: 100%;
  height: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
}
/*Checkboxen Styling 1*/
input[type="checkbox"] {
  display: none;
}
input#switch1 + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 15px;
  position: relative;
}
input#switch1 + label:hover {
  cursor: pointer;
}
input#switch1 + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
input#switch1:checked + label {
  background-color: #2b8718;
}
input#switch1:checked + label::before {
  margin: 0 0 0 30px;
}
input#switch1 + label::after {
  content: "KTYPE aktivieren?";
  position: absolute;
  left: 70px;
  top: -3px;
  width: 200px;
}
/*ENDE Checkboxen Styling 1*/
/*Checkboxen Styling 2*/
input#switch2 + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 15px;
  position: relative;
}
input#switch2 + label:hover {
  cursor: pointer;
}
input#switch2 + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
input#switch2:checked + label {
  background-color: #2b8718;
}
input#switch2:checked + label::before {
  margin: 0 0 0 30px;
}
input#switch2 + label::after {
  content: "Zusammenfassen?";
  position: absolute;
  left: 70px;
  top: -3px;
  width: 200px;
}
/*ENDE Checkboxen Styling 2*/
/*Checkboxen Styling 3*/
input#switch3 + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 15px;
  position: relative;
}
input#switch3 + label:hover {
  cursor: pointer;
}
input#switch3 + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
input#switch3:checked + label {
  background-color: #2b8718;
}
input#switch3:checked + label::before {
  margin: 0 0 0 30px;
}
input#switch3 + label::after {
  content: "Sortieren?";
  position: absolute;
  left: 70px;
  top: -3px;
  width: 200px;
}
/*ENDE Checkboxen Styling 3*/
/*Checkboxen Styling 4*/
input#switch4 + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 15px;
  position: relative;
}
input#switch4 + label:hover {
  cursor: pointer;
}
input#switch4 + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
input#switch4:checked + label {
  background-color: #2b8718;
}
input#switch4:checked + label::before {
  margin: 0 0 0 30px;
}
input#switch4 + label::after {
  content: "Ebay Merkmal?";
  position: absolute;
  left: 70px;
  top: -3px;
  width: 200px;
}
/*ENDE Checkboxen Styling 4*/
/*Checkboxen Styling 5*/
input#switch5 + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 15px;
  position: relative;
}
input#switch5 + label:hover {
  cursor: pointer;
}
input#switch5 + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
input#switch5:checked + label {
  background-color: #2b8718;
}
input#switch5:checked + label::before {
  margin: 0 0 0 30px;
}
input#switch5 + label::after {
  content: "Gallerie aktivieren?";
  position: absolute;
  left: 70px;
  top: -3px;
  width: 200px;
}
/*ENDE Checkboxen Styling 5*/
/*Checkboxen Styling 6*/
input#switch6 + label {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  display: inline-block;
  content: "";
  margin-right: 5px;
  transition: background-color 0.5s linear;
  margin-top: 15px;
  position: relative;
}
input#switch6 + label:hover {
  cursor: pointer;
}
input#switch6 + label::before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
}
input#switch6:checked + label {
  background-color: #2b8718;
}
input#switch6:checked + label::before {
  margin: 0 0 0 30px;
}
input#switch6 + label::after {
  content: "Freifeld 3 mit senden?";
  position: absolute;
  left: 70px;
  top: -3px;
  width: 200px;
}
/*ENDE Checkboxen Styling 6*/
