@charset "utf-8";
/* CSS Document */

.yt_box{
  position: relative;
  max-width: ; /* wie breit soll das Video maximal sein */
  margin: auto;
}
.yt_box:before{
  content: "";
  display: block;
  padding-top: 56%; /* 16:9 Format */
}
.yt_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel .item {
  height: 385px;
}
.carousel .inner {
  height: 385px;
}
.carousel {
  height: 385px;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: ; background-image:url(../bilder/HG_schwarz.png);
}

.speedfaktor a:link {
  color: #FF0000; 
}
.speedfaktor a:visited {
  color: #FF0000; 
}
.speedfaktor a:hover {
  color: #333333; 
}
.speedfaktor a:active {
  color: #FF0000; 
}

.speedfaktor2 a:link {
  color: #333333; text-decoration:none
}
.speedfaktor2 a:visited {
  color: #333333; text-decoration:none
}
.speedfaktor2 a:hover {
  color: #FF0000; text-decoration:none
}
.speedfaktor2 a:active {
  color: #333333; text-decoration:none
}

.speedfaktor3 a:link {
  color: #ffffff; text-decoration:underline
}
.speedfaktor3 a:visited {
  color: #ffffff; text-decoration:underline
}
.speedfaktor3 a:hover {
  color: #FF0000; text-decoration:none
}
.speedfaktor3 a:active {
  color: #ffffff; text-decoration:underline
}

.speedfaktor4 a:link {
  color: #FFFFFF; text-decoration:none
}
.speedfaktor4 a:visited {
  color: #FFFFFF; text-decoration:none
}
.speedfaktor4 a:hover {
  color: #E0E0E0; text-decoration:none
}
.speedfaktor4 a:active {
  color: #FFFFFF; text-decoration:none
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 17px;
}

#apDiv4 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	top:105px; left:50px;	
}

#apDiv1 {
	position:absolute;
	width:100px;
	height:100px;
	z-index:1;
	top:105px; right:0px;
}