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

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

.heropicsmall {
  display: block;
  width: 100%;
}

.backgroundimagesmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 5%;
}

.heropiclarge {
  display: none;
}

.contentindex {

  background-color: #ffffff;
  align-content: center;
}

a {
  color: #ffffff;
}

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;
    z-index: 2;
}

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%;
    color: #000000;
    text-align: center;
    font-weight: bold;
    z-index: 7;
}

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

.toprow {
  position: fixed;
  background: rgba(0, 0, 0, .0);
  padding: 0%;
  top: 0;
  width: 100%;
  z-index: 10;
}

.social {
  display: block;
  text-align: right;
  
}

.socialimg {
  width: 40px;
}


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

.menuoutside {

}

.menuflex {
display: flex;
justify-content: right;
margin-left: 30%;
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);
          }

/* spacer */

.spacer
{
    width: 100%;
    height: px;
}

/* MAIN PIC */


.coverpiccontainer {
  clear: both;
  padding-top: 2%;

}

.textcontainer-largescreen {
  display: none;
}

.textcontainer-smallscreen {
  clear: both;
  width: 100%;
  margin-top: 1%;
}

.text-l-sm {
display: block;
width: 96%;
color: #000000;
margin-left: 2%;

}

.text-r-sm {
  display: block;
  margin-left: 2%;
  width: 96%;
  color: #000000;
  background-image: url("../graphx/pic19mobile.svg");
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  min-height: 600px;
}



/* SONGLIST SECTION */

.songsection {
  clear: both;
}

.songbox {
  background-color: #000000;
  opacity: .5;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height:200px;
  overflow: auto;
  
}

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

/* AKTUELL INFO */

 .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;
}

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

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


.raelogo {
  max-height: 25px;
}

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


/* VIDEO DIV */

.videodiv {
  clear: both;
}

/* CONTACTS FORM */

.contactsection {
  clear: both;
  display: block;
  border-radius: 5%;
}

.contactlarge {
  margin-left: 10%;
  clear: both;
  display: block;
  width: 80%;
 }

.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));
  opacity: .8;
}

.messagefield {
display: block;
}

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

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

}

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


/* SCROLL CONTAINER */

div.scroll-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  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;
  border-color: #000000;
      border-radius: 5%;
}

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



/* GALLERY */

 .picturebar {

      max-height: 250px;
      display: flex;
      flex-wrap: nowrap;
       overflow-y: hidden;
       -webkit-overflow-scrolling: touch;
 
    }

    .picturebarpic {
      max-height: 250px;
      margin-right: 10px;
    }

.footer {
      display: inline-block;
      background-color: #000000;
      width: 100%;
      }

      .footeritems {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-size: calc(.7 * var(--basefontsize));
    }

.rickalanentertainment {
  display: inline-block;
  background-color: #000000;
  width: 100%;
  align-content: center;
}

.raegif {
  display: inline-block;
  max-height: 15px;
}

.out {
    color: #ffffff;
    display:inline-block;    
    width: 20%;
    text-align:center;
    font-style: bold;
}

.cright {
  color: #ffffff;
  font-size: calc(.9 * var(--basefontsize));
  display: inline-block;
  text-align: center;
}

songlisttitle {
  display: block;
  font-size: calc(1.5 * var(--basefontsize));
  text-align: center;
  display: block;
  font-weight: bold;
  font-style: italic;
  margin-top: 2%;
  margin-bottom: 2%;
}

songlistsection {
  font-size: calc(.8 * var(--basefontsize));
}

.songlistleft {
  display: inline-block;
  margin-left: 2%; margin-right: 2%;
  font-size: calc(.8 * var(--basefontsize));
  width: 90%;
  text-align: center;
}

.songlistright {
  display: inline-block;
  font-size: calc(.6 * var(--basefontsize));
  width: 100%;
  float: left;
  vertical-align: top;
  text-align: center;
}

