/* 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: Atelier Kempe Thill
Theme URI: https://clients.a-team.agency/atelierkempethill/wp-content/themes/akt/
Author: a-team.agency
Author URI: https://a-team.agency
Description:
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 2.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akt
Tags:
*/
html {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

body {
  overflow: hidden;
  height: 100vh;
  margin: 0;
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #999;
}
body.neue {
  font-family: "Neue Helvetica", "NeueHelvetica", "Helvetica", "Arial", sans-serif !important;
}
body.light {
  color: #999;
}
body.black {
  color: #333;
}

h1,
h2 {
  text-transform: uppercase;
  font-feature-settings: "smcp";
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 0em;
}

h1 {
  font-family: arial;
}

h2 {
  color: #999;
}

body.home #wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
body.home main#main {
  overflow: visible;
}

#wrapper {
  position: relative;
  display: grid;
  height: 100%;
  width: 100vw;
  grid-template-rows: 64px auto 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

header.site-header {
  position: sticky;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: white;
  z-index: 1000;
}
header.site-header h1 {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 2px;
  padding-bottom: 0px;
  background-color: white;
  z-index: 10000;
  font-size: 16px;
}
header.site-header h1 a {
  color: #999;
}
header.site-header nav {
  position: absolute;
  display: flex;
  top: -40px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -1;
  transition: top 400ms ease-in-out;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  justify-content: center;
  z-index: 5000;
}
header.site-header nav a {
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 18px;
  padding-top: 0px;
  align-self: center;
  margin: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: lowercase;
}
header.site-header nav a.current {
  font-weight: 700;
}
header.site-header nav a.current_page_item {
  font-weight: 700;
}
header.site-header nav a.current-menu-item {
  font-weight: 700;
}
header.site-header nav.active {
  top: 52px;
}
header.site-header #nav_toggle {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  cursor: pointer;
  background-color: white;
  z-index: 9900;
}
header.site-header #nav_toggle span {
  position: relative;
  display: block;
  margin: auto;
  height: 6px;
  width: 24px;
  background-color: #999;
  border-top: 3px white solid;
}

.site-main {
  opacity: 0;
  transition: opacity 700ms ease-in-out;
}
.site-main.loaded {
  opacity: 1;
}

main#main {
  position: relative;
  display: block;
  overflow-y: auto;
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
main#main header {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0px;
  left: 0;
  width: 100vw;
  height: 48px;
  z-index: 100;
  background-color: white;
  padding-bottom: 2%;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: white;
}
main#main header 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;
}

article.single-page#single-page_home header {
  padding-bottom: 1%;
}
article.single-page#single-page_home header h2 {
  font-size: 12.75px;
}

main#main::-webkit-scrollbar {
  display: none;
}

#single-page_home {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  align-content: center;
}
#single-page_home .home_gallery_slide {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  align-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}
#single-page_home .home_gallery_slide.active {
  opacity: 1;
}
#single-page_home .home_gallery_slide figure {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
}
#single-page_home .home_gallery_slide figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}

.overview {
  position: relative;
  display: block;
  width: 100%;
}
.overview .overview_list {
  position: relative;
  display: grid;
  grid-gap: 16px;
  padding-bottom: 10px;
  width: 100%;
}

.overview_item {
  position: relative;
  display: grid;
  width: 100%;
}
.overview_item figure {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
}
.overview_item figure a {
  position: relative;
  display: block;
  width: 100%;
}
.overview_item figure a img {
  position: relative;
  display: block;
  filter: grayscale(100%);
  transition: all 700ms ease-in-out;
}
.overview_item h3 {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12px;
  grid-column: 1/2;
  grid-row: 2/3;
  padding-top: 5px;
}
.overview_item p {
  position: relative;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  grid-column: 1/2;
  grid-row: 3/4;
}
.overview_item a {
  position: relative;
  display: block;
  text-indent: -999em;
  font-size: 12px;
  grid-column: 1/2;
  grid-row: 2/4;
}
.overview_item:hover figure a img {
  filter: grayscale(1%);
}

