/*
 Theme Name:   Zerif Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     zerif-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.entry-content {
  line-height: 24px;
}

.site-main p {
  margin-bottom: 20px;
}

a:hover {
  color: #6dc1bd;
}

a:visited {
  color: #428bca;
}

.navbar-brand {
  height: 100px;
  opacity: 0.54;
}

.navbar-brand:hover {
  opacity: 1;
}

.navbar-inverse .navbar-nav > li {
  margin-top: 30px;
}

.header-content-wrap {
  padding-top: 37%;
  background: transparent;
}

.navbar-inverse {
  border-bottom: 0;
}

.navbar-toggle {
  margin-top: 31px;
}

.col-lg-3 {
  width: 33%;
}

.sidebar-wrap {
  display: none;
}

.zerif-copyright-box {
  display: none;
}

.programmtable {
  width: 50%;
  float: left;
  margin: 0;
}

.dayWrap {
  width: 50%;
  float: left;
  padding: 50px 0;
}

.hourItem {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.hourItem a,
.hourItem a:hover {
  color: #fff;
}

.band {
  width: 80%;
  height: 65px;
  /* background: #a75068; */
  background: #6dc1bd;

  margin-left: 15%;
  padding-top: 20px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(60%) scale(1);
  -ms-transform: translateY(60%) scale(1);
  -o-transform: translateY(60%) scale(1);
  transform: translateY(60%) scale(1);
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  text-transform: uppercase;
}

.band.multiline {
  padding-top: 11px;
}

.fullHour .band {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.band.small {
  height: 7px;
  margin-top: 5px;
  padding: 0;
  opacity: 0.8;
}

.band.small.second {
  height: 5px;
  opacity: 0.6;
}

.band.small.third {
  height: 3px;
  opacity: 0.4;
}

.band small {
  font-size: 13px;
}

.band.day.title {
  padding-top: 0;
}

a:hover .band {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  -moz-text-decoration-color: #fff;
  /* Code for Firefox */
  text-decoration-color: #fff;
  outline: none;
  -webkit-transform: translateY(60%) scale(1.04);
  -ms-transform: translateY(60%) scale(1.04);
  -o-transform: translateY(60%) scale(1.04);
  transform: translateY(60%) scale(1.04);
}

.fullHour a:hover .band {
  -webkit-transform: translateY(0) scale(1.04);
  -ms-transform: translateY(0) scale(1.04);
  -o-transform: translateY(0) scale(1.04);
  transform: translateY(0) scale(1.04);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #6dc1bd;
}

a:hover .band p {
  text-decoration: none !important;
}

.about-us p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  max-width: 92%;
}

@media only screen and (max-width: 700px) {
  .about-us p {
    max-width: 100%;
  }
}


.about-us p a {
  color: rgba(255, 255, 255, 0.87);
  font-size: 18px;
}

.about-us p a:hover {
  /* color: #855c75; */
  color: #ffb152;
}

.about-us .section-header .section-legend {
  font-size: 22px;
}

