.owl-home,
.owl-projekte {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
}
.owl-home .owl-controls,
.owl-projekte .owl-controls {
  position: absolute;
  background-color: #000000;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 768px) {
  .owl-home .owl-controls,
  .owl-projekte .owl-controls {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .owl-home .owl-controls,
  .owl-projekte .owl-controls {
    left: 15px;
  }
}
.owl-home .owl-wrapper-outer,
.owl-projekte .owl-wrapper-outer {
  height: 100%;
}
.owl-home .owl-wrapper,
.owl-projekte .owl-wrapper {
  height: 100%;
}
.owl-home .owl-item,
.owl-projekte .owl-item {
  height: 100%;
  overflow: hidden;
}
.owl-home .owl-item h2,
.owl-projekte .owl-item h2 {
  display: none;
}
.owl-home .owl-item > div,
.owl-projekte .owl-item > div {
  height: 100%;
  overflow: hidden;
}
.owl-home .owl-item > div > img,
.owl-projekte .owl-item > div > img {
  min-width: 100%;
  min-height: 100vh;
  left: 50%;
  top: 50%;
  /*position: absolute;*/
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .owl-home .owl-item > div > img,
  .owl-projekte .owl-item > div > img {
    /*height: 100%;
          width: auto!important;*/
  }
}
.owl-home .owl-controls,
.owl-projekte .owl-controls {
  background-color: rgba(0, 0, 0, 0.75);
}
.owl-home .owl-controls .owl-buttons,
.owl-projekte .owl-controls .owl-buttons {
  float: right;
  /*border-left: 2px solid rgba(red(@c-bg-body),green(@c-bg-body),blue(@c-bg-body),.9);*/
}
.owl-home .owl-controls .owl-buttons div,
.owl-projekte .owl-controls .owl-buttons div {
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
  opacity: 1;
  margin: 5px 0;
  padding: 8px 9px;
}
.owl-home .project-caption,
.owl-projekte .project-caption {
  padding: 10px;
  min-width: 290px;
  font-family: 'Futura_Bold', arial, helvetica, san-serif;
  text-align: left;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
  min-height: 60px;
}
@media (min-width: 480px) {
  .owl-home .project-caption,
  .owl-projekte .project-caption {
    min-width: 440px;
  }
}
.owl-home .project-caption h2,
.owl-projekte .project-caption h2 {
  font-size: .95em;
  display: inline;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .owl-home .project-caption h2,
  .owl-projekte .project-caption h2 {
    line-height: 1.1;
    display: inline-block;
  }
  .owl-home .project-caption h2 small,
  .owl-projekte .project-caption h2 small {
    margin-top: 5px;
  }
}
.owl-home .project-caption h2 a,
.owl-projekte .project-caption h2 a {
  color: #ffffff;
}
.owl-home .project-caption h2 a:hover,
.owl-projekte .project-caption h2 a:hover {
  opacity: .8;
  text-decoration: none;
}
.owl-home .project-caption h2 small,
.owl-projekte .project-caption h2 small {
  font-family: 'Futura_Book', arial, helvetica, san-serif;
  display: block;
  font-size: 1em;
  color: #ffffff;
}
@media (max-width: 768px) {
  .owl-home .owl-controls {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .owl-home .owl-controls .owl-buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .owl-projekte {
    position: relative;
    height: auto;
  }
  .owl-projekte img {
    max-width: 100%;
    top: 0;
    height: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-bottom: 20px;
  }
  .owl-projekte .js-holder:last-child img {
    margin-bottom: 33px;
  }
  .project-description {
    float: none;
  }
}
.owl-item.loading {
  background: url(img/AjaxLoader.gif) no-repeat center center;
  background-color: #000000;
}
.owl-page .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-page .owl-controls .owl-buttons div {
  background-color: transparent;
  font-size: 30px;
  opacity: 1;
  padding: 10px;
}
.owl-page .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: -60px;
}
.owl-page .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: -60px;
}
@media (max-width: 767px) {
  .owl-page .owl-controls {
    display: none;
  }
  .owl-page .owl-controls .owl-buttons {
    display: none;
  }
}
.grabbing {
  cursor: url(img/grabbing.png) 8 8, move;
}
.js-holder h2 {
  opacity: 0;
}
/*.masonry-1{
  padding-bottom: 50px;
  .grid-sizer{
    width: 32%;
  }
  .gutter-sizer{
    width: 2%;
  }
  .item {
    width: 32%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #fff;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
    display: block;
    cursor: pointer;
    .caption{
      font-family: @font-bold;
      margin: 20px 0 20px 0;
      small{
        font-family: @font-base;
        font-size: 1em;
        display: block;
        color: @c-text;
        margin-top: 5px;
      }
      a{
        color: @c-text;
        text-transform: uppercase;
        &:hover{
          text-decoration: none;
        }
      }
    }
    img{
      max-width: 100%;
    }
    &:hover{
      .overlayed:before{
        opacity: 0;
      }
    }
  }
  @media (max-width: @screen-sm-max) {
    .grid-sizer{
      width: 49%;
    }
    .gutter-sizer{
      width: 2%;
    }
    .item {
      width: 49%;
    }
  }
  @media (max-width: 500px) {
    .grid-sizer{
      width: 100%;
    }
    .gutter-sizer{
      width: 0;
    }
    .item {
      width: 100%;
    }
  }
}*/
.sidr {
  background-color: #000000;
  font-family: 'Futura_Bold', arial, helvetica, san-serif;
  box-shadow: none;
}
.sidr ul {
  border-bottom: none;
  border-top: none;
  margin-top: 20px;
}
.sidr ul li {
  border: none;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sidr ul li a {
  padding: 0 35px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}
.sidr ul li.current-menu-item a {
  color: #c3c3c3;
}
.sidr ul li span {
  padding: 0;
}
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
  line-height: 50px;
}
.sidr ul li.active a,
.sidr ul li.sidr-class-active a,
.sidr ul li:hover a {
  color: #c3c3c3;
  box-shadow: none;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: none;
  color: #ffffff;
  opacity: 1;
}
/*
.wpglobus-current-language > a > .wpglobus_language_full_name{
  display: inline-block;
  &:after{
    font-family: "iconicfont";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e803';
    color: @c-text;
  }
}*/
.wpglobus-current-language > a > .wpglobus_language_full_name {
  display: none;
}
.wpglobus-current-language > ul.sub-menu {
  display: block;
}
.sidr ul li.wpglobus-current-language ul.sub-menu li a {
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  font-size: 15px;
  color: #ffffff;
  padding: 0 35px;
}
.sidr ul li.wpglobus-current-language ul.sub-menu li a span {
  padding: 0;
  color: #ffffff;
}
.sidr ul li.wpglobus-current-language ul.sub-menu li a:hover {
  color: #c3c3c3;
}
.sidr ul li.wpglobus-current-language ul.sub-menu li a:hover span {
  color: #c3c3c3;
}
.ias-spinner,
.ias-noneleft {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  margin-left: -16px;
}
.scrollable {
  height: 100%;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(150, 150, 150, 0.8);
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: -10px;
}
@media (min-width: 480px) {
  .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
  .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -15px;
  }
}
