.header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 9.6rem;
  padding: 0 4.8rem;
  background-color: #fff;
}

/*******************************************/
/*NAVIGATION*/
/*******************************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #3e62ff;
}

.nav-logo-name-box {
  display: flex;
  align-items: center;
}

.logo {
  width: auto;
  height: 8.4rem;
}

.main-nav-name {
  font-size: 1.8rem;
}

/*MOBIL*/

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}
.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/*STICKY NAVIGATION*/
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 9.6rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.966);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-ueber-mich {
  margin-top: 9.6rem;
}

/*******************************************/
/*ÜBER MICH SECTION*/
/*******************************************/

.section-ueber-mich {
  /* background-image: linear-gradient(to right, #3e62ff, #edf0ff); */
  padding: 9.6rem 0;
}

.ueber-mich-container {
  max-width: 96rem;
  margin: 0 auto;
  display: grid;
  /* border: solid 2px #000; */
}

.ueber-mich-info-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* border-radius: 9px; */
}

.ueber-mich-img {
  width: 65%;
  margin-bottom: 2.4rem;
}

.ueber-mich-img-box {
  width: 100%;
  /* border: solid 4px #555; */
  text-align: center;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  position: relative;
  padding-bottom: 9.6rem;
}

.ueber-mich-name {
  font-size: 3.2rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 2.4rem;
}

.ueber-mich-job-title,
.ueber-mich-job-title-addon {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #333;
}

.ueber-mich-social-links {
  display: flex;
  justify-content: center;
  padding: 1.2rem 0;
  background-color: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.social-link:link,
.social-link:visited {
  color: #767676;
  transition: all 0.3s;
}

.social-link {
  display: block;
}

.social-link:active,
.social-link:hover {
  color: #555;
}

.social-icon {
  height: 3.2rem;
  width: 3.2rem;
}

.ueber-mich-text-box {
  padding: 0 3.2rem;
}

.heading-welcome {
  font-size: 5.4rem;
  font-weight: 600;
  margin: 2.4rem 0;
  line-height: 1.05;
  color: #333;
}

.ueber-mich-heading-supplement-text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  color: #333;
}

.ueber-mich-description-text {
  font-size: 1.8rem;
  line-height: 1.4;
}

/*******************************************/
/*Lebenslauf*/
/*******************************************/

.section-lebenslauf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 12.8rem;
}

.cv-decision-part {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
  margin-bottom: 2.4rem;
}

.cv-elements {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cv-elements:hover {
  color: #3e62ff;
  /* font-weight: 500; TODO Herausfinden warum dies den ganzen Block verschiebt*/
}

.cv-element-icon {
  font-size: 1.8rem;
  margin-right: 0.8rem;
  z-index: 0;
}
.cv-element-text {
  font-size: 1.8em;
}

.workplace-box {
  /* border: 4px solid #000; */
  background-color: #f7f9fb; /* TODO Find better shade*/
  /* width: 96rem; */
  display: grid;
  grid-template-columns: 40fr 60fr;
  border-radius: 9px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.35);
  margin-bottom: 6.4rem;
}

.workplace-box:last-child {
  margin-bottom: 0;
}

.workplace-summary {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
  /* border-right: 1px solid #000; */
  padding: 2.4rem;
  align-self: start;
}
.company-logo {
  margin-bottom: 2.4rem;
  width: 65%;
  max-height: 13rem;
  align-self: center;
}
.work-duration {
  font-size: 2rem;
  color: #3e62ff;
  font-weight: 600;
  margin-bottom: 2.4rem;
}

.work-title {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.company-name {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.workplace-description {
  padding: 3.2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.workplace-description p {
  margin-bottom: 1.6rem;
}

.workplace-description p:last-child {
  margin-bottom: 0;
}

/* .education-items {
} */
.education-box {
  background-color: #f7f9fb; /* TODO Find better shade*/
  /* width: 96rem; */
  display: grid;
  grid-template-columns: 40fr 60fr;
  border-radius: 9px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.35);
  margin-bottom: 6.4rem;
}

.education-box:last-child {
  margin-bottom: 0;
}

.education-summary {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  align-self: start;
  justify-content: center;
}
.education-duration {
  font-size: 2rem;
  color: #3e62ff;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.education-title {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.education-description-box {
  padding: 3.2rem 1.6rem;
}
.education-description {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 3.2rem;
}
.education-skills {
  display: none;
}
.education-thesis {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.education-thesis-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.education-thesis-abstract {
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
}
.close-modal.btn {
  margin-bottom: 2.4rem;
}

/* .education-thesis-abstract:link,
.education-thesis-abstract:visited {
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
}
.education-thesis-abstract:hover,
.education-thesis-abstract:active {
  color: #fff;
} */

/*******************************************/
/*Vereinsarbeit*/
/*******************************************/

/* .clubwork-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
} */
.clubwork-box {
  display: flex;
  flex-direction: column;
  flex: none;
  background-color: #f7f9fb; /* TODO Find better shade*/
  /* width: 96rem; */
  border-radius: 9px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.35);
  padding: 1.6rem;
}
.club-logo {
  max-height: 15rem;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1.6rem;
}
.club-name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
  align-self: center;
}
.clubwork-description {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  margin-right: 2.4rem;
}
.clubwork-duration {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3e62ff;
}
.clubwork-responsibilities {
  list-style: none;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  line-height: 1.3;
}
.clubwork-responsibilities:last-child {
  margin-bottom: 0;
}
.clubwork-responsibilities li {
  margin-bottom: 0.8rem;
}

/*******************************************/
/*Section Freelancing*/
/*******************************************/

.freelancing-text {
  /* margin-top: 12.8rem; */
  font-size: 1.8rem;
  text-align: center;
}

.align-button {
  display: flex;
  align-items: center;
}

.send-message-logo {
  font-size: 1.8rem;
  margin-right: 1.2rem;
}
.send-message-text {
  font-size: 1.8rem;
}

/*******************************************/
/*Footer*/
/*******************************************/

.footer {
  background-color: #fff;
  height: 9.6rem;
  display: flex;
  align-items: center;
}

.grid--footer {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}

.copyright {
  font-size: 1.2rem;
  /* align-self: center; */
}

.footer-heading {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.footer-email {
  grid-column: 2;
  grid-row: 1;
  padding: 0 3.2rem;
  /* justify-self: center; */
}

.footer-email a {
  font-size: 1.8rem;
}

.footer-socials {
  justify-self: center;
}

/* .footer-link {
  /* align-self: center; 
} */

.footer-link:link,
.footer-link:visited {
  color: #767676;
  transition: all 0.3s;
}

.footer-link:active,
.footer-link:hover {
  color: #555;
}

.footer-link .social-icon {
  width: 2.4rem;
  height: 2.4rem;
}
