@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}











.alle-news ul.liste-aller-news > li.ein-newsbeitrag {
  background-color: rgba(40, 103, 87, 0.2);
  margin-top: 5%;
  border-radius: 5px;
  padding: 15px;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info {
  width: 49%;
  float: left;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info .infotext ul {
	margin: 10px 0;
}
.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info .infotext ul > li {
	position: relative;
	padding-left: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info .infotext ul > li::before {
    position: absolute;
    font-size: 6px;
    font-family: fontawesome;
    content: "\f111";
    left: 1px;
    top: 10px;
    line-height: 1;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info.kein-bild {
	width: 100%;
	float: none;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag:nth-child(2n+1) .news-hauptbild {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag:nth-child(2n) .news-hauptbild {
  float: right;
  width: 49%;
  margin-left: 2%;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-hauptbild img {
	  width: 100%;
	  height: auto;
}

.alle-news ul.liste-aller-news > li.ein-newsbeitrag .datum {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.alle-news ul.liste-aller-news > li.ein-newsbeitrag {
	  margin-top: 5%;
	  border-radius: 5px;
	  padding: 10px;
	}

	.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info {
	  width: 100%;
	  float: none;
	}

	.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info .infotext ul > li {
		padding-left: 15px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.alle-news ul.liste-aller-news > li.ein-newsbeitrag .news-info .infotext ul > li::before {
		font-size: 5px;
		top: 9px;
	}

	.alle-news ul.liste-aller-news > li.ein-newsbeitrag:nth-child(2n+1) .news-hauptbild {
	  float: none;
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 15px;
	}

	.alle-news ul.liste-aller-news > li.ein-newsbeitrag:nth-child(2n) .news-hauptbild {
	  float: none;
	  width: 100%;
	  margin-left: 0;
	  margin-bottom: 15px;
	}	

	.alle-news ul.liste-aller-news > li.ein-newsbeitrag .datum {
	  font-size: 16px;
	  line-height: 1.3;
	  margin-bottom: 10px;
	}
}
@media (max-width: 640px) {

}















@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}











/** EINE BAND **/

.bt-eine-band {
	text-align: center;
}

.bt-eine-band h2 {

}



.bt-eine-band #band-logo {
  text-align: center;
  margin-top: 25px;
}
.bt-eine-band #band-logo .band-logo {
  font-size: 100px;
  line-height: 1;
}




#search-the-top {
	margin-top: 50px;
}
.bt-eine-band #anker-navi {
  text-align: center;
  height: 100px;
}

.bt-eine-band #anker-navi .anker-navigation ul > li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.bt-eine-band #anker-navi .anker-navigation ul > li a {
	background-color: rgba(40, 103, 87, 0.8);
}
.bt-eine-band #anker-navi .anker-navigation ul > li a {
  text-decoration: none;
  background-color: rgba(40, 103, 87, 0.8);
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  display: block;
  padding: 8px 25px;
  border-radius: 5px;
}
.bt-eine-band #anker-navi .anker-navigation ul > li a:hover, 
.bt-eine-band #anker-navi .anker-navigation ul > li a:active {
	background-color: rgba(3, 176, 132, 0.8);
}

.bt-eine-band #anker-navi .anker-navigation ul > li a span.illustration {
	float: left;
	font-size: 75px;
	line-height: 75px;
	display: block;
}
.bt-eine-band #anker-navi .anker-navigation ul > li a span.titel {
	float: left;
	font-size: 25px;
	line-height: 75px;
	display: block;
	margin-left: 10px;
}



.bt-eine-band #anker-navi.sticky-now {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 199;
  background-color: rgba(40, 103, 87, 0.8);
  height: 50px;
}
.bt-eine-band #anker-navi.sticky-now .anker-navigation ul {
  display: block;
  height: 50px;
}
.bt-eine-band #anker-navi.sticky-now .anker-navigation ul > li a {
  background-color: transparent;
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 0;
}
.bt-eine-band #anker-navi.sticky-now .anker-navigation ul > li a span.illustration {
  font-size: 35px;
  line-height: 35px;
}
.bt-eine-band #anker-navi.sticky-now .anker-navigation ul > li a span.titel {
  font-size: 21px;
  line-height: 40px;
  margin-left: 10px;
}



