body {
  font-size: calc(1.2 * var(--basefontsize)); 
}

  h1 {    
    font-size: calc(1.4 * var(--basefontsize)); 
}

/*
.coverpiccontainer {
  float: left;
  width: 50%;
}


.aktuell {
  clear: both;
  width: 50%;
  float: right;
  display: inline-block;
}
*/

.greenscreenpic {
  width: 70%;
}

/*
.coverlogopic {
  display: inline-block;
  float: left;
  width: 50%;
}

.menuoutside {

display: inline-block;
  width: 50%;
  align-items: center;
}

.menuflex {
flex-wrap: wrap;
margin-top: 3%;
}

*/

.aboutcontent {

  margin-top: 7em;
}

  .quintetmember-l {

  width: 90%;
  margin-left: 5%;
  }

  .quintetmember-r {

  width: 90%;
  margin-left: 5%;
  
  }

/*
.concertiteml {
  float: left;
  background-color: rgba(0,0,0, .5);
  width: calc(50% - 1rem);
  padding: 2%;
  padding-bottom: 500rem;
  margin-bottom: -500rem;
}

.concertitemr {
  float: left;
  padding: 1%;
  width: calc(50%);
  padding-bottom: 500rem;
  margin-bottom: -500rem;
}
*/

.bigole {
  font-weight: bold;
  font-size: calc(1.1 * var(--basefontsize));

}

.footersmall {
  display: none;
}

.footerlarge {
  display: block;
  clear: both;
  background-color: #b70000;
  text-align: center;
  font-size: calc(1 * var(--basefontsize));

}

/*
.contactsmall {
  display: none;
}
*/

