
h1 {
    font-size: 135%;
}

h2 {
    font-size: 120%;
}

p.smallfont {
   font-size: 80%;
   }

p.verysmallfont {
   font-size: 65%;
   }

p.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #b0e0e6;
}

/* unvisited link */
a:link {
    color: #FFFFFF; /* White; ;*/
}

/* visited link */
a:visited {
    color: #FFFAF0; /* FloralWhite; */
}

/* mouse over link */
a:hover {
    color: #FFFF00; /* yellow; */
}

/* selected link */
a:active {
    color: #F5DEB3; /*Wheat; */
}

img, iframe, video {
    border-radius: 8px;
}

body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font: 125% Arial, sans-serif, Verdana;
    color: black;
    background-color: black;
    background-image: url("../pics/Saxophon_mit_Background_2000x1272.jpg");
    background-attachment:fixed;
    background-repeat: no-repeat;
    text-align: center;
}

div#logo {
    top: 2px;
    left: 50%;
    /* margin: 0 0 0 -610px;   */
    margin: 0 0 0 -550px;
    border-radius: 8px;
    width: 280px;
    color: yellow;
    /* color: #B8860B; /* DarkGoldenRod; */
    /* background: black;  */
    position: absolute;
    z-index: 1000;
}

div#header {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -600px;
    padding: 2px 0 8px 0;
    border-radius: 8px;
    /*  background: #D2B48C; Tan;  */
    background-image: url("../grafic/Motown-Frame_quer_tr_1200x90blk.png");
    text-align: center;
    vertical-align: text-bottom;
    width: 1200px;
    height: 81px;
    font: normal 125% Verdena, Arial, sans-serif;
    border: 0px solid silver;
    top: 20px;
    z-index: 900;
}

div#inhalt_transparent {
    margin: 15px auto;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    max-width: 1200px;
    min-height: 770px;
    color: white;
    background-color: hsla(0,100%,2%,0.95);
    position: relative;
    top: 117px;
    z-index: 10;
}

div#inhalt {
    /* display: inline; */
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
    border-radius: 8px;
    max-width: 1200px;
    color: white;
    position: relative;
    z-index: 100;
}

@media (max-device-width: 800px)
   {
      h1 {
         font-size: 200%;
      }

       h2 {
         font-size: 180%;
      }

      p.smallfont {
         font-size: 80%;
      }
      div#logo {
          margin: 0 0 0 -515px;
      }
      div#inhalt {
          /* display: inline; */
          font: 250% Arial, sans-serif, Verdana;
      }
      div#footer {
          font-size: 100%;
          height: 70px;
      }

   }