.single_gallery {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.single_gallery button {
  position: fixed;
  top: 14px;
  right: 8px;
  z-index: 1000;
  width: 18px;
  height: 18px;
  text-indent: -999em;
  background-color: transparent;
  background-image: url(img/button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.33;
  border: none;
  transition: opacity 400ms ease-in-out;
}
.single_gallery button:hover {
  opacity: 1;
}

.gallery {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  align-content: center;
}
.gallery .gallery_slide {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  align-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 700ms ease-in-out;
}
.gallery .gallery_slide.active {
  opacity: 1;
}
.gallery .gallery_slide figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .gallery_slide figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery .gallery_slide p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  max-width: 592px;
  padding-left: calc(15% - 20px);
  padding-right: calc(15% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.gallery .gallery_slide p br::before {
  content: " ";
  height: 10px;
  position: relative;
  display: block;
}
.gallery .gallery_slide p:last-child {
  padding-bottom: 50px;
}
.gallery .gallery_slide p + p {
  margin-top: 10px;
}
.gallery .gallery_slide.gallery_slide_text {
  display: grid;
}
.gallery .gallery_slide.gallery_slide_data {
  display: grid;
}
.gallery .gallery_slide.gallery_slide_data h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
.gallery .gallery_slide.gallery_slide_data p {
  text-align: center;
  line-height: 21px;
  padding-left: calc(15% + 10px);
  padding-right: calc(15% + 10px);
}
.gallery .gallery_slide.gallery_slide_data p + h3 {
  margin-top: 14px;
}

.gallery_nav {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.gallery_nav span {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.gallery_nav span.gallery_prev {
  left: 0;
}
.gallery_nav span.gallery_next {
  left: 50%;
}

.single-page {
  padding-top: 10px;
}
.single-page section {
  position: relative;
  display: block;
}
.single-page section + section {
  margin-top: 15px;
}
.single-page h3 {
  position: relative;
  background-color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-page h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-page p {
  font-size: 14px;
  padding-left: calc(10% - 30px);
  padding-right: calc(10% - 30px);
}
.single-page p + h3 {
  margin-top: 12.75px;
}
.single-page p + h4 {
  margin-top: 12.75px;
}
.single-page p a:hover {
  text-decoration: underline;
}
.single-page#single-page_office h3 {
  margin-bottom: 4.5px;
  margin-top: 7px;
}
.single-page#single-page_office p {
  text-align: center;
  margin-bottom: 7px;
  padding-left: calc(10% - 22px);
  padding-right: calc(10% - 22px);
}
.single-page#single-page_office p + h3 {
  margin-top: 21px;
}
.single-page#single-page_news h3 {
  position: relative;
}
.single-page#single-page_list h4 {
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 5px;
}
.single-page#single-page_list p {
  margin-bottom: 7px;
}
.single-page#single-page_jobs {
  display: grid;
  height: 100%;
  align-items: center;
  align-content: center;
  padding-bottom: 50px;
}
.single-page#single-page_jobs p {
  text-align: center;
  padding-left: calc(10% - 22px);
  padding-right: calc(10% - 22px);
}
.single-page#single-page_jobs p a {
  position: relative;
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
}
.single-page#single-page_contact {
  position: relative;
  display: grid;
  height: 100%;
  align-content: center;
}
.single-page#single-page_media {
  position: relative;
  display: grid;
  align-content: center;
  height: 100%;
  flex-flow: column;
}
.single-page#single-page_media p {
  padding-left: calc(15% - 15px);
  padding-right: calc(15% - 15px);
}
.single-page#single-page_media section {
  margin: auto;
}
.single-page#single-page_media form {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-page#single-page_media form label {
  display: none;
}
.single-page#single-page_media form input {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px;
  border: 1px #ccc solid;
  color: #ccc;
  border-radius: 0px;
  background: none;
  font-size: inherit;
}
.single-page#single-page_media form input[type=submit] {
  border: none;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 300;
}

.single_videos {
  display: grid;
  height: 100%;
  transition: align-content 0.3s;
}
.single_videos.centered {
  align-content: center;
}
.single_videos.aligned-top {
  align-content: start;
}
.single_videos section {
  position: relative;
  display: block;
  margin-top: 10px;
}
.single_videos section p {
  position: relative;
  display: block;
  text-align: left;
}
.single_videos section dl {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  justify-content: left;
  text-align: left;
}
.single_videos section dl dt {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: span 1;
}
.single_videos section dl dd {
  position: relative;
  display: block;
  grid-column: 2/3;
  grid-row: span 1;
}
.single_videos .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  margin: 0 auto;
  /* Center the video container */
}
.single_videos .video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_videos .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* Ensure no borders around the iframe */
}

