/* @hr-border: lighten(@base1, 40%); */
* {
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  text-rendering: optimizeLegibility !important;
}
body,
html {
  height: 100%;
  font-size: 92%;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
h1,
h3 {
  color: #186e91;
}
h4 {
  color: #60c2ec;
  font-size: 1.4em;
}
h1 .lead {
  color: #57bfea;
  font-size: 100%;
  display: block;
}
.container-fluid {
  background: #adddf1;
  background: #fff;
  background: #fafafa;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#top {
  background-color: #fff;
}
#header {
  /* border-top: 12px solid @base1;  */
  border-top: 22px solid #29ade5;
  border-top: 18px solid #176788;
  padding-bottom: 16px;
}
#kitatool {
  height: 70px;
  width: 134px;
  background: url("/bundles/app/images/logo-small.png") 0 0 no-repeat;
  background-size: 122px 70px;
  margin-left: 12px;
}
#navi {
  margin-top: 16px;
  margin-bottom: 32px;
}
#navi ul {
  margin: 0;
  padding: 0;
}
#navi ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 12px 0;
}
#navi a {
  color: #84d0f0;
  color: #2299c9;
  display: block;
  font-size: 1.2em;
  border-right: 1px solid #84d0f0;
  border-right: 1px solid #c3e6f5;
  padding: 0 22px;
}
#navi a.last {
  border: none;
}
#navi a:hover {
  color: #81ccea;
  text-decoration: none;
}
#navi a:hover i {
  color: #81ccea;
}
#navi a i {
  display: block;
  color: #84d0f0;
  color: #2299c9;
  margin-bottom: 6px;
}
#login {
  padding: 20px 10px 0 0;
  width: 180px;
}
#login .input-sm {
  padding: 1px 6px;
  height: 22px;
  font-size: 90%;
}
#login .form-group {
  margin-bottom: 6px;
}
#login .btn-sm {
  padding: 1px 6px;
  font-size: 90%;
}
#login .alert {
  padding: 3px;
  font-size: 90%;
  margin-bottom: 3px;
}
#content-inner > div.row {
  margin: 44px 0;
}
#content-home {
  width: 100%;
  margin: 60px 0 0 0;
  background: #84d0f0;
  background: #57bfea;
  color: #fff;
}
#content-home .row {
  background: #1d82ab;
  padding: 12px 32px;
}
#content-home ul {
  padding: 16px;
}
#content-home ul li {
  margin-bottom: 16px;
  list-style-position: outside;
  list-style-type: square;
}
#content-home h2 {
  text-decoration: underline;
  font-weight: bolder;
}
#was-kann-kitatool .img-circle {
  width: 34px;
  height: 34px;
  margin: 0 auto 22px auto;
  border-radius: 50% !important;
  background: #2aa8db;
  color: #e1f3fa;
  text-align: center;
}
#was-kann-kitatool .img-circle i {
  line-height: 34px;
  font-size: 22px;
}
#was-kann-kitatool .well {
  background: #fafafa;
  border: none;
  text-align: justify;
}
#kundenstimmen {
  width: 100%;
  padding: 22px 12px;
  margin-top: 120px;
  display: none;
}
#footer {
  width: 100%;
  background: #333333;
  color: #c4c4c4;
  font-size: 0.9em;
  padding: 0 33px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-left: -15px;
}
/*************
 * Bootstrap *
 ************/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.well {
  background: #fafafa;
  padding: 12px;
}
.well h4:first-child {
  margin-top: 0;
}
.form-control {
  height: auto;
}
blockquote {
  border-left: 1px solid #2aa8db;
}
blockquote p {
  font-style: italic;
}
blockquote footer {
  color: #3bb4e7;
  font-size: 90%;
}
table.table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.table th {
  background: #eeeeee;
}
table.table tr {
  background: #fafafa;
}
/* helpers */
.color-base1 {
  color: #208fbc;
}
.color-base2 {
  color: #60c2ec;
}
.small {
  font-size: 0.85em;
}
.ghost.btn {
  background: #f5f5f5;
  color: #8e8e8e;
  border: 1px solid #8e8e8e;
}
.ghost.btn:hover {
  background: #fff;
}
