@font-face {
  font-family: "AvenirNextCondensed-DemiBold";
  font-style: normal;
  font-weight: 700;
  src: url("/typo3conf/ext/grunwald_frontend/Resources/Public/fonts/AvenirNextCondensed-DemiBold.svg") format("svg"), url("/typo3conf/ext/grunwald_frontend/Resources/Public/fonts/AvenirNextCondensed-DemiBold.ttf") format("ttf"), url("/typo3conf/ext/grunwald_frontend/Resources/Public/fonts/AvenirNextCondensed-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "AvenirNextCondensed-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/grunwald_frontend/Resources/Public/fonts/AvenirNextCondensed-Regular.svg") format("svg"), url("/typo3conf/ext/grunwald_frontend/Resources/Public/fonts/AvenirNextCondensed-Regular.ttf") format("ttf"), url("/typo3conf/ext/grunwald_frontend/Resources/Public/fonts/AvenirNextCondensed-Regular.woff2") format("woff2");
}
body {
  margin: 0;
  padding: 0;
}

main {
  margin: auto;
  max-width: 1200px;
}

a {
  cursor: pointer;
}

a:active {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

header {
  margin: auto;
  max-width: 1200px;
  min-height: 4rem;
  padding-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  header {
    padding-left: 10%;
    padding-right: 10%;
  }
}

h1 {
  float: right;
  font-family: "AvenirNextCondensed-Regular", sans-serif;
  font-size: 1rem;
  position: relative;
  text-align: right;
  width: 14rem;
}
h1 a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
h1 img {
  height: 100%;
  width: 100%;
}

main {
  clear: both;
  min-height: 70vh;
  padding-top: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  main {
    padding-left: 10%;
    padding-right: 10%;
  }
}
main:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 768px) {
  main > .normal,
main > .right {
    width: 49%;
  }
}
@media (min-width: 768px) {
  main > .normal {
    float: left;
    padding-right: 1%;
  }
}
@media (min-width: 768px) {
  main > .right {
    float: right;
    padding-left: 1%;
  }
}

h2, h3, h4 {
  clear: both;
  font-family: "AvenirNextCondensed-DemiBold", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2, h3, h4 {
    clear: none;
  }
}
h2 a, h3 a, h4 a {
  color: #000;
  text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}

h3 {
  font-size: 1.125rem;
  margin: 0;
}

p, li, figcaption {
  font-family: "AvenirNextCondensed-Regular", sans-serif;
  font-size: 1rem;
}
p a, li a, figcaption a {
  text-decoration: none;
}
p a:hover, li a:hover, figcaption a:hover {
  text-decoration: underline;
}

ul {
  padding: 0 1em;
}

li {
  margin: 0;
}

p {
  margin: 0 0 1rem 0;
}

p b,
p strong {
  font-family: "AvenirNextCondensed-DemiBold", sans-serif;
}

p a {
  color: #000;
}

button {
  background-color: transparent;
  border-style: none;
}

hr {
  border-style: none;
  border-bottom-style: inset;
  border-color: #000;
  border-width: 1px;
}

.textpic {
  clear: both;
}
.textpic figure {
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .textpic figure {
    float: left;
    margin: 0 0 2rem 0;
  }
}
.textpic figure img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .textpic figure img {
    width: 93%;
  }
}
.textpic .images {
  float: left;
}
.textpic .images figure {
  float: none;
}
.textpic .text {
  /*margin: 0 0 2rem 0;*/
}
@media (min-width: 768px) {
  .textpic .text {
    float: left;
  }
}

.contenttable {
  border-spacing: 0;
}
.contenttable td {
  min-width: 80px;
  vertical-align: top;
}

