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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  color: #000000;
  font-size: 13px; /* 14 */
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #3D6BB1;
}

a {
	color: #244a9f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: 21px; /* 23 */
}

h3 {
	font-size: 15px; /* 16 */
}

blockquote {
    border-left: none;
    font-size: inherit;
}

.teaserbox h2 {
	margin-top: 0px;
	padding-top: 0px;
}

.teaserbox img {
	margin-bottom: 15px;
}

p.termin {
	position: relative;
	color: #244a9f;
	text-align: center;
	border-top: 1px dotted #3D6BB1;
	border-bottom: 1px dotted #3D6BB1;
	line-height: 30px;
}

.termin_item {
	border-bottom: 1px dotted #3D6BB1;
	margin-bottom: 10px;
}

.termin_item ul {
	padding-left: 15px;
}

td.termin h2 {
	font-size: 18px;
}

#termsCarousel .carousel-control {
	position: absolute;
	text-shadow: none!important;
	color: #244a9f!important;
	font-size: 13px!important; /* 14 */
	z-index: 999!important;
}

#termsCarousel .prev_term {
	top: 5px!important;
	left: -16px!important;
	right:auto!important;
}
#termsCarousel .next_term {
	top: 5px!important;
	right: -16px!important;
	left:auto!important;
}

/*
#termsCarousel hr {
	border-bottom: 1px dotted #3D6BB1;
}
*/

.termin hr {
	border-style: dotted;
	border-color: #3D6BB1;
}


input {
	margin-bottom: 5px;
	margin-left: 5px;
}

td {
	margin: 5px;
	padding:5px;
}


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

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

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

.navbar-wrapper .navbar .container {
  width: auto;
}

.featurette {
	padding:10px;
	margin-top: -20px;
}

.navbar-inverse {
	background-color: Transparent;
	border: none;
}


.navbar-nav {
	background-image: url('../images/navi-background.png');
	width: 680px;
}

.navbar-inverse a {
	text-transform: uppercase;
}


.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #080808;
}

.dropdown-menu {
	background-color: Transparent;
	border: none;
	background-image: url('../images/navi-background.png');
}	

.dropdown-menu > li > a {
	color: #fff;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #080808;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 5px;
}

.caret {
	margin-left: 5px;
}

 .navbar-wrapper {
    margin-top: 75px;
 }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  height: 308px;
  margin-bottom: 0px;
}

#termsCarousel {
	min-height: 500px;
	height: auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  left: 0px;
  right:0;
  top: 0px;
/*  bottom: 30px;*/
  margin-bottom: 0;
  padding-bottom: 0;
}

.carousel-caption .carousel_image {
	width: 50%; 
}

.carousel-caption .carousel_text {
   bottom: 20px;
    padding-left: 20px;
    position: absolute;
    right: 0;
	width: 50%; 
}

#termsCarousel .carousel-caption { 
  bottom: auto;
  top:0;
  left:0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  height: 308px;
  
  background-color: Transparent;
}

.carousel .col-md-5, .carousel .col-md-7 {
	width:50%;
}

#myCarousel .col-md-7 {
	padding-left:20px!important;
}


#termsCarousel .item { 
/*  height: 800px;*/
}

.carousel-inner .myactive {
	display: block;
}

.homepage #termsCarousel .item { 
  height: 570px;
}


.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel-control {
	width:50px;
}


