@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3697369, 2019-01-12T10:46:49-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTPro-MdEx by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/pro-63-medium-extended/
 * Copyright: Copyright &#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 * Licensed pageviews: 250,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3697369
 *
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/386ad9");
@font-face {
  font-family: "HelveticaNeueLTPro-MdEx";
  src: url("../../webfonts/386AD9_0_0.eot");
  src: url("../../webfonts/386AD9_0_0.eot?#iefix") format("embedded-opentype"), url("../../webfonts/386AD9_0_0.woff2") format("woff2"), url("../../webfonts/386AD9_0_0.woff") format("woff"), url("../../webfonts/386AD9_0_0.ttf") format("truetype");
}
body {
  padding: 25px 0;
  font-weight: normal;
  font-style: normal;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}
button:hover {
  color: #FD5423;
}

h1, h2, h3, h4, h5, h6,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
  font-weight: normal;
  font-style: normal;
  margin: 20px 0 10px 0;
}

h1, h2, h3, h4,
.uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  font-size: 1.1rem;
  line-height: 1.4;
}

p,
a {
  font-weight: normal;
  font-style: normal;
}

p, .proj-text ul {
  font-size: 0.9rem;
  line-height: 1.45rem;
}

.uk-text-large p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.uk-text-small p {
  font-size: 0.7rem;
  line-height: 1.8;
}

.content-text ul, .default-text ul, .proj-text ul {
  padding-left: 1.1rem;
}

.fit-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo {
  width: 5.5rem;
}
.logo:hover img {
  filter: invert(0.5) sepia(1) saturate(12) hue-rotate(325deg);
}

.buttons-overlay-group {
  position: absolute;
  min-height: 60px;
  z-index: 10;
  width: 200px;
  top: 294px;
}
.buttons-overlay-group a {
  font-size: 1.1rem;
  line-height: 1.7;
  text-decoration: none;
  color: #000;
}
.buttons-overlay-group a:hover {
  color: #FD5423;
}

.tpl-home .buttons-overlay-group {
  width: 100%;
}

a.bt-home {
  position: fixed;
  color: #FD5423;
}

.bt-offcanvas {
  font-size: 1.1rem;
}

.navbar {
  margin-bottom: 75px;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
  opacity: 1;
}

input:focus::placeholder {
  opacity: 0.5;
}

.search {
  margin-left: 95px;
}
.search input {
  width: 275px;
  font-size: 1.25rem;
  border: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  font-family: "HelveticaNeueLTPro-MdEx", "Helvetica Neue", Arial, sans-serif;
  outline: none;
}

.uk-navbar-nav > li > a {
  font-size: 1.25rem;
  min-height: 40px;
  padding-right: 5px;
  color: #333;
  position: relative;
}
.uk-navbar-nav > li > a:active {
  color: #FD5423;
}

.main-nav > li > a:hover:after, .main-nav > li.active > a:after {
  opacity: 1;
  bottom: 6px;
}

.main-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 5px;
  height: 1px;
  background: #333;
  transition: all 0.15s;
  opacity: 0;
}

.uk-navbar-nav > li:first-child a {
  padding-left: 0;
}
.uk-navbar-nav > li:first-child a:after {
  left: 0;
}

.uk-navbar-nav > li:last-child > a {
  padding-right: 0;
}
.uk-navbar-nav > li:last-child > a:after {
  right: 0;
}

.logo {
  width: 75px;
}

