input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 70px;
  height: 100%;
}
.content {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  background: white;
  -moz-box-shadow: 0 0 20px black;
  -webkit-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
}
.navbar {
  font-size: large;
  min-height: 70px;
  background-color: #e67e22;
  border: none;
}
.navbar .navbar-nav>li>a {
  padding-top: 35px;
  color: whitesmoke;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
  background-color: #e67e22;
}
.navbar .dropdown-menu>li>a {
  font-size: large;
}
a {
  color: #e67e22;
  text-decoration: none;
}
a:hover {
  color: #e67e22;
  text-decoration: underline;
}
h1 {
  color: #585f69;
  border-bottom: 2px solid #e67e22;
  border-bottom-width: 2px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
}
h2 {
  color: #585f69;
  border-bottom: 2px solid #e67e22;
  border-bottom-width: 2px;
  display: inline-block;
  margin-top: 20px;
  font-size: larger;
}
.jumbotron {
  background-color: transparent;
}
.well {
  background-color: #FBE9DA;
  border: none;
}
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
  background: #e67e22;
}
.btn-u {
  background: #e67e22;
  color: #ffffff;
}
.btn {
  background: #e67e22;
  border-color: #e67e22;
  color: #ffffff;
}
.btn:hover {
  background: #e67e22;
  border-color: #e67e22;
  color: #000000;
}
.tab-label {
  background-color: #f5f5f5;
  color: #666;
}
.form-control:focus {
  border-color: #e67e22;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #e67e22;
}
.form-group {
  margin-bottom: 10px;
}
.media-label {
  margin-bottom: 20px;
}
.product-logo {
  margin-top: 20px;
}
.input-table {
  border: none;
}
.rechnung-table > tbody > tr > td {
  vertical-align: middle;
}
.rechnung-cell > textarea, .rechnung-cell > input {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  resize: none;
}
.rechnung-cell > input[type=number] {
  text-align: right;
}
.rechnung-cell > textarea:focus, .rechnung-cell > input:focus {
  border-color: #e67e22;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #e67e22;
}
.panel-default>.panel-heading {
  background-color: #FBE9DA;
}
.news {
  font-size: x-large;
  padding-bottom: 20px;
}
.news > i {
  color: #e67e22;
}
@media only screen
and (max-width: 1024px) {
  .content {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .navbar {
    font-size: small;
  }
  .navbar .dropdown-menu>li>a {
    font-size: small;
  }
  h1 {
    font-size: larger;
  }
  h2 {
    font-size: medium;
  }
  .news {
    font-size: large;
  }
}

input[type=number] {
    -moz-appearance:textfield;
}
