@charset "UTF-8";
@font-face {
  font-family: "Pixelify";
  src: url(../fonts/PixelifySans-VariableFont_wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-VariableFont_opsz_wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-VariableFont_wdth\,wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
body {
  background: #87CEFA;
  font-family: "Inter", sans-serif;
  padding-top: 10px;
  font-size: 16px;
}

h2, h3 {
  font-family: "Roboto", sans-serif;
  color: #333333;
}

img {
  max-width: 100%;
}

.mobile-taskbar {
  display: none;
}

.portfolio-apps {
  display: none;
}

.container-main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "intro img" "icons img";
  gap: clamp(12px, 2vw, 24px);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.container-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 32px 0 20%;
  min-width: 0;
  grid-area: intro;
}

.container-main h2 {
  font-size: clamp(2rem, 8vw, 8rem);
  margin: 0 0 0.5em 0;
}

.container-main h3 {
  font-size: clamp(1.125rem, 2.5vw, 3rem);
  margin: 0;
  margin-top: 1rem;
  max-width: 90%;
  line-height: 1.5;
}

.img-container {
  grid-area: img;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-height: 90vh;
  width: 100%;
  transform: scaleX(-1);
  margin: 0;
}

.forside-ikoner {
  grid-area: icons;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(16px, 4vw, 48px);
  width: 100%;
  padding-left: 20%;
}

.forside-ikoner a {
  font-size: clamp(2rem, 6vw, 6rem);
  padding: clamp(8px, 1.5vw, 16px);
  transition: background 0.2s, color 0.2s;
}

.forside-ikoner a:hover {
  filter: brightness(0.8);
}

.ikon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(20px, 5vw, 60px);
}

.ikon-item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: clamp(48px, 8vw, 80px);
}

.ikon-text {
  margin-top: 8px;
  font-family: "Pixelify", sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: #000000;
}

.cv-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 48px;
  margin: 48px auto;
  max-width: 1400px;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  color: #333333;
}

