@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* Apply box-sizing to all elements */
* {
  box-sizing: border-box;
}

/* Apply a natural cursor to links and buttons */
a,
button {
  cursor: pointer;
}

/* Remove the outline when an element is clicked */
*:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

/*
Theme Name: AKT-TK
Author: a-team.agency
Description: A custom theme for AKT-TK website.
Version: 1.0
*/
html {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

body {
  overflow: hidden;
  height: 100dvh;
  margin: 0;
  font-family: HelveticaNeueLight, HelveticaNeue-Light, "Helvetica Neue Light", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #999;
  text-align: center;
}

#wrapper {
  position: relative;
  display: grid;
  height: 100dvh;
  grid-template-rows: 60px auto 40px;
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper > main {
  position: relative;
  display: block;
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#header-page {
  position: sticky;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  padding-top: 0;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 1000;
}
#header-page h1 {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 0;
  background-color: #fff;
  z-index: 10000;
  font-size: 14px;
  font-family: arial;
  text-transform: uppercase;
  font-feature-settings: "smcp";
  font-variant: small-caps;
  font-weight: 700;
  letter-spacing: 0;
}
#header-page h1 a {
  color: #999;
  text-decoration: none;
}

h2 {
  position: relative;
  display: block;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-wrap: break-word;
  hyphens: manual;
  word-break: keep-all;
  letter-spacing: 0;
  font-weight: 700;
  text-wrap: balance;
  align-self: flex-end;
}

body.home h2 {
  font-size: 12.75px;
}

p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
}

a:hover {
  text-decoration: underline;
}

#nav-main {
  display: block;
  width: 100%;
}
#nav-main > ul {
  display: grid;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
#nav-main > ul li {
  grid-column: span 1;
  grid-row: 1/2;
  position: relative;
  display: block;
}
#nav-main > ul li a {
  position: relative;
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: lowercase;
}
#nav-main > ul li.active a {
  font-weight: 700;
}

#footer-page {
  position: relative;
  display: grid;
  grid-row: 3/4;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  align-content: flex-end;
  padding-bottom: 10px;
}
#footer-page h2 {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  transition: opacity 900ms ease-in-out;
  text-transform: uppercase;
}
#footer-page h2.active {
  opacity: 1;
}

body.home #footer-page {
  padding-bottom: 1%;
}

article {
  position: relative;
  height: 100%;
  display: grid;
  align-content: center;
}
article > header {
  position: relative;
  display: block;
}
article > header h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}
article > header h3.light {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  text-transform: initial;
}
article > header h3.spacing {
  margin-bottom: 10px;
}
article .page-article-content {
  position: relative;
  display: block;
}
article .page-article-content > section + section {
  margin-top: 15px;
}
article .page-article-content > section > section + section {
  margin-top: 15px;
}
article .page-article-content section p {
  margin-bottom: 0;
  padding-left: calc(10% - 22px);
  padding-right: calc(10% - 22px);
  _text-wrap: balance;
  hyphens: none;
  font-size: 14px;
  line-height: 21px;
}
body.page-template-page-office article .page-article-content section p {
  margin-bottom: 10px;
}
article .page-article-content h4 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 21px;
}
article .page-article-content h4.bold {
  font-weight: 400;
}
article .page-article-content h4 + a {
  margin-top: 0;
}
article .page-article-content a {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}
article .page-article-content span a {
  margin-top: 0;
}
article .page-article-content#page-article-content-contact a {
  display: initial;
}
article .page-article-content#page-article-content-imprint {
  max-width: 480px;
  margin: auto;
}
article .page-article-content#page-article-content-imprint a {
  display: initial;
}
article.align-top {
  align-content: flex-start;
}

article#page-article-jobs {
  align-content: flex-start;
  padding-top: 20px;
}
article#page-article-jobs > p {
  text-wrap: balance;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
article#page-article-jobs > header {
  max-width: 720px;
  margin: auto;
}
article#page-article-jobs > header h3 {
  text-wrap: balance;
  margin-bottom: 5px;
}
article#page-article-jobs .page-article-content {
  margin-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
