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

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

@font-face {
  font-family: "BatonTurbo";
  src: url("../webfonts/batonturbo-book-webfont.woff2") format("woff2"), url("../webfonts/batonturbo-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "specialChars";
  src: url("../webfonts/batonturbo-special.woff2") format("woff2"), url("../webfonts/batonturbo-special.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.pt25 {
  font-size: 1.5rem;
}

.pt50 {
  font-size: 3.125rem;
}

@media screen and (max-width: 54rem) {
  .pt25, .pt50 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 46rem) {
  .pt25, .pt50 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1800px) {
  .pt25 {
    font-size: 2.25rem;
  }

  .pt50 {
    font-size: 4.685rem;
  }
}
@media screen and (max-width: 46rem) {
  .impressum .pt25, .agb .pt25 {
    font-size: 1.3rem;
  }
}

body {
  font-family: "BatonTurbo", Arial, sans-serif;
  line-height: 1.2;
}

img {
  height: auto;
}

.specialChars {
  font-family: "specialChars", Arial, sans-serif;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
  border: none;
}
a:hover, a:active {
  color: inherit;
  border: none;
}
a.underline {
  display: inline-block;
  line-height: 1.2;
}
a.underline:link, a.underline:visited {
  border-bottom: 0.1em solid black;
}
a.strike:link, a.strike:visited {
  border: none;
}
a.strike:hover, a.strike:active, a.strike.active {
  color: inherit;
  border: none;
}
a.strike:hover:after, a.strike:active:after, a.strike.active:after {
  width: 101%;
}
a.strike.homelink:hover:after, a.strike.homelink:active:after, a.strike.homelink.active:after {
  width: 101.3%;
}
a.strike.infolink.active {
  pointer-events: none;
}
a.strike.infolink:hover:after, a.strike.infolink:active:after, a.strike.infolink.active:after {
  width: 102.9%;
}
a.strike.projektelink.active {
  pointer-events: none;
}
a.strike.projektelink:hover:after, a.strike.projektelink:active:after, a.strike.projektelink.active:after {
  width: 101.7%;
}
a.strike#menuButton:active:after, a.strike#menuButton.active:after {
  width: 103%;
}
a.strike:after {
  height: 0.1em;
  background: black;
  width: 0;
  pointer-events: none;
  content: "";
  display: block;
  transform: translate(0, -0.4em);
}
@media screen and (max-width: 46rem) {
  a.strike:after {
    all: unset;
  }
}
a.strike.homelink:after {
  transform: translate(-0.5%, -0.37em);
}
a.strike.infolink:after {
  transform: translate(-0.9%, -0.37em);
}
a.strike.projektelink:after {
  transform: translate(-1px, -0.37em);
}
a.strike#menuButton:after {
  transform: translate(-1px, -0.37em);
}

#header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 4.4rem;
  padding: 0.4rem 1rem 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 54rem) {
  #header {
    height: 4rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
@media screen and (max-width: 46rem) {
  #header {
    height: 3rem;
  }
}
@media screen and (min-width: 1800px) {
  #header {
    height: 6.4rem;
  }
}
#header h1 {
  float: left;
}
#header nav {
  float: right;
}
#header nav li {
  display: inline-block;
  padding-right: 1.8em;
}
#header nav li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 46rem) {
  #header nav {
    display: none;
  }
}
#header #menuButton {
  display: none;
  float: right;
}
@media screen and (max-width: 46rem) {
  #header #menuButton {
    display: block;
  }
}
.openNav #header #menuButton, .openNav #header h1 {
  display: none;
}
.openNav #header nav {
  display: block;
  width: 100%;
}
.openNav #header nav li:last-child {
  float: right;
}

#content {
  margin-top: 4.4rem;
}
@media screen and (max-width: 54rem) {
  #content {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 46rem) {
  #content {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1800px) {
  #content {
    margin-top: 6.4rem;
  }
}
.info #content {
  padding-top: 0.1rem;
}