.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel .pfeil-left,.carousel .pfeil-right {
	position: absolute;
	bottom: 0;
	margin-bottom: 0px;
	width: 12px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-caption {
	text-shadow: none;
	color: inherit;
	font-size: inherit;
	text-align: left;
}

.carousel-caption p {
	font-size: 13px!important; /*14*/
}

.carousel .pfeil-left {
	 background-image: url('../images/pfeil-links.png'); 

}
.carousel .pfeil-right {
	 background-image: url('../images/pfeil-rechts.png');
}


.carousel-control.left {
	padding-left:20px!important;
	width:30px!important;
}

.carousel-control.left  .pfeil-left {
	width:30px;
	/*margin-left:20px!important;*/
}

.col-md-5 img {
	width:100%;
	height: auto;
}

.featurette {
	padding-bottom: 0px;
}


.carousel-control.left {
/*	text-align: right;*/
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.homepage .col-lg-4 {
	height: auto;
	min-height: 490px;
}

.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;
}

.row div {
	padding: 0;
}

.content img {
	padding: 0;
	margin: 0;
}

/* 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;
}



header {
    height:354px;
    width: 100%;
    background-image: url('../images/header.jpg');
    background-image: url('../images/header_home1990.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3d7bc5;
    background-color: #ffffff;
}

#bpk_home {
	position:absolute;
	top:0;
	left:0;
	height:75px;
	width:100%;
}

.featurette {
	width: 960px;
    background-image: url('../images/box-background.png');
}

.row .teaserbox {
	width: 300px;
	margin:10px;
	padding:10px;
	margin-top: 10px;
    background-image: url('../images/box-background.png');
	float:left;
}

.teasercolumns .teaserbox {
	width: 310px;
	margin:0;
	margin-top: 15px;
	padding:10px;
}

.teasercolumns .first {
	margin-right: 15px;
}

.teasercolumns .last {
	margin-left: 15px;
}


.row .teaserbox p {
	margin-left: 0px;
	margin-right: 0px;
}

.row .teaserbox h1 {
	margin-top: 0px;
}

.container {
	width: 970px;
}

footer {
	margin-top: 20px;
	font-size: 11px;
}

footer a {
	color: #000000;
}

.term_desc1 {
	font-weight: bold;
}


/* CMS STYLES */

div.rechtsbuendig {
	float:right;
	margin-left: 10px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

div.linksbuendig {
	float:left;
	margin-left: 10px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

div.vollebreite {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

div.vollebreite img {
	width: 100%;
	height: auto;	
}

div.nomalebreite {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

div.fotodiv .fotoquelle {
	font-size: 10px;
	padding-top: 5px!important;
}

.vollebreite {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	width: 100%;
	height: auto;
}
div.fotodiv .vollebreite {
	margin: 0!important;
}

.rechtsbuendig {
	margin-left: 10px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.fotodiv .rechtsbuendig {
	margin: 0!important;
}

.linksbuendig {
	margin-right: 10px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.fotodiv .linksbuendig {
	margin: 0!important;
}

div.fotodiv img.linksbuendig,div.fotodiv img.rechtsbuendig, div.fotodiv img.vollebreite {
	margin-bottom: 5px!important;
}

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


@media (max-width: 1152px) {
	header {
		background-image: url('../images/header_home1152.jpg');
	}
}


@media (max-width: 980px) {
	header {
		background-image: url('../images/header_home980.jpg');
	}

	.container {
		width: 720px;
	}
	.row {
		margin-right: 0px;
		width:720px;
	}

	.row .teaserbox {
		width: 700px;
		margin-left:10px;
	}  
  
	.homepage .col-lg-4 {
		min-height: 10px;
	}
	

        .carousel .item {
          height: 350px;
        }
        .carousel {
          height: 400px;
        }
        
        .carousel .col-md-7 {
            width: 100%;
        }
          
        .carousel .carousel_text {
            width: 50%;
        }  
		.homepage .col-lg-4 {
			height: auto;
		}		
}

@media (max-width: 768px) {
	header {
		background-image: url('../images/header_home768.jpg');
	}

	.container {
		width: 480px;
	}
	.row {
		margin-right: 0px;
		width:460px;
	}
	.navbar-nav {
		width: auto;
	}
	.row .teaserbox {
		width: 460px;
	}  
	
	.teaserbox h1 {
		overflow: hidden;
	}
        
        .carousel .carousel_image {
          position: relative;
          float: none;
          width: auto;
        }        
        .carousel .carousel_text {
          padding-top: 20px;
          position: relative;
          float: none;
          width: auto;
        }        

        .carousel .item {
          height: 600px;
        }
        .carousel {
          height: 650px;
        }
        
		.teasercolumns .teaserbox {
			margin:15px;
			margin-left:0px!important;
			margin-right:0px!important;
		}

	table {
		max-width:320px;
	}
	
	td {
		float: left;
		width: 150px;
	}

	td img {
		/*width: 90%;
		float:right;*/
	}	
	td.termin {
		width: 600px
	}
		
}

@media (max-width: 560px) {
	header {
		background-image: url('../images/header_home560.jpg');
	}
	td.termin {
		width: 450px
	}
	
}

@media (max-width: 480px) {
	header {
		background-image: url('../images/header_home480.jpg');
	}

	.container {
		width: 320px;
	}
	.row {
		margin-right: 0px;
		width:300px;
	}

	.row .teaserbox {
		width: 300px;
	}  
	

	.vollebreite {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		margin-left: 0!important;
		margin-right: 0!important;
		width: 100%;
		height: auto;
	}

	.rechtsbuendig {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		margin-left: 0!important;
		margin-right: 0!important;
		width: 100%;
		height: auto;
	}

	.linksbuendig {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		margin-left: 0!important;
		margin-right: 0!important;
		width: 100%;
		height: auto;
	}
	
	td.termin {
		width: 300px
	}
	
/*	.container .content img {
		width:100%;
	} */
}


@media (min-width: 768px) {
	.row .content {
		float: left;
	}
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/*
@media (min-width: 768px) {

  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .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;
  }
}
*/

footer {
	z-index: 999;
	position: relative;
}