article#page-article-jobs .page-article-content p {
  font-size: 12px;
  line-height: 18px;
}
article#page-article-jobs .page-article-content p strong {
  font-weight: 700;
}
article#page-article-jobs .page-article-content p > a {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
article#page-article-jobs .page-article-content li p:has(strong) {
  margin-top: 10px;
}
article#page-article-jobs .page-article-content p.jobs-email a {
  margin-top: -8px;
}
article#page-article-jobs .page-article-content ul {
  list-style: none;
}
article#page-article-jobs .page-article-content ul li {
  margin-top: 5px;
  text-wrap: balance;
  height: 100%;
  opacity: 1;
  transition: all 400ms ease-in-out;
  font-size: 12px;
  line-height: 18px;
  list-style-position: inside;
  position: relative;
  padding-left: 1.2em;
}
article#page-article-jobs .page-article-content ul li::before {
  content: "–";
  position: relative;
  right: 0.8em;
}
article#page-article-jobs .page-article-content ul li:has(p) {
  list-style: none;
  padding-left: 0;
}
article#page-article-jobs .page-article-content ul li:has(p)::before {
  content: "";
}
article#page-article-jobs .page-article-content ul li:first-child {
  margin-top: 0;
}
article#page-article-jobs .page-article-content ul li._hidden {
  height: 0px;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
article#page-article-jobs .page-article-content button {
  margin-top: 10px;
  color: #777;
  border: none;
  background: none;
  background-color: transparent;
  text-decoration: underline;
}
@media screen and (min-width: 748px) {
  article#page-article-jobs .page-article-content button {
    font-size: 12px;
  }
}

.slideshow {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slideshow > figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
  transition: opacity 900ms ease-in-out;
  max-height: calc(100dvh - 72px - 1.25%);
  filter: grayscale(100%);
  overflow: hidden;
}
.slideshow > figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slideshow > figure.active {
  opacity: 1;
}

#wpadminbar {
  display: none !important;
}

@media screen and (min-width: 748px) {
  #wrapper {
    padding-inline: 30px;
  }
  #header-page h1 {
    padding-top: 10px;
    font-size: 16px;
  }
  article > header h3 {
    font-size: 15.33px;
    line-height: 24px;
  }
  article > header h3.light {
    font-size: 15.33px;
    line-height: 23px;
  }
  article .page-article-content h4 {
    font-size: 15.33px;
    line-height: 24px;
  }
  article .page-article-content section p {
    padding-left: calc(20% - 12px);
    padding-right: calc(20% - 12px);
    text-wrap: balance;
  }
  article .page-article-content section p a {
    display: initial;
    margin: 0;
  }
  article .page-article-content section a {
    font-size: 15.33px;
    line-height: 24px;
  }
  article#page-article-jobs .page-article-content p {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
    padding-right: 0;
  }
  article#page-article-jobs .page-article-content p a {
    font-size: 14px;
    line-height: 21px;
  }
  article#page-article-jobs .page-article-content ul li {
    font-size: 14px;
    line-height: 21px;
  }
  article#page-article-jobs .page-article-content ul li > a {
    font-size: 14px;
    line-height: 21px;
  }
  _article#page-article-jobs .page-article-content ul li._hidden {
    height: 100%;
    opacity: 1;
    margin-top: 5px;
  }
  #footer-page {
    padding-bottom: 1%;
  }
  #footer-page h2 {
    font-size: 15.33px;
  }
  body.home #footer-page {
    padding-bottom: 1.25%;
  }
  p {
    font-size: 15.33px;
    line-height: 23px;
  }
  _button {
    display: none;
  }
  button:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1448px) {
  #wrapper {
    grid-template-rows: 80px auto 48px;
  }
  p {
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  #header-page h1 {
    padding-top: 15px;
  }
  #nav-main > ul li a {
    font-size: 13px;
    padding: 5px 15px;
  }
  article > header h3.light {
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
  }
  article .page-article-content h4 {
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
  }
  article .page-article-content section p {
    padding-left: 0;
    padding-right: 0;
  }
  article .page-article-content section a {
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
  }
  article#page-article-jobs .page-article-content ul li {
    text-wrap: balance;
  }
  article#page-article-jobs .page-article-content li p:has(strong) {
    margin-bottom: 0px;
  }
  article#page-article-jobs > p {
    padding-top: 0;
    padding-bottom: 10px;
  }
  #footer-page h2 {
    font-size: 14.75px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  #wrapper {
    grid-template-rows: 80px auto 60px;
  }
  p {
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  article > header h3 {
    font-size: 14.75px;
    _font-weight: 300;
    line-height: 22px;
  }
  article#page-article-jobs .page-article-content ul li {
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
  }
  body.home #footer-page {
    padding-bottom: 0.75%;
  }
}

/*# sourceMappingURL=style.css.map */