.bt-eine-band #band-intro {
	margin-top: 50px;
}
.bt-eine-band #band-intro .inner {
	position: relative;
}
.bt-eine-band #band-intro .gegensprechanlage {
  font-size: 200px;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 200px;
  height: 200px;
}

.bt-eine-band #band-intro .willkommens-nachricht {
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  background-image: URL("../img/sprechblase-zwei-farben.svg");
  margin-left: 175px;
  background-repeat: no-repeat;
  width: calc(100% - 225px);
  background-size: cover;
  height: 326px;
  box-sizing: border-box;
  padding-left: 16%;
  padding-top: 8%;
  padding-right: 2%;
  padding-bottom: 3%;
  display: flex;
  align-items: center;
}

.bt-eine-band #band-intro .willkommens-nachricht .introtext {
}





@media (max-width: 1279px) {
	.bt-eine-band #band-logo .band-logo {
	  font-size: 80px;
	}	
	.bt-eine-band #anker-navi {
		height: 80px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li {
		margin-left: 5px;
		margin-right: 5px;
	}	
	.bt-eine-band #anker-navi .anker-navigation ul > li a {
		padding: 5px 20px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a span.illustration {
		font-size: 60px;
		line-height: 60px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a span.titel {
		font-size: 20px;
		line-height: 60px;
		margin-left: 5px;
	}
	
	
	.bt-eine-band #band-intro .gegensprechanlage {
		font-size: 150px;
		bottom: 50px;
		width: 150px;
		height: 150px;
	}
	.bt-eine-band #band-intro .willkommens-nachricht {
		font-size: 18px;
		line-height: 23px;
		margin-left: 135px;
		width: calc(100% - 135px);
		height: 274px;
	}
	.bt-eine-band #band-intro .willkommens-nachricht h1 {
		font-size: 24px;
		line-height: 30px;
	}
	
}
@media (max-width: 1023px) {
	.bt-eine-band #band-logo .band-logo {
	  font-size: 60px;
	}
	
	.bt-eine-band #anker-navi {
		height: 65px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a {
		padding: 5px 10px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a span.illustration {
		font-size: 50px;
		line-height: 50px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a span.titel {
		font-size: 17px;
		line-height: 50px;
	}	
	.bt-eine-band #anker-navi.sticky-now .anker-navigation ul > li a {
		padding: 5px 10px;
	}
	.bt-eine-band #anker-navi.sticky-now .anker-navigation ul > li a span.titel {
		font-size: 18px;
		margin-left: 8px;
	}
	.bt-eine-band #band-intro .gegensprechanlage {
		font-size: 100px;
		bottom: 60px;
		width: 100px;
		height: 100px;
	}
	.bt-eine-band #band-intro .willkommens-nachricht {
		font-size: 16px;
		line-height: 18px;
		margin-left: 40px;
		width: calc(100% - 40px);
		height: 226px;
		padding-left: 18%;
		padding-top: 7%;
	}
	.bt-eine-band #band-intro .willkommens-nachricht h1 {
		font-size: 20px;
		line-height: 25px;
	}

}
@media (max-width: 768px) {
	.bt-eine-band #band-logo .band-logo {
	  font-size: 40px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a span.titel {
		display: none;
	}
	
	.bt-eine-band #band-intro {
		margin-top: 30px;
	}

	.bt-eine-band #band-intro .gegensprechanlage {
		font-size: 85px;
		bottom: unset;
		width: 85px;
		height: 85px;
		position: relative;
		margin: 0 auto 23px auto;
	}
	.bt-eine-band #band-intro .willkommens-nachricht {
		font-size: 16px;
		line-height: 18px;
		margin-left: 0;
		width: 100%;
		height: auto;
		padding: 15px;
		background-image: none;
		background-color: #f2edca;
		border: 3px solid #333;
		border-radius: 50px 50px 50px 50px;
		background-image: none;
		position: relative;
		text-align: center;
	}
	.bt-eine-band #band-intro .willkommens-nachricht::after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 0;
		border: 25px solid transparent;
		border-bottom-color: #333;
		border-top: 0;
		margin-left: -25px;
		margin-top: -25px;
	}
	

	
}
@media (max-width: 640px) {
	.bt-eine-band #anker-navi {
		height: 55px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li {
		margin-left: 3px;
		margin-right: 3px;
	}
	.bt-eine-band #anker-navi .anker-navigation ul > li a {
		padding: 8px 8px;
	}
	 .bt-eine-band #anker-navi .anker-navigation ul > li a span.illustration {
		font-size: 35px;
		line-height: 35px;
	}
	.bt-eine-band #band-intro .willkommens-nachricht {
		font-size: 15px;
		line-height: 17px;
	}
	.bt-eine-band #band-intro .willkommens-nachricht h1 {
		font-size: 17px;
		line-height: 23px;
	}
}
@media (max-width: 480px) {
	.bt-eine-band #band-logo .band-logo {
	  font-size: 30px;
	}
}