article {
  margin-bottom: 2.3em;
  position: relative;
}
article .closeSlider {
  display: none;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 1;
  border: none;
  background: none;
  font-size: 1em;
}
article.showSlider .closeSlider {
  display: block;
}
article .previews {
  margin-bottom: -0.2em;
}
article .projectImage {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 7px;
}
article .projectImage img {
  display: block;
}
article .projectImage.current {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 46rem) {
  article .projectImage {
    margin-bottom: 5px;
  }
}
article.large-images .projectImage {
  width: 50%;
}
article.large-images .projectImage:nth-child(odd) {
  padding-right: 0.5rem;
}
article.large-images .projectImage:nth-child(even) {
  padding-left: 0.5rem;
}
@media screen and (max-width: 54rem) {
  article.large-images .projectImage:nth-child(odd) {
    padding-right: 0.4rem;
  }
  article.large-images .projectImage:nth-child(even) {
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 46rem) {
  article.large-images .projectImage:nth-child(odd) {
    padding-right: 0.3rem;
  }
  article.large-images .projectImage:nth-child(even) {
    padding-left: 0.3rem;
  }
}
article.small-images .projectImage {
  width: 25%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
article.small-images .projectImage:nth-child(4n+1) {
  padding-left: 0;
  padding-right: 0.75rem;
}
article.small-images .projectImage:nth-child(4n+2) {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}
article.small-images .projectImage:nth-child(4n+3) {
  padding-left: 0.5rem;
  padding-right: 0.25rem;
}
article.small-images .projectImage:nth-child(4n+4) {
  padding-left: 0.75rem;
  padding-right: 0;
}
@media screen and (max-width: 54rem) {
  article.small-images .projectImage:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 0.6rem;
  }
  article.small-images .projectImage:nth-child(4n+2) {
    padding-left: 0.2rem;
    padding-right: 0.4rem;
  }
  article.small-images .projectImage:nth-child(4n+3) {
    padding-left: 0.4rem;
    padding-right: 0.2rem;
  }
  article.small-images .projectImage:nth-child(4n+4) {
    padding-left: 0.6rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 46rem) {
  article.small-images .projectImage {
    width: 50%;
  }
  article.small-images .projectImage:nth-child(4n+1), article.small-images .projectImage:nth-child(4n+3) {
    padding-left: 0;
    padding-right: 0.3rem;
  }
  article.small-images .projectImage:nth-child(4n+2), article.small-images .projectImage:nth-child(4n+4) {
    padding-left: 0.3rem;
    padding-right: 0;
  }
}
article .excerpt, article .projectText {
  padding: 0 1rem;
  line-height: 1.1;
}
@media screen and (max-width: 54rem) {
  article .excerpt, article .projectText {
    margin-top: 0.2rem;
  }
}
article .excerpt p, article .projectText p {
  display: inline;
}
article .projectText {
  display: none;
  max-height: 0;
  width: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}
article .projectText p {
  display: block;
}
article .showMore {
  display: inline-block;
  vertical-align: baseline;
}
article .showLess {
  display: block;
  margin-left: 1.5em;
  transform: translateY(0.15em);
}
article.showMore .excerpt, .projekt article .excerpt {
  display: none;
}
article.showMore .projectText, .projekt article .projectText {
  max-height: 200vh;
  width: auto;
  display: block;
}
.projekt article .showMore {
  display: none;
}
.projekt article .projectText {
  max-height: none;
  overflow: visible;
}
article .siema {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
article .siema.prev {
  cursor: url(../images/prev-desktop.png), e-resize !important;
  cursor: url(../images/prev-desktop.png) 1 10, e-resize !important;
}
@media screen and (max-width: 54rem) {
  article .siema.prev {
    cursor: url(../images/prev-tablet.png) 1 9, auto !important;
  }
}
@media screen and (max-width: 46rem) {
  article .siema.prev {
    cursor: url(../images/prev-mobil.png) 1 6, auto !important;
  }
}
article .siema.next {
  cursor: url(../images/next-desktop.png), w-resize !important;
  cursor: url(../images/next-desktop.png) 127 10, w-resize !important;
}
@media screen and (max-width: 54rem) {
  article .siema.next {
    cursor: url(../images/next-tablet.png) 110 9, auto !important;
  }
}
@media screen and (max-width: 46rem) {
  article .siema.next {
    cursor: url(../images/next-mobil.png) 79 6, auto !important;
  }
}
article .siema > div, article .siema > div > div {
  height: 100%;
}
article .siema .slide {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
article.showSlider .siema {
  max-height: 200vh;
  margin-bottom: 1rem;
}
@media screen and (max-width: 54rem) {
  article.showSlider .siema {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 46rem) {
  article.showSlider .siema {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 29rem) {
  article.showSlider .siema {
    margin-bottom: 0.45rem;
  }
}
article.showSlider .siema img {
  display: block;
}

.limitToHeight article .siema {
  height: calc(100vh - 4.4rem);
}
@media screen and (max-width: 54rem) {
  .limitToHeight article .siema {
    height: calc(100vh - 4rem);
  }
}
@media screen and (max-width: 46rem) {
  .limitToHeight article .siema {
    height: calc(100vh - 3.75rem);
  }
}
@media screen and (max-aspect-ratio: 8/7) {
  .limitToHeight article .siema {
    height: 67vw;
  }
}
.limitToHeight article .siema .slide {
  height: calc(100vh - 4.4rem);
}
@media screen and (max-width: 54rem) {
  .limitToHeight article .siema .slide {
    height: calc(100vh - 4rem);
  }
}
@media screen and (max-width: 46rem) {
  .limitToHeight article .siema .slide {
    height: calc(100vh - 3.75rem);
    background-size: contain !important;
    background-position: center center !important;
  }
}
@media screen and (max-aspect-ratio: 8/7) {
  .limitToHeight article .siema .slide {
    height: 67vw;
  }
}
.limitToHeight article .siema .slide img {
  display: none;
}
.limitToHeight article.showSlider .siema {
  max-height: calc(100vh - 4.4rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 54rem) {
  .limitToHeight article.showSlider .siema {
    max-height: calc(100vh - 4rem);
  }
}
@media screen and (max-width: 46rem) {
  .limitToHeight article.showSlider .siema {
    max-height: calc(100vh - 3.75rem);
  }
}

.arrow {
  width: 2.8em;
  height: 0.35em;
}
.arrow line, .arrow polyline {
  fill: none;
  stroke: #000;
  stroke-width: 4.33px;
  transition: transform 0.1s linear 0.4s;
}

button {
  background: none;
  border: none;
  border-bottom: 0.1em solid black;
  border-radius: 0;
  padding: 0;
  margin: 0 0 2.7em 1rem;
  font-family: "BatonTurbo", Arial, sans-serif;
  height: 1.2em;
  line-height: 1;
  cursor: pointer;
  color: black;
}
@media screen and (max-width: 46rem) {
  button {
    border-bottom-width: calc( 0.1em + 0.01em );
    height: 1.3em;
  }
}
button.noUnderline {
  border-bottom-color: transparent;
}

.projectList {
  padding: 0 1rem;
  margin-bottom: 10px;
  width: 60em;
  max-width: 100%;
  column-count: 4;
}
@media screen and (max-width: 1400px) {
  .projectList {
    column-count: 3;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 54rem) {
  .projectList {
    column-count: 2;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 540px) {
  .projectList {
    column-count: 1;
  }
}
.projectList li {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.info .infoText, .info .infoSidebar {
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  padding: 0 1rem;
  width: 75%;
}
.info .infoText p, .info .infoSidebar p {
  margin-bottom: 1em;
}
.info .infoText p:last-child, .info .infoSidebar p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1020px) {
  .info .infoText, .info .infoSidebar {
    width: 100%;
    display: block;
  }
}
.info .infoSidebar {
  width: 25%;
}
@media screen and (max-width: 1020px) {
  .info .infoSidebar {
    width: 100%;
    margin-top: 2em;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1020px) and (max-width: 54rem) {
  .info .infoSidebar {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1020px) and (max-width: 46rem) {
  .info .infoSidebar {
    font-size: 1.8rem;
  }
}
.info .infoLinks {
  padding: 0 1rem;
  margin-top: 6rem;
  margin-bottom: 14px;
}
.info .infoLinks li {
  line-height: 1.3;
}

.haelfte {
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  padding: 0 1rem;
  width: 50%;
}
.haelfte p {
  margin-bottom: 1em;
}
.haelfte p:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 54rem) {
  .haelfte {
    width: 100%;
    display: block;
  }
  .haelfte:first-child {
    padding-top: 1rem;
  }
}

.agbContent {
  column-count: 2;
  margin-top: 1rem;
  padding: 1rem;
}
.agbContent h1 {
  margin: 2em 0 1em;
}
.agbContent p {
  margin-bottom: 1em;
}
.agbContent p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 54rem) {
  .agbContent {
    column-count: 1;
  }
}

.shortVersion {
  display: none;
}

@media screen and (max-width: 54rem) {
  .longVersion {
    display: none;
  }

  .shortVersion {
    display: inline;
  }
}
.hiddenTitle {
  display: none;
}

/*# sourceMappingURL=solo-ohne.css.map */
