.bs-nav-a{
        font-size: 19px;
        background-color: #81F781;
		margin-top: 0px;
 }
.bs-nav-d{
        font-size: 15px;
        background-color: #F3F781;
		    }
.jumbotron {
    background-color: #f5f5f5;
	border-radius: 0px;
	text-align: top;
	color: #000;
    padding: 0px 0px;
	        }
.jumbotron-fluid {
    background-color: #f5f5f5;
	border-radius: 0px;
	text-align: top;
	color: #000;
    padding: 0px 0px;
	        }
.schrift-p1 {
	font-size: 30px;
}
/* E-Mail Link Schrift schwarz */
.email-link {
	color: black;
}
/* Datei link Schrift schwarz */
.datei-link {
	color: black;
}
/* vertikale Menue Steuerung 
.vertical-menue {
	font-size: 20px;
	background-color: transparent;
	width: 200px;
	padding: 0px;
	display: block;
}*/
/* vertikale Menue Steuerung */
#vertical-menue a {
	color: black;
	font-size: 18px;
	background-color: transparent;
	width: 200px;
	padding: 0px;
	display: block;
}
.bg-card-i {
	background-color: #f5f5f5;
}
.bg-card {
	background-color: #D0F5A9;
}
.bg-card-a {
	background-color: #FF0000;
}
.txt-card {
	background-color: #f5f5f5;
	font-size: 17px;
	text-align: justify;
	line-height: 19px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	} 	
 /* Make the image fully responsive */
  .carousel-inner img {
      width: 40%;
      height: 55%;
	    }
  .carousel-caption {
      color: black;
	  font-size: 20px;
}	  
.carousel{
    background: #2f4357;
    margin-top: 20px;
}
.carousel-item{
    text-align: center;
    min-height: 80px; /* Prevent carousel from being distorted if for some reason image doesn't load */
    background-color: #FFFFFF;
}
	
.bs-example{
	margin: 5px;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}
.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: black;
}
.carousel-indicators .active{
    background-color: #000000;
}
.carousel-indicators {
    background-color: transparent;
}
.responsiveCal {
 
position: relative; 
padding-bottom: 65%; 
height: 0; 
overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; 
top:0; 
left: 0; 
width: 100%; 
height: 100%;
 
}
