/* Simplicissimus CSS Datei
   Default ist Mobile Portrait
   Farben
   Rot a90021
*/

html
{
  margin: 0;
  padding: 0;
  height: 100%;  
}

body 
{
  margin: 0;
  padding: 0;
  border: 0;
  color: #f3ebc7;
  background: #f3ebc7 url(/images/geignmusi/hintergrund2.png) repeat fixed 0 0;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

#obenrechtsfix
{
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 2rem;

  color: #f3ebc7; 
  background: none repeat fixed 0 0 #a90021;
  z-index: 1; 
  transition: width 2s;
}

#obenrechtsfix.open
{
  height: 100%;
}

#obenrechtsfix img 
{
  width: 2rem;
  height: 2rem;
  float: right;
  cursor: pointer;
}

#menu-toggle
{
  height: 4rem;
}

nav
{
  display: block;
  width: 0px;
  height: 0px;
  color: #f3ebc7; 
  opacity: 0;
  transition: width 4s, height 4s;
}

nav.open
{
  width: auto;
  height: auto;
  margin-right: 0.25rem;
  opacity: 1;
}

nav a
{
  text-decoration-line: none;
  color: #f3ebc7;   
}

ul.nav.menu
{
  list-style: none inside none;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

ul li a
{
}

li .impressum
{
  display: block;
  margin-top: 2rem;  
}

main
{
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

header
{
  width: 100%;
  height: 4rem;
  text-align: center;
  background: none repeat fixed 0 0 #a90021;
}


.headerlogo
{
  height: 3rem;
  margin: 0.5rem;
  margin-right: 2rem;
}

#content
{
  margin: 1rem;
  color: #a90014;
}

#aufgspuit-controls
{
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}

#aufgspuit-controls div
{
  margin-bottom: 0.5rem;
}

#aufgspuit-controls audio
{
  width: 14rem;
  height: 1rem;
}

.abschicken
{
  font-size: 2em;
  font-weight:bold;
  color: #a90014;
}

/* Musi und Gsang */
#link-cdbestellung
{
  margin-top: 3rem;
  font-size: 2em;
  font-weight:bold;
}

#link-cdvorstellung
{
  margin: 1rem;
}

/* Geigenmusi */

#text-musikanten p
{
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}

#text-musi
{
  text-align: justify;
}

/* Familiengsang */

#text-saenger p
{
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}

#text-gsang
{
  text-align: justify;
}

/* Gwand */

#gw-grafik
{
  max-width: 100%;
}

#gw-logo
{
  display: block;
  max-width: 40%;
  margin: auto;
}

#gw-bsonders
{
  display: block;
  max-width: 50%;
  margin: auto;
  margin-top: 0rem;
}

#gw-me
{
  max-width: 50%;
  float: left;
}

#me-bild
{
  margin-top: 1rem;
  margin-right: 1rem;
}

#me-titel
{
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#gw-galerie
{
  height: 90%;
  margin-top: 2rem;
}

/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 35rem) 
{
  
#aufgspuit-controls
{
  max-width: 35rem;
  text-align: right;
}

#aufgspuit-controls audio
{
  float: right;
  height: 1rem;
  margin-left: 1rem;
}

}


/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 50rem) 
{
  
#obenrechtsfix
{
  width: 9rem;
  height: 100%;
}

#menu-toggle
{
  opacity: 0;
}

main
{
  max-width: 100%;
  margin-right: 9rem;
}

nav
{
  width: auto;
  height: auto;
  opacity: 1;
}

#cover
{
  max-width: 25rem;
  display: inline;
}

#aufgspuit-controls
{
  max-width: 40rem;
  text-align: right;
}

#aufgspuit-controls audio
{
  float: right;
  height: 1rem;
  margin-left: 1rem;
}

/* Musi und Gsang */
#link-cdbestellung
{
  margin-top: 3rem;
  font-size: 2em;
  font-weight:bold;
  text-align: right;
}

#link-cdvorstellung
{
  margin: 2rem;
}

#cd2-plakat
{
  max-width: 50%;
  max-height: 95vh;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* Geigenmusi */

#titelbild-musi
{
  width: 70%;
  height: auto;
  float: right;
  margin-left: 1rem;
}

#text-musikanten
{
  text-align: right;
}

#musi-clr
{
  clear: both;
}

/* Familiengsang */

#titelbild-gsang
{
  display: inline;
  width: 60%;
  float: right;
  margin-left: 1rem;
}

#text-saenger
{
  display: inline;
  height: auto;
  text-align: right;
}

#gsang-clr
{
  clear: both;
}

/* Gwand */
#gw-me
{
  max-width: 20%;
  margin-bottom: 8rem;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {...} 
