@charset "utf-8";
/* Table of contents: Main Theme CSS
====================================================  
*/

/* Basic Styles 
-------------------------------------------------- */

/* Top Header
-------------------------------------------------- */
	/* Items */
	/* Language dropdown */
	/* Social icons */
	/* Retina logo */
	
	


/* Basic Styles 
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html{	
	margin: 0px 0px;
	padding: 0px 0px;
	//min-width:360px;
	}

body {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000000;
	max-width:1900px;
	overflow-x: hidden;
	font-family:"Open Sans",Helvetica, Arial, sans-serif;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

/* Top Header
-------------------------------------------------- */
/* Items */
#top-header {
position:relative;
display:block;

}
#top-header, #top-header a {
	background-color: #FAFAFA;
	color: #900;
	font-size: 12px;
}
#top-header a:hover, #top-header .th-text .th-item .btn-group .btn-default:hover {
	color: #900;
	text-decoration: underline;
}
#top-header i {
	font-size: 14px;
	padding-right: 5px;
}
#top-header .th-text {
	padding: 10px 0;
	font-size: 13px;
}
#top-header .th-text .th-item {
	margin: 0;
	padding: 0;
}
#top-header .th-text .th-item {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.5;
	//border-right: 1px solid #3c3c3c;
	border-right: 0px solid #3c3c3c;
}
#top-header .th-text .th-item:first-child {
	padding-left: 0;
}
#top-header .th-text .th-item:last-child {
	border-right: none;
}


	#top-header .pull-right .th-item:nth-of-type(2) {
		//display:none;	
	}	


/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	#top-header .pull-right .th-item:nth-of-type(2) {
		//display:none;	
	}	
	#top-header .pull-right .th-item:last-child {
	//display:none;	
	}
	
	#top-header .pull-left {
	float: none !important;
text-align: center;
	}	
	
	#top-header .pull-right {
	float: none !important;
text-align: center;
	}
}




/* Vertretungsplan Dropdown */
#top-header .th-text .th-item .btn-group {
	z-index: 9999;
	margin-top: -4px;
}
#top-header .th-text .th-item .btn-group .btn-default {
	color: inherit;
	background-color: transparent;
	border: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
	font-size: 12px;
	background: none; /* FF3.6+ */
	filter: none; /* IE6-9 */
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: normal;
}
#top-header .th-text .th-item .btn-group:hover {
	//color: #fff;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu {
	font-size: 12px;
	background-color: #900;
	padding: 0;
	line-height: 1.3em;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 12px;
}
#top-header .th-text .th-item .btn-group .btn-default span.caret {
	margin-left: 5px;
	margin-top: -4px;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a {
	padding: 5px 15px;
	color: #fff;background-color: #900;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover {
	color: #fff;
}
/* Social Icons */
#top-header .th-text .th-item .social-icons i {
	padding-right: 20px;
}
/* Retina Logo */
header #logo #retina-logo {
	display: none;
}



/* Header
-------------------------------------------------- */

header {
	display:block;
	width: auto;
	height: auto;
}

#h_bild {
	height: 100%;
	min-height: 290px;
	display: inherite;
	background-image: url(../img/3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: 0 auto;
	z-index: 900;
	position: relative;
	margin-bottom: 0px;
}

div.mheaderlogo {
		display:none;
}

div.headerlogo {
		position:relative;
		display:block;
}

.navbar-default .navbar-nav > li:first-child > a {margin-left:-15px;padding-left:15px;}	
	
.nav-pills.nav-stacked > li + li {
    margin-left: 0px;
}
.nav-pills > li + li {
    margin-left: 5px;
}	
	