.bt-eine-band section#tour {
	padding-top: 100px;	
}

.bt-eine-band section#tour #alle-konzerte {
  text-align: left;
}

.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert {
	margin-top: 10px;
}

.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header {
	background-color: rgba(40, 103, 87, 0.7);
	color: #fff;
	padding: 10px 10px;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header:hover {
	background-color: rgba(40, 103, 87, 0.9);
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header.geoeffnet  {
	background-color: rgba(40, 103, 87, 0.9);
}

.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header .header-inner {
	position: relative;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header:hover .header-inner {
	cursor: pointer;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header .header-inner::before {
	position: absolute;
	font-family: fontawesome;
	content: "\f105";
	color: #fff;
	right: 0;
	top: 0;
	font-size: 23px;
}

.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header.geoeffnet .header-inner::before {
  content: "\f107";
}

.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt {
  background-color: rgba(40, 103, 87, 0.2);
  padding: 15px 10px;
  margin-top: 5px;
}



.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li {
	position: relative;
	padding-left: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li::before {
    position: absolute;
    font-size: 16px;
    font-family: fontawesome;
    left: 5px;
    top: 3px;
}


.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.date::before {
	content: "\f133";
	font-size: 14px;
	top: 4px;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.time::before {
	content: "\f017";
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.town::before {
	content: "\f041";
	left: 6px;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.location::before {
	content: "\f08d";
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.bands::before {
	content: "\f067";
	font-size: 14px;
	top: 4px;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.bands ul.liste-bands > li {
	position: relative;
	padding-left: 19px;
	padding-bottom: 2px;
	padding-top: 2px;	
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.bands ul.liste-bands > li::before {
	font-family: fontawesome;	
	content: "\f101";
	font-size: 10px;
	position: absolute;
	left: 5px;
	top: 0px;
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.information::before {
	content: "\f05a";
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.information > ul.liste-information > li {
	position: relative;
	padding-left: 19px;
	padding-bottom: 2px;
	padding-top: 1px;
	
}
.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.information > ul.liste-information > li::before {
	font-family: fontawesome;	
	content: "\f101";
	font-size: 10px;
	position: absolute;
	left: 5px;
	top: 0px;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bt-eine-band section#tour {
		padding-top: 60px;	
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-header .ort .no-mobile {
		display: none;
	}

	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li {
        padding-left: 24px;
	}

	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li::before {
		font-size: 14px;
		font-family: fontawesome;
		left: 5px;
		top: 4px;
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.date::before {
		content: "\f133";
		font-size: 13px;
		top: 3px;
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.time::before {
		content: "\f017";
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.town::before {
		content: "\f041";
		left: 6px;
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.location::before {
		content: "\f08d";
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.bands::before {
		content: "\f067";
		font-size: 13px;
		top: 4px;
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.bands > ul > li {
		padding-left: 15px;    
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.bands > ul  > li::before {
		font-size: 9px;
		top: 5px;
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.information > ul > li {
		padding-left: 15px;    
	}
	.bt-eine-band section#tour ul#liste-aller-konzerte > li.ein-konzert .ein-konzert-inhalt ul.konzerte-daten > li.information > ul  > li::before {
		font-size: 9px;
		top: 5px;
	}	
	
}













.bt-eine-band section#video {
	padding-top: 100px;	
}

.bt-eine-band .video-wrapper .video-lade-button {
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 100%;
}
.bt-eine-band .video-wrapper .video-lade-button img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bt-eine-band .video-wrapper .video-lade-button .inner {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 15px 5px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}
.bt-eine-band .video-wrapper .video-lade-button::before {
  font-family: fontawesome;
  content: "\f01d";
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  color: #fff;
  font-size: 200px;
  opacity: 0.8;
  display: block;
  height: 200px;
  width: 200px;
  line-height: 200px;
}
.bt-eine-band .video-wrapper .video-lade-button:hover::before {
  opacity: 1;
}



.bt-eine-band section#video a.link-zum-youtube-kanal {
  display: block;
  margin-top: 50px;
  background-color: rgba(40, 103, 87, 0.8);
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  border-radius: 5px;
}
.bt-eine-band section#video a.link-zum-youtube-kanal:hover, 
.bt-eine-band section#video a.link-zum-youtube-kanal:focus {
  background-color: rgba(40, 103, 87, 0.95);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bt-eine-band section#video {
		padding-top: 60px;	
	}
	.bt-eine-band .video-wrapper .video-lade-button::before {
		left: calc(50% - 50px);
		top: calc(50% - 50px);
		font-size: 100px;
		height: 100px;
		width: 100px;
		line-height: 100px;
	}
	.bt-eine-band .video-wrapper .video-lade-button .inner {
		padding: 8px 5px;
		font-size: 14px;
	}
	.bt-eine-band section#video a.link-zum-youtube-kanal {
		margin-top: 35px;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.bt-eine-band .video-wrapper .video-lade-button::before {
		left: calc(50% - 30px);
		top: calc(50% - 30px);
		font-size: 60px;
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
	.bt-eine-band .video-wrapper .video-lade-button .inner {
		padding: 5px 5px;
		font-size: 10px;
	}
	
	.bt-eine-band section#video a.link-zum-youtube-kanal {
		margin-top: 20px;
		padding: 15px 0;
		font-size: 16px;
		line-height: 16px;
	}
}






	
.bt-eine-band #diskografie {
	padding-top: 100px;	
}
.bt-eine-band #diskografie ul.diskografie-der-band > li {
	width: 23.5%;
	margin-top: 2%;
	margin-left: 2%;
	float:left;
	box-sizing: border-box;
	position: relative;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li:nth-child(4n+1) {
	margin-left: 0;
}

.bt-eine-band #diskografie ul.diskografie-der-band > li > a {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li > a img {
  width: 100%;
  height: auto;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li > a .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255,255,255,0);
  color: #286757;
  text-align: center;
  box-sizing: border-box;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li > a:hover .overlay {
  background-color: rgba(255,255,255,0.9);
  height: 100%;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li > a .overlay .pfeil {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li > a .overlay .pfeil span {
  height: 26px;
  position: relative;
}
.bt-eine-band #diskografie ul.diskografie-der-band > li > a .overlay .pfeil {
    animation: MoveUpDown 0.5s linear infinite;
}
@keyframes MoveUpDown{
	0%,100%{bottom:0px}
	50%{bottom:3px}
}


body.site .mfp-auto-cursor .mfp-content > .white-popup.eine-platte-popup .kurzbeschreibung {
  margin-bottom: 15px;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.eine-platte-popup .tracknummer {
  width: 20px;
  display: inline-block;
  text-align: right;
  margin-right: 3px;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.eine-platte-popup .tracknummer::after {
  content: ".";
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.eine-platte-popup .bp-akkordeon.ui-accordion .ui-accordion-header::after {
	line-height: 41px;
}
body.site .mfp-auto-cursor .mfp-content > .white-popup.eine-platte-popup .bp-akkordeon.ui-accordion .ui-accordion-content {
  margin-bottom: 15px;
  padding: 0px 0px;
  margin-top: 15px;
}







@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bt-eine-band #diskografie {
		padding-top: 60px;	
	}
}
@media (max-width: 768px) {
	.bt-eine-band #diskografie ul.diskografie-der-band > li:nth-child(2n+1) {	
		margin-left: 0;
		clear: left;
	}	
	.bt-eine-band #diskografie ul.diskografie-der-band > li {
		width: 49%;
	}	
	.bt-eine-band #diskografie ul.diskografie-der-band > li:nth-child(2n+1) {	
		margin-left: 0;
		clear: left;
	}	
}
@media (max-width: 640px) {

}
@media (max-width: 480px) {	
/**
	.bt-eine-band #diskografie ul.diskografie-der-band > li ,
	.bt-eine-band #diskografie ul.diskografie-der-band > li:nth-child(2n+1),
	.bt-eine-band #diskografie ul.diskografie-der-band > li:nth-child(4n+1){
		width: 100%;
		margin: 0;
		float:none;
	}	
**/
}





.bt-eine-band #presse {
	padding-top: 100px;	
}


.bt-eine-band #presse ul.download-liste > li {
  margin: 10px 0;
}
.bt-eine-band #presse ul.download-liste > li a {
  display: block;
  text-align: left;
  background-color: rgba(40, 103, 87, 0.8);
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 10px 30px 10px 35px;
}
.bt-eine-band #presse ul.download-liste > li a:hover {
  background-color: rgba(40, 103, 87, 0.95);
  color: #fff;
  text-decoration: none;
}
.bt-eine-band #presse ul.download-liste > li a::before {
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  left: 10px;
  font-weight: normal;
  top: calc(50% - 12px);
  content: "\f15b";
}
.bt-eine-band #presse ul.download-liste > li a::after {
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  right: 10px;
  font-weight: normal;
  top: calc(50% - 12px);
  content: "\f019";
}
@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bt-eine-band #presse {
		padding-top: 60px;	
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	
}










.bt-eine-band #merch {
	padding-top: 100px;	
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.bt-eine-band #merch {
		padding-top: 60px;	
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	
}









body.site .mfp-auto-cursor .mfp-content > .white-popup.eine-platte-popup {
	height: 96VH;
	overflow-y: scroll;
}


















.bp-grp-rechtliches h2 {
	margin-top: 75px;
	text-transform: none;
}
.bp-grp-rechtliches h3 {
	margin-top: 30px;
	text-transform: none;
}
.bp-grp-rechtliches h4 {
	margin-top: 15px;
	text-transform: none;
}
.bp-grp-rechtliches p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.bp-grp-rechtliches ul > li {
	position: relative;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bp-grp-rechtliches ul > li::before {
    position: absolute;
    font-size: 5px;
    font-family: fontawesome;
    content: "\f111";
    left: 5px;
    top: 8px;
    line-height: 1;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.bp-grp-rechtliches h2 {
		margin-top: 50px;
	}
	.bp-grp-rechtliches h3 {
		margin-top: 20px;
	}
	.bp-grp-rechtliches h4 {
		margin-top: 10px;
	}
	.bp-grp-rechtliches p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.bp-grp-rechtliches ul > li {
		padding-left: 15px;
	}
	.bp-grp-rechtliches ul > li::before {
		font-size: 4px;
		left: 5px;
		top: 8px;
	}
}
@media (max-width: 640px) {

}