.layout-0 .textpic {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .layout-0 .textpic {
    display: table;
  }
}
.layout-0 .textpic figure {
  margin: 0;
}
@media (min-width: 768px) {
  .layout-0 .textpic figure {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .layout-0 .textpic figure {
    display: table-cell;
    width: 34%;
  }
}
.layout-0 .textpic figure:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s;
}
.layout-0 .textpic figure:nth-child(2):hover {
  opacity: 1;
  transition: opacity 1s;
}
@media (min-width: 768px) {
  .layout-0 .textpic figure img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .layout-0 .textpic figure img {
    width: 93%;
  }
}
@media (min-width: 992px) {
  .layout-0 .textpic .text {
    display: table-cell;
    width: 66%;
  }
}
.layout-0 .textpic .text h2, .layout-0 .textpic .text h3, .layout-0 .textpic .text h4, .layout-0 .textpic .text p {
  /*@include mixins.min-width-xxl() {
    max-width: 540px;
  }*/
}
@media (min-width: 1200px) {
  .layout-0 .textpic .text h2, .layout-0 .textpic .text h3, .layout-0 .textpic .text h4, .layout-0 .textpic .text p {
    max-width: 680px;
  }
}
.layout-0 .textpic .text time {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .layout-0 .textpic .text time {
    bottom: 0;
    position: absolute;
  }
}
.layout-0 .textpic .text .more {
  margin-bottom: 1em;
  /*@include mixins.min-width-xxl() {
    padding-left: 400px;
  }*/
}
@media (min-width: 992px) {
  .layout-0 .textpic .text .more {
    bottom: 0;
    margin-bottom: 0;
    /*padding-left: 400px;*/
    position: absolute;
    right: 1em;
  }
}
@media (min-width: 1200px) {
  .layout-0 .textpic .text .more {
    padding-left: 550px;
    right: auto;
  }
}

@media (min-width: 768px) {
  .layout-1 .textpic figure {
    width: 66%;
  }
}
@media (min-width: 768px) {
  .layout-1 .textpic figure img {
    width: 96%;
  }
}
@media (min-width: 768px) {
  .layout-1 .textpic .images {
    width: 66%;
  }
}
.layout-1 .textpic .images figure {
  width: auto;
}
@media (min-width: 768px) {
  .layout-1 .textpic .text {
    width: 34%;
  }
}

@media (min-width: 768px) {
  .textpic.layout-2 {
    clear: none;
    float: left;
    width: 100%;
  }
}
.textpic.layout-2 figure {
  float: none;
  margin: 0 0 0.5rem 0;
  width: 100%;
}
.textpic.layout-2 figure img {
  width: 100%;
}
.textpic.layout-2 h3 {
  margin-bottom: 0.5rem;
}
.textpic.layout-2 .text {
  float: none;
  width: 100%;
}