/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
  margin-bottom: 15px;
}
.text-center > .nav-pills {
  display: inline-block;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 7px 10px;
  border: 1px solid transparent;
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #777777;
  background-color: transparent;
  border-bottom: 1px solid #777777;
}
.nav-pills.style-2 > li > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills.style-2 > li.active > a,
.nav-pills.style-2 > li.active > a:hover,
.nav-pills.style-2 > li.active > a:focus,
.nav-pills.style-2 > li > a:hover,
.nav-pills.style-2 > li > a:focus {
  color: #09afdf;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}
.nav-pills > li + li {
  margin-left: 5px;
}
.nav-pills.nav-stacked > li + li {
  margin-left: 0;
}
.nav-pills.nav-stacked > li > a {
  padding: 5px 0px;
  color: #777777;
}
.nav-pills.nav-stacked.list-style-icons > li > a {
  padding: 4px 0px;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
  //color: #900;
  background-color: transparent;
  border-color: transparent;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 6px;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
  color: #09afdf;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover:after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus:after {
  color: #900;
  right: 10px;
}
.nav-pills.nav-stacked.list-style-icons > li > a > i {
  padding-right: 10px;
  font-size: 14px;
  color: #cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons > li.active > a > i,
.nav-pills.nav-stacked.list-style-icons > li > a:hover > i,
.nav-pills.nav-stacked.list-style-icons > li > a:focus > i {
  color: #0c9ec7;
}	
	
	
.breadcrumb	{background-color:#fff;padding:0px 0px;}
	
	


/*----------------FOOTER-------------*/
.default-hovered {
    transition: all 0.2s ease-in-out 0s;
}

.default-hovered:hover:after,
.default-hovered:hover {
	background-color: #900;
}

.dark-bg {
    background-color: #373737;
    color: #CDCDCD;
}
.footer-top {
	height:75px;
  padding: 20px 0px;
  margin-top:50px;
}

.footer-top h2 {
	margin: 0px 0px;
	color:#fff;
	font-weight: 300;
	}


/*Animated Backgrounds
---------------------------------- */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .animated-text h2 {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .animated-text h2 + h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .animated-text:hover h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  .animated-text:hover h2 + h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .animated-text h2 + h2 {
    display: none;
  }
}


footer {
color:#555;
width:auto;
height:100%;
background-color: #FAFAFA;
//text-align:center;
margin:0px 0 0px 0;
padding-top:20px;
font-size: 14px;
line-height: 1.5;
}

footer a {
	color:#900;
	}

footer h3 {
	color:#555;
font-size:1.25em;	
margin-bottom:1.1em;
text-transform: uppercase;
}

footer .list-icons, .list {
    list-style: outside none none;
    padding: 0px;
}

footer .list-icons li, .list li {
    padding: 5px 0px;
}

footer .list-icons, .list {
    list-style: outside none none;
}


footer .list-icons li i {
    min-width: 25px;
    text-align: center;
}

footer .pr-10 {
    padding-right: 10px;
}

footer #map-canvas {
    height: 300px;
}

.subfooter {
color:#999;
width:100%;
height:100%;
background-color: #F5F5F5;
margin:30px 0px 0px 0px;
padding:15px 0px 5px 0px;
border-top: 1px solid #EAEAEA;
}

.subfooter .copyright {
	text-align:center;
}

.panel-footer
{
	float:left;
background-color: #2E2E2E;
border: 0;
width: 100%;

}

.panel-footer .col-f
 
{ 
float:left;
background-color: #2E2E2E;
margin-left:5%;
margin-right:5%;
margin-buttom: 0px;
max-width:40%;
text-align:left;
}

.panel-footer .col-f1
 
{ 
float:left;
background-color: #2E2E2E;
margin-left:5%;
margin-right:5%;
margin-buttom: 0px;
max-width:500px;
}



#copy

 {
	 	width:100%;
text-align:center
}

#frmContact{
	
	width:400px;
	margin-left:auto;
	margin-right:auto;
	}


.tab01{
	font-weight:bold;
	font-style:normal;}
	
	
	


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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	//border-bottom-left-radius: 10px;
	//border-bottom-right-radius: 10px;
	background-color: #990000;
	-webkit-box-shadow: inset 2px 2px 5px #330000;
	box-shadow: inset 2px 2px 5px #330000;
}

