@font-face { /* Fonts */
  font-family: "Work Sans Regular";
  src: url("../fonts/work-sans/work-sans-regular.woff2") format("woff2"), url("../fonts/work-sans/work-sans-regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Work Sans Italic";
  src: url("../fonts/work-sans/work-sans-italic.woff2") format("woff2"), url("../fonts/work-sans/work-sans-italic.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Work Sans Bold";
  src: url("../fonts/work-sans/work-sans-regular.woff2") format("woff2"), url("../fonts/work-sans/work-sans-regular.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Work Sans Bold Italic";
  src: url("../fonts/work-sans/work-sans-italic.woff2") format("woff2"), url("../fonts/work-sans/work-sans-italic.woff") format("woff");
  font-style: italic;
  font-weight: bold;
}
html {
  font-family: "Work Sans Regular", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: "Work Sans Bold", sans-serif;
  color: #0ebaf3;
}
@media (prefers-color-scheme: dark) {
  html h1, html h2, html h3, html h4, html h5, html h6 {
    color: #ffff00;
  }
}
html h1 {
  font-size: 52px;
}
@media (max-width: 1400px) {
  html h1 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  html h1 {
    font-size: 42px;
  }
}
html h1 {
  margin: 20px 0 40px 0;
}
html h2 {
  font-size: 38px;
}
@media (max-width: 1400px) {
  html h2 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  html h2 {
    font-size: 32px;
  }
}
html h2 {
  margin: 40px 0 10px 0;
}
html h3 {
  font-size: 26px;
}
@media (max-width: 1500px) {
  html h3 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  html h3 {
    font-size: 22px;
  }
}
html h3 {
  font-family: "Work Sans Regular", sans-serif;
  margin: 0 0 10px 0;
}
html h4 {
  font-size: 22px;
}
@media (max-width: 1500px) {
  html h4 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  html h4 {
    font-size: 18px;
  }
}
html h4, html h5, html h6, html blockquote {
  margin: 10px 0;
}
html p, html ul, html ol, html div, html table, html span {
  margin: 0 0 20px 0;
}
html p:has(+ ul) {
  margin: 0 !important;
}
html h1, html blockquote {
  text-align: center;
}
html a {
  text-decoration: underline;
  color: #0ebaf3;
  transition: 0.5s;
}
@media (prefers-color-scheme: dark) {
  html a {
    color: #ffff00;
  }
}
html a:hover {
  color: #aa67ec !important;
  transition: 0.5s;
}
@media (prefers-color-scheme: dark) {
  html a:hover {
    color: #aa67ec !important;
  }
}
html strong, html bold {
  font-family: "Work Sans Bold", sans-serif;
}
html blockquote p {
  margin: 20px 0 20px 0;
  color: #aa67ec;
}
@media (prefers-color-scheme: dark) {
  html blockquote p {
    color: #ff6e00;
  }
}
html blockquote p {
  font-family: "Work Sans Italic", sans-serif;
  font-style: italic;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
html figcaption {
  font-family: "Work Sans Italic", sans-serif;
  font-style: italic;
}
html ::selection {
  color: #212528;
  -webkit-text-fill-color: #212528;
  background-color: #ffff00;
}
@media (prefers-color-scheme: dark) {
  html ::selection {
    color: #212528;
    -webkit-text-fill-color: #212528;
    background-color: #ffff00;
  }
}
html .selected {
  color: #aa67ec !important;
}
@media (prefers-color-scheme: dark) {
  html .selected {
    color: #ffff00 !important;
  }
}

html,
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #212528;
  }
}
html #body,
body #body {
  min-height: 98vh;
}
html #logo,
body #logo {
  display: block;
  height: 158px;
  width: 184px;
  margin: 0 auto 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/logo/min-light-logo-lad.svg");
}
@media (prefers-color-scheme: dark) {
  html #logo,
  body #logo {
    background-image: url("../images/logo/min-dark-logo-lad.svg");
  }
}
html #logo img,
body #logo img {
  display: none;
}

.scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}

.progress-container {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
}

.progress-bar {
  height: 5px;
  width: 0%;
  padding: 0;
  margin: 0;
  background: #0ebaf3;
}
@media (prefers-color-scheme: dark) {
  .progress-bar {
    background: #ffff00;
  }
}

#body #breadcrumbs:before {
  content: "You are here: ";
}
#body #breadcrumbs {
  font-family: "Work Sans Italic", sans-serif;
  font-style: italic;
}
#body #breadcrumbs a {
  text-decoration: none;
}
#body #breadcrumbs .fa-angle-right:after {
  content: "> ";
}

#header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 0 20px 0;
}
#header ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}

