html{
  scroll-behavior: smooth;
}

body{
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-image: url(Images/background.png);
  background-size: cover;
  background-position: center;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  align-content: center;
  text-align: center;
  display: flow-root;
}

body::before {
  content: "";
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: -1;
}


.begruessung {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1.5rem;
}

a {
  color: #00D9FF;
  text-decoration: none;
}
  
a:hover {
  text-decoration: underline;
}

.section-title {
  text-align: center;
  margin-bottom: 0.5rem;
}

.section-title h1 {
  font-size: 2rem;
  color: orange;
  margin: 0;
  word-break: break-word;
  white-space: normal;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
}

.section-left,
.section-right {
  flex: 0 0 auto;
}

.scroll-down-btn {
  display: flex;
  position: absolute;
  align-items: center;
  background: #1e1e2f;
  top: 10px;
  right: 10px;
  padding: 0.6rem 0.9rem;
  border: 2px solid yellowGreen;
  border-radius: 10px;
  color: #00D9FF;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  justify-content: center;
}

.scroll-down-btn:hover {
  background-color: #00D9FF;
  color: #1e1e2f;
  box-shadow: 0 0 10px #00D9FF;
  text-decoration: none;
}

.logo{
  top: 20px;
  left: 20px;
  text-align: center;
  margin-right: 0;
  
}

.logo img{
  width: 100px;
  height: 100px;
}
 
.begruessung-text{
  align-items: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
  margin: 1rem auto;
  color: #02afce;;
  font-size: 20px;
}

.begruessung h1{
  color: orange;
  font-size: 2.5em;
  margin: 0;
}

.counter-value {
  font-size: 16px;
  color: yellowgreen;
}

 .profil-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  background-color: #1e1e2f;
  border: 2px solid yellowgreen;
  border-radius: 10px;
  padding:  2rem;
  flex-wrap: wrap;
  }

.profilbild {
  flex: 0 0 auto;
}
  
.profilbild img {
  min-width: 150px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #333;
  display: block;
  height: Auto;
}

.profildetails{
  flex: 1 1 300px;
  color: #02afce;
  text-align: left;
  display: block;
}

.name{
  color: #FF9900;
  margin: 0;
  margin-bottom: 2rem;
}

.todoappImage{
  margin-top: 3rem;
}

.todoappImage img{
  width: 100%;
  height: auto;
  border: 1px solid #333;
  margin-top: 1rem;
  border-radius: 4px;
}

section:not(.begruessung){
    border: 2px solid yellowgreen;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 10px;
    text-align: start;
    background-color: #1e1e2f;
    opacity: 0.9;
}

.uebermich {
    color: #02afce;
    font-size: 20px;
}

.SpracheFrameworks{
    border-top: 3px solid yellowgreen;
    border-bottom: 3px solid yellowgreen;
    width: 240px;
    color: #FF9900;
    
    margin: 3rem 0;
    text-align: center;
    font-size: 20px;
}

.trenner{
      color: #02afce;
      margin: 0 5px;
}

.beschreibung{
  align-items: center;
  color: #02afce;
  font-size: 20px;
  word-wrap: break-word;
  hyphens: auto;
}

.skills{
  padding-left: 1.5rem;
}

h1{
  margin-bottom: 2rem;
}


.section-title h2{
  color: Orange;
  font-size: 28px;
  
}

.beruf-label{
  color: #02afce;
}

h3{
    color: darkgoldenrod;
    font-size: 26px;
    margin-top: 0.5rem ;
    text-align: center;
}

h4{
    color: #FF9900;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    font-size: 22px;
    margin-top: 1.5rem;
    margin-left: 2rem;
}

.skill-container{
  max-width: 600px;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.skill{
  margin-bottom: 25px;
  margin-left: 200px;
}

.skill-label{
  margin-bottom: 5px;
  color: #02afce;
  font-size: 20px;
}

.skill-bar{
  height: 25px;
  width: 100%;
  max-width: 400px;
  background-color: #333;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #444;
}


.skill-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #00d9ff, #007acc);
  transition: width 1.5s ease;
  box-shadow: inset 0 0 10px #00d9ffaa;
}

.skill-level{
  font-style: italic;
  color: darkgoldenrod;
  font-size: 16px;
  margin-left: 4px;
}

.skill-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  
  padding: 0 5px;
}

.absatz{
  border-top: 2px solid yellowgreen;
  opacity: 0.5;
  margin: 1.5rem auto;
  max-width: 650px;

}

.skill-kategorien{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:  2rem;
  max-width: 1000px;
  margin-inline: auto;
}

.skill-block {
  flex: 1 1 250px;
  min-width: 200px;
  padding: 0 1rem;
}

.skill-block h4 {
  margin-bottom: 0.5rem;
}

.skill-list{
  list-style-type: square;
  margin:0 0 0 2rem;
}

.skill-list li {
  font-size: 20px;
  color: #02afce;
}

#footer{
  align-items: center;
  background-color: #1e1e2f;
  border: 2px solid grey;
  border-radius: 10px;
  margin-top: 0px;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: nowrap;
}

.footer-section {
  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.footer-section, .copyright{
  flex:  1 1 auto;
  min-width: 100px;
}

.footer-center{
  flex-direction: row;
  gap: 0.3rem;
  display: flex;
  align-items:  center;
  flex-shrink: 0;
  justify-content: center;
}

.footer-center img {
  margin: 0 0.5rem;
  vertical-align: middle;
}

.linknachoben, .impressum{
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}

.linkedin{
  padding-left: 20px;
 
}

.linkedin img{
  background-color: #02afce;
  border-radius: 10px;
}

.github{
  padding-left: 20px;

}
.github a {
  text-decoration: none;
}

.github small{
  text-size-adjust: 10px;
  padding-bottom: 1rem;
  color: gray;
}

.github img{
  background-color: #02afce;
  border-radius: 20px;
}

.copyright > p{
  display: flex;
  justify-content: flex-end;
  color: gray;
  font-size: 0.9rem;
}

.email{
  font-size: 18px;
  color: darkgoldenrod;
}

.adress-zeiger{
  color: darkcyan;
}

.urheberrecht p, .haftung p, .verantwortlichkeit p, .kontakt p{
  color: #02afce;
}