.band.day {
  background: transparent !important;
  transform: translateY(0);
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.page-template-template-fullwidthProgramm-2017 .band {
  transform: translateY(0) !important;
}

.times {
  position: absolute;
  width: 60px;
  line-height: 80px;
  background: #fff;
  padding-top: 39px;
  padding-right: 10px;
  text-align: right;
  z-index: 2;
}

.times.sub {
  background: transparent;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  padding-top: 78px;
}

.sunday .times {
  right: 0;
}

.sunday .band {
  margin-left: 5%;
  margin-right: 15%;
  /* background: #855c75; */
  background: #ffb152;
}

.programm2019 .band {
  background: #7dcdc3;
}

.programm2019 .sunday .band {
  background: #e8f774;
}

/* 2022 */

.programm2022 .band {
  background: #4150ff;
}

.programm2022 .band:not(.day) {
  box-shadow: 3px 3px 0 #000;
}

.programm2022 .sunday .band {
  background: #F4C840;
}

.programm2022 .strass {
  height: 80px;
  font-size: 14px;

  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programm2022 .strass .smaller {
  font-size: 12px;
}

.programm2022 .talk {
  height: 100px;
  padding-top: 0;
  transform: translateY(0);

  display: flex;
  align-items: center;
  justify-content: center;
}

.programm2022 a:hover .band.talk {
  transform: translateY(0) scale(1.04);
}

/* 2023 */

.programm2023 .band {
  background: #d90b8b;
}

.programm2023 .band:not(.day) {
  box-shadow: 3px 3px 0 #000;
}

.programm2023 .sunday .band {
  background: #a5c83b;
  color: #000;
}

.programm2023 .artist-with-subline {
  font-size: 14px;

  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programm2023 .artist-with-subline .smaller {
  font-size: 12px;
}

.programm2023 .duration-one-hour {
  height: 80px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.programm2023 .talk {
  height: 120px;
  padding-top: 0;
  transform: translateY(0);

  display: flex;
  align-items: center;
  justify-content: center;
}

.programm2023 a:hover .band.talk {
  transform: translateY(0) scale(1.04);
}

.page-id-983 .jsq,
.page-id-987 .sheen-trio,
.page-id-979 .maika,
.page-id-991 .talk,
.page-id-977 .mother {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  box-shadow: none !important;
  box-shadow: 3px 3px 0 #fff, 6px 6px 0 #a5c83b !important;
}

.page-id-985 .olga-reznichenko,
.page-id-981 .barbara-barth,
.page-id-989 .sun-mi-hong {
opacity: 1 !important;
  color: rgba(0, 0, 0, 1);
  box-shadow: 3px 3px 0 #fff, 6px 6px 0 #d90b8b !important;
}

/* End 2023 */


.color-white {
  color: #fff;
}

.color-white:hover {
  color: #fff !important;
}

.programm2020 .band {
	background: #cf76e7;
  transform: translateY(0);
}
.programm2020 a:hover .band {
  -webkit-transform: translateY(0%) scale(1.04);
  -ms-transform: translateY(0%) scale(1.04);
  -o-transform: translateY(0%) scale(1.04);
  transform: translateY(0%) scale(1.04);
}

.programm2020 .sunday .band {
  background: #e8f774;
}

.programm2020 .hourItem.entry .band,
.programm2020 .hourItem .band.alexandra {
  height: 80px;
}

.programm2020 .hourItem .band {
  padding: 0;
  display: flex;
  align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.programm2020 .hourItem .band .smaller {
	flex: 1 1 100%;
	font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
}

.programm2020 .hourItem .band.day.title {
	/* flex-wrap: wrap; */
  display: block;
}

.programm2020 .hourItem .band.talk {
  height: 120px;
  font-size: 13.5px;
  padding: 0 6px;
}
.programm2020 .hourItem.talk-container {
  transform: translateY(2px);
}


.programm2020 .hourItem .band.peng-kollektiv {
  transform: translateY(49px) ;
  /* background: #e8f774; */
  height: 28px;
}

.programm2020 .hourItem a:hover .band.peng-kollektiv {
  transform: translateY(49px) scale(1.04);
}


.hourItem.onFifth .band {
  transform: translateY(22%);
}

.hourItem.onFifth a:hover .band {
  transform: translateY(22%) scale(1.04);
}

.programm2020 .hourItem.roscherHour {
  padding: 0;
}

.hourItem.entry .band {
  background: transparent;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
}

.section-header h2,
.entry-title {
  padding-bottom: 10px;
  line-height: 40px;
  position: relative;
  display: block;
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}

.entry-title {
  margin-bottom: 5%;
}

.page .entry-title:after {
  position: absolute;
  margin: auto;
  margin-left: -5%;
  z-index: 1;
  content: "";
  width: 10%;
  height: 2px;
  background: #6dc1bd;
  bottom: -9px;
  left: 50%;
}

.page .entry-title:before {
  display: none;
}

.food-truck {
  padding: 60px 25px 40px;
  margin: 30px auto 180px;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  position: relative;
  display: inline-block;
  /* border-top: 1px solid rgba(0,0,0,0.12); */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 5px 30px -10px rgba(0, 0, 0, 0.12);
}

.food-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 5px 30px -10px rgba(0, 0, 0, 0.12);
}

article.hentry {
  border-bottom: 0;
}

.page-template-template-fullwidthProgramm-2017 article.hentry,
.page-template-template-fullwidthProgramm-2018 article.hentry,
.page-template-template-fullwidthProgramm article.hentry {
  margin-bottom: 0;
}

.edit-link {
  display: none;
}

.currentProgrammLink {
  text-transform: uppercase;
  color: #e96656;
  font-size: 14px;
  text-align: center;
  margin: 0% auto 4%;
  display: inline-block;
}

.page-id-30 .wp-image-489,
iframe {
  box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
  margin: 20px auto 5%;
  width: 100%;
  max-width: 720px;
  display: block;
}

.page-id-812 .wp-image-817,
.page-id-703 .wp-image-756{
  box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  max-width: 400px !important;
}


.page-id-812 .wp-image-817 {
  max-width: 660px !important;
}


.twoVideos {
  display: flex;
}

.twoVideos p {
  flex: 1 1 100%;
}

.twoVideos p:first-of-type {
  margin-right: 12px;
}

.twoVideos p:last-of-type {
  margin-left: 12px;
}

.page-template-template-fullwidthProgramm-2018 .dayWrap,
.page-template-template-fullwidthProgramm-2017 .dayWrap,
.page-template-template-fullwidthProgramm .dayWrap {
  padding-top: 0;
  padding-bottom: 12%;
}

.page-template-template-fullwidthProgramm-2023 .band,
.page-template-template-fullwidthProgramm-2022 .band,
.page-template-template-fullwidthProgramm-2020 .band,
.page-template-template-fullwidthProgramm-2019 .band,
.page-template-template-fullwidthProgramm-2018 .band,
.page-template-template-fullwidthProgramm-2017 .band,
.page-template-template-fullwidthProgramm .band {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-template-fullwidthProgramm-2023 .band,
.page-template-template-fullwidthProgramm-2022 .band {
  opacity: 0.6;
  color: #000;
}

.page-template-template-fullwidthProgramm-2023 .band:not(.day),
.page-template-template-fullwidthProgramm-2022 .band:not(.day) {
  box-shadow: 2px 2px 0 #000;
}

.page-template-template-fullwidthProgramm-2023 .band.color-white,
.page-template-template-fullwidthProgramm-2022 .band.color-white {
  color: rgba(255, 255, 255, 1);
}


.page-template-template-fullwidthProgramm .band {
  opacity: 0.8;
}

.page-template-template-fullwidthProgramm-2017 .band.small.second,
.page-template-template-fullwidthProgramm-2017 .band.small.third,
.page-template-template-fullwidthProgramm-2017 .band.small {
  opacity: 0.4;
}

.page-template-template-fullwidthProgramm-2018 .band:hover,
.page-template-template-fullwidthProgramm-2017 .band:hover,
.page-template-template-fullwidthProgramm .band:hover {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.page-template-template-fullwidthProgramm-2017 .band.party:hover,
.page-template-template-fullwidthProgramm-2017 .band.small:hover,
.page-template-template-fullwidthProgramm .band.party:hover {
  opacity: 0.4;
}

.wp-image-79 {
  margin-bottom: 5%;
}

/* 2022 */



/*2017*/
.page-id-223 .schamei {
  opacity: 1;
}

.page-id-233 .tango {
  opacity: 1;
}

.page-id-231 .phase {
  opacity: 1;
}

.page-id-229 .schneider {
  opacity: 1;
}

.page-id-227 .roscher {
  opacity: 1;
}

.roscherHour {
  padding-top: 15px;
}

.page-id-225 .swoosh {
  opacity: 1;
}

/*2018*/
.page-id-406 .caris,
.page-id-408 .kusimanten,
.page-id-410 .thea,
.page-id-412 .eva,
.page-id-414 .am,
.page-id-416 .anna {
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
}

/*2019*/
.page-id-500 .caris,
.page-id-502 .kusimanten,
.page-id-504 .thea,
.page-id-506 .eva,
.page-id-508 .am,
.page-id-510 .anna,
.page-id-512 .romy,
.page-id-514 .talk {
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
}

/*2020*/
.page-id-687 .hilde,
.page-id-694 .juliah,
.page-id-697 .mariek,
.page-id-699 .maram,
.page-id-701 .alexandra,
.page-id-812 .peng-kollektiv,
.page-id-703 .talk {
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
}

/*2022*/


@keyframes outline-pulse {
  0% {
    outline-offset: 1px;
    outline-width: 3px;
   }
  50% {
    outline-offset: 4px;
    outline-width: 2px;
   }
  100% {
    outline-offset: 1px;
    outline-width: 3px;
   }
}

.page-id-862 .morley,
.page-id-865 .kadel,
.page-id-867 .evi {
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  box-shadow: none !important;
  box-shadow: 3px 3px 0 #fff, 6px 6px 0 #4150ff !important;

  /* animation-name: outline-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.44,.02,.06,.97); */
}

.page-id-850 .salon,
.page-id-853 .crush,
.page-id-858 .mendez,
.page-id-869 .strass,
.page-id-873 .talk {
  opacity: 1;
  color: rgba(255, 255, 255, 1) !important;

  /* outline: 3px solid #4150ff; */
  box-shadow: 3px 3px 0 #fff, 6px 6px 0 #4150ff !important;

  /* animation-name: outline-pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.44,.02,.06,.97); */
}


/*2016*/

/*bab*/
.page-id-65 .barth {
  opacity: 1;
}

/*maika*/
.page-id-67 .panda {
  opacity: 1;
}

/*lia*/
.page-id-69 .liaison {
  opacity: 1;
}

/*p*/
.page-id-61 .mokati {
  opacity: 1;
}

/*mara*/
.page-id-63 .mara {
  opacity: 1;
}

/*shannon*/
.page-id-71 .barnett {
  opacity: 1;
}

.copyright {
  background: transparent;
}

.company-details a,
.social li a {
  color: #939393;
  font-size: 16px;
}

.fa {
  margin-bottom: 5px;
  font-size: 26px;
  color: #fff;
}

a:hover .fa {
  color: #6dc1bd;
}

#footer .legalLinkContainer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.26);
  margin-bottom: 10px;
  display: inline-block;
}

#footer .legalLink {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
}

/* Tickets (old 2 spalitig) */

/* 

<div class="ticketAllWrap">
<a href="https://pretix.eu/pengfestival/2022/" target="_blank" class="ticketWrap" rel="noopener noreferrer">
<div class="ticketHead">Festivalticket</div>
<div class="ticketPrice">25€</div>
<div class="ticketPrice discount">
<div class="priceWrap">15€</div>
<p>ermäßigt für Schüler/inn<br>
und Student/innen</p>
</div>
</a>
<a href="https://pretix.eu/pengfestival/2022/" target="_blank" class="ticketWrap tages" rel="noopener noreferrer">
<div class="ticketHead">Tagesticket</div>
<div class="ticketPrice">15€</div>
<div class="ticketPrice discount">
<div class="priceWrap">10€</div>
<p>ermäßigt für Schüler/inn<br>
und Student/innen</p>
</div>
</a>
</div>

<div class="announceWrap">
<div class="announce">
<p><center><b>Sonntag ist kostenloser Eintritt</b> zum Konzert und der Podiumssikussion. </center></p>
</div>
</div>

<div class="announceWrap ticketShop">
<a class="announce" href="https://pretix.eu/pengfestival/2022/" target="_blank" rel="noopener noreferrer">
<center><b>Hier gehts zum Ticket Shop</b></center>
</a>
</div>

*/

.ticketAllWrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

.ticketAllWrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.ticketWrap {
  width: 40%;
  max-width: 300px;
  margin: 20px 5% 50px;
  background: #4150ff;
  padding: 40px 40px 20px;
  text-align: center;
  float: left;

  box-shadow: 3px 3px 0 #000;

  color: #fff !important;
  display: block;

  transition: transform 0.3s ease;
}

.ticketWrap:hover {
  transform: scale(1.03);
}

.ticketWrap.tages {
  /* background: #6DC1BD; */
  background: #F4C840;
  color: #000 !important;
}

.ticketWrap p {
  text-align: center;
}

.page-id-26.page .entry-title:after {
  background: rgba(0, 0, 0, 0.12);
}

.ticketHead {
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ticketPrice {
  font-size: 60px;
  margin: 80px 0;
}

.ticketPrice.discount {
  font-size: 20px;
  margin: 110px 0 0;
  color: #fff;
  position: relative;
}

.ticketWrap.tages .ticketPrice.discount {
  color: #000;
}

.ticketPrice.discount:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  transform: translateX(-50%) rotate(-3deg);
  position: absolute;
  top: -47px;
  left: 50%;
  background: #fff;
  color: #000;
  font-size: 12px;
  overflow: hidden;

  transition: all 0.3s ease;
}

.ticketWrap:hover .ticketPrice.discount:before {
  content: "KAUFEN";
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  width: 100px;
  height: 24px;
}


.ticketWrap.tages .ticketPrice.discount:before {
  background: #000;
  color: #fff;
}

.priceWrap {
  font-size: 30px;
  margin-bottom: 10px;
}

/* End Tickets */


/* Start Soli-Tickets (dreispaltig) */

/* 

<div class="ticketAllWrap soli-tickets">
<a href="https://pretix.eu/pengfestival/2022/" target="_blank" class="ticketWrap" rel="noopener noreferrer">
 <div class="ticketHead">Festivalpass</div>
  <div class="ticketPrice">
   <div class="priceWrap main-pricing">45€</div>
   <p>Reguläres Ticket</p>
  </div>
  <div class="ticketPrice reduced-pricing-item-with-animation">
   <div class="priceWrap">50€</div>
   <p>Soli-Ticket*</p>
  </div>
  <div class="ticketPrice reduced-pricing-item">
   <div class="priceWrap">25€</div>
   <p>Vergünstigtes Ticket</p>
  </div>
 </a>

<a href="https://pretix.eu/pengfestival/2022/" target="_blank" class="ticketWrap tages" rel="noopener noreferrer">
  <div class="ticketHead">
   Tagesticket 
   <div class="ticket-head-subline">Freitag <u>oder</u> Samstag</div>
  </div>
  <div class="ticketPrice">
   <div class="priceWrap main-pricing">20€</div>
   <p>Reguläres Ticket</p>
  </div>
  <div class="ticketPrice reduced-pricing-item-with-animation">
   <div class="priceWrap">25€</div>
   <p>Soli-Ticket*</p>
  </div>
  <div class="ticketPrice reduced-pricing-item">
   <div class="priceWrap">10€</div>
   <p>Vergünstigtes Ticket</p>
  </div>
 </a>
</a>

<a href="https://pretix.eu/pengfestival/2022/" target="_blank" class="ticketWrap tages secondary" rel="noopener noreferrer">
  <div class="ticketHead">
   Tagesticket 
   <div class="ticket-head-subline">Sonntag</div>
  </div>
  <div class="ticketPrice">
   <div class="priceWrap main-pricing">10€</div>
   <p>Reguläres Ticket</p>
  </div>
  <div class="ticketPrice reduced-pricing-item-with-animation">
   <div class="priceWrap">15€</div>
   <p>Soli-Ticket*</p>
  </div>
  <div class="ticketPrice reduced-pricing-item">
   <div class="priceWrap">5€</div>
   <p>Vergünstigtes Ticket</p>
  </div>
 </a>
</a>

</div>

<div class="announceWrap">
<div class="announce">
<p><center>*Wir haben uns für ein <b>solidarisches Ticketsystem</b> entschieden - wenn Du es nicht so dicke hast, kannst Du ein vergünstigtes Ticket kaufen, mit dem Soli-Ticket finanzierst Du die Vergünstigten mit.</center></p>
</div>
</div>

<div class="announceWrap ticketShop">
<a class="announce" href="https://pretix.eu/pengfestival/2022/" target="_blank" rel="noopener noreferrer">
<center><b>Hier gehts zum Ticket Shop</b></center>
</a>
</div>

*/

.soli-tickets.ticketAllWrap {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: unset;
}

.soli-tickets.ticketAllWrap::after {
  display: none;
}

.soli-tickets .ticketWrap {
  width: 33%;
  max-width: 320px;
  margin: 20px 2% 50px;
  background: #d90b8b;
  padding: 40px 40px 20px;
  text-align: center;

  box-shadow: 3px 3px 0 #000;

  color: #fff !important;
  display: block;

  transition: transform 0.3s ease;
}

@media only screen and (max-width: 750px) {

  .soli-tickets.ticketAllWrap {
    flex-wrap: wrap;
  }

  .soli-tickets .ticketWrap {
    flex: 1 1 100%;
    width: 90%;
    margin: 20px 5% 20px;
    padding: 10% 5%;
    max-width: 90%;
  }
}

.soli-tickets .ticketWrap:hover {
  transform: scale(1.03);
}

.soli-tickets .ticketWrap.tages {
  /* background: #6DC1BD; */
  background: #a5c83b;
  color: #000 !important;
}

.soli-tickets .ticketWrap.tages.secondary {
  opacity: 0.7;
}

.soli-tickets .ticketWrap p {
  text-align: center;
}


.soli-tickets .ticketHead {
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.soli-tickets .ticketHead .ticket-head-subline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 110%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.7;
}

.soli-tickets .priceWrap.main-pricing {
  font-size: 60px;
  margin: 20px 0;
}

.soli-tickets .ticketPrice.reduced-pricing-item {
  font-size: 20px;
  margin: 50px 0 0;
}

.soli-tickets .ticketPrice.reduced-pricing-item-with-animation {
  font-size: 20px;
  margin: 100px 0 0;
  color: #fff;
  position: relative;
}

.soli-tickets .ticketWrap.tages .ticketPrice.reduced-pricing-item-with-animation {
  color: #000;
}

.soli-tickets .ticketPrice.reduced-pricing-item-with-animation:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  transform: translateX(-50%) rotate(-3deg);
  position: absolute;
  top: -47px;
  left: 50%;
  background: #fff;
  color: #000;
  font-size: 12px;
  overflow: hidden;

  transition: all 0.3s ease;
}

.soli-tickets .ticketWrap:hover .ticketPrice.reduced-pricing-item-with-animation:before {
  content: "TICKET KAUFEN";
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  width: 130px;
  height: 24px;
}


.soli-tickets .ticketWrap.tages .ticketPrice.reduced-pricing-item-with-animation:before {
  background: #000;
  color: #fff;
}

.soli-tickets .priceWrap {
  font-size: 30px;
  margin-bottom: 10px;
}

/* End Soli-Tickets */



.latest-news {
  display: none;
}

.supporters {
  padding: 3%;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  /* display: none; */
}

@media only screen and (max-width: 600px) {
  .supporters {
    padding: 30px 3%;
  }
}

/* .page-template-template-fullwidthProgramm-2017 .supporters {
  display: none;
} */

.zerif-rtl-skills {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .band.schneider,
  .band.roscher {
    padding-top: 11px;
  }
}

@media only screen and (max-width: 990px) {
  /* 
	.page-id-153 iframe,
	.page-template-template-fullwidthProgramm-2017 iframe,
	.page-template-template-fullwidthProgramm iframe {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-bottom: 5%;
	}

	.page-id-153 iframe:last-child,
	.page-template-template-fullwidthProgramm-2017 iframe:last-child,
	.page-template-template-fullwidthProgramm iframe:last-child {
		margin-top: 0;
		margin-right: 0%;
		margin-left: 0%;
	} */
}

@media only screen and (max-width: 750px) {
  .col-lg-3 {
    width: 50%;
  }

  .programmtable {
    width: 100%;
    float: none;
    margin: 0;
  }

  .dayWrap {
    width: 100%;
    float: none;
  }

  .sunday .times {
    right: auto;
  }

  .sunday .band {
    margin-left: 15%;
    margin-right: 5%;
  }

  .ticketWrap {
    width: 90%;
    margin: 20px 5% 20px;
    padding: 10% 5%;
    max-width: 90%;
  }

  .band.schneider,
  .band.roscher {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .programm2017 {
    margin: 0 -20px;
  }

  .band {
    font-size: 12px;
    padding-top: 24px;
  }

  .band small,
  .band div {
    font-size: 12px;
  }

  .band small {
    line-height: 1.2;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }

  .band.multiline {
    padding-top: 16px;
  }

  .band.schneider,
  .band.roscher {
    padding-top: 17px;
  }
}

@media only screen and (max-width: 450px) {
  .col-lg-3 {
    width: 100%;
  }
}

.about-us .row {
  margin-left: 0;
  margin-right: 0;
}

/* https://farbe-app.com/create/?sd=0&sl=0&c=ffb152,n=0,d0=0,d1=0,d2=0,d3=.04,l0=0,l1=0,l2=0,l3=0&c=6dc1bd,n=0,d0=0,d1=0,d2=.20,d3=.10,l0=0,l1=0,l2=0,l3=0&s1=$,s2=0,s3=,s4=0,s5=0,s6=0,s7=,s8=0,s9=0,s10=0,s11=,s12=,s13=,s14=-,s15=1,s16=0 */

.team-member .profile-pic {
  box-shadow: 0 15px 25px -12px rgba(0, 0, 0, 0.3);
}

/* hanlde light display: */

.navbar-inverse {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.about-us {
  background: #ffffff;
  color: #404040;
  padding-bottom: 50px;
}

.about-us p a,
.about-us .white-text,
.about-us .section-header .section-legend {
  color: #404040;
}

.zerif_about_us_center {
  width: 96%;
  max-width: 860px;
  margin: 0 auto;
  display: block;
  float: none;
}

.about-us .column {
  margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
}

.navbar-inverse .navbar-nav ul.sub-menu {
  border-radius: 3px;
  background: #fcfcfc;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2),
    0 15px 40px -25px rgba(50, 50, 50, 0.4);
}

.our-team a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 600;
}

.team-member .position {
  margin-top: 25px;
}

.red-border-bottom:before {
  bottom: -15px;
}

/* // Remove this after 2019 !!!! */
.our-team .team-box:last-of-type h3 {
  /* position: relative; */
  max-width: 100%;
}

.our-team .team-box:last-of-type h3::after {
  content: "Impulsvortrag";
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 3px 4px;
}

.specialLabel {
}

.team-member h3 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

#parallax_move .layer {
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #parallax_move .layer {
    background-position: 50% -60%;
  }
}

@media only screen and (min-width: 770px) and (max-width: 1000px) {
  #parallax_move .layer {
    background-position: 50% 70px;
  }
}

@media only screen and (max-width: 770px) {
  #parallax_move .layer {
    background-position: 50% -40px;
  }
}