#body #content {
  width: 60vw;
}
@media (max-width: 1600px) {
  #body #content {
    width: 70vw;
  }
}
@media (max-width: 1400px) {
  #body #content {
    width: 80vw;
  }
}
@media (max-width: 1200px) {
  #body #content {
    width: 90vw;
  }
}
#body #content {
  margin: 0 auto;
  padding: 0 0 20px 0;
  color: #212528;
}
@media (prefers-color-scheme: dark) {
  #body #content {
    color: #ffffff;
  }
}
#body #content img,
#body #content figcaption {
  display: block;
  margin: 0 auto 10px auto;
  height: auto;
  max-width: 80%;
  width: 80%;
}
@media (min-width: 1280px) and (max-width: 3200px) {
  #body #content img,
  #body #content figcaption {
    width: 60%;
  }
}
@media (min-width: 3200px) {
  #body #content img,
  #body #content figcaption {
    width: 50%;
  }
}
#body table {
  width: 100%;
  border-collapse: collapse;
  color: #212528;
}
@media (prefers-color-scheme: dark) {
  #body table {
    color: #ffffff;
  }
}
#body table tr {
  border-bottom: 1px solid rgba(14, 186, 243, 0.3);
}
@media (prefers-color-scheme: dark) {
  #body table tr {
    border-bottom: 1px solid rgba(255, 255, 0, 0.3);
  }
}
#body table tr th {
  text-align: left;
  font-family: "Work Sans Bold", sans-serif;
}
#body hr {
  border: none;
  height: 1px;
  background: #0ebaf3;
}
@media (prefers-color-scheme: dark) {
  #body hr {
    background: #ffff00;
  }
}
#body hr {
  margin: 0 0 40px 0;
}
#body .emphasized {
  padding: 20px;
  border-radius: 10px;
  background: rgba(14, 186, 243, 0.1);
}
@media (prefers-color-scheme: dark) {
  #body .emphasized {
    background: rgba(255, 255, 0, 0.1);
  }
}
#body .emphasized p:last-child {
  margin: 0;
}

.arch-link:before {
  mask: url(../images/links/arch.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/arch.svg) no-repeat 50% 50%;
}

.grav-link:before {
  mask: url(../images/links/grav.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/grav.svg) no-repeat 50% 50%;
}

.inkscape-link:before {
  mask: url(../images/links/inkscape.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/inkscape.svg) no-repeat 50% 50%;
}

.manjaro-link:before {
  mask: url(../images/links/manjaro.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/links/manjaro.svg) no-repeat 50% 50%;
}

.arch-link:before, .grav-link:before, .inkscape-link:before, .instagram-link:before, .manjaro-link:before, .mastodon-link:before, .youtube-link:before {
  width: 13px;
  height: 13px;
  display: inline-block;
  content: "";
  mask-size: cover;
  background-color: #0ebaf3;
}
@media (prefers-color-scheme: dark) {
  .arch-link:before, .grav-link:before, .inkscape-link:before, .instagram-link:before, .manjaro-link:before, .mastodon-link:before, .youtube-link:before {
    background-color: #ffff00;
  }
}
.arch-link:before, .grav-link:before, .inkscape-link:before, .instagram-link:before, .manjaro-link:before, .mastodon-link:before, .youtube-link:before {
  margin-right: 5px;
}

/* FAQ */
/* ================================================== */
.collapse,
.collapse ul,
.collapse ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  font-family: "Work Sans Regular", sans-serif;
}
.collapse ul,
.collapse ul ul,
.collapse ul li ul {
  margin: 0;
}
.collapse ul li,
.collapse ul ul li,
.collapse ul li ul li {
  margin-left: 20px;
}

