/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #404040;
}



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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

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


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

/* Carousel base class */
.carousel {

  line-height: 1;

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
}
.subteasercarousel
{
  box-shadow: none;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {

  text-align:left;
  left:0;
  right:0;
  color:#000;
  bottom:0;
  text-shadow:none;
  /*background-image:url('../user_upload/bg_halbtransparent.png');*/
  padding-left:8%;
  padding-right:8%;
  padding-top:0;
  height:100px;
  font-family:"FrutigerLtCd";
}
.carousel-caption h1{
	color:#dd0836;
	font-weight:normal;
	font-size:32px;
	margin-bottom: 0;
    margin-top: 10px;
	
}
.carousel-caption p a{
	color:#404040;
}
.carousel-control {
	width:8%;
	z-index: 11;
	bottom:30px;
}
.carousel-control-small {
	width:3%;
	z-index: 11;
	top:0;
	bottom:0;
}
.carousel-indicators {
    top: 10px;
}
.carousel-indicators li {
    border: 1px solid #000;
}
.carousel-indicators .active {
    background-color: #000;
}
.carousel .glyphicon{
	font-family:'FrutigerLtCd';
	font-size:100px;
}
.carousel-control-small .glyphicon{
	font-family:'FrutigerLtCd';
	font-size:80px;
}
.glyphicon-chevron-left:before {
    content: '';
}
.glyphicon-chevron-right:before {
    content: '';
}
.carousel-control.left {
    background-image:none;
}
.carousel-control.right {
    background-image:none;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 25px;
	text-align:left;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 25px;
	text-align:right;
}
.carousel-control-small .icon-prev, .carousel-control-small .glyphicon-chevron-left {
    left: 0;
	text-align:left;
}
.carousel-control-small .icon-next, .carousel-control-small .glyphicon-chevron-right {
	right: 0;
	text-align:right;
}
.carousel-control-small .icon-prev, .carousel-control-small .icon-next, .carousel-control-small .glyphicon-chevron-left, .carousel-control-small .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 100px;
    z-index: 5;
}
.carousel-control-small .glyphicon{
	line-height:0.5 em;
	padding-bottom:0;
	color:#fff;
	opacity:1;
	width:30px;
	height:59px;
	clear:both;

}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: relative;
  top: 0;
  left: 0;
}
.carousel .item {
	-webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
.carousel-indicators{
	display:none;
}
/* Bump up size of carousel content */
.carousel-caption p {
    font-size: 32px;
    line-height: 1.4;
	color:#404040;
}
.startteaser .carousel-caption h2{
	font-size: 22px;
	font-weight:normal;
	font-family:'FrutigerLtCd';
	padding-top: 10px;
}


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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

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


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

.featurette-divider {
  margin: 80px 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) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

}
@media (max-width: 767px) {
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 7%;
	text-align:left;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 7%;
	text-align:right;
}
.carousel-caption h1{
	font-size:18px;
}
.carousel-caption p{
	font-size:18px;
}
.carousel-control-small .icon-prev, .carousel-control-small .icon-next, .carousel-control-small .glyphicon-chevron-left, .carousel-control-small .glyphicon-chevron-right {
    top: 35%;
}
}
