:root {
  --light-bg: #e1e7ef;;
  --dark-bg: #92979d;
  --dark-card-bg: rgb(50, 50, 50);
  --text-primary: rgb(0, 0, 0, 1);
  --text-secondary: #7e7c79;
  --text-dark: rgb(210, 210, 210);
  --highlight-gradient: linear-gradient(127deg, #5920ba 0%, #115ad8 100%);
  --highlight-gradient-quicknav: linear-gradient(127deg, #9a72df 0%, #507cc7 100%);
  --transition-default: 0.3s ease;
}


.landing-page-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  height: 100%;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.landing-page-container2 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(242, 245, 249, 1);
}

html.dark .landing-page-container2 {
  background-color: rgb(40, 40, 40);
}
 
.landing-page-navcard {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  max-width: 350px;
  align-self: flex-end;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  margin-top: 1%;
  align-items: center;
  margin-right: 15%;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
}

html.dark .landing-page-navcard {
  background-color: var(--dark-card-bg);
  box-shadow: 0px 0px 10px rgba(255,255,255,0.05);
}

.landing-page-nav-cards {
  gap: 30px;
  width: auto;
  height: 125px;
  display: grid;
  z-index: 1;
  align-self: center;
  margin-left: 20px;
  place-items: center;
  margin-right: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.landing-page-start-btn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background: var(--highlight-gradient);
  border-radius: 20px;
}

.landing-page-svghome {
  width: 24px;
  height: 24px;
}

.landing-page-btn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background: var(--light-bg);
  border-radius: 20px;
  transition: transform var(--transition-default), filter var(--transition-default), background-color var(--transition-default);
}

html.dark .landing-page-btn,
html.dark .landing-page-darkmode,
html.dark .landing-page-lang {
  background: var(--dark-bg);
}

.landing-page-btn:hover,
html.dark .landing-page-btn:hover,
.landing-page-lang:hover,
.landing-page-darkmode:hover,
html.dark .landing-page-lang:hover,
html.dark .landing-page-darkmode:hover {
  background: var(--highlight-gradient);
  transform: scale(1.1);
}

.landing-page-svgbtn-dark {
  width: 24px;
  height: 24px;
  display: block;
}

.landing-page-svgbtn-light {
  width: 24px;
  height: 24px;
  display: none;
}

.landing-page-btn:hover .landing-page-svgbtn-dark {
  display: none;
}

.landing-page-btn:hover .landing-page-svgbtn-light {
  display: block;
}

.landing-page-text10,
.landing-page-text11,
.landing-page-text12,
.landing-page-text13 {
  color: var(--text-secondary);
  height: auto;
  font-size: 12px;
  font-style: normal;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}

.landing-page-text10{
  color: white;
}

.landing-page-btn:hover .landing-page-text11,
.landing-page-btn:hover .landing-page-text12,
.landing-page-btn:hover .landing-page-text13,
.landing-page-lang:hover .landing-page-text14 {
  color: white;
}

html.dark .landing-page-text11,
html.dark .landing-page-text12,
html.dark .landing-page-text13 {
  color: var(--text-dark);
}



.landing-page-darstellungs-ctn {
  gap: 10px;
  flex: 0 0 auto;
  width: auto;
  height: 56px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  margin-top: 5%;
  margin-left: 20px;
  margin-right: 20px;
  flex-direction: row;
  justify-content: right;
}
 
.landing-page-darkmode,
.landing-page-lang {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 56px;
  height: 56px;
  display: flex;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) ;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--light-bg);
  transition: transform var(--transition-default), filter var(--transition-default);
}

.landing-page-moon-dark,
.landing-page-darkmode:hover .landing-page-moon-light,
html.dark .landing-page-sun-dark,
html.dark .landing-page-darkmode:hover .landing-page-sun-light {
  display: block;
}

.landing-page-moon-light,
.landing-page-sun-dark,
.landing-page-sun-light,
.landing-page-darkmode:hover .landing-page-moon-dark,
.landing-page-darkmode:hover .landing-page-sun-dark,
.landing-page-darkmode:hover .landing-page-sun-light,
html.dark .landing-page-moon-dark,
html.dark .landing-page-moon-light,
html.dark .landing-page-sun-light,
html.dark .landing-page-darkmode:hover .landing-page-moon-dark,
html.dark .landing-page-darkmode:hover .landing-page-moon-light,
html.dark .landing-page-darkmode:hover .landing-page-sun-dark{
  display: none;
}