.toggle {
  display: block;
  cursor: pointer;
  font-size: 24px;
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .toggle {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .toggle {
    font-size: 20px;
  }
}
.toggle {
  color: #0ebaf3 !important;
  transition: 0.5s;
}
@media (prefers-color-scheme: dark) {
  .toggle {
    color: #ffff00 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .toggle {
    color: #ffffff;
  }
}
.toggle {
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.toggle:hover {
  color: #aa67ec !important;
  transition: 0.5s;
}
@media (prefers-color-scheme: dark) {
  .toggle:hover {
    color: #aa67ec !important;
  }
}

.toggle::before {
  display: inline-block;
  width: 20px;
  content: "+";
}

.toggle.show {
  color: #ffff00;
}

.toggle.show::before {
  content: "-";
}

.collapse > li > ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

* {
  box-sizing: border-box;
}

.carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  width: 90vw;
  gap: 20px;
  margin: 0 0 20px 0;
  position: relative;
  left: -15vw;
  scroll-behavior: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1600px) {
  .carousel {
    left: -10vw;
  }
}
@media (max-width: 1400px) {
  .carousel {
    left: -5vw;
  }
}
@media (max-width: 1200px) {
  .carousel {
    left: 0;
  }
}
.carousel.active {
  cursor: grabbing;
}
.carousel .card {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  height: 200px;
  flex-basis: 300px;
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(14, 186, 243, 0.3);
}
@media (prefers-color-scheme: dark) {
  .carousel .card {
    background: rgba(170, 103, 236, 0.3);
  }
}
.carousel .card {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .card h3 {
  font-size: 24px;
}
@media (max-width: 1500px) {
  .carousel .card h3 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .carousel .card h3 {
    font-size: 22px;
  }
}
.carousel .card h3 {
  margin: 0 20px;
  -webkit-user-drag: none;
  user-select: none;
}
.carousel .card h3 a,
.carousel .card h3 a:hover {
  text-decoration: none;
  color: #212528 !important;
}
@media (prefers-color-scheme: dark) {
  .carousel .card h3 a,
  .carousel .card h3 a:hover {
    color: #ffffff !important;
  }
}
.carousel .card h3 a,
.carousel .card h3 a:hover {
  -webkit-user-drag: none;
  user-select: none;
}
.carousel .card .label-left,
.carousel .card .label-right {
  font-family: "Work Sans Italic";
  font-style: italic;
  font-size: 18px;
  color: #212528;
}
@media (prefers-color-scheme: dark) {
  .carousel .card .label-left,
  .carousel .card .label-right {
    color: #ffffff;
  }
}
.carousel .card .label-left,
.carousel .card .label-right {
  margin: 5px;
}
.carousel .card .label-left {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .card .label-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel > .card.interview h3 a,
.carousel > .card.interview h3 a:hover {
  color: #ffffff !important;
}
@media (prefers-color-scheme: dark) {
  .carousel > .card.interview h3 a,
  .carousel > .card.interview h3 a:hover {
    color: #212528 !important;
  }
}
.carousel > .card.interview {
  background: #0ebaf3;
}
@media (prefers-color-scheme: dark) {
  .carousel > .card.interview {
    background: #aa67ec;
  }
}
.carousel > .card.interview .label-left,
.carousel > .card.interview .label-right {
  color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .carousel > .card.interview .label-left,
  .carousel > .card.interview .label-right {
    color: #212528;
  }
}
.carousel .card + .opensource {
  border: 2px solid #0ebaf3;
}
@media (prefers-color-scheme: dark) {
  .carousel .card + .opensource {
    border: 2px solid #aa67ec;
  }
}
.carousel .card.new {
  position: relative;
  overflow: hidden;
}
.carousel .card.new::after {
  content: "new";
  position: absolute;
  top: 16px;
  right: -40px;
  width: 140px;
  text-align: center;
  font-family: "Work Sans Regular";
  text-transform: uppercase;
  color: #ffffff;
}
@media (prefers-color-scheme: dark) {
  .carousel .card.new::after {
    color: #212528;
  }
}
.carousel .card.new::after {
  background-color: #ff6e00;
}
@media (prefers-color-scheme: dark) {
  .carousel .card.new::after {
    background-color: #ffff00;
  }
}
.carousel .card.new::after {
  transform: rotate(45deg);
  padding: 5px 0;
  pointer-events: none;
  z-index: 2;
}

.carousel::-webkit-scrollbar {
  -webkit-appearance: none;
}

#footer {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}
#footer p {
  margin: 0;
  padding: 0;
  color: #212528;
}
@media (prefers-color-scheme: dark) {
  #footer p {
    color: #ffffff;
  }
}

.image-slider {
  position: relative;
}
.image-slider .slide {
  opacity: 0;
  overflow: visible;
}
.image-slider .slide.active {
  position: relative;
  opacity: 1;
}
.image-slider .slide:not(.active) {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
}
.image-slider figure {
  position: relative;
  top: 0;
}
.image-slider .slider-prev,
.image-slider .slider-next {
  position: absolute;
  top: 0;
  width: 10%;
}
@media (min-width: 1280px) and (max-width: 3200px) {
  .image-slider .slider-prev,
  .image-slider .slider-next {
    width: 20%;
  }
}
@media (min-width: 3200px) {
  .image-slider .slider-prev,
  .image-slider .slider-next {
    width: 25%;
  }
}
.image-slider .slider-prev,
.image-slider .slider-next {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
.image-slider .slider-prev {
  left: 10px;
  justify-content: flex-end;
}
.image-slider .slider-next {
  right: 10px;
  justify-content: flex-start;
}
