@charset "utf-8";
/* CSS Document */

a[href$=".pdf"].list-group-item{
	padding-left:15px;
}

a#de {
	text-decoration:none;
}

div.carousel-caption > h2 {
	color: #fff;
}

.banner-main{
	padding-left:3em;
	padding-right:3em;
}

@media screen and (max-width: 767px) {
	.banner-main{
		padding-left:0px;
		padding-right:0px;
			}
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.my-responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.my-responsive-table th,
.my-responsive-table td {
  border: 1px solid black;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .my-responsive-table {
    display: flex;
    flex-direction: column;
  }

  .my-responsive-table th,
  .my-responsive-table td {
	    width: 100%;
    display: block;
  }
}