/* css für HaWo */
*{ 
    margin: 0;
    padding: 0;
}

*:visited {
    background-color: hsla(348, 88%, 49%, 0.5);
    color: #1a1a1a;
} 

html, body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: url(../bilder/hinten.jpg);
    background-attachment: fixed;
    width: 100%; 
    height: 100%;
    text-align: center;
  }



#seite {
    text-align: left;
    width: 85%;
    min-height: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding-bottom: 1em;
    background: hsla(0, 0%, 60%, 0.6);
    
}

#kopf { /* für festen Kopf oben */
    text-align: right;
    width: 85%;
    height: 180px;
    max-width: 990px;
    margin: 0 auto;
    display : flex;
    background: hsla(0, 0%, 60%, 0.6);   
}

header { 
    color:white;
    height: 140px;
    padding: 10px 30px 0px 0px ;
    text-align: right;
    display: flex;
    /* width: 85%; */
    
}

#headl{
    background: url(../bilder/kopf_l.jpg);
    background-repeat: no-repeat;
    width: 140px;
    flex: 1;
    flex-basis: 30%
}

#headr{
    flex: 50%;
  
}

h1 {
	text-shadow: 2px -2px 0px black, 2px -2px 0px hsla(0, 0%, 65%, 1), 3px -3px 0px hsla(0, 0%, 60%, 1);
    line-height: 1.5em;    
}

h2 { line-height: 1.1em ; padding-bottom: 15px;
}

h4 {color: rgb(255, 0, 191);  font-size: 2em ; line-height: 1em;
    text-shadow: 2px -2px 0px black, 2px -2px 0px 
    hsla(0, 0%, 65%, 1), 3px -3px 0px hsla(0, 0%, 60%, 1);}


nav {
    display: flex;
    background-color: hsla(0, 0%, 90%, 0.85);
    gap: 10px;
    line-height: 1.5em;
    flex-wrap: wrap ;
}

.but{
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  text-decoration: none;
  color: #000;
  padding: 0.2em 0.4em;
  
  box-sizing: border-box;
  display:inline-block;
  width: 130px;
  padding: 3px 3px;
  box-shadow: 0px 5px 10px;
  border: solid 3px black;
  border-radius: 5px;
  background-color:hsl(0, 0%, 90%);
  text-align: center;
  line-height: 0.9em ;
  font-size: smaller;
  flex-grow: 1;

}


.but:hover {
	color: white;
	background-color:darkblue;
}

.butred{
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  text-decoration: none;
  color: #000;
  padding: 0.2em 0.4em;
  
  box-sizing: border-box;
  display:inline-block;
  width: 130px;
  padding: 3px 3px;
  box-shadow: 0px 5px 10px;
  border: solid 3px black;
  border-radius: 5px;
  background-color:hsl(0, 0%, 90%);
  text-align: center;
  line-height: 0.9em ;
  font-size: smaller;
}

.butred:hover {
    color: white;
    background-color:darkred;
}

#zwei {
    font-weight: lighter";
	/* text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black; */
}


section{
    background-color:hsla(0, 0%, 90%, 0.85);
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1em;
    padding-bottom: 2.5em;
    margin-bottom: 2em;
    height: auto;
    font-weight: 600; 
    line-height: 1.6em;
}

#sec{
    font-weight: 400;
}

figure{ 
    box-sizing: border-box;
    width: auto;
    height: auto;
    float: right;
    padding: 1em;
}

cal{
    box-sizing: border-box;
    width: 300px;
    /*height:250px;*/
    float:right;
    padding: 20px;
    color:darkred;
}

footer{
    line-height: 1em;
    position: fixed;
    bottom: 10px;
    color: white;
    background-image: url(../bilder/grau-30.png);
    padding-bottom: 10px;
}