.cv-left, .cv-right {
  width: 40%;
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cv-profile {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.cv-img {
  width: clamp(120px, 12vw, 180px);
  height: clamp(120px, 12vw, 180px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 2px solid #4f46e5;
  margin-right: 18px;
}

.cv-name {
  font-size: clamp(1.4rem, 3.5vw, 2.3rem);
  color: #4f46e5;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.cv-left h3 {
  font-size: 2em;
  margin-bottom: 12px;
  margin-top: 0;
  color: #4f46e5;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.cv-left p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #333333;
  margin-top: 0;
  padding: 10px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.interests {
  list-style: none;
  padding: 0;
}

.interests li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: clamp(1em, 2vw, 1.2rem);
  font-family: "Inter", sans-serif;
}

.interests li i {
  margin-right: 0.6rem;
  color: #4f46e5;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.cv-right h3 {
  font-size: 1.6em;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.5em;
  color: #4f46e5;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.25rem;
  font-family: "Roboto", sans-serif;
}

.cv-tabs {
  display: flex;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #f8f8f8;
}

.cv-tab {
  background: #f8f8f8;
  color: #333333;
  border: none;
  padding: clamp(8px, 1.8vw, 12px) clamp(12px, 2.2vw, 24px);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: background 0.3s, color 0.3s;
  border-right: 1px solid #e0e0e0;
  font-family: "Inter", sans-serif;
}

.cv-tab:last-child {
  border-right: none;
}

.cv-tab.active,
.cv-tab:hover {
  background: #4f46e5;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}

/* Tab Content */
.cv-tab-content {
  font-size: 1em;
  color: #333333;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  padding: 0 4px;
  min-height: 400px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.skills-section {
  border-radius: 12px;
  padding: 0;
  margin-bottom: 16px;
  background: #f8f8f8;
  font-family: "Inter", sans-serif;
}

.skills-section p {
  margin: 8px 0;
  line-height: 1.5;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 1000;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

.backpack-element {
  width: 100%;
  max-width: 500px;
  height: 600px;
  margin: 0 auto;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.backpack-icons {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px;
  overflow-y: auto;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: "Inter", sans-serif;
}

.icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
  border-radius: 12px;
  border: none;
  background: #ffffff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.icon span {
  color: #333333;
  font-size: 1rem;
}

.icon:hover img,
.icon.selected img {
  transform: translateY(-3px);
}

.backpack-divider {
  height: 3px;
  background: #4f46e5;
  width: 95%;
  margin: 0 auto;
  border-radius: 2px;
}

.backpack-description {
  flex: 1;
  background: #ffffff;
  color: #333333;
  font-size: 1.1rem;
  padding: 24px;
  margin: 16px;
  border-radius: 16px;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
}

.windows-folder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 840px;
  min-height: 500px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.folder-bar {
  background: #e0e0e0;
  padding: 12px 18px;
  font-family: "Pixelify", sans-serif;
  font-size: 1.3em;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.folder-title {
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-family: "Pixelify", sans-serif;
  color: #333333;
  margin: 0;
  font-weight: normal;
}

.folder-back {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.folder-arrow {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: filter 0.2s;
}

.folder-arrow:hover {
  filter: brightness(0.8);
}

.folder-content {
  padding: 32px 0 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.folder-icons {
  display: flex;
  gap: 48px;
  justify-content: flex-start;
  width: 100%;
  padding-left: 48px;
}

.folder-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.folder-icon-item:hover img {
  transform: scale(1.08);
  transition: transform 0.2s;
}

.folder-icon-item img {
  width: 128px;
  height: 128px;
  margin-bottom: 10px;
}

.folder-icon-text {
  font-family: "Pixelify", sans-serif;
  font-size: 1em;
  color: #333333;
  margin-top: 2px;
  text-align: center;
}

.home-link {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.home-icon {
  width: 64px;
  height: 64px;
  display: block;
}

.bottom-header {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #e0e0e0;
  border-top: 2px solid #e0e0e0;
}

.bottom-bar {
  display: flex;
  align-items: center;
  height: 44px;
  width: 100%;
  position: relative;
  background: #f8f8f8 80%;
  border-bottom: 1px solid #e0e0e0;
}

.menu-btn {
  background: rgba(248, 248, 248, 0.662745098);
  color: #333333;
  border: 2px outset #e0e0e0;
  padding: 0 18px;
  height: 36px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  width: 140px;
  text-align: left;
  margin-left: 8px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  transition: background 0.2s, border 0.2s;
}

.menu-btn:active {
  background: #e0e0e0;
  border: 2px inset #e0e0e0;
}

.bottom-nav {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 140px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  transition: max-height 0.3s, padding 0.3s;
  overflow: hidden;
  max-height: 0;
  border: 2px outset #b0b0b0;
  border-radius: 8px 8px 0 0;
}

.bottom-header.open .bottom-nav {
  max-height: 160px;
  padding: 16px 0 16px 0;
}

.bottom-nav a {
  color: #333333;
  font-size: 1rem;
  text-decoration: none;
  padding: 6px 18px;
  transition: color 0.2s, background 0.2s;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bottom-nav img {
  max-width: 20px;
}

.bottom-nav a:hover {
  color: #ffffff;
  background: #219ebc;
}

.project-topbar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 18px 18px 0 0;
  margin: clamp(12px, 3vw, 24px) auto 0;
  max-width: 900px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.project-icon {
  width: clamp(32px, 6vw, 56px);
  height: clamp(32px, 6vw, 56px);
  margin: clamp(8px, 2vw, 18px);
}

.project-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Pixelify", sans-serif;
  font-weight: normal;
  font-size: clamp(1.25rem, 2.8vw, 2.2rem);
  letter-spacing: clamp(0.5px, 0.35vw, 2px);
  overflow-wrap: break-word;
}

.project-back {
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.back-arrow {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.project-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
}

.project-left {
  display: flex;
  background: #ffffff;
  padding: 32px 24px;
  flex: 0 0 260px;
  max-width: 100%;
  flex-direction: column;
}

.project-img {
  width: clamp(100px, 20vw, 140px);
  height: auto;
  margin: 0 auto clamp(12px, 3vw, 24px) auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.project-info {
  color: #333333;
  font-size: 1.1em;
  margin-top: 12px;
  line-height: 1.5;
}

.project-info ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.project-info ul li {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  text-align: left;
}

.project-info ul li:last-child {
  margin-bottom: 0;
}

.project-right {
  flex: 1 1 0;
  padding: 32px 32px 56px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.project-section {
  margin-bottom: 18px;
}

.project-section-title {
  font-family: "Inter", sans-serif;
  font-size: 1.3em;
  margin-bottom: 4px;
  display: block;
}

.project-section p {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-size: 1em;
  margin: 0 0 8px 0;
}

.project-btn {
  margin-top: 24px;
  align-self: center;
  padding: 10px 28px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
  cursor: pointer;
  border-radius: 8px;
  background: #f8f8f8;
  border: 2px outset #e0e0e0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.53);
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, transform 0.1s;
}
.project-btn:active {
  background: #e0e0e0 0%;
  border: 2px inset #555555;
  transform: translateY(1px);
  color: #333333;
}

.kontakt-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin: 48px auto;
  max-width: 80%;
}

.kontakt-info {
  background: #ffffff;
  border: 2px solid #8ecae6;
  border-radius: 12px;
  padding: 48px 36px;
  width: 40%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.15em;
}

.kontakt-img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
  border: 2px solid #8ecae6;
}

.kontakt-info h2 {
  font-family: "Pixelify", sans-serif;
  font-size: 1.3em;
  margin-bottom: 12px;
  text-align: left;
}

.kontakt-info p {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  color: #333333;
  text-align: left;
}

.kontakt-socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 18px 0 18px 0;
}

.kontakt-socials a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #333333;
  font-size: 1.1em;
  text-decoration: none;
  transition: color 0.2s;
}

.kontakt-socials i {
  font-size: 1.5em;
  width: 2em;
  text-align: center;
}

/* Formularen */
.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 40%;
  max-width: 100%;
  padding: 48px 36px;
  font-size: 1.6em;
}

.kontakt-form label {
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 6px;
}

.kontakt-form input,
.kontakt-form textarea {
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  border: 2px solid #8ecae6;
  border-radius: 8px;
  padding: 10px 14px;
  background: #f8f8f8;
  color: #333333;
  outline: none;
  resize: none;
  width: 100%;
  box-sizing: border-box;
}

.kontakt-form textarea {
  min-height: 140px;
}

.kontakt-form button {
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  background: #ffffff;
  border: 2px solid #8ecae6;
  color: #333333;
  border-radius: 8px;
  padding: 10px 0;
  cursor: pointer;
  transition: background 0.2s;
}

.kontakt-form button:hover {
  background: #219ebc;
  color: #ffffff;
}

/* MEDIA QUERIES */
/* Tablet og ned */
@media (max-width: 900px) {
  .img-man {
    display: none !important;
  }
  body {
    padding-top: 0;
  }
  .scroll-top-btn {
    display: none;
    width: 48px;
    height: 48px;
    margin: 0 auto 90px auto;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .scroll-top-btn:focus {
    outline: 2px solid #ffffff;
  }
  .scroll-top-btn.show {
    display: block;
  }
  .container-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5%;
  }
  .container-intro {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 90%;
  }
  .container-intro h2 {
    font-size: clamp(3em, 7vw, 6rem);
  }
  .container-intro h3 {
    font-size: clamp(2rem, 5vw, 4rem);
  }
  .forside-ikoner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px 8px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 0;
    max-width: 90%;
    margin-bottom: 15%;
  }
  .forside-ikoner a {
    font-size: 48px;
    padding: 0;
    color: #219ebc; /* ændret fra hardcoded lightblue */
  }
  .ikon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 16px;
    padding: 12px 0 8px 0;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .ikon-item img {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
  }
  .cv-container {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .cv-left, .cv-right {
    width: 93%;
    min-width: 0;
    margin: 0;
    border-radius: 18px 18px 0 0;
    display: flex;
  }
  .cv-name {
    padding-top: 5%;
  }
  .bottom-header, .bottom-bar {
    display: none !important;
  }
  .mobile-taskbar {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0.3em;
    width: 100vw;
    height: 70px;
    background: #f8f8f8;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    border-top: 2px solid #333333;
  }
  .mobile-taskbar a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #8ecae6;
    text-decoration: none;
    font-size: 0.85em;
    padding: 0;
    transition: background 0.2s, color 0.2s;
  }
  .mobile-taskbar a img {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
  }
  .mobile-taskbar a span {
    font-size: 0.8em;
    color: #333333;
    margin-top: 2px;
    letter-spacing: 1px;
  }
  .kontakt-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .kontakt-info,
  .kontakt-form {
    width: 100%;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .project-topbar {
    max-width: 600px;
    width: 100%;
    margin: 24px auto 0 auto;
    border-radius: 18px 18px 0 0;
    flex-direction: row;
    padding: 0 8px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .project-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    background: #ffffff;
  }
  .project-left {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #333333;
    align-items: center;
    padding: 32px 20px 16px 20px;
    display: flex;
    flex-direction: column;
  }
  .project-img {
    margin: 0 auto 16px auto;
    display: block;
  }
  .project-info {
    text-align: center;
    color: #333333;
  }
  .project-right {
    width: 95%;
    padding: 24px 20px 120px 20px;
    border-radius: 0 0 18px 18px;
    background: #ffffff;
  }
  .home-link {
    display: none;
  }
  /* Folder vises kun som topbar */
  .windows-folder {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: 60px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
  .folder-bar {
    width: 100%;
    background: none;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
  }
  .folder-content {
    display: none;
  }
  .folder-title {
    font-size: 1.5rem;
    color: #333333;
  }
  .folder-back {
    display: flex;
    margin-left: auto;
    padding-right: 10px;
  }
  .portfolio-apps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 24px 8px;
    justify-items: center;
    align-items: center;
    margin: 32px 0 90px 0;
    padding: 20% 16px;
  }
  .app-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 16px;
    padding: 12px 0 8px 0;
  }
  .app-icon img {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
  }
  .app-icon span {
    font-size: 1em;
    color: #333333;
    margin-top: 2px;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
  }
}
/* Mobil og ned */
@media (max-width: 600px) {
  .cv-container {
    padding: 0;
  }
  .cv-left, .cv-right {
    padding: 16px 8px;
    font-size: 0.95em;
    margin-bottom: 0.5em;
  }
  .backpack-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=style.css.map */