#offcanvas .uk-offcanvas-bar {
  background-color: #FD5423;
  padding-right: 40px;
  padding-bottom: 5px;
  -moz-osx-font-smoothing: grayscale;
}
#offcanvas .uk-close {
  color: #fff;
}
#offcanvas .uk-position-center-right {
  right: 10px;
  position: fixed !important;
}
#offcanvas h3 {
  color: #fff;
}
#offcanvas .scroll-wrapper {
  margin-top: 180px;
  margin-right: 5px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: calc(100vh - 285px);
}
#offcanvas .scroll-wrapper3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(240, 240, 240, 0.3);
}
#offcanvas .scroll-wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(240, 240, 240, 0.3);
}
#offcanvas .scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(240, 240, 240);
}
#offcanvas .uk-nav {
  padding-right: 0.6rem;
  color: #fff;
  font-size: 0.9rem;
}
#offcanvas .uk-nav li {
  margin-bottom: 30px;
}
#offcanvas .uk-nav li a {
  color: #fff;
  text-decoration: underline;
}
#offcanvas .uk-nav li > a:first-child {
  text-decoration: none;
}
#offcanvas .uk-nav li:not(:first-child) time {
  border-top: 1px solid #fff;
  padding-top: 1.4rem;
}
#offcanvas .uk-nav li p {
  display: inline;
  margin: 5px 0 0 0;
  hyphens: auto;
}

@media (min-width: 960px) {
  .uk-offcanvas-bar {
    width: 390px;
  }
}
.uk-slideshow .uk-position-bottom-center {
  bottom: 1rem;
}

.uk-slidenav {
  display: none;
}

.thumb-ratio {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.thumb-ratio > img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  max-width: initial;
}

.thumb-overlay {
  position: absolute;
  z-index: 99;
  background-color: #FD5423;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: left;
  font-size: 0.9rem;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: opacity 0.2s;
}

.thumb-ratio:hover .thumb-overlay {
  opacity: 1;
}

.nav-filter-proj {
  margin-left: 3%;
}
.nav-filter-proj ul li a {
  font-size: 1.1rem;
  line-height: 1.45;
  padding: 0;
  margin-bottom: 2px;
  position: relative;
}
.nav-filter-proj a.uk-active {
  color: #FD5423;
}
.nav-filter-proj ul li {
  margin-top: 0px !important;
  padding-top: 5px;
}
.nav-filter-proj .uk-accordion-content {
  margin-top: 0;
}
.nav-filter-proj .uk-accordion-content li a {
  font-size: 0.9rem;
}
.nav-filter-proj .uk-accordion-content li:last-child {
  border-bottom: none;
}