.textpic.layout-2 .images figure {
  float: left;
  margin: 0 0 3% 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure {
    max-height: 158px;
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .textpic.layout-2 .images figure {
    max-height: 200px;
  }
}
@media (min-width: 1400px) {
  .textpic.layout-2 .images figure {
    max-height: 208px;
  }
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure img {
    height: auto;
    width: 94%;
  }
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure:nth-child(3n+2) img {
    margin: 0 0 0 3%;
  }
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure:nth-child(3n+2) figcaption {
    margin: 0 3% 0 3%;
  }
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure:nth-child(3n+3) img {
    float: right;
  }
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure:nth-child(3n+3) figcaption {
    margin: 0 0 0 6%;
  }
}
.textpic.layout-2 .images figure:nth-child(3n+4) {
  clear: left;
}
.textpic.layout-2 .images figure figcaption {
  background-color: #000;
  color: #fff;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: opacity 0.5s;
  height: 98%;
  width: 100%;
}
@media (min-width: 576px) {
  .textpic.layout-2 .images figure figcaption {
    height: 99%;
  }
}
@media (min-width: 992px) {
  .textpic.layout-2 .images figure figcaption {
    height: 100%;
    width: 94%;
  }
}
.textpic.layout-2 .images figure figcaption span {
  display: block;
  padding: 1.25rem 1rem 0 1.25rem;
}
.textpic.layout-2 .images figure:hover figcaption {
  opacity: 0.8;
  transition: opacity 0.5s;
}

ul.projects {
  padding: 0;
}

.preview {
  list-style-type: none;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .preview {
    float: left;
    width: 32%;
    /* 3 column styles */
  }
  .preview:nth-child(3n+1) {
    clear: both;
    margin-right: 1%;
  }
  .preview:nth-child(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .preview:nth-child(3n) {
    margin-left: 1%;
  }
}
@media (min-width: 1200px) {
  .preview {
    float: left;
    width: 23.5%;
    /* Reset 3 column styles*/
    /*:nth-child(3n  + 1) {
      clear: none;
      margin-right: auto;
    }
    &:nth-child(3n  + 2) {
      margin-left: auto;
      margin-right: auto;
    }
    &:nth-child(3n) {
      margin-left: auto;
    }*/
    /* 4 column styles */
  }
  .preview:nth-child(4n+1) {
    clear: both;
    margin-right: 1%;
  }
  .preview:nth-child(4n+2), .preview:nth-child(4n+3) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .preview:nth-child(4n) {
    margin-left: 1%;
  }
}
.preview figure {
  margin: 0;
  position: relative;
}
.preview figure img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .preview figure img {
    height: auto;
    width: 100%;
  }
}
.preview figcaption {
  font-size: 0.95rem;
  font-family: AvenirNextCondensed-DemiBold;
  margin-top: 0.25rem;
  text-transform: uppercase;
}
.preview figcaption a {
  color: #000;
  text-decoration: none;
}
.preview figcaption a:hover {
  text-decoration: underline;
}
.preview .image-abstract {
  position: relative;
}
.preview .abstract {
  background-color: #000;
  color: #fff;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: opacity 0.5s;
  display: block;
  height: 100%;
  width: 100%;
}
.preview .abstract span {
  display: block;
  padding: 1.25rem 1rem 0 1.25rem;
}
.preview .abstract span:nth-child(2) {
  padding-top: 0;
}
.preview:hover .abstract {
  opacity: 0.8;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  .project-details .images {
    float: left;
    width: 66%;
  }
}
.project-details .images figure {
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .project-details .images figure {
    margin-right: 2rem;
  }
}
.project-details .images img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .project-details .text {
    float: right;
    /*padding-left: 2%;*/
    width: 34%;
  }
}

@media (min-width: 768px) {
  .catalog-projects {
    float: left;
    width: 33%;
  }
}
.catalog-projects ul {
  list-style-type: none;
  padding: 0;
}
.catalog-projects ul li {
  margin-bottom: 0.325rem;
  padding-right: 2rem;
}
.catalog-projects ul span {
  display: block;
}
.catalog-projects ul a {
  color: #000;
  text-decoration: none;
}
.catalog-projects ul a:hover {
  text-decoration: underline;
}

footer {
  background-color: #000;
  color: #fff;
  clear: both;
  margin-top: 3rem;
  min-height: 18rem;
  width: 100%;
}
footer .inner {
  margin: auto;
  max-width: 1200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  footer .inner {
    padding-left: 10%;
    padding-right: 10%;
  }
}
footer a {
  color: #fff;
}
footer .contact-data {
  padding-top: 4rem;
}
@media (min-width: 576px) {
  footer .contact-data {
    float: left;
  }
}

