.bandfoto img {
  width: 100%;
}

/** KONZERTE **/


ul.liste-konzerte > li.ein-konzert {
  display: block;
  padding: 15px 7px;
  background-color: rgba(34, 159, 96, 0.8);
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-radius: 3px;
  text-align: left;
}

ul.liste-konzerte > li.ein-konzert > span.datum {
	display: block;  
	margin-bottom: 3px;
}
ul.liste-konzerte > li.ein-konzert > span.datum::before {
	content: "\f073";
	font-family: fontawesome;
	margin-right: 5px;
}

ul.liste-konzerte > li.ein-konzert > span.ort {
	font-weight: bold;
	margin-right: 3px;
	display: block;
}
ul.liste-konzerte > li.ein-konzert > span.ort::before {
	content: "\f08d";
	font-family: fontawesome;
	margin-right: 7px;
	font-weight: regular;
}

ul.liste-konzerte > li.ein-konzert > span.location {
	display: block;
}
ul.liste-konzerte > li.ein-konzert > span.location::before {
	content: "\f105";	
	font-family: fontawesome;
	margin-right: 5px;
}

ul.liste-konzerte > li.ein-konzert a.link {
  display: block;
  margin-top: 3px;
}
ul.liste-konzerte > li.ein-konzert a.link i {
  margin-right: 5px;
}

@media (min-width: 576px) {
	ul.liste-konzerte > li.ein-konzert > span.datum {
	  display: inline-block;
	  width: 125px;
	}
	ul.liste-konzerte > li.ein-konzert > span.ort, 
	ul.liste-konzerte > li.ein-konzert > span.location {
		display: inline-block;
	}
	ul.liste-konzerte > li.ein-konzert a.link {
		display: block;
		margin-top: 0;
		position: absolute;
		right: 7px;
		top: 15px;
		font-size: 25px;
		line-height: 25px;
	}
	ul.liste-konzerte > li.ein-konzert a.link span.mehr {
		display: none;
	}
}






#cn-video .video-wrapper .video-lade-button {
  position: relative;
}
#cn-video .video-wrapper .video-lade-button .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
#cn-video .video-wrapper .video-lade-button .inner .fa-solid.fa-circle-play {
  position: absolute;
  top: calc(50% - 35px);
  font-size: 70px;
  height: 70px;
  width: 70px;
  left: calc(50% - 35px);
  color: #a6b3cc;
}
#cn-video .video-wrapper .video-lade-button .inner .klick-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px 3px;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: center;
}
#cn-video .video-wrapper .video-lade-button .inner:hover, 
#cn-video .video-wrapper .video-lade-button .inner:focus {
  background-color: rgba(0,0,0,0.5);
}
#cn-video .video-wrapper .video-lade-button .inner:hover .fa-solid.fa-circle-play, 
#cn-video .video-wrapper .video-lade-button .inner:focus .fa-solid.fa-circle-play {
  color: #1b7f4c;
}


@media (min-width: 576px) {
	#cn-video .video-wrapper .video-lade-button .inner .fa-solid.fa-circle-play {
		top: calc(50% - 50px);
		font-size: 100px;
		height: 100px;
		width: 100px;
		left: calc(50% - 50px);
	}
}









ul.press-downloads > li.download {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-radius: 3px;
  text-align: left;
  font-weight: 600;
}

ul.press-downloads > li.download a {
  display: block;
  padding: 15px 30px 15px 30px;
  background-color: rgba(34, 159, 96, 0.8);
  color: #fff;
  text-decoration: none;
}
ul.press-downloads > li.download a:hover {
  background-color: rgba(34, 159, 96, 0.9);
  text-decoration: none;
}

ul.press-downloads > li.download a::before {
	font-family: fontawesome;
	content:"\f016";
	position: absolute;
	left: 10px;
	top: 17px;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
}
ul.press-downloads > li.download.bild a::before {
	content:"\f1c5";
}
ul.press-downloads > li.download.zip a::before {
	content:"\f1c6";
}
ul.press-downloads > li.download.pdf a::before {
	content:"\f1c1";
}
ul.press-downloads > li.download a::after {
	font-family: fontawesome;
	content:"\f019";
	position: absolute;
	right: 10px;
	top: 17px;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
}









.bp-grp-rechtliches h2 {
	margin-top: 30px;
	text-transform: none;
}
.bp-grp-rechtliches h3 {
	margin-top: 15px;
	text-transform: none;
}
.bp-grp-rechtliches h4 {
	margin-top: 10px;
	text-transform: none;
}
.bp-grp-rechtliches p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.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: 4px;
    font-family: fontawesome;
    content: "\f111";
    left: 5px;
    top: 8px;
    line-height: 1;		
}
