/* raleway-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v29-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Personal Flavour */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}

/* Typography */

body {
  font-size: 16px;
  letter-spacing: .05em;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4 {
  font-size: 22px;
}
h3 {
  font-size: 28px;
}
img{
  width:100%;
  height:auto;
}
p{
  line-height:1.2;
  font-weight: 300;
}
footer{
text-align: center;
padding: 5px;
color: #6d6e6d;
font-size:10px;
/* border-top: 1px solid #dcdcdc; */
margin:40px auto;
}
footer a {
  color: #6d6e6d;
  text-decoration: none;
}
/* Custom ultilities */
  /* Centered */

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .vertical-centered {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;

  }
  /* Separator */

  .separator {
    position: relative;
    margin-bottom: 1.7em;
    padding-bottom: 1.7em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
  }
  .separator:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 86px;
    height: 2px;
    background-color: #222;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .separator.orange:before {
    background-color: #d87843;
  }


/* Button inverted */

.button.inverted {
  font-size: inherit;
  padding: 25px 70px;
  color: white;
  height: auto;
  border: 3px solid white;
  text-transform: none;
  font-size: 26px;
}

.button.inverted:hover {
  background: white;
  color: #222;
}

.button.circle {
  padding: 0;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

/* =Section general styling
-------- */
.main, footer {
  padding-right: 200px;
  padding-left:200px;
  max-width:2500px;
}
.main, .sidebar {
  padding-top: 115px;
}
.main.buero .row{
  padding-top:15px;
}


/* =Navigation
-------- */

.navigation {
  list-style: none;
  position: fixed;
  background-color: rgba(255,255,255,0.7);
  background-color:#FFF;
  top: 0;
  z-index: 999;
  width: 100%;
  /* left:0; */
  text-align: right;
  padding:45px 195px 44px;
  max-width: 2490px;
  left: 50%;
  transform: translateX(-50%);
  
}

.index .navigation{
  background-color:transparent;
}
.submenu{
  position:absolute;
  right:195px;
  bottom:7px;
}
.main-navigation, .submenu{
  
  margin:0;
  /* background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.6) 55%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 55%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 55%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e5e5e5',GradientType=0 ); */
}
.main-navigation li, .submenu li{
  display: inline-block;
  margin: 0 1.32rem;
}
.main-navigation li:last-child, .submenu li:last-child{
  margin-right:0;
}
.navigation a, .sidebar .logo a {
  color:#6D6E6D;
  text-decoration: none;
  font-size:2rem;
  /* text-shadow: 1px 0px 6px #FFFFFF; */
}
.white .navigation a, .white .sidebar .logo a{
  color: #FFF;
}
.navigation a.active{
  font-weight:700;
  color:#000;
}
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width:200px;
  z-index: 999;
  text-align: right;
  height:100%;
  padding-bottom:48px;
}
.sidebar .logo, .sidebar .sidebarextra{
  text-align:left;
  padding-top:5px;
  /* padding-right:20px;
  padding-left:10px; */
  font-weight:bold;
  line-height: 1.2;
  font-size: 2rem;
  display: inline-block;
  width:165px;
}
.navigation a,.sidebar .sidebarextra{
  font-size:1.6rem;
}


.hero {
  padding: 0;
  min-height: 500px;
  text-align: center;
  position: relative;
  background-color: #6D6E6D; /* layer fill content */
  color: white;
}

/* product list page */
.project__item, .post__item{
  padding: 0px;
  position: relative;
  overflow: hidden;
  width:100%;
  border: 5px solid #FFF;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.project__item a{
  color:#FFF;
}
.project__img img{
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0px;
  padding: 0px;
}
.project__img img{
  display: block;
}

.project__caption{
  cursor: pointer;
  position: absolute;
  opacity: 0;
  margin:0;
  bottom: 0;
  transform: translateY(100%);
  width:100%;
  text-align:center;
  background-color:#6D6E6D;
  background-color:rgba(0,0,0,0.4);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.project__item:hover .project__img img{
  opacity: 1;
  transform: scale(1.2);
  
}
.project__item:hover .project__caption{
  opacity: 1;
  transform: translateY(0);
}
p{
  font-size:1.4rem;
}
.swiper-container {
    height: calc(100vh - 160px);
    margin-top:5px;
}
.swiper-slide{
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    
}
.swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-button-next,.swiper-button-prev{
    height: 100%;
    top: 0;
    width: 40px;
    margin-top:0;
    /* background-color: rgba(255,255,255,0.4); */
}
.swiper-button-next{
    right:0;
}
.swiper-button-prev{
    left:0;
}
.back-link{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    height: 15px;
    width: 18px;
    margin-top: 0;
    background-color: rgba(255,255,255,0.4);
    display: block;
    margin-top: 20px;
}
.footer-top{
  padding-top:15px;
  border-top: 1px solid #dcdcdc;
}
/* .footer-top, .footer-bottom{
  padding-right:25px;
} */
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) and (max-width: 750px) {
  .project__item{
    width:50%;
  }
}

@media (min-width: 550px) {
  .project__item, .post__item {
    border-width: 10px;
    border-top-width:7px;
    border-bottom-width: 7px;
  } 
  /* .footer-top, .footer-bottom{
    padding-right:30px;
  } */
}

