
/* Formatierung von Body & footer */
body{
  background: linear-gradient(90deg, rgba(232,251,245,1) 0%, rgba(206,242,233,1) 50%, rgba(232,251,245,1) 100%);  height:500px;
  font-family: 'Open Sans', sans-serif;
}

footer{
  background-color: white;
  padding: 10px;
}
footer a:visited{
  color: black;
}
footer p{
  margin-left: 20px;
}
/* Formatierung der h1,2,3-Überschriften */
h1{
  font-size: 50px;
  text-align: center;
  font-family: 'Amatic SC';
  font-weight: lighter;
  padding:30px;
  margin: 0px;
}
h2{
  font-size: 35px;
  font-family: 'Amatic SC';
  padding-bottom:30px;
  margin: 0px;
}
h3{
  border: 1px solid black;
  font-weight: lighter;
  padding-left: 10px;
  background-color: white;
  font-size: 20px;
}

/* Formatierung des Navigations-Bereiches */
#Kopfbild{
  float:left;
  height:130px;
}
.Navigationsleiste{
  background: white;
  width: 100%-100px;
  text-align: center;
  padding-left: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.Navigationsleiste ul{
  padding: 0px;
  top: 0px;
}
nav li{
  margin-top: 12px;
  border-top: 17px;
  display: inline-block;
  color: white;
  width: 200px;
  height: 34px;
}
nav{
  background-color: white;
  width: 100%;
  height: 130px;
  top: 0px;
  text-align: center;
}
li a:visited{
  color: black;
}
li a{
  color: black;
}
a{
  text-decoration-line: none;
  color: grey;
}
a:visited {
  color: grey;
}

.active  {
  outline: 1px solid #B8B8B8;
  background-color: white;
  padding: 5px;
}

.absatz ul {
  margin-bottom: 40px;
}
#FirstRow{
  border: 1px solid black;
  font-weight: bold;
}
.Tabelle td{
  margin: 0;
  vertical-align: top;
}
.Year td{
  border-bottom: 1px solid black;
}

.Zelle{
  border: 1px solid black;
}


/* Formatierung des Fließtextes und der integrierten Bilder. */
.absatz {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  /* margin-top: 100px; */
}
.absatz ol {
  margin-bottom: 20px;
}
.absatz ul {
  margin-bottom: 40px;
}

/* .Bildfließ{
  float: right;
  height: 350px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 3px;
} */
.Bildfließ2{
  float: left;
  height: 210px;
  margin-right: 60px;
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* .w3-display-container{
  width: 40%;
  height: 500px;
  float: right;
  margin-top: 100px;
}
.w3-content{
  width: 40%;
  float: right;
  margin-top: 50px;
} */
/* Responsives Webdesign */
/* Desktop-Größe */



@media (min-width: 2000px){
  #Vita {
    margin-bottom: 100px;
  }
  .absatz {
    margin-left: 300px;
    margin-right: 300px;
    /* margin-top: 100px; */
  }
}
@media (min-width: 1900px) and (max-width: 1999px){
  #Vita {
    margin-bottom: 80px;
  }
  .absatz {
    margin-left: 250px;
    margin-right: 250px;
    /* margin-top: 100px; */
  }
}
@media (min-width: 1700px) and (max-width: 1899px){
  #Vita {
    margin-bottom: 80px;
  }
  .absatz {
    margin-left: 200px;
    margin-right: 200px;
    /* margin-top: 100px; */
  }
}
@media (min-width: 1600px) and (max-width: 1699px){
  #Vita {
    margin-bottom: 60px;
  }
  .absatz {
    margin-left: 150px;
    margin-right: 150px;
    /* margin-top: 100px; */
  }
}
@media (min-width: 1429px) and (max-width: 1599px){
  #Vita {
    margin-bottom: 60px;
  }
}
@media (min-width: 1314px) and (max-width: 1428px){
  #Vita {
    margin-bottom: 50px;
  }
}
/*Laptop-Größe */
@media (min-width: 768px) and (max-width: 1313px){

}
/* iPad-Größe */
@media (min-width: 414px) and (max-width: 768px){
  .absatz {
    font-size: 18px;
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
  }
  nav{
    height: 30%;
  }
  nav li{
    font-size: 18px
    width: 150px;
  }
  nav h1{
    font-size: 50px;
  }
  .Bildfließ2{
    height: 180px;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
/* Mobile-Größe */
@media (max-width: 415px){
  /* Header-Bereich */
  #Vita{
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  header{
    clear: both;
  }
  nav{
    height: 80%;
  }
  nav ul{
    width: 55%;
    float: initial;
 }
 #Kopfbild{
   height: 100px;
   float: initial;
   margin-top: 5px;
   margin-bottom: 5px;
 }
 nav li{
   text-align: center;
   font-size: 15px;
   width: 150px;
   margin-top: 10px;
 }
 nav h1{
   font-size: 35px;
   padding: 0px;
   margin-bottom: 10px;
 }
  /* Body-Bereich */
 .absatz {
   font-size: 15px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
 }
 .absatz p {
   margin-top: 0px;
   margin-bottom: 5px;
   margin-left: 15px;
   margin-right: 15px;
 }
 .absatz ul {
   margin-bottom: 25px;
   margin-right: 30px;
 }
 ul{
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;

 }
  .Bildfließ,
  .Bildfließ2{
    float: initial;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 28%;
 }
  #praktika{
    height: 150px;
  }

}