.landing-page-text14 {
  color: var(--text-primary);
  height: auto;
  font-size: 16px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}

#navMenu {
  transition: opacity var(--transition-default);
  opacity: 1;
}

#navMenu.collapsed {
  display: none;
  opacity: 0;
}

#collapseToggle {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: var(--light-bg);
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform var(--transition-default);
}

#collapseToggle.show {
  display: flex;
}

#collapseToggle:hover {
  background: var(--highlight-gradient);
  transform: scale(1.1);
}

.hidden {
  display: none !important;
}

.software-page-quicknav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
}

html.dark .software-page-quicknav-title,
html.dark .software-page-quicknav-title-small {
  color: white;
  background-color: rgb(34, 0, 84, 0.411)
}

.software-page-quicknav-title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 60px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15%;
  margin-left: 20px;
  margin-right: 20px;
  align-self: center;
  color: var(--text-primary);
  background-color: rgba(0, 17, 255, 0.411);
  display: inline;
  box-decoration-break: clone;
}

.landing-page-karten-ctn {
  gap: 40px;
  flex: 0 0 auto;
  width: 80%;
  height: auto;
  display: grid;
  align-self: flex-end;
  margin-top: 0px;
  margin-right: 15%;
  margin-bottom: 5%;
  grid-template-columns: 1fr 2fr;
}
 
.landing-page-profil-karte {
  width: 100%;
  height: 730px;
  display: flex;
  align-self: center;
  margin-top: 50px;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 20px;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background: white;
  border-radius: 20px;
}

html.dark .landing-page-profil-karte {
  background: var(--dark-card-bg);
}
 
.landing-page-tilmanaurich {
  width: 200px;
  height: 200px;
  display: block;
  align-self: center;
  margin-top: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
 
.landing-page-text15 {
  color: var(--text-primary);
  height: auto;
  font-size: 28.41971778869629px;
  margin-top: 0px;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 35.5246467590332px;
  font-stretch: normal;
  margin-bottom: 0px;
  text-decoration: none;
}

html.dark .landing-page-text15 {
  color:#008ad4
}

.landing-page-socials-ctn {
  gap: 30;
  width: 245px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
  justify-content: center;
}
 
.social-button {
  width: 60px;
  height: 60px;
  padding: 15px;
  display: block;
  margin-right: 10px;
  border-radius: 8px;
  background-color: rgba(242, 247, 252, 1);
  display: inline-block;
  transition: transform var(--transition-default), filter var(--transition-default), background-color var(--transition-default)
}

.social-button:hover {
  transform: scale(1.1);
  background-color: rgb(204, 208, 212);
}

html.dark .social-button,
html.dark .landing-page-github {
  background-color: var(--dark-bg);
}

.icon {
  width: 30px;
  height: 30px;
}
 
.landing-page-text16 {
  color: rgba(10, 9, 8, 0.5);
  width: 382px;
  height: auto;
  font-size: 16px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 40px;
  font-stretch: normal;
  margin-bottom: 20px;
  text-decoration: none;
}

html.dark .landing-page-text16 {
  color: white
}

.landing-page-kontakt-karte {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background: #f2f5f9;
  transition: transform var(--transition-default), background-color var(--transition-default)
}

html.dark .landing-page-kontakt-karte {
  background: var(--dark-bg);
}

.kontakt-zeile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
}

.kontakt-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(242, 247, 252, 1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-default), filter var(--transition-default);
}

.kontakt-icon:hover {
  transform: scale(1.1);
  background-color: rgb(204, 208, 212);
}

html.dark .kontakt-icon:hover {
  transform: scale(1.1);
  background-color: rgb(217, 221, 225);
}

html.dark .kontakt-icon {
  background-color: var(--dark-bg);
}

.kontakt-icon img {
  width: 24px;
  height: 24px;
}

.kontakt-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mail-text {
  align-self: center;
  margin-top: 30px;;
}

