/* GLOBAL STYLES
-------------------------------------------------- */

/* Google Fonts */

/* Light */
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 300;
  src: url("/loos/webseiten/fonts/HindSiliguri-Light.ttf") format("truetype");
}

/* Medium */
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 400;
  src: url("/loos/webseiten/fonts/HindSiliguri-Medium.ttf") format("truetype");
}

/* Regular */
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 500;
  src: url("/loos/webseiten/fonts/HindSiliguri-Regular.ttf") format("truetype");
}

/* Bold */
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 600;
  src: url("/loos/webseiten/fonts/HindSiliguri-Bold.ttf") format("truetype");
}

/* Semi-Bold */
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 600;
  src: url("/loos/webseiten/fonts/HindSiliguri-SemiBold.ttf") format("truetype");
}

/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font: 15px "Hind Siliguri", sans-serif;
}

h1 {
  padding-top: 15px;
  margin-bottom: 25px;
}

h2 {
  margin-bottom: 50px;
}

h1,
h2 {
  font-weight: bold;
}

.fuzzi {
  color: white;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  bottom: 39px;
  left: 7px;
  position: relative;
  line-height: 115%;
  height: 0px;
}

.drueber {
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}

.drueber:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.6;
}

.drueber a:hover {
  text-decoration: none;
}

.glyphicon {
  position: relative;
  z-index: 1;
}

.beschr {
  margin-top: 18px;
}

.beschr tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.beschr tr td {
  font-size: 13px;
  font-weight: 300;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 12px;
}

.projtitle {
  font-size: 18px;
  font-weight: 500;
}

img {
  border-radius: 0px;
}

.abstand {
  padding-bottom: 42px;
}

.abstproj {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar {
  min-height: 30px;
  background-color: #fffb;
}

.navbar-static-top {
  border: none;
}

.navbar-toggle,
.icon-bar {
  border: 1px solid #3ab8fb;
}

button.navbar-toggle {
  margin-top: 29px;
}

.navbar-default .navbar-toggle .icon-bar {
  box-shadow: none;
  border: none;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 17px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse .navbar-brand {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
}

.navbar-brand {
  padding-top: 58px;
  padding-left: 5px;
  padding-bottom: 0;
  font-size: 18px;
}

.redbar {
  border-bottom: 2px solid #3ab8fb;
  border-top: 2px solid transparent;
  line-height: 20px;
  padding: 15px;
}

.inactive {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
}

a.inactive:hover,
.nav > li > a:hover {
  border-bottom: 2px solid #3ab8fb;
  border-top: 2px solid transparent;
  background-color: #fff;
}

.logo {
  display: inline;
  float: left;
  padding-top: 14px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 93px;
  margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #fff;
}

.carousel-inner > .item > img {
  margin-left: auto;
  margin-right: auto;
}

.carousel-control.left,
.carousel-control.right {
  background: none !important;
  filter: progid none !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .logo {
    padding-top: 4px;
    padding-right: 14px;
  }

  .navbar-brand {
    padding-top: 38px;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 0px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .carousel {
    margin-top: 108px;
  }

  .carousel-inner > .item > img {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