/* Flip around the padding for proper display in narrow viewports */
/*
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #990000;
	-webkit-box-shadow: inset 2px 5px 30px #330000;
	box-shadow: inset 2px 5px 30px #330000;
}
.navbar-wrapper .navbar .container {
	width: auto;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
*/

/*------*/

.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{
	color: #fff;
	background-color: #990000;
	-webkit-box-shadow: inset 1px 5px 30px #330000;
	box-shadow: inset 2px 5px 30px #330000;
}

.navbar-inverse .navbar-nav>
.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #990000;
		-webkit-box-shadow: inset 1px 5px 30px #330000;
	box-shadow: inset 2px 5px 30px #330000;
	}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar.navbar-inverse.navbar-static-top .container #navbar {
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{
	color: #fff;
	background-color: #990000;
	-webkit-box-shadow: inset 1px 5px 20px #330000;
	box-shadow: inset 1px 5px 20px #330000;
}



/*-----Navibutton Gestaltung Ende ---*/


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

/* Carousel base class */
.carousel {
 position:relative;
 display:block;
 overflow:hidden;
 margin-top:-290px;
 height: 600px;
 min-height: 400px;
  margin-bottom: 0px;
}
/* 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 {
  height: 600px;
  min-height: 400px;
  background-color: #333333;

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







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



/* Center align the text within the three columns below the carousel */

.marketing {

	margin-top: 50px;}
	
	
