@charset "UTF-8";
/*
	Theme Name: Q4 Default
	Theme URI: http://quartier-vier.com
	Description: The quartier vier default theme
	Version: 0.5.2
	Author: Ingo Spreu
	Author URI: http://b9p.de

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
* {
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 Avenir, Arial, Helvetica, sans-serif;
  color: #000;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#page {
  max-width: 2400px;
  margin: 0 auto 0 auto;
}
@media (max-width: 2399px) {
  #page {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 991px) {
  #page {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  #page {
    padding: 0 20px;
  }
}
#page .wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 2399px) {
  #page .wrapper {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  #page .wrapper {
    width: 80%;
  }
}
@media (max-width: 991px) {
  #page .wrapper {
    width: 100%;
  }
}

.header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header nav ul li a {
  display: block;
}
.header .outerwrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 2399px) {
  .header .outerwrapper {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .header .outerwrapper {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .header .outerwrapper {
    width: 100%;
    position: inherit;
  }
}
.header .innerwrapper {
  height: 180px;
}
@media (max-width: 991px) {
  .header .innerwrapper {
    position: absolute;
    width: 100%;
    height: 120px;
    margin: 0 -60px;
    background-color: #fff;
    z-index: 30;
  }
}
@media (max-width: 767px) {
  .header .innerwrapper {
    margin: 0 -20px;
    height: 80px;
  }
}
.header .mainnav {
  position: absolute;
  right: -18px;
  top: 66px;
  z-index: 20;
  transition: all 1s;
}
@media (max-width: 991px) {
  .header .mainnav {
    top: -999px;
    left: 0;
    right: inherit;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .mainnav > ul {
    background-color: #fff;
    border-top: solid 1px #c8c8c8;
  }
}
@media (max-width: 991px) {
  .header .mainnav.mobile-active {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .header .mainnav.mobile-active {
    top: 80px;
  }
}
.header .mainnav ul li {
  position: relative;
  float: left;
}
@media (max-width: 991px) {
  .header .mainnav ul li {
    float: inherit;
  }
}
.header .mainnav ul li a {
  font-size: 26px;
  line-height: 30px;
  padding: 6px 18px 6px 34px;
  text-transform: lowercase;
  text-align: right;
}
@media (max-width: 991px) {
  .header .mainnav ul li a {
    padding: 8px 0px;
    margin: 0 60px;
    text-align: left;
    border-bottom: solid 1px #c8c8c8;
  }
}
@media (max-width: 767px) {
  .header .mainnav ul li a {
    padding: 8px 0px;
    margin: 0 20px;
  }
}
.header .mainnav ul li ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #fff;
  z-index: 20;
  padding-bottom: 14px;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .header .mainnav ul li ul {
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.header .mainnav ul li ul li {
  float: none;
}
.header .mainnav ul li ul li a {
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .header .mainnav ul li ul li a {
    padding-left: 14px;
    font-size: 26px;
    line-height: 30px;
  }
}
.header .mainnav ul li:hover ul {
  display: block;
}
.header .mainnav ul li:hover > a, .header .mainnav ul li.current-menu-ancestor > a, .header .mainnav ul li.current-menu-item > a, .header .mainnav ul li.current-page-ancestor > a, .header .mainnav ul li.current_page_parent > a, .header .mainnav ul li.current_page_item > a {
  text-decoration: underline;
}
.header .mainnav ul li.menu-item-has-children:has(.current-page-ancestor) > a {
  text-decoration: underline;
}
.header .nav-button-burger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 7px 0px;
  min-height: 34px;
}
@media (max-width: 991px) {
  .header .nav-button-burger {
    display: block;
    margin: 50px 60px 0 0;
  }
}
@media (max-width: 767px) {
  .header .nav-button-burger {
    margin: 24px 20px 0 0;
  }
}
.header .nav-button-burger span {
  display: block;
  background-color: #000;
  height: 4px;
  width: 42px;
  margin: 0 0 5px;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.header .nav-button-burger.active span.slice1 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 8px;
}
.header .nav-button-burger.active span.slice2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav-button-burger.active span.slice3 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -18px;
}
.header .logo {
  padding-top: 32px;
  margin-left: -56px;
}
@media (max-width: 991px) {
  .header .logo {
    padding-top: 18px;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    padding-top: 12px;
    margin-left: 20px;
  }
}
.header .logo a {
  display: inline-block;
}
.header .logo a #q4 {
  width: 125px;
  height: 109px;
}
@media (max-width: 991px) {
  .header .logo a #q4 {
    width: 100px;
    height: 87.2px;
  }
}
@media (max-width: 767px) {
  .header .logo a #q4 {
    width: 62.5px;
    height: 54.5px;
  }
}

#page.template-projects .menu-item-329 > a, #page.type-projekt .menu-item-329 > a {
  text-decoration: underline;
}
#page.type-post .menu-item-129 > a,
#page.type-post .menu-item-122 > a {
  text-decoration: underline;
}
#page.template-references .menu-item-129 > a,
#page.template-references .menu-item-269 > a {
  text-decoration: underline;
}

.footer {
  border-top: solid 1px #c8c8c8;
  padding: 10px 0 0 0;
  min-height: 120px;
}
.footer .copyright {
  float: left;
}
@media (max-width: 991px) {
  .footer .copyright {
    float: none;
  }
}
.footer .copyright a {
  font-size: 24px;
  line-height: 30px;
  display: block;
  padding: 10px 35px 10px 10px;
  margin: 0 0 0 -10px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .footer .copyright a {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer .copyright a span {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer .copyright a span {
    display: block;
  }
}
.footer .copyright a span.title:after {
  content: "—";
}
@media (max-width: 991px) {
  .footer .copyright a span.title:after {
    display: none;
  }
}
.footer .footernav {
  float: right;
  margin: 0 -10px 0 35px;
}
@media (max-width: 991px) {
  .footer .footernav {
    float: none;
    margin: 0 0 0 -10px;
  }
}
.footer .footernav ul {
  list-style-type: none;
}
.footer .footernav ul li {
  float: left;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
}
.footer .footernav ul li:after {
  content: "|";
  display: block;
  float: right;
  padding: 10px 0 0 0;
}
.footer .footernav ul li:last-child:after {
  display: none;
}
.footer .footernav ul li a {
  display: block;
  padding: 10px;
  float: left;
}

main {
  min-height: 500px;
  /*
  .categorynav {
  	padding-left: 15px;
  	padding-bottom: 12px;
  	@media(max-width : $res-mobile) {
  		padding-left: 0;
  	}
  	ul {
  		list-style-type: none;
  		li {
  			float: left;
  			span {
  				display: block;
  				font-size: 20px;
  				line-height: 26px;
  				text-transform: lowercase;
  				padding: 0 30px 0 0;
  				cursor: pointer;
  				&.active {
  					text-decoration: underline;
  				}
  			}
  		}
  	}
  }
  */
}
@media (max-width: 991px) {
  main {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  main .metanav {
    min-height: 52px;
    margin-bottom: 30px;
  }
  main .metanav.categorynav {
    margin-bottom: 10px;
  }
}
main .metanav.projectnav > ul > li > a {
  display: none;
}
@media (max-width: 991px) {
  main .metanav.projectnav > ul > li > a {
    display: block;
  }
}
main .metanav.projectnav > ul > li > ul > li a {
  font-size: 22px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  main .metanav.projectnav > ul > li > ul > li a {
    font-size: 20px;
    padding-bottom: 6px;
  }
}
main .metanav > ul > li > a {
  cursor: default;
}
@media (max-width: 991px) {
  main .metanav > ul > li > a {
    cursor: pointer;
  }
}
main .metanav ul li {
  list-style-type: none;
}
main .metanav ul li a {
  transition: all 1s;
  font-size: 32px;
  line-height: 36px;
  text-transform: lowercase;
  background-color: #fff;
  display: block;
}
main .metanav ul li:hover > a, main .metanav ul li.current-menu-ancestor > a, main .metanav ul li.current-menu-item > a, main .metanav ul li.current-page-ancestor > a, main .metanav ul li.current_page_parent > a, main .metanav ul li.current_page_item > a {
  text-decoration: underline;
}
main .metanav > ul > li {
  position: relative;
  transition: all 1s;
}
main .metanav > ul > li > a {
  display: block;
  padding: 0 0 20px 0;
  float: left;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  main .metanav > ul > li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 8px 0;
    float: none;
  }
  main .metanav > ul > li > a:after {
    font-family: "q4";
    content: "3";
    display: block;
    float: right;
    margin-right: 12px;
    transition: all 1s;
  }
}
main .metanav > ul > li > ul {
  float: right;
  list-style-type: none;
  transition: all 1s;
}
@media (max-width: 991px) {
  main .metanav > ul > li > ul {
    float: none;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -180px;
    z-index: 2;
    border-top: solid 1px #c8c8c8;
  }
}
main .metanav > ul > li > ul li {
  float: left;
}
@media (max-width: 991px) {
  main .metanav > ul > li > ul li {
    float: none;
  }
}
main .metanav > ul > li > ul li a {
  font-size: 18px;
  line-height: 36px;
  padding: 0 0 0 24px;
}
@media (max-width: 991px) {
  main .metanav > ul > li > ul li a {
    padding: 6px 0 6px 12px;
    border-bottom: solid 1px #c8c8c8;
    font-size: 20px;
    line-height: 26px;
  }
}
main .metanav.active > ul li > a:after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  main .metanav.active > ul li > ul {
    top: 52px;
  }
}
main .vc_separator {
  margin-left: 16px;
}
main .vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #000;
}
main .wpb_text_column.no-margin-bottom {
  margin-bottom: 0;
}
main .wpb_text_column h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  text-transform: lowercase;
  margin: 0;
  padding: 0 0 20px 0;
}
main .wpb_text_column h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  text-transform: lowercase;
  margin: 0;
  padding: 0 0 20px 0;
}
main .wpb_text_column h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 10px 16px;
}
main .wpb_text_column p em {
  font-style: normal;
  font-size: 32px;
  line-height: 22px;
  margin-left: -16px;
}
main .wpb_text_column p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 0 16px;
  margin-bottom: 12px;
}
main .wpb_text_column p a:before {
  font-family: "q4";
  content: "0";
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
main .wpb_text_column p a:hover {
  text-decoration: underline;
}
main .wpb_text_column ul {
  margin: 0;
  padding: 0 0 12px 36px;
}
main .wpb_text_column ul li {
  font-size: 16px;
  line-height: 22px;
}
main .projekt .projekt-image {
  margin-bottom: 35px;
}
main .projekt .projekt-image .caption {
  font-size: 14px;
  line-height: 18px;
  padding-left: 16px;
  margin-top: 6px;
}
main .projekt .projekt-info:before {
  content: "";
  background-color: #000;
  margin: 0 15px;
  height: 1px;
  overflow: hidden;
  display: block;
}
main .projekt .projekt-info .wpb_text_column {
  border-bottom: solid 1px #000;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
main .projekt .projekt-info .wpb_text_column:last-child {
  margin-bottom: 35px;
}
main .projekt .projekt-info .wpb_text_column h1 {
  padding: 16px 32px 6px 16px;
  text-transform: inherit;
}
main .projekt .projekt-info .wpb_text_column p,
main .projekt .projekt-info .wpb_text_column li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  padding: 0 32px 0 16px;
}
main .projekt .projekt-info .wpb_text_column ul {
  list-style-type: none;
}
main .projekt .projekt-info .wpb_text_column ul li a {
  padding-left: 18px;
  display: block;
  text-transform: uppercase;
}
main .projekt .projekt-info .wpb_text_column ul li a:before {
  margin-left: -18px;
}
main .projekt .projekt-desc .wpb_text_column h2 {
  font-size: 18px;
  line-height: 28px;
  padding: 26px 0 0 16px;
  margin-bottom: -6px;
  text-transform: inherit;
}
main .projekt .project-details {
  margin-top: -24px;
}
main .projekt .project-details .toggle-content {
  padding-left: 12px;
  margin-bottom: 35px;
}
main .projekt .project-details .project-details-content {
  display: none;
}
@media screen and (max-width: 767px) {
  main .q4-button {
    text-align: left !important;
  }
}
main .q4-button .vc_btn3.vc_general.vc_btn3.vc_btn3-color-grey {
  background: transparent;
  color: #000;
}
main .q4-button .vc_btn3.vc_general.vc_btn3.vc_btn3-style-modern {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  border: none;
  margin-right: -20px;
}
main .q4-button .vc_btn3.vc_general.vc_btn3:before {
  font-family: "q4";
  content: "0";
  margin-right: 12px;
  display: inline-block;
}
main .q4-gallery {
  margin: 0 -5px;
}
main .q4-gallery .items .galleryitem {
  padding: 5px;
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem a {
    cursor: default;
  }
}
main .q4-gallery .items .galleryitem .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
main .q4-gallery .items .galleryitem.galleryitemsize_1x1 {
  width: 25%;
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 {
    width: 33%;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 {
    width: 100%;
  }
}
main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
  height: 185px;
}
@media (max-width: 1400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
    height: 168px;
  }
}
@media (max-width: 1200px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
    height: 139px;
  }
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
    height: 165px;
  }
}
@media (max-width: 800px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
    height: 140px;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
    height: 320px;
  }
}
@media (max-width: 400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x1 .img {
    height: 280px;
  }
}
main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img, main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
  height: 380px;
}
@media (max-width: 1400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img, main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
    height: 346px;
  }
}
@media (max-width: 1200px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img, main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
    height: 288px;
  }
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img, main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
    height: 340px;
  }
}
@media (max-width: 800px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img, main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
    height: 290px;
  }
}
main .q4-gallery .items .galleryitem.galleryitemsize_1x2 {
  width: 25%;
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 {
    width: 33%;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img {
    height: 640px;
  }
}
@media (max-width: 400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_1x2 .img {
    height: 560px;
  }
}
main .q4-gallery .items .galleryitem.galleryitemsize_2x2 {
  width: 50%;
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x2 {
    width: 66%;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
    height: 320px;
  }
}
@media (max-width: 400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x2 .img {
    height: 280px;
  }
}
main .q4-gallery .items .galleryitem.galleryitemsize_2x1 {
  width: 50%;
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 {
    width: 66%;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 {
    width: 100%;
  }
}
main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
  height: 185px;
}
@media (max-width: 1400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
    height: 168px;
  }
}
@media (max-width: 1200px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
    height: 139px;
  }
}
@media (max-width: 1000px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
    height: 165px;
  }
}
@media (max-width: 800px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
    height: 140px;
  }
}
@media (max-width: 600px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
    height: 320px;
  }
}
@media (max-width: 400px) {
  main .q4-gallery .items .galleryitem.galleryitemsize_2x1 .img {
    height: 280px;
  }
}
main .toggle-content {
  padding: 0 0 10px 0;
  cursor: pointer;
}
main .toggle-content .icon {
  font-size: 14px;
  line-height: 18px;
}
main .toggle-content .icon:before {
  transition: all 0.3s;
  transition-delay: 0.3s;
  transform: rotate(90deg);
  font-family: "q4";
  content: "0";
  margin-right: 12px;
  display: inline-block;
}
main .toggle-content .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
main .toggle-content .inactive {
  display: inline-block;
}
main .toggle-content .active {
  display: none;
}
main .toggle-content.active .inactive {
  display: none;
}
main .toggle-content.active .active {
  display: inline-block;
}
main .toggle-content.active .icon:before {
  transform: rotate(-90deg);
}
main .q4-list {
  border-top: solid 1px #000;
  margin-left: 16px;
}
@media (max-width: 767px) {
  main .q4-list {
    margin-left: 0;
  }
}
main .q4-list .q4-list-item {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  margin-top: -1px;
}
main .q4-list .q4-list-item a {
  display: block;
  position: relative;
}
main .q4-list .q4-list-item a span {
  position: absolute;
  right: 0;
  top: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  display: block;
}
@media (max-width: 767px) {
  main .q4-list .q4-list-item a span {
    position: relative;
    right: inherit;
    top: inherit;
  }
}
main .q4-list .q4-list-item a span:before {
  font-family: "q4";
  content: "0";
  margin-right: 12px;
  display: inline-block;
}
main .q4-list .q4-list-item h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  padding-top: 10px;
  padding-right: 160px;
}
@media (max-width: 767px) {
  main .q4-list .q4-list-item h2 {
    padding-right: 0;
  }
}
main .q4-list .q4-list-item p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 6px;
  padding-right: 160px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  main .q4-list .q4-list-item p {
    padding-right: 0;
  }
}
main .q4-list .q4-list-item .content {
  display: none;
}
main .q4-news {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 991px) {
  main .q4-news {
    margin: 0;
  }
}
main .q4-news.q4-news-isotope {
  margin: 0 -15px -60px 0;
}
main .q4-news.q4-news-isotope .q4-news-item {
  width: 33.333%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 991px) {
  main .q4-news.q4-news-isotope .q4-news-item {
    width: 100%;
  }
}
main .q4-news .q4-news-item {
  margin: 0 -15px;
  border-left: solid 1px #000;
}
@media screen and (max-width: 991px) {
  main .q4-news .q4-news-item {
    margin: 0 0 60px 0;
  }
}
main .q4-news .q4-news-item a {
  display: block;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  main .q4-news .q4-news-item a {
    padding-right: 0;
  }
}
main .q4-news .q4-news-item a.no-link {
  cursor: default;
}
main .q4-news .q4-news-item a .excerpt-wrap {
  padding: 16px 16px 0 16px;
}
main .q4-news .q4-news-item a .excerpt-wrap .category {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
main .q4-news .q4-news-item a .excerpt-wrap h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
main .q4-news .q4-news-item a .excerpt-wrap p.excerpt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
main .q4-news .q4-news-item a .excerpt-wrap p.subtitle {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding-left: 20px;
}
main .q4-news .q4-news-item a .excerpt-wrap p.subtitle:before {
  font-family: "q4";
  content: "0";
  margin-right: 12px;
  display: inline-block;
  margin-left: -20px;
}
main .q4-slider {
  background-color: #fff;
  position: relative;
}
main .q4-slider .slides {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  main .q4-slider .slides {
    margin: 0 -60px 60px -60px;
  }
}
@media screen and (max-width: 767px) {
  main .q4-slider .slides {
    margin: 0 -20px 60px -20px;
  }
}
main .q4-slider .slides .slideritem {
  padding: 0 1px;
}
main .q4-slider .slides .slideritem .teaser {
  display: none;
}
main .q4-slider .slides .slideritem img {
  height: auto;
  width: 100%;
}
main .q4-slider .stage .teaser {
  transition: all 0.2s;
  position: absolute;
  width: 600px;
  bottom: 20%;
  left: -10%;
  z-index: 12;
  opacity: 0;
}
main .q4-slider .stage .teaser .innerwrapper {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1199px) {
  main .q4-slider .stage .teaser {
    width: 460px;
  }
}
@media (max-width: 991px) {
  main .q4-slider .stage .teaser {
    width: auto;
  }
}
@media (max-width: 767px) {
  main .q4-slider .stage .teaser {
    padding: 12px;
  }
}
main .q4-slider .stage .teaser.active {
  left: -10%;
  opacity: 1;
}
@media (max-width: 1199px) {
  main .q4-slider .stage .teaser.active {
    left: -5%;
  }
}
@media (max-width: 991px) {
  main .q4-slider .stage .teaser.active {
    left: -60px;
  }
}
@media (max-width: 767px) {
  main .q4-slider .stage .teaser.active {
    left: -32px;
  }
}
@media (max-width: 991px) {
  main .q4-slider .stage .teaser .title {
    display: none;
  }
}
main .q4-slider .stage .teaser .title p {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  main .q4-slider .stage .teaser .title p {
    font-size: 36px;
    line-height: 38px;
  }
}
main .q4-slider .stage .teaser .subtitle {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}
main .q4-slider .stage .teaser .subtitle:before {
  font-family: "q4";
  content: "0";
  margin-right: 12px;
  display: inline-block;
}
main .q4-slider .slick-prev {
  cursor: pointer;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  z-index: 11;
  padding-left: 24px;
}
@media (max-width: 767px) {
  main .q4-slider .slick-prev {
    display: none !important;
  }
}
main .q4-slider .slick-prev:hover {
  opacity: 1;
}
[dir=rtl] main .q4-slider .slick-prev {
  left: auto;
  right: -25px;
}
main .q4-slider .slick-prev:before {
  font-family: "q4";
  content: "1";
  color: #000;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 12;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
main .q4-slider .slick-next {
  cursor: pointer;
  transition: all 0.5s;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}
@media (max-width: 767px) {
  main .q4-slider .slick-next {
    display: none !important;
  }
}
main .q4-slider .slick-next:hover {
  opacity: 1;
}
[dir=rtl] main .q4-slider .slick-next {
  left: -25px;
  right: auto;
}
main .q4-slider .slick-next:before {
  font-family: "q4";
  content: "0";
  color: #000;
  display: block;
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
main .q4-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
}
main .q4-slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
main .q4-slider .slick-dots li button:before {
  transition: all 1s;
  display: block;
  border-radius: 50%;
  content: "";
  border: solid 2px #000;
  background-color: #000;
  width: 12px;
  height: 12px;
}
main .q4-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
main .q4-projects .q4-project a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
main .q4-projects .q4-project a .excerpt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  transition: all 0.5s;
}
main .q4-projects .q4-project a .excerpt-wrap h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: normal;
}
main .q4-projects .q4-project a .excerpt-wrap p {
  font-size: 16px;
  line-height: 20px;
}
main .q4-projects .q4-project.q4-project-thumb a .excerpt-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 100%;
}
main .q4-projects .q4-project.q4-project-thumb a:hover .excerpt-wrap {
  margin-top: 0;
}
main .q4-portraits .wpb_wrapper {
  margin-right: -30px;
}
@media (max-width: 767px) {
  main .q4-portraits .wpb_wrapper {
    margin-right: 0;
  }
}
main .q4-portraits .q4-portrait {
  width: 33.333%;
  float: left;
}
@media (max-width: 991px) {
  main .q4-portraits .q4-portrait {
    width: 50%;
  }
}
@media (max-width: 767px) {
  main .q4-portraits .q4-portrait {
    width: 100%;
  }
}
main .q4-portraits .q4-portrait .q4-portrait-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  main .q4-portraits .q4-portrait .q4-portrait-wrap {
    margin-right: 0;
  }
}
main .q4-portraits .q4-portrait .q4-portrait-wrap .excerpt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 100%;
}
main .q4-portraits .q4-portrait .q4-portrait-wrap .excerpt-wrap h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: normal;
}
main .q4-portraits .q4-portrait .q4-portrait-wrap .excerpt-wrap p {
  font-size: 16px;
  line-height: 20px;
}
main .q4-portraits .q4-portrait .q4-portrait-wrap .excerpt-wrap a:before {
  font-family: "q4";
  content: "0";
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 12px;
}
main .q4-portraits .q4-portrait .q4-portrait-wrap .excerpt-wrap a:hover {
  text-decoration: underline;
}
main .q4-portraits .q4-portrait .q4-portrait-wrap .image-wrap img {
  height: auto;
}
main .q4-portraits .q4-portrait .q4-portrait-wrap:hover .excerpt-wrap {
  margin-top: 0;
}
main .buero-info:before {
  content: "";
  background-color: #000;
  margin: 0 15px;
  height: 1px;
  overflow: hidden;
  display: block;
}
main .buero-info .wpb_text_column {
  border-bottom: solid 1px #000;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
main .buero-info .wpb_text_column:last-child {
  margin-bottom: 35px;
}
main .buero-info .wpb_text_column h1 {
  padding: 16px 32px 6px 16px;
  text-transform: inherit;
}
main .buero-info .wpb_text_column p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  padding: 0 32px 0 16px;
}
main section article {
  margin-bottom: 60px;
}

