

/*--------------------------------------------------------------
# lebenslauf
--------------------------------------------------------------*/
.lebenslauf_icon {
  margin: 0px 20px 10px 10px;
  font-size: 1.5em;
  color: var(--red-color);
}

.lebenslauf_icon_textfeld {
  margin: 0px 0px 20px 0px;
  text-align: justify;
}

@media (max-width: 600px) {
.lebenslauf_icon_textfeld {
    flex-direction: column;
    align-items: center; /* zentriert das Icon horizontal */
  }

  .lebenslauf_icon {
    margin: 0 0 10px 0; /* Icon hat nur unten Abstand */
  }
}


.lebenslauf_icon_textfeld h5 {
  color: var(--red-color);
  font-size: 1em;
}

.lebenslauf_icon_textfeld h4 {
  color: var(--heading-color);
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 5px;
}

.lebenslauf button {
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  position: relative;
  font-size: revert;
  text-align: center;
  background: color-mix(in srgb, var(--red-color), transparent 92%);
  padding: 0.5em 0.8em 0.5em 0.8em;

}

.lebenslauf button:hover {
  color: var(--background-color);
  background: var(--red-color);
  border: 0px solid var(--red-color);

}

.lebenslauf button:hover a {
  color: var(--background-color);
}

	
.resume-item p {
    margin-top: 0;
    font-style: italic;
    margin-bottom: 1rem;
    color: var(--default-color);
}
.hobby-intrest h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-bottom: 0.2em;
    margin-top: 1.2em;
    color: var(--heading-color);
    opacity: 0.9;
}

.hobby-intrest li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.hobby-intrest li i {
    margin-right: 10px;
    font-size: 1.5em;
    color: var(--red-color);
    padding: 0em;
    margin-bottom: -5px;
}
.skills-column h5 {
    font-weight: 600;
}



.auszeichnung-list h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-bottom: 0.2em;
    margin-top: 1.2em;
    color: var(--heading-color);
    opacity: 0.9;
}

.auszeichnung-list p {

}
.auszeichnung-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.auszeichnung-list li h5 {
    font-size: 16px;
    padding: 5px 2em 5px 5px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# /lebenslauf
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# lebenslauf noch herausfinden
--------------------------------------------------------------*/

.pers_qualifikation_skill{
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.lebenslauf_padding_top h2{
    margin: 0px;
font-weight: 700;
    font-size: 24px;
    margin-top: 1.5em;
}


  .skills-container {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  
    flex-wrap: wrap;
  }
  .skills-column {
  flex: 1;
  }
  
  .skills-list {
  list-style: none;
  padding: 0;
  }
  .skills-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  }
  .skills-list li i {
  margin-right: 10px;
  font-size: 1.5em;
  color: var(--red-color);
  padding: 0em;
  margin-bottom: -5px;
  }
    .skills-list li p {
font-size: 1em;
margin-bottom: 0em;
  }
  
  .lebenslauf_cv_icon {
  margin: 0px 20px 10px 10px;
  font-size: 1.5em;
      color: var(--red-color);
}

.lebenslauf_cv_icon_textfeld {
  margin: 0px 0px 20px 0px;
  text-align: justify;
}

@media (max-width: 600px) {
.lebenslauf_cv_icon_textfeld {
    flex-direction: column;
    align-items: center; /* zentriert das Icon horizontal */
  }

  .lebenslauf_cv_icon {
    margin: 0 0 10px 0; /* Icon hat nur unten Abstand */
    content-visibility: hidden;
  }
}

.lebenslauf_cv_icon_textfeld h5 {
  color: var(--red-color);
  font-size: 1em;
}

.lebenslauf_cv_icon_textfeld h4 {
  color: var(--heading-color);
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 5px;
}
.btn_lebenslauf_cv {
    display: inline-block;
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: 0.04em;
    border: none;
    text-transform: uppercase;
    position: relative;
    color: var(--heading-color);
    font-size: 14px;
    text-align: center;
    background-color: var(--button-light-color);
    padding: 0.5em 0.8em 0.5em 0.8em;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.btn_lebenslauf_cv:hover{
	color: var(--background-color);
	background: var(--red-color);

}
  
        
