/* open-sans-300 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../fonts/open-sans-v20-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../static/fonts/open-sans-v20-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../static/fonts/open-sans-v20-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-600 - latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('../fonts/open-sans-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../static/fonts/open-sans-v20-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: 'Open Sans';
}

.copy {
  font-size: 1.8em;
}
.copy a {
  font-size: 1em;
}
.attention {
  font-weight: 400;
}
.main-teaser {
  color: #000;
}
.new-service {
  margin-top: 1em;
}
.new-service .main-teaser {
  line-height: 1.25em;
}
.new-service img.old {
  width: 200px;
}
.new-service img.new {
  max-width: 300px;
}

.logo {
  width: 500px;
  max-width: 100%;
}
.anonymous-search .logo {
  width: 250px;
}
.anonymous-search h3 {
  line-height: 1.3em;
  letter-spacing: 0.5px;
}

.intern.navbar,
.navbar-default {
  background-color: #0000C2;
}

.navbar-default .navbar-brand {
  font-weight: 400;
  text-decoration: underline;
}

.navbar-default .navbar-brand:hover {
  color: #FFF;
}

.navbar-nav a.intern, a.intern {
  font-weight: 400;
}
.navbar-nav a.intern, a.intern:hover {
  border-bottom: 1px dotted #FFF;
}

.btn {
  border: none;
  background-color: #0000C2;
  color: #FFF;
}

.btn.btn-primary {
  background-color: #0000C8;
  color: #FFF;
  font-weight: 500;
}

.time-inc,
.time-now {
  margin-top: 5px;
}

.account-locked-info {
  margin: 1em 0;
}

.car h2.rideshare-link {
  margin-top: 0;
  margin-left: 0;
}
.car.panel .panel-heading {
  background: #0000C2;
  color: #FFF;
}
.car.panel .addInvoiceText {
  margin-top: 5px;
  display: block;
}
h3.panel-title {
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 5px;
  margin-left: 10px
}
.panel-title .car-info {
  margin-top: 3px;
  display: block;
  font-size: 0.9em;
  text-decoration: underline;
}

.box .partner-error {
  color: #000;
  margin-bottom: 1.5em;
}
.box .partner-error p {
  font-size: 16px;
}

.reset .error-message {
  padding-bottom: 1em;
}

.reset .service h4 {
  margin-top: 1em;
}

form#reset {
  padding: 0 40px 20px 40px;
}
form#reset label {
  font-size: 18px;
}

form#login .btn, form#reset .btn {
  font-weight: 500;
  font-size: 1.6em;
  margin-top: 0.3em;
}
form#login p.lead {
  margin-top: 10px;
  margin-bottom: 0;
}

img#logo-login,
img#logo-register {
  height: 100px;
  max-width: 300px;
}

@media (max-width: 768px) {
  .content h3 {
    line-height: 24px;
  }

  #content h3.line-info {
    line-height: 1.2em;
    font-weight: 500;
  }
  #content h3.message {
    margin-top: 0;
    line-height: 18px;
  }
}

h3#rental-begin, h3#rental-end {
  /* margin: 1em 0; */
  line-height: 18px;
  margin-bottom: 5px;
}
h4#car-details {
  font-size: 12px;
  line-height: 18px;
}

h2.special,
p.special {
  font-weight: 400;
  padding: 0.25em;
}

.navbar-brand img {
  height: 60px;
}
#main-menu {
  margin-top: 2em;
}

.register-success p.notice {
  font-size: 1.25em;
  line-height: 1.5em;
}
.register-success h2 {
  margin-bottom: 1em;
}

/* Car Booking */
.availability-info {
  margin-top: 1em;
}
.load-availability:hover {
  text-decoration: none;
}
.availability-display {
  min-height: 176px;
}
.car-info .badge {
  margin-left: 0.5em;
}

/* Distributors */
.distributors .table-responsive {
  margin-top: 2em;
}

/* Special info for project Borgholzhausen */
.borgholzhausen-info {
  margin-top: 1em;
  font-size: 1.5em;
}
p.login-error-message {
  color: red;
  font-size: 1.2em;
}
