.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}
body {
  background: #fff;
}
::-moz-selection {
  background: #14abef;
  color: white;
}
::selection {
  background: #14abef;
  color: white;
}
a:focus {
  outline: none;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
}
.nograyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.home-gradient-bg {
  background: -moz-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(0,0,0,0.6)),color-stop(50%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#00000000',GradientType=1);
}
.home-gradient-bg-white {
  background: -moz-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(255,255,255,0.6)),color-stop(50%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(20deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff',endColorstr='#00ffffff',GradientType=1);
}
strong {
  font-family: "Theinhardt-Bold", Helvetica, Arial;
  font-weight: 400;
  letter-spacing: 0.4px;
}
body,
input,
textarea,
button {
  font-family: "Theinhardt-Regular", Helvetica, Arial;
  color: #333;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
}
a {
  text-decoration: none;
  color: black;
  outline: 0;
}
a:hover,
.current-menu-item a {
  color: #14abef;
  outline: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
header,
article,
footer {
  position: relative;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  font-size: 16px;
  margin: 0;
}
html,
body {
  overflow-x: hidden;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content {
  width: 100%;
}
.wrapper {
  width: 100%;
}
.startbg {
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}
.content {
  width: 100%;
  background: white;
  left: 0;
  padding: 100px 0;
}
.content.fixed {
  position: fixed !important;
  top: auto !important;
  bottom: 0;
}
h6,
.a11y {
  position: absolute;
  left: -10000px;
}
@media screen and (min-width: 1025px) {
  .content,
  body.single .projects,
  body.page .projects {
    -webkit-transform: translateZ(0);
  }
  .fancydetector {
    min-width: 1025px;
  }
}
.navicon {
  display: none;
}
.menu {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 295px;
  width: 225px;
  text-align: right;
  background: white;
}
.menu .menu-item {
  display: inline-block;
}
.menu .menu-item a {
  display: inline-block;
  padding: 15px 5px;
}
.menu .menu-item a:hover {
  color: #14abef;
}
.menu .menu-item a.active {
  color: #14abef;
}
.menu .contactswitch {
  margin-right: 12px;
}
.menu .langswitch {
  display: none;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
}
.menu .langswitch a {
  margin: 0;
  padding: 15px 0;
  color: #999;
}
.logo {
  position: fixed;
  z-index: 10000;
  top: 28px;
  left: 28px;
  width: 180px;
  height: 69px;
  height: auto;
}
.logo a {
  display: block;
}
.logo a img {
  width: 180px;
  max-width: 100%;
}
body.profil .menu .menu-item.profile a {
  color: #14abef;
}
.startbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content h1 {
  font-size: 72px;
  line-height: 1.2;
  margin: 28px 0 27px 0;
  font-family: "Theinhardt-Light", Helvetica, Arial;
}
.text .taxonomy,
.content .taxonomy {
  font-size: 19px;
}
.post-content>p,
.post-content .subline p,
.post-content h1 {
  max-width: 70%;
}
.post-content>p,
.post-content .subline p {
  font-size: 32px;
  letter-spacing: 0.8px;
  color: #999;
  font-family: "Theinhardt-Light", Helvetica, Arial;
}
.post-content blockquote {
  margin: 100px 0 100px 0;
  font-size: 34px;
  max-width: 70%;
  color: #999;
  font-family: "Theinhardt-Light", Helvetica, Arial;
}
.post-content .subline {
  margin-bottom: 100px;
}
.post-content h3 {
  font-family: "Theinhardt-Bold", Helvetica, Arial;
  letter-spacing: 0.6px;
}
.post-content .imgrow {
  margin: 2% 0;
}
.post-content .imgrow img {
  display: block;
  width: 100%;
  height: auto !important;
}
.post-content .imgrow .imgwrap,
.post-content .imgrow .video-wrapper-outer {
  float: left;
}
.post-content .imgrow .imgwrap:first-child,
.post-content .imgrow .video-wrapper-outer:first-child {
  margin-left: 0 !important;
}
.post-content .imgrow.imgrow-1 .imgwrap,
.post-content .imgrow.imgrow-1 .video-wrapper-outer {
  width: 100%;
}
.post-content .imgrow.imgrow-2 .imgwrap,
.post-content .imgrow.imgrow-2 .video-wrapper-outer {
  width: 49%;
  margin-left: 2%;
}
.post-content .imgrow.imgrow-3 .imgwrap,
.post-content .imgrow.imgrow-3 .video-wrapper-outer {
  width: 32%;
  margin-left: 2%;
}
.post-content .imgrow .video-wrapper-inner {
  padding-bottom: 66.5%;
  height: 0;
}
.post-content .imgrow .video-wrapper-inner object,
.post-content .imgrow .video-wrapper-inner embed,
.post-content .imgrow .video-wrapper-inner iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.post-content .imgrow .imgwrap {
  overflow: hidden;
}
.post-content .imgrow .imgwrap .description {
  position: absolute;
  bottom: -400px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  transition: bottom 0.2s;
  background: white;
  padding: 10px;
}
.post-content .imgrow .imgwrap:hover .description {
  left: 0;
  bottom: 0;
}
.post-content p {
  line-height: 1.3;
  overflow: hidden;
  margin: 20px 0;
}
.post-content .columns {
  overflow: hidden;
  margin: 150px 0 50px 0;
  font-size: 16px;
}
.post-content .columns .col1,
.post-content .columns .col2,
.post-content .columns .col3 {
  float: left;
}
.post-content .columns .col1 img,
.post-content .columns .col2 img,
.post-content .columns .col3 img {
  width: auto;
}
.post-content .columns .col1 p,
.post-content .columns .col2 p,
.post-content .columns .col3 p {
  margin: 0;
}
.post-content .columns .col1 :first-child,
.post-content .columns .col2 :first-child,
.post-content .columns .col3 :first-child {
  margin-top: 0;
}
.post-content .columns .col1 h3,
.post-content .columns .col1 h4,
.post-content .columns .col2 h3,
.post-content .columns .col2 h4,
.post-content .columns .col3 h3,
.post-content .columns .col3 h4 {
  font-family: "Theinhardt-Bold", Helvetica, Arial;
  margin-top: 20px;
}
.post-content .columns .col1 h4,
.post-content .columns .col2 h4,
.post-content .columns .col3 h4 {
  letter-spacing: 0.6px;
}
.post-content .columns .col1 ul li,
.post-content .columns .col2 ul li,
.post-content .columns .col3 ul li {
  position: relative;
  margin-left: 15px;
}
.post-content .columns .col1 ul li:before,
.post-content .columns .col2 ul li:before,
.post-content .columns .col3 ul li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "–";
  display: block;
}
.post-content .columns .col1 {
  width: 46%;
  margin-right: 2%;
}
.post-content .columns .col1 h3 {
  margin-bottom: 20px;
}
.post-content .columns .col2,
.post-content .columns .col3 {
  margin-left: 3%;
  width: 23%;
  color: #14abef;
  letter-spacing: 0px;
}
.post-content .columns .col2 a,
.post-content .columns .col3 a {
  color: #14abef;
}
.post-content .columns .col2 a:hover,
.post-content .columns .col3 a:hover {
  color: #333;
}
.post-content .nextprev {
  overflow: hidden;
}
.post-content .nextprev a {
  color: #999;
}
.post-content .nextprev .left {
  float: left;
  width: 50%;
}
.post-content .nextprev .right {
  float: right;
  text-align: right;
  width: 50%;
}
.post-content .nextprev .icon-next {
  margin-left: 5px;
}
.post-content .nextprev .icon-previous {
  margin-right: 5px;
}
.social {
  clear: both;
  text-align: center;
  background: #F2F2F2;
  margin: 40px 0;
  padding: 40px 0;
}
.social a.synved-social-credit {
  display: none;
}
.navi {
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 230px;
  height: 100%;
}
.navi [class^="icon-"],
.navi [class*=" icon-"] {
  font-size: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  margin-left: 0;
  margin-right: 0;
  transition: margin 0.2s;
}
.navi a {
  display: block;
  height: 100%;
}
.navi.right {
  right: 0;
}
.navi.right span[class^="icon-"],
.navi.right [class*=" icon-"] {
  right: 0;
}
.navi.right a:hover span {
  margin-right: -5px;
}
.navi.left {
  left: 0;
}
.navi.left a:hover span {
  margin-left: -5px;
}
.centeringwrapper {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 230px;
}
.close {
  display: block;
  position: absolute;
  top: 50px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(http://buerobauer.com/b/wp-content/themes/hue/img/close.png) center center no-repeat;
  z-index: 10000;
}
.projects {
  background: white;
  border-top: 1px solid #eee;
  padding: 150px 230px 0 230px;
}
.projects .topright {
  position: absolute;
  top: 30px;
  right: 230px;
}
.projects .topright .filter {
  position: absolute;
  top: 80px;
  right: 0;
  text-align: right;
  width: 500px;
}
.projects .topright .filter .currentfilter {
  color: #14abef;
}
.projects .topright .filter ul {
  display: inline-block;
}
.projects .topright .filter ul li {
  display: inline-block;
  margin-left: 17px;
}
.projects .filter button {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  border: none;
  color: black;
  cursor: pointer;
  padding: 3px;
}
.projects .filter button.active {
  color: #14abef;
}
.projects .filter button:focus {
  outline: 0;
}
.projects .item {
  width: 24%;
  margin: 0.5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.projects .item a {
  display: block;
}
.projects .item img {
  width: 100%;
  height: auto;
}
.projects .item p {
  padding: 5px 0;
  min-height: 50px;
}
.projects:after {
  display: table;
  content: "";
  clear: both;
}
.contact {
  height: 75%;
  width: 100%;
  z-index: 5000;
  background: white;
  position: absolute;
  top: -10000px;
  left: -10000px;
}
.contact.contact-active {
  display: block;
}
.contact .colwrapper {
  overflow: hidden;
  padding: 30px 0 0 60px;
}
.contact .colwrapper .col {
  font-size: 14px;
  letter-spacing: 0;
  color: #14abef;
  float: left;
  width: 16.666666666667%;
}
.contact .colwrapper .col4 {
  float: right;
  margin-right: 100px;
  margin-top: 17px;
  font-size: 24px;
}
.contact .colwrapper .col4 a {
  color: #14abef;
}
.contact .colwrapper .col4 a:hover {
  color: #333;
}
.contact .colwrapper .col4 span {
  padding: 5px 10px;
  display: inline-block;
}
.contact .mapwrapper {
  position: absolute;
  top: 115px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contact .mapwrapper #map_canvas {
  width: 100%;
  height: 100%;
}
.contact .overlay {
  content: "";
  position: absolute;
  top: -150%;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  opacity: 0.7;
  transition: opacity .5s;
  background: #000;
}
.contact.contact-active .overlay {
  height: 150%;
  opacity: 0.7;
}
.loading {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.offscreen {
  position: absolute;
  left: -9999px;
  text-indent: -9999px;
}
.hidden {
  display: none;
}
.edit {
  position: absolute;
  top: 100px;
  right: 300px;
  background: #8ADDFF;
  padding: 5px 10px;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
#wpadminbar {
  right: 0;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wpadminbar {
    width: 300px;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  top: 2px;
}
.langbox .en {
  display: none;
}
.home {
  height: 100%;
}
.home #content,
.home .wrapper,
.home article,
.home .startbg {
  height: 100%;
}
.home .wrapper {
  overflow-x: hidden;
}
.home article {
  width: 100%;
}
.home article.active {
  display: block !important;
}
.home .startbg:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(0,0,0,0.6)),color-stop(50%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  background: linear-gradient(20deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#00000000',GradientType=1);
}
.home .startbg.no-vignette:before {
  display: none;
}
.home .startbg.white-vignette:before {
  background: -moz-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(255,255,255,0.6)),color-stop(50%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(20deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff',endColorstr='#00ffffff',GradientType=1);
}
.home .startbg .text {
  z-index: 1001;
  max-width: 500px;
  position: absolute;
  left: 66px;
  right: 66px;
  bottom: 90px;
  color: white;
}
.home .startbg .text h1 {
  line-height: 1;
  margin: 28px 0 27px 0;
  font-size: 64px;
  font-family: "Theinhardt-Light", Helvetica, Arial;
}
.home .startbg .text a {
  position: relative;
  color: white;
}
.home .startbg .text p {
  font-size: 25px;
}
.home .startbg .text [class^="icon-"],
.home .startbg .text [class*=" icon-"] {
  font-size: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  display: inline-block;
  top: -7px;
  transition: margin 0.2s;
}
.home .startbg .text [class^="icon-"]:before,
.home .startbg .text [class*=" icon-"]:before {
  top: 6px;
  position: relative;
  left: 6px;
}
.home .startbg .text a:hover [class^="icon-"],
.home .startbg .text a:hover [class*=" icon-"],
.home .startbg .text a:active [class^="icon-"],
.home .startbg .text a:active [class*=" icon-"],
.home .startbg .text a:focus [class^="icon-"],
.home .startbg .text a:focus [class*=" icon-"] {
  margin-left: 10px;
}
.home .startbg .dark-text {
  color: black;
}
.home .startbg .dark-text a {
  color: black;
}
.home .startbg .dark-text [class^="icon-"],
.home .startbg .dark-text [class*=" icon-"] {
  border: 2px solid black;
}
.home .startbg .awards {
  position: absolute;
  bottom: 66px;
  right: 66px;
}
@media screen and (max-width: 960px) {
  .home .startbg .awards {
    display: none;
  }
}
.home .startbg .awards .award {
  text-align: right;
}
.home .startbg .awards .award .award-info {
  text-align: right;
}
.home .startbg .awards .award .award-info span {
  color: white;
}
.home .startbg .awards .award .award-info span.award-description {
  font-family: "Theinhardt-Light", Helvetica, Arial;
}
.home .startbg .awards .award .award-info,
.home .startbg .awards .award img {
  display: inline-block;
  vertical-align: middle;
}
.home .navi a {
  color: white;
}
.home .navi a:hover {
  color: #14abef;
}
.home .navi.left {
  width: 66px;
}
.home .projects {
  display: none;
}
.home .projects.active {
  display: block;
}
.home .projects .close {
  display: none;
}
.home article.black .startbg:before {
  background: -moz-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(255,255,255,0.6)),color-stop(50%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(20deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(20deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff',endColorstr='#00ffffff',GradientType=1);
}
.home article.black .startbg .text {
  color: black;
}
.home article.black .startbg .text a {
  color: black;
}
.home article.black .startbg .text [class^="icon-"],
.home article.black .startbg .text [class*=" icon-"] {
  border: 2px solid black;
}
.single .wrapper,
.page .wrapper {
  overflow: hidden;
}
.single .startbg,
.page .startbg {
  height: 100%;
  bottom: auto;
  position: fixed;
  z-index: -1;
}
.single .content,
.page .content {
  top: 600px;
  position: absolute;
}
.single .projects,
.page .projects {
  z-index: 2;
  min-height: 100%;
}
.profil2 .content h1 {
  font-size: 16px;
  font-family: "Theinhardt-Bold", Helvetica, Arial;
  letter-spacing: 0;
}
.profil2 .content .col1 {
  margin-left: 0 !important;
}
.profil2 .content .intro:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}
.profil2 .content .intro .col {
  width: 30%;
  margin-left: 4%;
}
.profil2 .content .intro p {
  color: #999;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .single .wrapper,
  .page .wrapper {
    overflow: hidden;
  }
  .single .startbg,
  .page .startbg {
    height: 75%;
    position: relative;
    z-index: -1;
  }
  .single .content,
  .page .content {
    position: relative;
    padding: 50px 0;
    top: auto;
  }
  .single .content .taxonomy,
  .single .content h1,
  .single .content h2,
  .single .content h3,
  .single .content p,
  .single .content .columns,
  .single .content .awards-wrapper,
  .single .content .col > *,
  .single .content .projects .topright,
  .page .content .taxonomy,
  .page .content h1,
  .page .content h2,
  .page .content h3,
  .page .content p,
  .page .content .columns,
  .page .content .awards-wrapper,
  .page .content .col > *,
  .page .content .projects .topright {
    margin-left: 10px;
    margin-right: 10px;
  }
  .single .projects,
  .page .projects {
    z-index: 2;
  }
  .single .navi,
  .page .navi {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    width: 90px;
    top: 6px;
    left: 6px;
  }
  .navicon {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    z-index: 10000;
  }
  .navicon a {
    display: block;
    height: 100%;
    background: white;
    padding: 0 9px 2px;
    font-size: 30px;
  }
  .menu {
    top: -50px;
    transition: top 0.2s;
    width: 100%;
    text-align: left;
  }
  .menu .menu-item:first-child {
    padding-left: 10px;
  }
  .menu .menu-item a {
    padding: 12px 5px;
  }
  .menu .langswitch {
    margin-left: 7px;
  }
  .active .menu {
    top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .navi {
    width: 150px;
  }
  .centeringwrapper {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 150px;
  }
  .projects {
    padding: 150px 150px 0 150px;
  }
  .projects .topright {
    right: 150px;
  }
  .home .navi.left {
    width: min(150px,66px);
  }
}
@media screen and (max-width: 1100px) {
  .navi {
    width: 100px;
  }
  .centeringwrapper {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 100px;
  }
  .projects {
    padding: 150px 100px 0 100px;
  }
  .projects .topright {
    right: 100px;
  }
  .home .navi.left {
    width: min(100px,66px);
  }
}
@media screen and (max-width: 1024px) {
  .navi {
    width: 0px;
  }
  .centeringwrapper {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 0px;
  }
  .projects {
    padding: 150px 0px 0 0px;
  }
  .projects .topright {
    right: 0px;
  }
  .home .navi.left {
    width: min(0px,66px);
  }
}
@media screen and (max-width: 768px) {
  .post-content>p,
  .post-content .subline p,
  .post-content h1 {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post-content .columns .col1 {
    width: 58%;
    margin-right: 5%;
  }
  .post-content .columns .col2,
  .post-content .columns .col3 {
    width: 37%;
    margin-left: 0;
  }
  .post-content .columns .col2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .post-content .columns .col1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-content .columns .col2,
  .post-content .columns .col3 {
    width: 49%;
    margin-left: 0;
    margin-top: 20px;
  }
  .post-content .columns .col2 {
    margin-bottom: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .post-content .columns .col1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-content .columns .col2,
  .post-content .columns .col3 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .projects .item {
    width: 31.33333%;
    margin: 1%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .projects .item {
    width: 49%;
    margin: 0.5%;
  }
}
@media screen and (max-width: 480px) {
  .projects .item {
    width: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .home .startbg:before {
    background: rgba(0,0,0,0.7);
  }
  .home .startbg .text {
    left: 25px;
    right: 25px;
    bottom: 20px;
  }
  .home .startbg .text p {
    font-size: 15px;
  }
  .home .startbg .text h1 {
    font-size: 20px;
  }
  .home .startbg .text .taxonomy {
    display: none;
  }
  .home .startbg.white-vignette:before {
    background: rgba(255,255,255,0.7);
  }
  .home .startbg.no-vignette:before {
    background: rgba(0,0,0,0.7);
  }
  .taxonomy {
    display: none;
  }
  .startbg .text {
    left: 25px;
    right: 25px;
    bottom: 20px;
  }
  .startbg .text p {
    font-size: 15px;
  }
  .startbg .text h1 {
    font-size: 20px;
  }
  .startbg .text .taxonomy {
    display: none;
  }
  .post-content h1 {
    font-size: 23px;
  }
  .post-content>p,
  .post-content .subline p {
    font-size: 18px;
  }
  .post-content .imgrow {
    margin: 0;
  }
  .post-content .imgrow.imgrow-2 .imgwrap,
  .post-content .imgrow.imgrow-2 .video-wrapper-outer,
  .post-content .imgrow.imgrow-3 .imgwrap,
  .post-content .imgrow.imgrow-3 .video-wrapper-outer {
    width: 100%;
    margin: 2% 0;
  }
  .post-content .nextprev .left,
  .post-content .nextprev .right {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
  }
  .post-content .nextprev .right .title {
    margin-right: 20px;
  }
  .post-content .nextprev .icon-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .projects {
    padding: 150px 0 0 0;
  }
  .projects .projects-wrapper .item {
    display: block;
  }
  .projects .projects-wrapper .item a {
    border-top: 1px solid #eee;
    height: 66px;
    position: relative;
  }
  .projects .projects-wrapper .item a img {
    width: 100px;
    display: block;
  }
  .projects .projects-wrapper .item a div {
    display: table;
    vertical-align: middle;
    position: absolute;
    padding-left: 110px;
    width: 100%;
    top: 0;
    height: 100%;
  }
  .projects .projects-wrapper .item a div p {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .navi span[class^="icon-"],
  .navi [class*=" icon-"] {
    font-size: 30px;
  }
  .single .content {
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact .colwrapper .col {
    width: 33.333333333333%;
  }
  .contact .colwrapper .col4 {
    float: left;
  }
  .contact .mapwrapper {
    top: 155px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact .colwrapper .col {
    width: 50%%;
  }
  .contact .colwrapper .col4 {
    float: left;
    margin-right: 0;
  }
  .contact .colwrapper .col4 span {
    padding: 5px 4px;
  }
  .contact .mapwrapper {
    top: 255px;
  }
  .contact .close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact .colwrapper {
    padding-left: 30px;
  }
  .contact .colwrapper .col {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .contact .colwrapper .col4 {
    position: absolute;
    top: 30px;
    right: 50px;
    margin-right: 0;
    margin-top: 0;
    width: 43px;
  }
  .contact .colwrapper .col4 span {
    padding: 6px 10px;
  }
  .contact .mapwrapper {
    display: none;
    top: 235px;
  }
  .contact .close {
    top: 29px;
    right: 3px;
    padding: 10px;
    width: 40px;
    height: 40px;
  }
}
.ie7 nav,
.ie7 .navlike,
.ie7 .main,
.ie8 nav,
.ie8 .navlike,
.ie8 .main {
  behavior: url("http://buerobauer.com/b/wp-content/themes/hue/PIE.htc");
}
.ie9 body .startbg {
  position: fixed;
}
