* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --basefontsize: 1em;
  --baselineheight: 1.5;
  --headerlineheight: 1.25;
}

.entirepage {
  align-content: center;
  margin-top: 10%; /* FOR CHOPPED no-quintet PAGE */
}

.contentindex {
  max-width: 1800px;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

a:visited {
  color: #purple;
}

h1 {
    font-size: calc(1.2 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
    opacity: .9;
    padding: 3%;
    text-align: center;
    font-weight: bold;
}

h3 {
    font-size: calc(1.1 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
    display: inline;
    opacity: .9;
    padding-bottom: 0%;
    margin-bottom: 0%;
    font-style: italic;
    font-weight: bold;
}

h4 {
    font-size: calc(1.2 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
    opacity: .9;
    padding-bottom: 0%;
    margin-bottom: 0%;
    font-weight: bold;
}

h6 {
    display: inline;
    font-size: calc(1.2 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
    opacity: .9;
    align: center;
    font-weight: bold;
    margin-bottom: 2%;
}

h7 {
    display: block;
    font-size: calc(1.2 * var(--basefontsize)); /* used to be .8, but affected banner pic closeness */
    opacity: .9;
    padding: 1%;
    text-align: center;
    font-weight: bold;
}

body {
  font-size: var(--basefontsize);
  line-height: var(--baselineheight);
  background-color: #000000;
  font-family: Verdana;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.toprow {
  position: fixed;
  background: rgba(0, 0, 0, .7);
  padding: 0%;
  top: 0;
  width: 100%;
  /*background-color: #000000;*/
}

.social {
  display: block;
  width: 95%;
  margin-left: 2%;
  text-align: right;
}

.socialimg {
  width: 40px;
}


.outsidecontainer {
    max-width: 1920px;
    margin: auto;
}

      .coverlogopic:hover {
               
                opacity: .7;

              }

        .coverlogopic {
          display: block;
          width: 100%;
           -webkit-filter: drop-shadow(5px 5px 5px #000000);
        filter: drop-shadow(5px 5px 5px #000000);
        }

.menuflex {
display: flex;
justify-content: center;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
text-align: center;
}

.menuitem {
          flex: 0 30%;
          -webkit-transition-duration: 0.2s; 
          transition-duration: 0.2s;  
          border-radius: 7px; 
          margin: 1%;
          border: none;
          background: #b70000;
          
          }

          .menuitem:hover {
           
            background: #ffffff;
         
          }

          .menuitem:active {
             -webkit-transform:scale(.95); /* Safari and Chrome */
            -moz-transform:scale(.95); /* Firefox */
            -ms-transform:scale(.95); /* IE 9 */
            -o-transform:scale(.95); /* Opera */
             transform:scale(.95);
          }


/* MAIN PIC */

.coverpiccontainer {
  clear: both;
}

.coverpic {

  margin-top: 8em;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0%;

  border: double 4px transparent;
  border-radius: 80px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.walkingpic {
  width: 80%;
  border: double 4px transparent;
  border-radius: 80px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/*
        .indexbackground {
          display: block;
          width: 100%;
          opacity: .5;
          margin-left: 0%;
          border-radius: 20px;
        }
*/

/* AKTUELL INFO */


.aktuell {
position: block;
width: 90%;
margin-left: 5%;

background-color: rgba(130, 0, 0, .5) 
}

.aktuellitem-s {
  display: block;
  text-align: left;
  margin-top: 50%;
  padding-top: 2%;
  margin-left: 10%;
  width: 80%;
}

.aktuellitem-l {
  display: none;
}

.aktuellitem-ssign {
  display: block;
  text-style: italic;
  text-align: right;
}

.aktuellitem-lsign {
  display: none;
}

.endquote {
position: relative;
width: 90%;
margin-left: 5%;
margin-top: 1%;
}

.endquote-s {
  dispaly: block;
  text-align: right;
}

.endquote-l {
  display: none;
}

.endquote-lsign {
  display: none;
}

/*
.aktuellitem {
  width: 100%;
  padding: 2%;
  text-align: justify;
  margin-top: 0%;
  position: relative;
  background-color: rgba(0, 0, 0, .5)  
}
*/

.languageflags {
  display: inline-block;
  text-align: center;
}

.languageflag {
  max-width: 40px;
  border-width: 4px; border-color: #a9a9a9; border-style: outset;
}

.aboutcontent {
  margin-top: 7em;
  width: 94%;
  margin-left: 3%;
}

.aboutpic1small {
  float: right;
  width: 40%;
  margin: 0% 0% 2% 2%;
  border-width: 4px; border-color: #a9a9a9; border-style: outset;
}

.aboutpic1large {
  display: none;
}

.greenscreenpic {
  float: left;
  margin:0% 2% 0% 0%;
  width: 70%;
  border-width: 2px; border-color: #A9A9A9; border-style: outset;
}

/*tenderly*/

.tenderlydiv {
  display: block;
}

.tenderlylink {
  clear: both;
  vertical-align: center;
  width: 80%;
  margin: 2% 10% 2% 10%;
  border-width: 2px; border-color: #A9A9A9; border-style: outset;
}

/*sentimental*/

.sentimentallinkdiv {
display: inline-block;
}

.sentimentallink{
  clear: both;
  vertical-align: center;
  width: 80%;
  margin: 2% 10% 2% 10%;
  border-width: 2px; border-color: #A9A9A9; border-style: outset;
}

/*stthomas*/

.stthomaslinkdiv {
display: inline-block;
}

.stthomaslink{
  clear: both;
  vertical-align: center;
  width: 80%;
  margin: 2% 10% 2% 10%;
  border-width: 2px; border-color: #A9A9A9; border-style: outset;
}

.whalespicdiv {
 display: block;
   float: left;
   width: 35%;
   margin: 2% 2% 1% 2%;
}

.whalespic {

  width: 100%;
  border-width: 4px; border-color: #a9a9a9; border-style: outset;
}

.basspic {
  float: right;
  width: 40%;
  margin: 2% 0% 2% 2%;
  border-width: 4px; border-color: #a9a9a9; border-style: outset;
}

.hailmary {
  font-size: calc(.7 * var(--basefontsize));
  font-style: italic;
  text-align: right;
}

.rehearsalpic {
  float: center;
  width: 80%;
  margin: 2% 10% 2% 10%;
  border-width: 4px; border-color: #a9a9a9; border-style: outset;

}

    a.backtotop:visited { color: #ffffff; }

    .backtotopdiv {
      width: 40%;
      margin: 2% 0% 2% 30%;
      border: 2px #606060;
      border-style: solid;
    }


 .footersmall {
    background-color: #b70000;
    text-align: center;
    font-size: calc(.8 * var(--basefontsize));
  }

  .footerlarge {
    display: none;
  }

  .footeritem {
    display: inline-block;
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
   }

.mediatext { 
  width: 100%;
  padding: 2%;
  text-align: center;
}

.vidframe {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin: 1% 2% 1% 2%;
}

.vidframe iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border: 5px outset #b70000;
}

.g-recaptcha {
  display: inline-block;
}


.concertsection {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.concertheader {
margin-top: 2%;
background-color: purple;
}

.concertiteml {
  float: left;
  background-color: rgba(0,0,0, .5);
  width: 100%;
  padding: 2%;
}

.concertitemr {
  float: left;
  width: 100%;
  padding: 1%;
}

.concertfooter {
  background: purple;
  float: left;
  color: white;
  margin-top: 1rem;
  width: 100%;
  height: .5em;
}

.content {
  margin-top: 10%;
  text-align: left;
}


.quintetcontent-l {
  display: block;
}

  .productdiv {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  width: 90%;
  margin-left: 5%;
}
  
  .quintetmember {
  flex: 100%;
  }

 .quintettitlespacer {
  background-color: red;
  }

.quintettitle {
    font-color: black;
    background-color: red;
    font-style: italic;
    padding: 1%;
    width: 100%;
    text-align: left;
  }

.quintetpicdiv {
  max-width: 40%;
}
  .quintetleftpicclass {
    float: left;
    margin: 2%;
    max-width: 40%;
    border-width: 2px; border-color: #9b8e8e; border-style: solid;
  }

.quintettext {
  text-align: left;
  font-size: calc(.95 * var(--basefontsize));
  width: 90%;
  margin-left: 2%;
}

.raelogo {
  max-height: 25px;
}

.ytlink {
  max-height: 50px;
  background-color: #ffffff;
  padding: 1%;
}

/* CONTACTS FORM */

.contactlarge {
  display: block;
  width: 100%;

 }

.contactpic {
display: none;
}

.contactlarge-content {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}

.emailfield {
display: inline-block;
}

input[type=text] {
  display: inline-block;
  width: 50%;
  font-size: calc(.8 * var(--basefontsize));
}

.messagefield {
display: block;
}

textarea {
  display: block;
  width: 100%;
  margin-bottom: 1%;
  min-height: 150px;
  font-size: calc(.9 * var(--basefontsize));
}

input[type=submit] {
  
  display: block;
  width: 30%;
  margin-top: 5%;
  font-size: calc(1 * var(--basefontsize));
}

input[type=reset] {
  display:block;
   width: 30%;
   margin-bottom: 1%;
}


/* SCROLL CONTAINER */

div.scroll-container {

  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  border: double 4px transparent;
  border-radius: 80px;
  background-image: linear-gradient(black, black), radial-gradient(circle at top left, #f00,#3020ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

div.scroll-container img {
  padding: 10px;
  max-width: 300px;
}