#networks {
  position: relative;
  display: flex;
  grid-gap: 16px;
  justify-content: center;
  margin-top: 10px;
}
#networks figure {
  position: relative;
  display: block;
  height: 15px;
  width: 15px;
}
#networks figure a {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px;
  opacity: 0.33;
  transition: opacity 700ms ease-in-out;
}
#networks figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#networks figure a:hover {
  opacity: 0.66;
}

footer {
  display: none;
}

@media screen and (min-width: 748px) {
  body.home #wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  #wrapper {
    grid-template-rows: 64px auto 34px;
  }
  header.site-header h1 {
    padding-top: 10px;
    font-size: 16px;
  }
  header.site-header nav#site-navigation {
    padding-left: 25vw;
    padding-right: 25vw;
  }
  header.site-header nav#project-navigation {
    padding-left: 15vw;
    padding-right: 15vw;
    text-align: center;
    justify-content: center;
  }
  header.site-header nav.active {
    top: 48px;
  }
  main#main header {
    padding-bottom: 1%;
    padding-top: 1%;
  }
  main#main header h2 {
    font-size: 15.33px;
  }
  article.single-page#single-page_home header {
    padding-bottom: 1.25%;
  }
  article.single-page#single-page_home header h2 {
    font-size: 15.33px;
  }
  .overview .overview_list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding-top: 8px;
  }
  .overview_item figure a {
    display: block;
    width: 100%;
    position: relative;
  }
  .overview_item figure a:before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .overview_item figure a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overview_item h3 {
    font-size: 11px;
  }
  .overview_item p {
    font-size: 11px;
    line-height: 12px;
  }
  .gallery .gallery_slide p {
    line-height: 24px;
    font-size: 15.33px;
    padding-left: calc(20% - 25px);
    padding-right: calc(20% - 25px);
    max-width: unset;
  }
  .gallery .gallery_slide.gallery_slide_data h3 {
    font-size: 15.33px;
    margin-bottom: 5px;
  }
  .gallery .gallery_slide.gallery_slide_data p {
    font-size: 15.33px;
    max-width: unset;
  }
  .gallery .gallery_slide.gallery_slide_data p + h3 {
    margin-top: 16px;
  }
  .single_gallery button {
    top: 12px;
    right: 16px;
  }
  .single-page h3 {
    font-size: 15.33px;
    line-height: 24px;
  }
  .single-page h4 {
    font-size: 15.33px;
    line-height: 24px;
  }
  .single-page p {
    font-size: 15.33px;
    line-height: 23px;
    max-width: 592px;
    padding-left: calc(20% - 10px);
    padding-right: calc(20% - 10px);
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
  }
  .single-page p + h3 {
    margin-top: 16px;
  }
  .single-page#single-page_office p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .single-page#single-page_office p + h3 {
    margin-top: 20px;
  }
  .single-page#single-page_list h4 {
    font-weight: 700;
    margin-bottom: 0;
  }
  .single-page#single-page_media p {
    padding-left: calc(20% - 20px);
    padding-right: calc(20% - 20px);
  }
  .single-page#single-page_media form {
    margin-bottom: 72px;
  }
  .single-page#single-page_media form input {
    font-weight: 200;
    padding: 5px 8px;
    max-width: unset;
  }
  .single-page#single-page_media section {
    margin: 0;
  }
  .single-page#single-page_jobs p {
    padding-left: calc(20% - 12px);
    padding-right: calc(20% - 12px);
  }
  .single-page section + section {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper {
    grid-template-rows: 60px auto 40px;
  }
  header.site-header h1 {
    padding-top: 10px;
  }
  header.site-header nav {
    padding-bottom: 8px;
  }
  header.site-header nav#site-navigation {
    padding-left: 30vw;
    padding-right: 30vw;
  }
  header.site-header nav#project-navigation {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  header.site-header nav a {
    transition: opacity 400ms ease-in-out;
  }
  header.site-header nav a:hover {
    opacity: 0.66;
  }
  .overview .overview_list {
    padding-top: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }
  .overview_item h3 {
    font-size: 10px;
  }
  .overview_item p {
    font-size: 10px;
  }
  .gallery_nav span.gallery_next {
    cursor: url("img/ATELIERKEMPETHILL_ARROW_right-shadow.png"), auto;
  }
  .gallery_nav span.gallery_next:hover {
    cursor: url("img/ATELIERKEMPETHILL_ARROW_right-shadow.png"), auto;
  }
  .gallery_nav span.gallery_prev {
    cursor: url("img/ATELIERKEMPETHILL_ARROW_left-shadow.png"), auto;
  }
  .gallery_nav span.gallery_prev:hover {
    cursor: url("img/ATELIERKEMPETHILL_ARROW_left-shadow.png"), auto;
  }
  .single_videos .video-wrapper {
    max-width: 80%;
    padding-bottom: 45%;
    /* Maintain 16:9 aspect ratio dynamically */
  }
  .single_videos section {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1448px) {
  #wrapper {
    grid-template-rows: 75px auto 45px;
  }
  body.home #wrapper {
    grid-template-rows: 75px auto 50px;
  }
  header.site-header h1 {
    font-size: 16px;
    padding-top: 15px;
  }
  header.site-header nav {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  header.site-header nav a {
    font-size: 12.8px;
    padding-left: 12px;
    padding-right: 12px;
  }
  header.site-header nav.active {
    top: 60px;
  }
  header.site-header nav#project-navigation {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  header.site-header nav#site-navigation {
    padding-left: 25vw;
    padding-right: 25vw;
  }
  header.site-header #nav_toggle span {
    height: 6px;
  }
  main#main header {
    padding-bottom: 10px;
    padding-top: 0;
  }
  main#main header h2 {
    font-size: 14.75px;
  }
  article.single-page#single-page_home header {
    padding-bottom: 1.25%;
  }
  article.single-page#single-page_home header h2 {
    font-size: 14.75px;
  }
  .overview .overview_list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    grid-row-gap: 15px;
  }
  .overview_item h3 {
    font-size: 12.5px;
  }
  .overview_item p {
    font-size: 12.5px;
    line-height: 15px;
  }
  .gallery .gallery_slide p {
    font-size: 14.75px;
    max-width: unset;
    line-height: 22px;
    font-weight: 300;
    padding-left: calc(30% - 10px);
    padding-right: calc(30% - 10px);
  }
  .gallery .gallery_slide.gallery_slide_data h3 {
    font-size: 14.75px;
  }
  .gallery .gallery_slide.gallery_slide_data p {
    font-size: 14.75px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    padding-left: 30%;
    padding-right: 30%;
  }
  .gallery .gallery_slide.gallery_slide_data p + h3 {
    margin-top: 15px;
  }
  .single-page {
    padding-top: 0;
  }
  .single-page h3 {
    font-size: 14.75px;
  }
  .single-page h4 {
    font-size: 14.75px;
  }
  .single-page p {
    max-width: 640px;
    font-size: 14.75px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-page p + h3 {
    margin-top: 14px;
  }
  .single-page section + section {
    margin-top: 30px;
  }
  .single-page#single-page_office h3 {
    margin-bottom: 5px;
  }
  .single-page#single-page_office p {
    max-width: unset;
    line-height: 22px;
    padding-left: calc(25% - 16px);
    padding-right: calc(25% - 16px);
  }
  .single-page#single-page_jobs h3 {
    margin-bottom: 10px;
  }
  .single-page#single-page_contact section + section {
    margin-top: 15px;
  }
  .single-page#single-page_media p {
    max-width: unset;
    padding-left: calc(25% - 20px);
    padding-right: calc(25% - 20px);
  }
  .single-page#single-page_media form input {
    margin-bottom: 15px;
  }
  .single-page#single-page_jobs h3 {
    margin-bottom: 0;
  }
  .single-page#single-page_jobs p {
    max-width: unset;
    padding-left: calc(25% - 16px);
    padding-right: calc(25% - 16px);
  }
}
@media screen and (min-width: 1920px) {
  #wrapper {
    grid-template-rows: 80px auto 50px;
  }
  body.home #wrapper {
    grid-template-rows: 70px auto 60px;
  }
  header.site-header h1 {
    font-size: 16px;
  }
  header.site-header nav {
    padding-bottom: 10px;
  }
  header.site-header nav a {
    font-size: 12.75px;
    padding-left: 8px;
    padding-right: 8px;
  }
  header.site-header nav.active {
    top: 64px;
  }
  article.single-page#single-page_home header {
    padding-bottom: 1.1%;
    height: unset;
  }
  article.single-page#single-page_home header h2 {
    font-size: 15.33px;
  }
  main#main header {
    padding-bottom: 1%;
  }
  main#main header h2 {
    font-size: 15.33px;
  }
  .overview .overview_list {
    grid-template-columns: repeat(6, 1fr);
  }
  .overview_item h3 {
    font-size: 12.5px;
  }
  .overview_item p {
    font-size: 12.5px;
  }
  .gallery .gallery_slide p {
    font-size: 15.33px;
    max-width: unset;
    line-height: 23px;
    padding-left: calc(30% - 12px);
    padding-right: calc(30% - 12px);
  }
  .gallery .gallery_slide.gallery_slide_data h3 {
    font-size: 15.33px;
    line-height: 23px;
    margin-bottom: 0;
  }
  .gallery .gallery_slide.gallery_slide_data p {
    font-size: 15.33px;
    line-height: 23px;
  }
  .single-page h3 {
    font-size: 15.33px;
    line-height: 23px;
  }
  .single-page h4 {
    font-size: 15.33px;
    line-height: 23px;
  }
  .single-page p {
    font-size: 15.33px;
    line-height: 23px;
    max-width: 800px;
  }
  .single-page p + h3 {
    margin-top: 15px;
  }
  .single-page#single-page_office p {
    max-width: unset;
    line-height: 23px;
    padding-left: calc(30% - 12px);
    padding-right: calc(30% - 12px);
  }
  .single-page#single-page_office p + h3 {
    margin-top: 30px;
  }
  .single-page#single-page_list h3 {
    padding-bottom: 5px;
  }
  .single-page#single-page_list h4 {
    margin-top: 5px;
  }
  .single-page#single-page_list p + h4 {
    margin-top: 15px;
  }
  .single-page#single-page_media p {
    padding-left: calc(30% - 10px);
    padding-right: calc(30% - 10px);
  }
  .single-page#single-page_jobs p {
    padding-left: calc(30% - 10px);
    padding-right: calc(30% - 10px);
  }
}
@media screen and (min-width: 2560px) {
  body.home #wrapper {
    grid-template-rows: 70px auto 70px;
  }
  .overview .overview_list {
    grid-template-columns: repeat(7, 1fr);
  }
  main#main header h2 {
    font-size: 16px;
  }
  article.single-page#single-page_home header {
    padding-bottom: 1%;
    height: unset;
  }
  article.single-page#single-page_home header h2 {
    font-size: 15.33px;
  }
  .gallery .gallery_slide p {
    font-size: 16px;
    max-width: unset;
    line-height: 24px;
  }
  .gallery .gallery_slide.gallery_slide_data h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .gallery .gallery_slide.gallery_slide_data p {
    font-size: 16px;
    max-width: 800px;
    line-height: 24px;
  }
  .gallery .gallery_slide.gallery_slide_data p + h3 {
    margin-top: 20px;
  }
  .single-page h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .single-page h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .single-page p {
    font-size: 16px;
    line-height: 24px;
  }
  .single-page p + h3 {
    margin-top: 20px;
  }
  .single-page p + h4 {
    margin-top: 20px;
  }
  .single-page#single-page_office p {
    font-size: 16px;
    line-height: 24px;
    max-width: unset;
  }
  .single-page#single-page_office p + h3 {
    margin-top: 20px;
  }
  .single-page#single-page_media p {
    padding-left: calc(35% - 10px);
    padding-right: calc(35% - 10px);
  }
  .single-page section + section {
    margin-top: 30px;
  }
}
@media (max-width: 748px) {
  .gallery_prev,
.gallery_next {
    display: none !important;
  }
  .gallery {
    z-index: 200;
  }
}

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