/* Larger than tablet */
@media (min-width: 750px) {
  .project__item{
    width:33.3333333334%
  }
  .post__item{
    width:50%;
  }
}
@media (min-width: 881px){
   .navigation{padding-right:210px}
   .submenu{right:210px}
}
@media (min-width: 1200px){
  .project-details .row{
    padding-right:5px;
  }
  .project__item, .post__item {
    border-width: 20px;
    border-top-width:14px;
    border-bottom-width: 14px;
  } 
  
   .navigation {padding-right:220px}
   .submenu{right:220px}
  .sidebar .logo, .sidebar .sidebarextra{
    padding-top:10px;
  }
  .sidebar .logo a{
    font-size:2.4rem;
  }
  .navigation a, .sidebar .sidebarextra
  {
    font-size:2rem;
  }
  .submenu a{
    font-size:1.6rem;
  }
  footer{
    font-size:1.2rem;
  }
}

svg{
  width:100%;
  height:100%;
}



#mobile-menu-trigger{
  display:none;
}

#mobile-menu-trigger {
    cursor: pointer;
}

#mobile-menu-trigger {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

#mobile-menu-trigger .bar-icon-wrapper {
    -webkit-transform: translate3d(0, 0, 0); 
}

#mobile-menu-trigger .bar-icon {
    height: 3px;
    width: 30px;
    background: #444;
    display: block;
    opacity: 1;
    margin-top: 4px;
    -webkit-transition: -webkit-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -ms-transition: -ms-transform 0.15s linear;
    -moz-transition: -moz-transform 0.15s linear;
    transition: transform 0.15s linear;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.bar-icon:nth-child(2) {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.show_nav .bar-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -o-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
    transform: rotate(45deg) translate3d(5px, 5px, 0);
}

.show_nav #mobile-menu-trigger .bar-icon:nth-child(2) {
    opacity: 0;
}

.show_nav .bar-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

@media (max-width: 880px) {
  .sidebar{
    padding-top:10px;
    height:auto;
    padding-bottom:0;
  }
  .main-navigation, .submenu{
    display:none;
  }
  .submenu{
    position: relative;
    right:unset;
    bottom:unset;
    padding-top:15px;
    
  }
  .main-navigation li, .submenu li{
    margin-left:0
  }
  .navigation{
    padding: 95px 30px 15px;
    background-color:#FFF;
  }
  .show_nav .main-navigation, .show_nav .submenu{
    display: block;
    line-height:1.2;
  }
  .white #mobile-menu-trigger{
    color:#FFF;
  }
  .show_nav .navigation{
    background-color:#FFF!important;
    -webkit-box-shadow: 0px 0px 11px -2px #6D6E6D; 
    box-shadow: 0px 0px 11px -2px #6D6E6D;
  }
  .show_nav #mobile-menu-trigger, .show_nav .navigation a, .show_nav .sidebar .logo a{
    color:#6D6E6D!important;
  }
  #mobile-menu-trigger{
    z-index: 1000;
    display: block;
    position: fixed;
    width: 30px;
    height: 30px;
    right: 35px;
    top: 57px;
    cursor: pointer;
    color:#6D6E6D;
  }
  .main, footer{
    padding-left:25px;
    padding-right:25px;
  }
  /*bei buro passsts ned*/
  .buero.main{
    padding-left:30px;
    padding-right:30px;
  }
  .main{padding-top:108px;}
  .sidebar{
    justify-content: flex-start;
  }
  .sidebar .sidebarextra{
    padding-top:10px;
  }
  .back-link{
    margin-top:5px;
  }
  /* .footer-top, .footer-bottom{
    padding-right:210px;
  } */
}
@media (max-width: 550px){
  #mobile-menu-trigger{
    right: 30px;
  }
  .sidebar .logo, .sidebar .sidebarextra{
    width: 170px;
  }
}

@media (min-width:1800px){
  .main, footer{
    padding-left: 230px;
    padding-right:230px;
  }
  .submenu{
    right:235px;
  }

   .navigation{padding-right:250px}
   .submenu{right:250px}
  .sidebar{
    width:230px;
  }
  .sidebar .logo, .sidebar .sidebarextra{
    width:210px;
  }
  .sidebar .logo a{
    font-size:3rem
  }
  .navigation a, .sidebar .sidebarextra
  {
    font-size:2.4rem;
  }
  .submenu a{
    font-size:2rem;
  }
  footer{
    font-size:1.6rem;
  }
  /* .footer-top, .footer-bottom{
    padding-right:240px;
  } */
}
@media (min-width:2500px){
  .sidebar {
    width: calc((100% - 2100px)/2);
  }
  .main, footer{
    padding-left: 230px;
    padding-right:230px;
  }
  /* .navigation {
      padding-right: 235px;
  }

  .sidebar .logo, .sidebar .sidebarextra{
    width:250px;
  }
  .sidebar .logo a{
    font-size:4rem
  }
  .navigation a, .sidebar .sidebarextra
  {
    font-size:3.2rem;
  }
  footer{
    font-size:2.8rem;
  }
  .footer-top, .footer-bottom{
    max-width:2500px;
    padding-right:240px;
    margin:0 auto;
  } */
}