/* hind-regular - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../local-fonts/hind-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../local-fonts/hind-v16-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../local-fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../local-fonts/roboto-mono-v22-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: 'Hind', sans-serif;
  font-size: 24px;
}
@media (max-width: 800px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-height: 800px) {
  body {
    font-size: 14px;
  }
}
footer {
  margin: 0;
  min-height: 800px;
  font-size: 20px;
}
@media (max-width: 800px) {
  footer {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  footer {
    font-size: 14px;
  }
}
@media (max-height: 800px) {
  footer {
    font-size: 14px;
  }
}
/*  Bootstrap overwrite 
    --------------------------------------------
*/
.card,
.btn,
.form-control {
  border-radius: 2px;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .form-control {
    height: 40px;
    font-size: 15px;
    padding-left: 4px;
  }
}
.form-control:focus {
  border-color: #000;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 768px) {
  .btn-lg {
    height: 40px;
    font-size: 15px;
  }
}
.btn-light.medium {
  background-color: #eee;
}
.btn-light.medium:hover {
  background-color: #ddd;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
/*  Ende Bootstrap overwrite 
    --------------------------------------------
*/
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .material-icons.md-48 {
    font-size: 32px;
  }
}
a .material-icons,
a .material-icons:hover,
a .material-icons:active,
a .material-icons:visited,
a .material-icons:focus {
  color: #000;
  text-decoration: none;
}
#main-nav {
  position: absolute;
  z-index: 1000;
  top: 0px;
}
.logo {
  max-width: 360px;
  height: auto;
}
@media (max-width: 575.98px) {
  .logo {
    max-width: 260px;
  }
}
#complete,
#complete2 {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.white {
  background-color: #fff;
  color: #000;
}
.black {
  background-color: #000;
  color: #fff;
}
.black-2 {
  background-color: #161a20;
  color: #fff;
}
.color-black {
  color: #000;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-1 {
  opacity: 1;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.bl-border-top {
  border-top: 1px solid #ddd;
}
.bl-border-right {
  border-right: 1px solid #ddd;
}
.bl-border-left {
  border-left: 1px solid #ddd;
}
#input-username {
  width: 100%;
}
#input-password {
  width: 100%;
  font-family: 'Roboto Mono', monospace;
}
#input-pass {
  font-family: 'Roboto Mono', monospace;
}
.required-error {
  background-color: #880000;
  border-color: #880000;
}
#complete2,
#container-entries,
#container-entries-start {
  display: none;
}
#container-entries {
  background-color: #f0f0f0;
}
#left-bar {
  background-repeat: no-repeat;
  background-position: center center;
}
.entry {
  border-top: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.entry:hover {
  background-color: #fff;
  opacity: 1;
}
#entry-add {
  background-color: #f7f7f7;
}
.h180 {
  height: 140px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .h180 {
    height: 80px;
  }
}
#edit {
  display: none;
  background-color: #fff;
}
.active {
  opacity: 1;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #fff;
}
label {
  opacity: 0.7;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 1024px) {
  label {
    font-size: 15px;
  }
}
.smaller {
  opacity: 0.7;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 1024px) {
  .smaller {
    font-size: 15px;
  }
}
.smallest {
  color: #999;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .smallest {
    font-size: 12px;
  }
}
#edit input {
  color: #000;
}
.color-div {
  height: 100%;
  width: 45px;
  background-color: #333339;
}
@media (max-width: 1024px) {
  #input-search {
    font-size: 15px;
  }
}
.passwordlength {
  font-size: 15px;
}