.uk-accordion-title button {
  display: none;
  position: absolute;
  right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.uk-accordion-title.uk-active button {
  display: inline-block;
}

.nav-aside li:first-child {
  border-top: 1px solid #707070;
}
.nav-aside li {
  border-bottom: 1px solid #707070;
}
.nav-aside li a {
  font-size: 1.1rem;
  padding: 3px 0 0 0;
  color: #333;
}
.nav-aside li a:hover {
  color: #FD5423;
}

.proj-container .uk-grid > div:not(.proj-images-top) {
  padding-bottom: 30px;
}

.proj-container .uk-grid {
  margin-top: 0;
}

.proj-images-top {
  display: flex;
}

.proj-text {
  margin-left: 2%;
}

.proj-text h1 {
  margin-top: 0;
}

.tpl-buro .nav-aside {
  margin-left: 28%;
}

.img-placeholder {
  width: 100%;
  height: 9vw;
  background-color: #ebebeb;
}

.referenzen {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.referenzen li:first-child {
  border-top: 1px solid #707070;
}
.referenzen li {
  border-bottom: 1px solid #707070;
  padding: 6px 0;
}
.referenzen li a {
  padding: 0;
  color: #333;
  display: flex;
}
.referenzen li a div {
  flex-grow: 1;
}
.referenzen li a span {
  flex-basis: 25px;
  flex-shrink: 0;
  align-self: center;
  text-align: right;
}
.referenzen li a:hover {
  color: #FD5423;
}

.default-text {
  margin-left: 370px;
  min-height: 45vh;
}

.swiper-container {
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  padding-bottom: 30px;
}

body .swiper-button-next, body .swiper-button-prev {
  color: #727272;
  top: auto;
  bottom: -50px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
  font-size: 32px;
  font-weight: 600;
}

body div.swiper-button-next {
  left: 80px;
}

.aktuelles {
  margin: 40px 0px 20px;
}

.default-text > figure {
  margin: 20px -200px 20px 0;
}

.default-text > figure img {
  width: 100%;
}

@media (max-width: 480px) {
  body .main-nav {
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 5px;
  }
  body .main-nav > li > a {
    padding: 0;
  }
  body .swiper-button-next:after, body .swiper-button-prev:after {
    font-size: 24px;
  }
  body div.swiper-button-next {
    left: 70px;
  }
  body div.swiper-button-prev {
    left: 0px;
  }
  .default-text > figure {
    margin: 20px -67px 20px 0;
  }
}
/* X-Large devices (Only affects device widths up to max-width) */
/* Large devices (Only affects device widths up to max-width) */
/* Medium devices (Only affects device widths above min-width) */
/* Medium devices (Only affects device widths up to max-width) */
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
  .main-nav {
    margin-right: 25px;
  }
  .search {
    margin-left: 0px;
    margin-right: 55px;
  }
  .search input {
    width: 230px;
  }
  .nav-filter-proj {
    margin-left: 0%;
  }
  .tpl-buro .nav-aside {
    margin-left: 2%;
  }
  #link-schwerpunkte > div {
    margin-bottom: 20px;
  }
  .proj-text {
    margin-left: 0;
  }
  .default-text {
    margin-left: 280px;
  }
}
/* Small devices (Only affects device widths up to max-width) */
@media screen and (max-width: 640px) {
  html {
    font-size: 13px;
  }
  body {
    padding: 5px 0;
  }
  .uk-grid {
    margin-left: -20px;
  }
  .uk-grid > * {
    padding-left: 20px;
  }
  .proj-container .uk-grid > div:not(.proj-images-top) {
    padding-bottom: 20px;
  }
  .navbar {
    margin-bottom: 35px;
  }
  .navbar .uk-navbar-right {
    align-self: flex-start;
  }
  .logo img {
    width: 60px;
  }
  .search {
    margin-left: 0px;
  }
  #offcanvas .scroll-wrapper {
    margin-top: 50px;
    height: auto;
  }
  .buttons-overlay-group {
    top: 73vw;
  }
  .buttons-overlay-group.hidden-at-s {
    display: none;
  }
  .tpl-home .buttons-overlay-group.hidden-at-s {
    display: block;
  }
  .tpl-home a.bt-home {
    position: absolute;
  }
  #link-projekte {
    margin-top: 80px !important;
  }
  #link-projekte .uk-width-2-3 {
    width: 55%;
  }
  .default-text {
    margin-left: 0px;
  }
  .tpl-buro .nav-aside {
    margin-left: -3%;
  }
  .nav-aside li a {
    font-size: 1rem;
  }
  .uk-text-large p {
    font-size: 1rem;
    hyphens: auto;
  }
  .tpl-buro .uk-margin-large-top {
    margin-top: 20px !important;
  }
  #link-medien {
    margin-bottom: 30px;
  }
}
/* X-Small devices (Only affects device widths up to max-width) */
@media screen and (max-width: 370px) {
  html {
    font-size: 12px;
  }
  .main-nav {
    margin-right: 0;
  }
  .search {
    margin-right: 0;
  }
  .search input {
    width: 220px;
  }
  .logo img {
    width: 50px;
    margin-left: 10px;
  }
  .uk-grid {
    margin-left: -10px;
  }
  .uk-grid > * {
    padding-left: 10px;
  }
  .proj-container .uk-grid > div:not(.proj-images-top) {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 510px) and (max-width: 540px) {
  .tpl-home .buttons-overlay-group {
    top: 75vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 509px) {
  .tpl-home .buttons-overlay-group {
    top: 76vw;
  }
}
@media screen and (min-width: 430px) and (max-width: 479px) {
  .tpl-home .buttons-overlay-group {
    top: 78vw;
  }
}
@media screen and (min-width: 380px) and (max-width: 429px) {
  .tpl-home .buttons-overlay-group {
    top: 80vw;
  }
}
@media screen and (min-width: 330px) and (max-width: 379px) {
  .tpl-home .buttons-overlay-group {
    top: 83vw;
  }
}
@media screen and (max-width: 329px) {
  .tpl-home .buttons-overlay-group {
    top: 88vw;
  }
}

/*# sourceMappingURL=ppb-main.css.map */
