/* LESS Document */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
/* LESS Document */
.anmelden_header {
  color: #333;
  margin: 0px 0px 10px 0px;
  text-align: center;
  font-size: 2.3em;
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  .anmelden_header {
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 2.1em;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1232px) {
  .anmelden_header {
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 2.1em;
    text-transform: uppercase;
  }
}
.center {
  margin: 0% auto 0% auto;
}
@media only screen and (min-width: 1232px) {
  .center {
    right: 20px;
  }
}
.insidelable {
  font-size: 28px;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  width: 80%;
  min-width: 350px;
  max-width: 350px;
}
@media only screen and (min-width: 760px) {
  form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1232px) {
  form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 350px;
  }
}
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: 100%;
  max-width: 400px;
  border-radius: 3px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: left;
  font-size: 18px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  transition-duration: 0.25s;
  font-weight: 300;
  padding: 10px;
}
form select:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form select:focus {
  background-color: white;
  width: 100%;
  color: #333;
}
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: 100%;
  border-radius: 3px;
  padding: 10px 15px 10px 40px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 1.6em;
  box-sizing: border-box;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
@media only screen and (min-width: 760px) {
  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: 100%;
    max-width: 300px;
    border-radius: 3px;
    padding: 10px 15px 10px 40px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 1.6em;
    box-sizing: border-box;
    color: white;
    transition-duration: 0.25s;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1232px) {
  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: 100%;
    max-width: 350px;
    border-radius: 3px;
    padding: 10px 15px 10px 40px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 1.5em;
    box-sizing: border-box;
    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: 100%;
  max-width: 350px;
  color: #333;
}
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: #333;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  font-size: 1.6em;
  transition-duration: 0.25s;
  /*        margin: 0 auto 10px auto;
        display: block;*/
}
@media only screen and (min-width: 760px) {
  form button {
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #333;
    border-radius: 3px;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    font-size: 1.6em;
    transition-duration: 0.25s;
    /*        margin: 0 auto 10px auto;
        display: block;   */
  }
}
@media only screen and (min-width: 1232px) {
  form button {
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #333;
    border-radius: 3px;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    font-size: 1.5em;
    transition-duration: 0.25s;
    /*        margin: 0 auto 10px auto;
        display: block; */
  }
}
@media only screen and (min-width: 1920px) {
  form button {
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #333;
    border-radius: 3px;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    font-size: 1.5em;
    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: #333;
}
.datenbankenfelder:hover {
  background-color: rgba(107, 121, 24, 0.4);
}
.datenbankenfelder:focus {
  background-color: #6b7918, 40%;
  width: 300px;
  color: #333;
}
.onlyread:focus {
  width: 90% !important;
}
.datenabfragefelder {
  margin: 0px !important;
  background-color: rgba(222, 222, 222, 0.8);
  color: #333;
  width: 90%;
}
.datenabfragefelder:hover {
  background-color: rgba(107, 121, 24, 0.4);
}
.datenabfragefelder:focus {
  background-color: #6b7918, 40%;
  width: 100%;
  color: #333;
}
.formfeldhide {
  display: none;
}
.suchfelder {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  background-color: rgba(222, 222, 222, 0.8);
  color: #333;
}
.suchfelder:hover {
  background-color: rgba(107, 121, 24, 0.4);
}
.suchfelder:focus {
  background-color: #6b7918, 40%;
  width: 300px;
  color: #333;
}
.floaten {
  float: left;
}
.bttnicon {
  margin-left: 10px;
  display: inline-block;
}
#loeschenbttn {
  padding: 5px;
  width: 500px;
}
#loeschenbttn2 {
  padding: 5px;
  width: 500px;
}
.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*/
.inputicon {
  position: relative;
  z-index: 1;
  left: 20px;
  top: -48px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
  font-size: 1.6em;
}
@media only screen and (min-width: 760px) {
  .inputicon {
    position: relative;
    z-index: 1;
    left: 20px;
    top: -48px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1232px) {
  .inputicon {
    position: relative;
    z-index: 1;
    left: 20px;
    top: -48px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
    font-size: 1.5em;
  }
}
input[type="file"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0.1px;
  height: 0.1px;
  user-select: none;
}
input[type="file"]:focus + label[for="files"] {
  border: 1px solid #85E5FF;
}
label[for="files"] {
  background: #FF7B47;
  padding: 10px;
  color: #fff;
  font-family: sans-serif;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
label[for="files"]:hover {
  background: #FF9E59;
}
