.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container {
    max-width: 420px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 500px;
  }

.scene {
  display: inline-block;
  max-width: 177px;
  max-height: 177px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

.scene {
  display: inline-block;
  max-width: 235px;
  max-height: 235px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 962px;
  }

.scene {
  display: inline-block;
  max-width: 235px;
  max-height: 235px;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }



.scene {
  display: inline-block;
  max-width: 289px;
  max-height: 289px;
  }
}

.container-fluid {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	letter-spacing: 2px;
	font-variant:small-caps;
	text-align: left;
	border-bottom: 1px dotted rgb(255, 255, 0);
}


.why_section .why_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px 10px 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;

}

.why_section .box h5 {
	font-size: 1.25em;
	color: #fff;
	letter-spacing: 2px;
	font-variant:small-caps;
	text-align: left;
	border-bottom: 1px dotted rgb(255, 255, 0);
	margin: 10px 0px 10px 0px;

}

.why_section .box .img-box {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffff00;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.why_section .box .img-box-an {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffff00;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	opacity: 0.9;
	border: 1px dotted #ffff00;
}

.why_section .box .img-box-termine {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffff00;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	opacity: 0.9;
	border: 1px dotted #ffff00;
}

.why_section .box .img-box-termine h3 {
	font-size: 1.25em;
	color: #4a4a4a;
	letter-spacing: 2px;
	font-variant:small-caps;
}

.why_section .box .img-box img {
  height: 95%;
}

.why_section .box .img-box-an:hover {
	opacity: 1.0;
	//box-shadow: 0px 0px 15px #ffff00;
	border: 1px solid #0077ff;
}

.why_section .box .img-instru {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffff00;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fanfare {
	background: url("../HP-Bilder/Fanfare.jpg");
	background-size: cover;
}

.trommel {
	background: url("../HP-Bilder/Trommel.jpg");
	background-size: cover;
}

.fahne {
	background: url("../HP-Bilder/Fahnen2.jpg");
	background-size: cover;
}

.charakter {
	background: url("../HP-Bilder/Charakter.jpg");
	background-size: cover;
}

.zusammenhalt {
	background: url("../HP-Bilder/Zusammenhalt.jpg");
	background-size: cover;
}


.authentizitaet {
	background: url("../HP-Bilder/Authentizitaet.jpg");
	background-size: cover;
}

.heimat {
	background: url("../HP-Bilder/Heimat.jpg");
	background-size: cover;
}


.why_section .box .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  width: 100%;
}

//.why_section .box .detail-box h5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.why_section .box .detail-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  color: #ffff00;
}

.why_section .box .detail-box a hr {
  border: none;
  width: 90px;
  height: 1px;
  background-color: #ffff00;
  margin: 0;
  margin-left: 5px;
}

.why_section .box:hover .img-box {
  background-color: #252525;
}

.beschreibung {
  //height: 250px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  //-webkit-line-clamp: 10;
}

#uber,
#steckbrief,
#geschichte,
#instrumente,
#tracht {
	//background: url("../HP-Bilder/dark.jpg") no-repeat center center fixed;
	//background-size: cover;
	;
	
}



#xx,
#auftritte {
	display: none;
	position: absolute;
	z-index: 22;
	background: url("../HP-Bilder/dark.jpg") no-repeat center center fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow:inset 0px 0px 0px 10px #ffff00;
    -moz-box-shadow:inset 0px 0px 0px 10px #ffff00;
    box-shadow:inset 0px 0px 0px 10px #ffff00;
}


/* // TRACHT // */

.tabelle-modal {
	//width: 100%; 
	padding: 15px;
}

.tabelle-modal-cell-left-a {
	width: 55%;
	float: left;
	//background: #eeeeee; 
	padding: 5px;
}

.tabelle-modal-cell-right-a {
	width: 40%;
	float: right;
	//background: #dddddd; 
	padding: 5px;
}

.tabelle-modal-cell-left-b {
	width: 40%;
	float: left;
	//background: #eeeeee; 
	padding: 5px;
}

.tabelle-modal-cell-right-b {
	width: 55%;
	float: right;
	//background: #dddddd; 
	padding: 5px;
}



.img-a {
	width: auto;
	max-height: 150px;
	float: right;
}

.img-b {
	width: auto;
	max-height: 150px;
	float: left;
}

#tracht hr,
#geschichte hr {
    border: none;
    width: 90px;
    height: 1px;
    background-color: #ffff00;
    position: fixed;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