.marketing .col-md-3, .marketing .col-md-4,.marketing .col-md-6 {
	margin-bottom: 0px;
	text-align: center;
	margin-top:0px;
	margin-bottom: 0px;
	height: auto;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-sm-3 h2,.marketing .col-sm-6 h2 {
  font-size: 18px;
}

.marketing .col-md-3, .marketing .col-md-4 p, .marketing .col-md-6 p {
  margin-right: 0px;
  margin-left: 0px;
}

.img-circle{
width:120px; 
height:120px;
	border-radius: 60px;
	background-color: #990000;
	-webkit-box-shadow: inset 2px 5px 20px #330000;
	box-shadow: inset 2px 5px 20px #330000;
	margin-left:auto;
	margin-right:auto;
}


	
	.col-md-3_text, .col-md-4_text, .col-md-6_text{ 
	display:none;
	}
	
	.col-md-3 h2, .col-md-4 h2, .col-md-6 h2{
		margin: 0 0 10px 0;
		font-size: 22px;
		font-weight:bold;
	}
	
	
/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */



.panel{
	margin: 20px 0 20px 0;
	height: 100%;
	width: 100%;
	float: left;
	border-width: 0px;
	-webkit-perspective: 100%;
	-moz-perspective: 100%;
	-ms-perspective: 100%;
	-o-perspective: 100%;
	}

.panel .front,
.panel .back {
  text-align: center;
  border:none
}

.panel .front {
	border-width: 0px;
	height: inherit;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #990000;
	-webkit-box-shadow: inset 2px 5px 10px #330000;
	box-shadow: inset 2px 5px 10px #330000;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index: 9;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.panel .back {
	width: 93%;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: auto;
	z-index: 8;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.panel.flip .front {
  z-index: 10;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
   -ms-transform:rotatey(180deg);
}

.panel.flip .back {
  z-index: 9;
  -ms-transform:rotatey(360deg); /* IE 9 */
  -moz-transform:rotatey(0deg); /* Firefox */
  -webkit-transform:rotatey(0deg); /* Safari and Chrome */
  -o-transform:rotatey(0deg); /* Opera */
  
  
}

.box1 {
  background-color: transparent ;
 max-width: 100px;
 min-width: 100px;
  margin: 0 ;
  padding: 0px;
  border-radius: 50px;
   -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-width:none
}

.box1 img{
	max-width: 100%;
	min-width: 100px;
}

.box2 {
	position: static;
width:100%; 
height:100px;
	margin-left:0px;
	margin-right:auto;
  padding-top: 0px;
    padding-left: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align:center;
  
  }
  
.box1 .glyphicon{
	margin-top:30px;
	font-size:40px;
	width:70px; 
height:70px;
color:#FFFFFF
	
	}
.box2 .glyphicon {
	margin-top:40px;
	font-size:60px;
	width:100px; 
height:100px;
color:#990000;
	
	}

.box2 a{
	text-align: center;
	font-style: bold;
	color: #FFFFFF;
	max-width: 100%;
	min-width: 100px;
	text-decoration: none;
	font-size:100%;	
	border: none;
}

.box2 img{
	margin-top: 10px;
	max-width: 140px;
	min-width: 100%;
	
}

.box2 p{
	margin-top: -130px;
	max-width: 140px;
	min-width: 80%;
	font-size: 20px;
	padding-left:25%;
	
}

.panel{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.05);
	box-shadow: 0 1px 1px rgba(255,255,255,0.05)
}



/*-------Versteckte_box------*/

.showme{ 

}

/*---------------   
.showhim:hover .showme{
display : block;
height:100%;
width: 80%;
margin: 0 auto 0 auto;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

------------------------*/	







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

.featurette-divider {
	margin: 80px 0;
}

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



/* button
------------------------- */
.btn-default.active,fieldset[disabled] 
.btn-default.focus,fieldset[disabled] 
.btn-default:active,fieldset[disabled] 
.btn-default:focus,fieldset[disabled] 
.btn-default:hover

{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}

.btn-primary
{
	color:#fff;	
	background-color: #990000;
	-webkit-box-shadow: inset 1px 3px 20px #330000;
	box-shadow: inset 1px 3px 20px #330000;
	border-color:#330000
	}

.btn-primary.focus,.btn-primary:focus
{
	color:#fff;
		background-color: #990000;
	-webkit-box-shadow: inset 2px 5px 30px #330000;
	box-shadow: inset 2px 5px 30px #330000;
	border-color:#330000
	}

.btn-primary:hover
{
	color:#fff;
	background-color: #990000;
	-webkit-box-shadow: inset 2px 5px 30px #330000;
	box-shadow: inset 2px 5px 30px #330000;
	border-color:#330000
	
	}
	
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary
{
color:#fff;
background-color: #990000;
-webkit-box-shadow: inset 1px 3px 20px #330000;
box-shadow: inset 1px 3px 20px #330000;
border-color:#330000
}
		
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover
{
color:#fff;
background-color: #990000;
-webkit-box-shadow: inset 2px 5px 30px #660000;
box-shadow: inset 2px 5px 30px #660000;
border-color:#330000
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary
{
background-image:none
}
			
			
/*------------------------Nachricht-----------------*/

.form-control{
	background-color:#efefef;}
	
	
	
/*-------Panel---------------*/
.panel panel-default-last{
		 margin-bottom:60px;
}
.space{
margin-bottom:60px;
}
/*-------------------Panel-box--------------*/
		 
	


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






@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
	margin-top: 0px;
	border-bottom-left-radius: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
  }

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

  .featurette-heading {
    font-size: 50px;
  }
  
  .navbar-brand{float:left;height:50px;
  width:180px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}
}

@media (max-width: 1920px) {
 .carousel-caption {
	 bottom: 220px;
  z-index: 10;
}}

@media (max-width: 1500px) {
.carousel {
  max-height: 550px;
  min-height: 400px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 550px;
  min-height: 400px;
  background-color: #333333;

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

.carousel-caption{
	position: absolute;
	right: 15%;
	bottom:150px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)

}

.marketing .col-md-3,.marketing .col-md-4,.marketing .col-md-6 {
	//margin-bottom: 20px;
	text-align: center;
	margin-top: 0%;
}

}

@media (max-width: 1100px) {
.carousel {
  max-height: 450px;
  min-height: 300px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 450px;
  min-height: 300px;
  background-color: #333333;

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


.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 50px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)

}

.marketing .col-md-3,.marketing .col-md-4,.marketing .col-md-6 {
	//margin-bottom: 50px;
	text-align: center;
	margin-top: 0%;
}

}


