@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html,
body.login {
  height: 90%;
}

body.login {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container {
	max-width: 1800px !important;
}

.container .col-6 {
    width: 49%;
    float: left;
    margin-right: 1%;	
}

.clear {
	clear: both;
}

body.intern {
  padding-top: 4.5rem;
}

a.nav-link {
	color:#404040 !important;
}

h3 {
	color: #20385b;
}

table.products a {
	color: #000 !important;
}

table.products a:hover {
	text-decoration: none;
}

.zustand_rot { background:#f8d7da; }
.zustand_gelb { background: #ffeeba; }
.zustand_green { background:#c3e6cb; }