@media only screen and (max-width: 450px) {
  #parallax_move .layer {
    background-position: 50% -20px;
  }
}

.members {
  display: flex;
  flex-wrap: wrap;
  margin: 10% 0 50px;
  justify-content: center;
}

.member {
  flex: 1 1 50%;
  padding: 0 40px;
  /* text-align: center; */
  max-width: 600px;
  margin-bottom: 140px;
  font-size: 14px !important;
}

@media only screen and (max-width: 770px) {
  .members {
    margin: 100px 0 50px;
  }
  .member {
    flex: 1 1 100%;
    margin-bottom: 100px;
    padding: 0;
  }
}

.member img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
  margin: 0 auto 35px;
  display: block;
}

.member h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.member span,
.member div,
.member em,
.member p {
  font-size: 14px !important;
  /* text-align: center; */
}

.member .mbrWeb {
  /* text-align: left; */
}

.announceWrap {
  text-align: center;
  margin: 0 auto 50px;
}

.announce {
  padding: 20px 26px;
  background: rgb(245, 245, 245);
  /* background: rgb(255, 223, 223); */
  display: inline-block;
  min-width: 674px;
  max-width: 674px;
}

.announceWrap.ticketShop {
  margin: 0 auto 50px;
}

.announceWrap.ticketShop .announce {
  background: linear-gradient(120deg, #4150ff 20%, #F4C840 120%);
  color: #fff !important;
  box-shadow: 3px 3px 0 #000;

  min-width: unset;
  max-width: 300px;
}


@media only screen and (max-width: 750px) {

  .announceWrap {
    margin-top: 50px;
  }

  .announce {
    min-width: 90%;
    max-width: 90%;
  }

  .announceWrap.ticketShop .announce {
    min-width: 90%;
  }
}


.announce p.hl {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 auto 16px;
}

.announce p {
  text-align: center;
  margin-bottom: 8px;
}

.entry-content p {
  text-align: unset;
}