header nav {
  /*float: left;*/
  position: relative;
}
header nav ul {
  margin: 1.8rem 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header nav ul {
    width: 620px;
  }
}
header nav ul ul {
  left: 0;
  margin: 0;
  padding: 0 0 1rem 0;
}
@media (min-width: 992px) {
  header nav ul ul {
    opacity: 0;
    padding-top: 0.75rem;
    position: absolute;
    top: 1rem;
    visibility: hidden;
  }
}
header nav ul ul:hover {
  opacity: 1;
  visibility: visible;
}
header nav ul ul li {
  display: block;
  font-family: "AvenirNextCondensed-Regular", sans-serif;
  font-size: 1.25rem;
  text-transform: none;
}
@media (min-width: 992px) {
  header nav ul ul li {
    font-size: 1rem;
  }
}
header nav ul ul a {
  margin-right: 0;
  padding-bottom: 0.25rem;
}
header nav li {
  display: block;
  font-family: "AvenirNextCondensed-DemiBold", sans-serif;
  font-size: 1.375rem;
  position: relative;
}
@media (min-width: 992px) {
  header nav li {
    display: inline;
    font-size: 1.125rem;
  }
}
header nav li.active ul, header nav li.selected ul, header nav li:hover ul {
  opacity: 1;
  transition: opacity 1s;
  visibility: visible;
}
header nav li.selected > a {
  text-decoration: underline;
}
header nav a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  header nav a {
    margin-right: 4rem;
  }
}
header nav a:hover {
  text-decoration: underline;
}
header nav .bar {
  background-color: #000;
  display: block;
  height: 0.25rem;
  margin-bottom: 0.625rem;
  width: 2rem;
}
header nav .nav {
  /*display: none;*/
  background-color: #fff;
  min-height: 86vh;
  opacity: 0.9;
  margin-left: -66%;
  padding: 0 2rem 2rem 0.5rem;
  position: absolute;
  top: 4rem;
  transition: margin-left 0.5s;
  z-index: 22;
}
@media (min-width: 768px) {
  header nav .nav {
    /*display: block;*/
    /*height: 200px;
    overflow-x: hidden;
    width: 420px;*/
  }
}
@media (min-width: 992px) {
  header nav .nav {
    overflow-x: visible;
    float: left;
    height: auto;
    opacity: 1;
    margin-left: 0;
    min-height: 10rem;
    padding: 0;
    position: relative;
    top: auto;
    width: auto;
  }
}
header .burger {
  display: block;
  margin-top: 1rem;
  /*@include mixins.min-width-md() {
    margin-right: 3rem;
  }*/
}
@media (min-width: 992px) {
  header .burger {
    display: none;
  }
}
header .unfolded .nav {
  /*display: block;
  float: none;*/
  margin-left: 0;
}
@media (min-width: 992px) {
  header .unfolded .nav {
    float: left;
  }
}
header .unfolded .nav ul {
  /*width: auto;*/
  /*ul {
    padding: 0 0 1rem 0;
    opacity: 1;
    position: relative;
    top: 0;
    visibility: visible;
  }*/
}
@media (min-width: 576px) {
  header .unfolded .nav > ul {
    columns: auto;
  }
}
header .unfolded .nav li {
  display: block;
}
@media (min-width: 992px) {
  header .unfolded .nav li {
    float: left;
    width: 25%;
  }
}
header .unfolded .nav li li {
  float: none;
}
header .unfolded .nav li li a {
  padding-bottom: 0;
}
header .unfolded .nav a {
  display: block;
  /*margin-right: 0;*/
  padding-bottom: 0.5rem;
}
header .unfolded .burger {
  /*@include mixins.min-width-lg() {
    float: left;
  }*/
}

footer nav {
  padding-top: 4rem;
}
@media (min-width: 576px) {
  footer nav {
    float: right;
  }
}
footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 2rem 0;
}
@media (min-width: 576px) {
  footer nav ul {
    text-align: right;
  }
}
footer nav li {
  font-family: "AvenirNextCondensed-DemiBold", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}
footer nav a {
  text-decoration: none;
  text-transform: uppercase;
}
footer nav a:hover {
  text-decoration: underline;
}

.intro {
  background-color: #000;
  display: block;
  height: 100%;
  opacity: 1;
  padding-top: 45vh;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 33;
}
.intro.fadeOut {
  opacity: 0;
  transition: opacity 1s;
}
.intro.hide {
  display: none;
}
.intro a {
  color: #fff;
  text-decoration: none;
}
.intro h2 {
  font-size: 2rem;
  margin: 0;
}
.intro h3 {
  font-family: "AvenirNextCondensed-Regular", sans-serif;
  text-transform: none;
}

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