html {
  scroll-behavior: smooth;
}

nav {
  background-color: black;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: start;

  /*abstand vertikal und abstand horizontal*/
  gap: 20px 100px;
  padding-right: 40px;

  /*punkt weg*/
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  font-size: 17px;
  color:white;
}

nav ul li a:hover {
    font-size: 20px;
    font-weight: 600;
    color: rgb(53, 84, 186);
    transition: all 0.5s;
}

nav ul li a.hier {
  padding: 0px 3px 3px 3px;
    border-bottom: solid rgb(53, 84, 186) 3px;
  }

.initialen {
  position: absolute;
  top: 17px;
  left: 50px;
  font-size: 50px;
  font-family: "Just Me Again Down Here", cursive;
  font-weight: 400;
  font-style: normal;
  color: rgb(53,84,186);
}

.portfolio {
  display: flex;
  align-items: center;    
  justify-content: space-between;
  padding: 4rem;
}

.portfolio-text h2 {
  font-size: 12rem;
  line-height: 0.9;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  margin-bottom: 0.15rem;
}

.portfolio-text .annas {
  display: inline-block;
  position: relative;
  top: 0.1em;
  margin-bottom: -30em;
  margin-left: 10px;
  font-family: "Just Me Again Down Here", cursive;
  color: rgb(53, 84, 186);
  font-size: 9rem;  
  line-height: 1;
  white-space: nowrap;
}

.portfolio-image img {
  width: 450px;
  height: auto;
}

.stern {
  position: relative;
  margin-top: -150px;
  height: 240px;
  overflow: visible;
}

.stern img{
  position: relative;
  width: 900px;
  height:auto;
  left: -150px;
}

.stern2 {
  position: relative;
  text-align: right;
  
  z-index: -1;
}

.stern2 img {
  position:relative;
  width:600px;
  height:auto;
}

.übermich {
  background-color: rgb(53, 84, 186);
  width: 100%;
}

.übermich h3 {
text-align:center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.skizzenbuch {
  height: 450px;
  overflow: visible;
}

.annak {
  display: flex;
  align-items: center;           
  justify-content: space-between;
  padding: 20px 80px;
  gap: 10px;
}

/* Bild von mir mit Rahmen */
.annakbild img {
  height: 700px;                
  width: auto;
  display: block;
  margin-left: -200px;
}


.hallo {
  background-color: rgb(53, 84, 186);
  color: white;
  width: 55%;
  padding: 50px;
  border-radius: 30px;
}


.hallo h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
  margin-top: 0px;
}


.hallo p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0px;
}


#linkme {
  background-color: white;
  color: black;
  padding: 10px 24px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin: 10px 10px 10px 10px;
}

#linkme:hover {
  background-color: #eee;
}

.footer {
  background-color: black;
  color: white;
  padding: 60px 80px 30px;
  font-family: "Lato", sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-content p {
  margin: 0 0 10px 0;
}

.footer-content a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.footer-content a:hover {
  color: rgb(53, 84, 186);
  transition: all 0.5s;
  transform: scale(1.1)

}


.footer-links,
.footer-mitte {
  min-width: 200px;
}


.footer-unten {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 14px;
  text-align: center;
  color: #aaa;
}