body .lightboxOverlay {
  background-color: #fff;
  opacity: 0.9;
}
@media (max-width: 600px) {
  body .lightboxOverlay {
    display: none !important;
  }
}
@media (max-width: 600px) {
  body .lightbox {
    display: none !important;
  }
}
body .lightbox .lb-nav .lb-prev,
body .lightbox .lb-nav .lb-next {
  background: none;
  position: relative;
}
body .lightbox .lb-nav .lb-prev:after,
body .lightbox .lb-nav .lb-next:after {
  font-family: "q4";
  content: "0";
  position: absolute;
  display: block;
  top: 50%;
  font-size: 16px;
}
body .lightbox .lb-nav .lb-prev {
  margin-left: -30px;
}
body .lightbox .lb-nav .lb-prev:after {
  content: "1";
}
body .lightbox .lb-nav .lb-next {
  margin-right: -30px;
}
body .lightbox .lb-nav .lb-next:after {
  content: "0";
  right: 0;
}
body .lightbox .lb-image {
  border-radius: 0;
  border: none;
}
body .lightbox .lb-data {
  padding: 0;
}
body .lightbox .lb-data .lb-caption {
  color: #000;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
}
body .lightbox .lb-data .lb-close {
  background: none;
  position: relative;
  margin-right: -10px;
  opacity: 1;
}
body .lightbox .lb-data .lb-close:before, body .lightbox .lb-data .lb-close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #000;
}
body .lightbox .lb-data .lb-close:before {
  top: 13px;
  left: 6px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body .lightbox .lb-data .lb-close:after {
  top: 13px;
  left: 6px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Avenir";
  src: url("fnt/99db2616-e717-4838-a896-6dc86e37b49e.eot");
  src: url("fnt/99db2616-e717-4838-a896-6dc86e37b49e.eot?#iefix") format("embedded-opentype"), url("fnt/874c8a3d-82cd-4b46-839b-521b49950be0.woff") format("woff"), url("fnt/651041f0-000d-42ca-b667-939a4e0f5085.ttf") format("truetype"), url("fnt/bb5e727f-dfd2-4e7c-8630-4dd73720a377.svg") format("svg");
}
@font-face {
  font-family: "q4";
  src: url("fnt/webfontkit-20170901-002518/q4-webfont.woff2") format("woff2"), url("fnt/webfontkit-20170901-002518/q4-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}