@charset "UTF-8";
/* Reset
-----------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

button {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

button:hover {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

/* Buttons
----------------------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  background-color: transparent;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/* Variablen
-----------------------------------------------------------*/
:root {
  --app-height: 100%;
  --color-white: #fff;
  --color-black: #000;
  --color-yellow: #F0CC05;
  --color-orange: #ca6745;
  --color-green: #d2ca34;
  --color-blue: #67958c;
  --color-gray: #797978;
  --color-gray: #b1b1ae;
  --color-gray: #a5a5a2;
  --color-gray: #939390;
  --color-light-gray: #e3e3e3;
  --color-text: #000;
  --line-height: 1.4em;
  --line-height2: 2.8em;
  --line-height-half: 0.7em;
  --txt-s: 0.8rem;
  --txt-m: 1rem;
  --txt-l: 1.4rem;
  --txt-xl: 2rem;
  --s: 1rem;
  --m: 2rem;
  --l: 3rem;
  --xl: 4rem;
  --gap: 0.75rem;
}

/* V.1 Vramework
-----------------------------------------------------------*/
.color-white {
  color: var(--color-white);
}

.color-black {
  color: var(--color-black);
}

.bg-light-gray {
  background-color: var(--color-light-gray);
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.clear-both {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-s {
  font-size: var(--txt-s);
}

.txt-m {
  font-size: var(--txt-m);
}

.txt-l {
  font-size: var(--txt-l);
}

.txt-xl {
  font-size: var(--txt-xl);
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.static {
  display: static;
}

.pad-0 {
  padding: 0;
}

.pad-bottom-0 {
  padding-bottom: 0;
}

.pad-bottom-1rem {
  padding-bottom: 1rem;
}

.pad-bottom-05rem {
  padding-bottom: 0.5rem;
}

.pad-bottom-1lh {
  padding-bottom: var(--line-height);
}

.pad-bottom-05lh {
  padding-bottom: var(--line-height-half);
}

.pad-bottom-s {
  padding-bottom: var(--s);
}

.pad-bottom-m {
  padding-bottom: var(--m);
}

.pad-bottom-l {
  padding-bottom: var(--l);
}

.pad-bottom-xl {
  padding-bottom: var(--xl);
}

.pad-top-0 {
  padding-top: 0;
}

.pad-top-1rem {
  padding-top: 1rem;
}

.pad-top-s {
  padding-top: var(--s);
}

.pad-top-m {
  padding-top: var(--m);
}

.pad-top-l {
  padding-top: var(--l);
}

.pad-top-xl {
  padding-top: var(--xl);
}

.mar-0 {
  margin: 0;
}

.mar-bottom-0 {
  margin-bottom: 0;
}

.mar-bottom-1rem {
  margin-bottom: 1rem;
}

.mar-bottom-1lh {
  margin-bottom: var(--line-height);
}

.mar-bottom-s {
  margin-bottom: var(--s);
}

.mar-bottom-m {
  margin-bottom: var(--m);
}

.mar-bottom-l {
  margin-bottom: var(--l);
}

.mar-bottom-xl {
  margin-bottom: var(--xl);
}

.mar-top-0 {
  margin-top: 1rem;
}

.mar-top-1rem {
  margin-top: 1rem;
}

.mar-top-s {
  margin-top: var(--s);
}

.mar-top-m {
  margin-top: var(--m);
}

.mar-top-l {
  margin-top: var(--l);
}

.mar-top-xl {
  margin-top: var(--xl);
}

.border-50 {
  border-radius: 50%;
}

.border-img {
  border-radius: 4px;
}

.line-height {
  line-height: var(--line-height);
}

.border-top-1 {
  border-top: 1px solid var(--color-white);
}

.border-top-2 {
  border-top: 2px solid var(--color-white);
}

/* Grundformatierung
----------------------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: var(--line-height);
  margin: 0;
  background-color: transparent;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Schriften
-----------------------------------------------------------*/
@font-face {
  font-family: "Satoshi-Regular";
  src: url("webfonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("webfonts/Satoshi-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("webfonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Grundgerüst
-----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

body {
  background: var(--color-gray);
  font-family: "Satoshi-Regular", sans-serif;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.frame {
  position: relative;
  padding: 0 var(--l) var(--l) var(--l);
  max-width: 2000px;
  margin: 0 auto;
}

.grid-2, .grid-3, .grid-4, .grid-5, .grid-about, .grid-7-5, .grid-prev-next, .masonry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  gap: var(--m);
  /*
  align-items: center;
  	justify-items: center;
   */
}

.grid-2 .grid-2 {
  gap: var(--gap);
}

.grid-2 .grid-3 {
  gap: var(--gap);
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--s);
  grid-auto-flow: dense;
}

.grid-7-5 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-7-5 .grid-item:first-child {
  grid-column: 1/8;
}

.grid-7-5 .grid-item:last-child {
  grid-column: 8/13;
}

.grid-5, .masonry {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--gap);
  grid-auto-flow: dense;
}

.site-footer .grid-2 {
  align-items: end;
}

.site-footer .grid-2 .grid-item:last-child {
  text-align: right;
}

.col-2 {
  column-count: 2;
  column-gap: 40%;
  column-width: 100px;
}

.col-2 p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* Masonry Grid
-----------------------------------*/
.masonry .grid-item {
  list-style: none;
}

.masonry .grid-item.span-2 {
  grid-column: span 2;
} /* doppelte Breite */
.masonry .grid-item.span-2 {
  grid-row: span 2;
} /* doppelte Höhe */
.masonry .grid-item.row-2 {
  grid-row: span 2;
} /* doppelte Höhe */
.masonry a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.masonry h2 {
  position: absolute;
  bottom: var(--s);
  left: var(--s);
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-size: var(--txt-m);
  opacity: 0;
  color: var(--color-light-gray);
}

.masonry .grid-item:hover h2 {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.masonry a img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* zuschneiden, nicht verzerren */
  object-position: var(--focus-position);
  display: block;
  transition: transform 0.3s ease;
}

.zoom {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

.zoom > img {
  position: relative;
  transition: transform 0.3s ease;
}

.zoom:hover > img {
  transform: scale(1.05);
}

/* Light Box
-----------------------------------*/
.glightbox {
  transition: transform 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
}

.glightbox img {
  transition: transform 0.3s ease;
}

/* Hero Image
-----------------------------------*/
.hero-image {
  margin-bottom: var(--m);
}

.hero-image img {
  border-radius: 4px;
}

.hero-image img.portrait {
  max-height: 150vh;
  max-width: 100%;
  width: auto;
}

/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img, svg {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.175em;
  text-decoration-thickness: 1px;
}

a:hover {
  transition: color 0.25s;
}

a[href$=".pdf"] {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-pdf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 1rem;
  padding-left: 1rem;
}

p,
.editor ul,
.editor ol {
  line-height: var(--line-height);
  margin-bottom: var(--line-height);
}

p:last-child,
.editor ul li:last-child,
.editor ol li:last-child {
  margin-bottom: 0;
}

.editor ul li {
  padding: 0 0 0 1.2em;
}

.editor ul li:before {
  content: "– ";
  position: relative;
  margin-left: -1.2em;
}

h1 {
  text-wrap: balance;
  font-size: var(--txt-xl);
  margin: 0 0 var(--m) 0;
  padding: 0 0 var(--s) 0;
  border-bottom: 1px solid var(--color-white);
}

h2 {
  font-family: "Satoshi-Bold";
  font-size: var(--txt-l);
  margin: 0 0 0.2em 0;
}

h3 {
  font-family: "Satoshi-Bold";
  line-height: var(--line-height);
}

h4 {
  font-family: "Satoshi-Italic";
  line-height: var(--line-height);
}

strong {
  font-family: "Satoshi-Bold";
}

.video {
  margin: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 40%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: var(--line-height);
}

/* Struktur
-----------------------------------------------------------*/
main {
  z-index: 5;
  position: relative;
  flex: 1 0 auto;
}

.main-content {
  padding-top: 0;
}

/* Header
-----------------------------------------------------------*/
.site-header {
  z-index: 10;
}

.logo {
  display: inline-block;
  width: 26vw;
  border: none;
  text-decoration: none;
  z-index: 10;
  margin-top: var(--s);
}

.logo img {
  transition: all 0.55s ease;
}

h2.logozusatz {
  color: #fff;
  margin: 0.5em 0 var(--line-height) 0;
  transition: opacity 0.55s ease;
}

/* Footer
-----------------------------------------------------------*/
.site-footer {
  padding: var(--l) 0 0 0;
  background: var(--color-white);
  color: var(--color-black);
  margin-top: auto;
}

/* Spezifische Formatierungen
-----------------------------------------------------------*/
.title {
  line-height: var(--line-height);
}

.grid-prev-next {
  padding-top: var(--xl);
}

.grid-prev-next a img {
  width: 2.5rem;
}

.grid-prev-next .grid-item:last-child a {
  float: right;
}

.produkte-grid a {
  text-decoration: none;
}

.produkte-grid h2 img {
  width: 2.5rem;
  float: left;
  margin-right: 0.5rem;
}

.produkte-grid h2 {
  font-family: "Satoshi-Regular", sans-serif;
  padding-top: var(--s);
  line-height: 2rem;
}

.produkte-grid .grid-item {
  margin-bottom: var(--m);
}

.produkte-grid .grid-item > a > img {
  aspect-ratio: 5/3;
  object-fit: cover;
}

.glightbox-clean .gslide-description {
  background: transparent;
}

.glightbox-clean .gdesc-inner {
  padding: 1rem;
}

.glightbox-clean .gdesc-inner {
  padding: 1rem 0;
}

.glightbox-clean .gslide-title {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 1rem;
  color: var(--color-white);
}

.glightbox-container .gslide-inner-content {
  width: 100%;
  padding: 0 var(--s);
}

/* Main Navigation
-----------------------------------------------------------*/
.sticky {
  position: sticky;
  top: 0;
  z-index: 11;
}

.main-nav {
  position: absolute;
  right: 0.2rem;
  top: var(--m);
  z-index: 20;
}

.main-nav ul {
  font-family: "Satoshi-Bold";
  font-size: var(--txt-l);
  display: flex;
  gap: var(--m);
  color: var(--color-white);
}

.main-nav ul a {
  text-decoration: none;
  color: var(--color-light-gray);
}

body.body-home .main-nav ul #btn01 a,
body.body-portfolio .main-nav ul #btn01 a,
body.body-anwendungen .main-nav ul #btn02 a,
body.body-info .main-nav ul #btn03 a,
.main-nav ul a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-yellow);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 2px;
}

/* Navigation
---------------------------*/
#hamburger {
  position: fixed;
  right: 4%;
  top: 3.5rem;
  cursor: pointer;
  display: block;
  width: 27px;
  height: 27px;
  z-index: 100;
  display: none;
}

#hamburger span {
  display: block;
  width: 27px;
  height: 5px;
  margin-bottom: 6px;
  position: relative;
  background: var(--color-white);
  transform-origin: 0 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#hamburger span:first-child {
  background: var(--color-white);
  transform-origin: 0% 0%;
}

#hamburger span:nth-last-child(2) {
  background: var(--color-white);
  transform-origin: 0% 100%;
}

