/* 1. Allgemeine Styles
=====================*/

* { padding: 0; margin: 0; border: 0;}
body {
  display: flex;
min-height: 100vh;
  margin: 0 auto;
  flex-direction: column;
  background: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  
  height: 100%;
  overflow-y: hidden;
  }
  
  /* 2. Styles für die layoutbereiche
======================================*/  

header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #708090;
  opacity: 0.9;
  height: 15.0em;
  background-image: url(xy.jpg), url(xxxxx.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
header h1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: white;
  font-size: 170%;
  letter-spacing: 0.6em;
  font-weight: normal;
  padding-bottom: 3em;
  padding-right: 2.0em;
  padding-left: 2.0em;
 }
@media screen and (max-width: 1920px) {
  header {
  height: 13.0em;
  background-image: url(xym.jpg), url(xxxxx.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
  header h1 {
  font-size: 160%;
  padding-bottom: 2em;
  }
}
@media screen and (max-width: 1620px) {
  header {
  height: 12.0em;
  background-image: url(xym.jpg), url(xxxxx.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
  header h1 {
  padding-bottom: 2em;
  }
}
@media screen and (max-width: 1508px) {
  header {
  height: 11.5em;
  background-image: url(xym.jpg), url(xxxxxk.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
@media screen and (max-width: 1460px) {
  header {
  height: 10.0em;	
  background-image: url(xymk.jpg), url(xxxxxk.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
@media screen and (max-width: 1240px) {
  header {
  height: 10.0em;
  background-image: url(xyk.jpg), url(xxxxxk.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
@media screen and (max-width: 992px) {
  header {
  font-size: 80%;
  height: 10.0em;
  background-image: url(xxxxxk.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  header {
  font-size: 80%;
  height: 9.0em;
  background-image: url(xxxxxk.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
  header h1 {
  padding-bottom: 2em;
  }
}
@media screen and (max-width: 576px) {
  header {
  font-size: 80%;
  height: 10.5em;
  background-image: url(xxxxxk.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
main { 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  min-height: 5.0em;
  flex: 1;
  gap: 2.0em;  
  animation: bgfade 35s infinite;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  }
@keyframes bgfade {
  0% {
  background-image: url(robert-schmid-golden-retriever.jpg);  background-size: 40%; 
  }
  20% {
  background-image: url(robert-schmid-comic-3.jpg); background-size: 25%; background-position: right;
  }
  35% {
  background-image: url(robert-schmid-marker-2.jpg); background-size: 55%; background-position: right;
  }
  45% {
  background-image: url(robert-schmid-comic-2.jpg); background-size: 35%; 
  }
  50% {
  background-image: url(robert-schmid-illustration-4-3.jpg); background-size: 40%; 
  }
  65% {
  background-image: url(robert-schmid-wels.jpg); background-size: 35%; background-position: bottom left;
  }
  75% {
  background-image: url(robert-schmid-kasper.jpg); background-size: 25%; background-position: bottom left;
  }
  100% {
  background-image: url(robert-schmid-illustration-3.jpg); background-size: 35%;
  }
}
@media screen and (max-width: 768px) {
@keyframes bgfade {
  0% {
  background-image: url(robert-schmid-golden-retriever-klein.jpg);  background-size: 95%; background-position: top;
  }
  15% {
  background-image: url(robert-schmid-comic-3-klein.jpg); background-size: 90%; background-position: bottom;
  }
  25% {
  background-image: url(robert-schmid-wels-klein.jpg); background-size: 90%; background-position: top;
  }
  30% {
  background-image: url(robert-schmid-illustration-glas-klein.jpg); background-size: 120%;  background-position: top;
  }
  45% {
  background-image: url(robert-schmid-comic-2-klein.jpg); background-size: 100%;  background-position: top; 
  }
  55% {
  background-image: url(robert-schmid-illustration-4-3-klein-x.jpg); background-size: 120%; background-position: top;
  }
  65% {
  background-image: url(robert-schmid-kasper.jpg); background-size: 80%; background-position: top;
  }
  75% {
  background-image: url(robert-schmid-comic-1-klein.jpg); background-size: 120%; background-position: top;
  }
  100% {
  background-image: url(robert-schmid-illustration-3-klein.jpg); background-size: 100%;
  }
}
}
@media screen and (max-width: 768px) {
  main {
  min-height: 8em;
  }
}
div#zeichnung{
  display: flex;
  justify-content: center;
  align-items: center;  
  background-color: #708090;
  opacity: 0.9;
  color: white;
  letter-spacing: 0.1em;
  font-size: 120%;
  line-height: 2.6em;
  padding-right: 2.8em;
  padding-left: 2.8em; 
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  }
@media screen and (max-width: 1920px) {
div#zeichnung {
  font-size: 100%;
  line-height: 2.3em;
  padding-right: 2.5em;
  padding-left: 2.5em; 
  padding-top: 1.1em;
  padding-bottom: 1.1em;     
  }
}
@media screen and (max-width: 1620px) {
div#zeichnung {
  line-height: 2.0em;
  padding-right: 2.5em;
  padding-left: 2.5em; 
  padding-top: 1.0em;
  padding-bottom: 1.0em;     
  }
}
@media screen and (max-width: 1280px) {
div#zeichnung {
  font-size: 92%;
  line-height: 1.8em;
  padding-right: 2.0em;
  padding-left: 2.0em; 
  padding-top: 1.0em;
  padding-bottom: 1.0em;     
  }
}
@media screen and (max-width: 768px) {
div#zeichnung {
  letter-spacing: 0.0em;
  line-height: 1.8em;
  padding-right: 0.8em;
  padding-left: 1.5em; 
  padding-top: 1.0em;
  padding-bottom: 1.0em;     
  }
}
@media screen and (max-width: 576px) {
div#zeichnung {
  letter-spacing: 0.0em;
  line-height: 2.0em;
  padding-right: 0.8em;
  padding-left: 1.5em; 
  padding-top: 1.0em;
  padding-bottom: 1.0em;     
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #708090;
  opacity: 0.9;
  height: 11em;
  padding-top: 2.0em;
  color: white;
  font-size: clamp(90%, 100%, 110%);
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  line-height: 2.5em;
  font-weight: bold;
  text-align: center;
  padding-right: 2.0em;
  padding-left: 2.0em;
  background-image: url(bbbb.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;  
  }
@media screen and (max-width: 1280px) {
  footer {
  height: 10em;
  background-image: url(bbbbk.jpg), url(bbbk.jpg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: contain; 
  }
}
@media screen and (max-width: 992px) {
  footer {
  font-size: 90%;
  line-height: 2.5em;
  height: 12.0em;
  padding-top: 1.0em;
  background-image: url(isny-unten-klein.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;  
  }
}
@media screen and (max-width: 768px) {
  footer {
  font-size: 90%;
  line-height: 2.5em;
  height: 11.0em;
  padding-top: 0.5em;
  background-image: url(isny-unten-klein.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;  
  }
}
@media screen and (max-width: 576px) {
  footer {
  font-size: 90%;
  line-height: 2.5em;
  height: 12.0em;
  padding-top: 1.0em;
  background-image: url(isny-unten-klein.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;  
  }
}
main a {
  color: black;
  border: 0px;
  }
main a:hover {
  color: white;
  }
footer a {
  color: black;
  border: 0px;
  }
footer a:hover {
  color: white;
  }
a { 
  text-decoration: none;
  outline: none;
  }
 