.landing-page-text22,
.landing-page-text23,
.landing-page-text-mail {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: var(--text-primary);
}

html.dark .landing-page-text22,
html.dark .landing-page-text23,
html.dark .landing-page-text-mail {
  color: white;
}

.landing-page-text-mail {
  font-family: "Poppins", sans-serif;
}

.landing-page-line32 {
  width: 256px;
  height: 1px;
}
 
.landing-page-tatigkeiten-karte {
  width: 100%;
  height: 730px;
  display: flex;
  align-self: center;
  margin-top: 50px;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background:  white;
  border-radius: 20px;
}

html.dark .landing-page-tatigkeiten-karte {
  background: var(--dark-card-bg);
}
.landing-page-headline1 {
  gap: 10px;
  width: 100%;
  display: flex;
  padding: 10px;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: center;
}

.landing-page-text-impressum,
.zur-website,
.landing-page-text24 {
  color: rgb(0, 0, 0);
  height: auto;
  font-size: 32px;
  align-self: flex-start;
  margin-top: 40px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 40px;
  margin-left: 50px;
  font-stretch: normal;
  text-decoration: none;
}

.software-info{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zur-website{
  font-family: "IBM Plex Mono", monospace;
  background-color: rgba(51, 0, 140, 0.424);
  padding: 0.4em 1em;
  border-radius: 6px;
  box-shadow: 0 4px 0 #2c5aa0;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 0.1s ease-in-out;
  position: relative;
  top: 0;
  align-self: flex-start;
}

.zur-website:hover{
  background-color: rgba(72, 0, 196, 0.424)
}

.zur-website:active{
  box-shadow: 0 2px 0 #2c5aa0;
  top: 2px;
}

html.dark .landing-page-text-impressum,
html.dark .zur-website,
html.dark .landing-page-text24 {
  color: white;
}

.landing-page-text-impressum,
.zur-website {
  font-size: 24px;
  margin-left: 10%;
  margin-right: 5%;
  margin-bottom: 5%;
  text-align: left;
  margin-top: 5%;
}

.landing-page-pasted-image2,
html.dark .landing-page-pasted-image3 {
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 50px;
  display: block;
}

.landing-page-pasted-image3,
html.dark .landing-page-pasted-image2{
  display: none;
}

.landing-page-tatigkeiten-grid {
  gap: 30px;
  width: auto;
  height: 60%;
  display: grid;
  align-self: flex-start;
  margin-left: 50px;
  place-items: center start;
  margin-right: 50px;
  grid-template-columns: 1fr 1fr;
}
 
.landing-page-werkstudent-section,
.landing-page-studium-section,
.landing-page-virtualisierung-section,
.landing-page-backup-section {
  gap: 10px;
  width: 333px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.landing-page-karte1,
.landing-page-karte2,
.landing-page-karte3,
.landing-page-karte4 {
  width: 333px;
  height: 169px;
  display: flex;
  align-items: flex-start;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background:   #f2f5f9;
  border-radius: 20px;
  transition: transform var(--transition-default), background-color var(--transition-default)
}

html.dark .landing-page-karte1,
html.dark .landing-page-karte2,
html.dark .landing-page-karte3,
html.dark .landing-page-karte4 {
  background-color: var(--dark-bg);
}

.landing-page-details1,
.landing-page-details2,
.landing-page-details3,
.landing-page-details4 {
  width: 333px;
  height: 151px;
  display: flex;
  padding: 10px;
  z-index: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.landing-page-headline2,
.landing-page-headline3,
.landing-page-headline4,
.landing-page-headline5 {
  gap: 10px;
  width: 266px;
  height: 34px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-shrink: 0;
}

.landing-page-svgwindows,
.landing-page-svgbioinformatics,
.landing-page-svgproxmox,
.landing-page-svgbackup {
  width: 24px;
  height: 24px;
}

.landing-page-text25,
.landing-page-text32,
.landing-page-text34,
.landing-page-text36 {
  color: var(--text-primary);
  height: auto;
  font-size: 24px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}

.landing-page-text26,
.landing-page-text33,
.landing-page-text35,
.landing-page-text37 {
  color: var(--text-primary);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}
 
.landing-page-group1 {
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}

.landing-page-footer {
  width: 100%;
  padding: 20px 0;
  background-color: var(--light-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  text-align: center;
}

html.dark .landing-page-footer {
  background-color: var(--dark-bg);
}

.landing-page-footer-text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0;
}

html.dark .landing-page-footer-text {
  color: white;
}

@media(max-width: 1600px) {
  .landing-page-container2 {
    height: 100%;
  }
  .software-page-quicknav-wrapper {
    align-self: center;
  }
  .landing-page-navcard {
  position: relative;
  flex-direction: row;
  margin-top: 5%;
  align-self: center;
  margin-right: 0px;
  }
  .landing-page-karten-ctn {
    margin-bottom: 5%;
    margin-right: 5%;
    grid-template-columns: 1fr;
    align-self: center;
  }
  .landing-page-headline1 {
    align-items: center;
  }
  .landing-page-pasted-image2 {
    align-self: center;
    margin-left: 0px;
  }
  html.dark .landing-page-pasted-image3 {
    align-self: center;
    margin-left: 0px;
  }
  .landing-page-text24 {
    color: rgb(0, 0, 0);
    width: 100%;
    display: flex;
    font-size: 32px;
    align-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 40px;
    margin-left: 0px;
    justify-content: center;
    text-decoration: none;
  }
  .landing-page-tatigkeiten-grid {
    gap: 20px;
    width: auto;
    align-self: center;
    margin-left: 0px;
    place-items: center;
    margin-right: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .landing-page-text-impressum,
  .zur-website {
      font-size: 30px;
      line-height: 40px;
      margin-top: 2%;
  }
}
 
@media(max-width: 1200px) {
  .landing-page-navcard {
    position: relative;
    flex-direction: row;
  }
  .landing-page-karten-ctn {
    margin-top: 0px;
  }
  .landing-page-tatigkeiten-karte {
    height: 700px;
  }
  .landing-page-tatigkeiten-grid {
    width: auto;
  }
  .landing-page-text-impressum,
  .zur-website {
      font-size: 24px;
      line-height: 32px;
  }
}
 
@media(max-width: 991px) {
  .landing-page-container2 {
    align-items: center;
  }
  .landing-page-navcard {
    align-self: center;
    margin-right: 0px;
  }
  .landing-page-karten-ctn {
    width: 90%;
    align-self: center;
    place-items: center;
    margin-right: 0px;
  }
  .landing-page-tatigkeiten-karte {
    height: auto;
    margin-bottom: 50px;
  }
  .landing-page-text24 {
    align-self: center;
    margin-left: 0px;
  }
  .landing-page-tatigkeiten-grid {
    align-self: center;
    margin-bottom: 5%;
    grid-template-columns: 1fr;
  }
  .landing-page-headline2 {
    width: 100%;
    justify-content: center;
  }
  .landing-page-headline3 {
    width: 100%;
    align-self: flex-start;
    justify-content: center;
  }
  .landing-page-headline4 {
    width: 100%;
    justify-content: center;
  }
  .landing-page-headline5 {
    width: 100%;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .landing-page-navcard {
    width: 90%;
  } 
  .landing-page-nav-cards {
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .landing-page-karten-ctn {
    width: 90%;
  }
  .landing-page-text-impressum,
  .zur-website {
      font-size: 18px;
      line-height: 25px;
  }
}
 
@media(max-width: 580px) {
  .landing-page-text-impressum,
  .zur-website {
      font-size: 17px;
      line-height: 22px;
  }
  .landing-page-btn {
  width: 70px;
  height: 70px;
  }
  .landing-page-start-btn {
  width: 70px;
  height: 70px;
  }
  .landing-page-darkmode {
    width: 40px;
    height: 40px;
  }
  .landing-page-lang {
    width: 40px;
    height: 40px;
  } 
  .landing-page-nav-cards {
    gap: 15px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 5%;
    grid-template-columns: 1fr, 1fr;
  }
  .landing-page-karten-ctn {
    width: 100%;
  }
  .landing-page-tatigkeiten-grid {
    margin-bottom: 5%;
  }
}