@media (max-width: 900px) {

#h_bild {
	display:none;
}

div.mheaderlogo {
	display: block;
	  margin: 0px auto;
    padding: 0px 0px;
}

img.mheaderlogo {
display: block;
max-width: 100%;
height: auto;
vertical-align: middle;
}

#headerlogo {
	position:relative;
	display:none;
}


.carousel {
	display:none;
	margin-top:-290px;
  max-height: 400px;
  min-height: 300px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 400px;
  min-height: 300px;

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


.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 50px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)

}

.marketing .col-md-3,.marketing .col-md-4,.marketing .col-md-6 {
	//margin-bottom: 50px;
	text-align: center;
	margin-top: 0%;
}

#frmContact{
	
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}

}


@media screen and (min-width:768px){
	

	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev
{width:30px;height:30px;margin-top:60px;font-size:30px}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}
.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}

}




@media (max-width: 800px) {




.carousel {
	//display:none;
	margin-top:-60px;
  max-height: 320px;
  min-height: 200px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 320px;
  min-height: 200px;

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


.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 50px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)

}

.marketing .col-md-3,.marketing .col-md-4,.marketing .col-md-6 {
	//margin-bottom: 50px;
	text-align: center;
	margin-top: 0%;
}

#frmContact{
	
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}

}

@media (max-width: 750px) {



.carousel {
	margin-top:-80px;
  max-height: 300px;
  min-height: 200px;
  margin-bottom: 0px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
   max-height: 300px;
  min-height: 200px;

}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:70%;z-index:5;display:inline-block;margin-top:-10px}

}

@media (min-width : 580px ) and (max-width : 650px ){



.carousel {
	margin-top:-170px;
  max-height: 400px;
  min-height: 200px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 400px;
  min-height: 200px;

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





}

@media (max-width : 540px ){

.carousel {
	margin-top:-215px;
  max-height: 380px;
  min-height: 100px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	top:42%;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
   max-height: 380px;
  min-height: 200px;

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

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:80%;z-index:5;display:inline-block;margin-top:-10px}

.carousel-control h1{
	display:inherit;
	margin-top: 45px;}

.carousel-indicators{
	
	bottom: 0px;}

}





/*--------------------------*/
	@media (max-device-width:600px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}

@media (min-width: 540px) and (max-width: 580px){
	
	.carousel {
	margin-top:-220px;
  max-height: 380px;
  min-height: 100px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 380px;
  min-height: 200px;

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

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:80%;z-index:5;display:inline-block;margin-top:-10px}

	
}



@media (max-width: 480px){

.carousel {
	margin-top:-235px;
  max-height: 370px;
  min-height: 190px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	top:42%;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
   max-height: 370px;
  min-height: 190px;

}
}


@media (max-width : 440px ){


.carousel {
	margin-top:-215px;
  max-height: 405px;
  min-height: 305px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 405px;
  min-height: 305px;
  background-color: #333333;

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

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:80%;z-index:5;display:inline-block;margin-top:-10px}


	.carousel h1 { margin-top: 5px;
		}

}

@media (min-width: 380px) and (max-width : 440px ){


.carousel {
	margin-top:-245px;
  max-height: 440px;
  min-height: 300px;
  margin-bottom: 0px;
}
/* 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 {
   max-height: 440px;
  min-height: 300px;
  background-color: #333333;

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

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:80%;z-index:5;display:inline-block;margin-top:-10px}


	.carousel .btn{
	display:none;}

}




.figure-caption {
	display:block;
    font-size: 90%;
    color: #818a91;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}
