/*
ergaenzungen zu w3
*/
footer{
    margin-top: 20px;
}

html{
        background-color: #f1f1f1;

}

/* text auf bild */
.container {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}

/*bild als link hover*/
div.container:hover{
    transform: scale(1.05);
    filter: sepia(1);
}


/*footer*/
footer h2{
    font-size: 100%;
}

/*pagination*/
.w3-bar a{
    font-size: 150%;
}

/* header */
header *{
    font-size: 150%;
    background-color: #f1f1f1;
    color: #f1f1f1;;
}