/* Kreuz machen
---------------------------------*/
#hamburger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, 0px);
  background: var(--color-text);
}

/* Mittlerer Balken verstecken
---------------------------------*/
#hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* Letzter in die andere Richtung drehen
---------------------------------*/
#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -2px);
}

/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1850px) {
  .grid-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
} /* Ende 1850 */
@media screen and (max-width: 1500px) {
  html {
    font-size: 19px;
  }
} /* Ende 1500 */
@media screen and (max-width: 1300px) {
  :root {
    --txt-s: 0.9rem;
    --txt-m: 1rem;
    --txt-l: 1.25rem;
    --txt-xl: 2rem;
  }
  html {
    font-size: 18px;
  }
  .grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-4 .item:nth-child(2),
  .grid-4 .item:nth-child(3) {
    display: grid;
    grid-row: span 1;
    place-content: end center;
  }
  .grid-4 .item:nth-child(3) .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
} /* Ende 1300 */
@media screen and (max-width: 1000px) {
  html {
    font-size: 17px;
  }
  .frame {
    padding: 0 var(--m) var(--l) var(--m);
  }
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
} /* Ende 1000 */
@media screen and (max-width: 760px) {
  html {
    font-size: 16px;
  }
  .frame {
    padding: 0 var(--s) var(--l) var(--s);
  }
  .grid-2,
  .grid-7-5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-item.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-7-5 > .grid-item:first-child {
    grid-column: 1/2;
  }
  .grid-7-5 > .grid-item:last-child {
    grid-column: 1/2;
  }
  .grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .logo {
    width: 33vw;
    margin-bottom: var(--s);
  }
  .logozusatz {
    display: none;
  }
} /* Ende 760 */
@media screen and (max-width: 600px) {
  :root {
    --txt-l: 1.15rem;
  }
  .logo {
    width: 250px;
    margin-bottom: var(--s);
  }
  .main-nav {
    top: var(--s);
  }
  .main-nav ul {
    gap: var(--s);
  }
  /* Navigation
  -----------------------------------------------------------*/
} /* Ende 600 */
/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
