body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,form,fieldset,blockquote{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #1c1c1c;
	font: 13px open_sans, Arial, Helvetica, Sans-Serif;
    font-family: 'Open Sans', sans-serif;
}
a{
	color: #1c1c1c;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	outline: none;
	text-decoration: none;
	-webkit-transition: .2s
}
a:hover{
	color: #bababa
}
input,select,textarea{
	border: #999999 1px solid;
	color: #333333;
	font: 14px open_sans Arial, Helvetica, sans-serif;
    font-family: 'Open Sans', sans-serif;
	padding: 8px;
}
li{
	list-style: none
}
h1, h2{
	font-size: 16px;
	margin: 0 0 1.5em;
	text-transform: uppercase
}
h1 em{
	display: block;
	font-style: normal;
	font-weight: normal
}
h3{
	font-size: 13px;
	margin: 0 0 .5em
}
h3.titelnews {
	font-size: 13px;
	margin: 0;
    text-transform: uppercase;
}
h4, h5, h6{
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 .2em
}
h5{
	font-family: open_sans_condensed;
    font-family: 'Open Sans', sans-serif;
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
table{
	border-collapse: collapse;
	width: 100%
}
img{
	display: block
}
#page{
	margin: 0 auto;
	max-width: 1150px;
	padding: 27px 0 50px
}
#home #page{
    margin: auto !important;
	max-width: 1150px;
	/*padding: 13px 0 25px ; */
    padding: 27px 0 50px;
}
#header{
	height: 80px;
	margin: 0 0 55px
}
#home #header{
	margin: 0 0 10px
}
.logo{
	float: right
}
#title img{
    max-height: 80vH;
    max-width: 100%;
    margin: auto;
    height: auto;
    width: auto;
}
.headline{
	clear: both;
	margin: 0 0 20px;
	min-height: 25%
}
#nav-menu{
	display: none;
	float: left;
	outline: none
}
.languages{
	float: right;
	font: 14px open_sans;
    font-family: 'Open Sans';
	text-transform: uppercase
}
.languages a{
	color: #bababa
}
.languages .active,
.languages a:hover{
	color: #1c1c1c
}
.nav1{
	float: left;
	font: 26px open_sans;
    font-family: 'Open Sans';
	margin: 23px 0 0;
	text-transform: uppercase
}
#home .nav1{
	    margin: 22px 0 0;
}
.nav1 li{
	display: inline-block;
	margin: 0 21px 0 0;
    font-weight: normal;
}
.nav1 li:last-child{
	margin: 0
}
#home .nav1 a{
	color: #1c1c1c
}
.nav1 a{
	color: #bababa;
	display: inline-block;
	text-decoration: none
}
.nav1 a:hover,
.nav1 .active a{
	color: #1c1c1c;
	font-weight: bold;
}
#home .nav1 a:hover,
#home .nav1 .active a{
	color: #bababa
}
.nav2{
	font: 16px open_sans;
    font-family: 'Open Sans';
	text-transform: uppercase;
    margin-top: -55px;
    position: absolute;
    top: 142px;
    width: 90%;
    max-width: 1150px;
}
.nav2 li{
	display: inline-block;
	margin: 0 16px 0 0;
    float: left;
    font-weight: normal;
}
.nav2 li:last-child{
	margin: 0
}
.nav2 a{
	color: #bababa;
	display: inline-block;
	text-decoration: none
}
.nav2 a:hover,
.nav2 .active a{
	color: #1c1c1c;
	font-weight: bold;
}
.nav-blocks{
	font-size: 28px;
	height: 24px;
	line-height: .5em;
	overflow: hidden
}
.nav-blocks .lnr, .btn-blocks{
	display: inline-block;
	margin: 0 8px
}
.nav-blocks a{
	color: #000000;
	display: inline-block;
	text-decoration: none
}
.nav-blocks a:hover{
	color: #bababa
}
.isotope-grid{
	margin: 0 -5px;
	overflow: hidden
}
.grid-sizer{
	width: 33.3%
}
.grid-item{
	margin: 0 0 35px;
	padding: 0 5px;
	width: 33.3%
}
.grid-item img{
	height: auto;
	width: 100%;

}
.project-list img{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.project-list img:hover{
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.grid-item--width2{
	width: 100% !important
}
.project-list h3{
	font-weight: normal
}
.project-list .grid-item img{
	margin: 0 0 5px
}
.project-details .grid-item,
.project-details .grid-sizer{
	width: 50%
}
.project-details .grid-item{
	margin: 0 0 10px
}
.project-info ul{
	line-height: 1.5em;
	margin: 0 0 20px
}
.news-list .row{
	margin: 0 -7px 30px
}
.news-list [class*="col-"]{
	padding-left: 7px;
	padding-right: 7px
}
.pic-news img{
	height: auto;
	width: 100%
}

#title.startseite{
  max-width: 1150px;
  margin: auto;
  margin-top: 40px;
}

.news-list a{
      text-decoration: underline;
}

.fancybox-opened .fancybox-skin{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
   -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-skin{
        background: unset;
}

.pro-pic-left{
    margin-top: -46px;
}

.project-list .grid-item img{
  width: 85%;
  margin: auto;
}

.news-list .grid-item img{
  width: 85%;
  margin: auto;
}

.news-desc{
  width: 85%;
  margin: auto;
}

.news-desc p{
  padding-bottom: 0;
}

.pro-title{
  width: 85%;
  margin: auto;
  text-align: center;
  padding-top: 5px;
  font-size:12px;
  text-transform: uppercase;
}

.icon_images{
    top: 10px;
    right: 15px;
    position: absolute;
}

.icon_images:hover{
    color: #bababa;
}

.icon_images:before {
  color: white;
    content: "\e006";
    font-size: 25px;
}

.slider-mobile{
    display: none;
}

#slider1{
  max-width: 100%;
}

#slider1 img{
  max-width: 371px;
    max-height: 287px;
    width: auto;
    height: auto;
}

#slider1 #adv-custom-pager1{
  display: none;
}

.slide.row.cycle-slide.cycle-sentinel{
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.slide.row.cycle-slide{
  margin: 0;
}

.project-list img.small{
    max-width: 240px;
}

.project-list img.med{
    max-width: 280px;
}

.project-list img.big{
    max-width: 320px;
}

.page-view {
  max-width: 800px;
}

.mobileumbruch{
  display:none
}
img.insta{
  height: 20px
}




.btn-left{
  cursor: url(../images/btn-left.cur), w-resize;
  height: 90%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 49.5%;
  z-index: 100;
}
.btn-right{
  cursor: url(../images/btn-right.cur), w-resize;
  height: 90%;
  position: absolute;
  right: 0;
  top: 10%;
  width: 49.5%;
  z-index: 100;
}
#slider{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

#slider .portrait{
  height: 100%;
  width: auto;
  max-width: 100%;
/*  max-height: 100%;*/
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#slider .landscape{
  height: auto;   /* Zuvor height: auto; width: auto; */
  width: 100%;
}
.pictures-mobile{
    display: none;
}
.project-info_text::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.351) 91%, rgba(255, 255, 255, 0) 100%);
    bottom: 20px;
    content: '';
    height: 165px;
    left: 0;
    position: absolute;
    right: 0;
}
.hideBefore::before {
    content: none;
}
.hideBtn {
    display: none;
}
.btn-showAllText img {
    height: 20px;
}
.text_1 {
    max-height: 500px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.slide {
    width: 100%;
    height: 100%;
}
.slide img {
    height: auto;
    width: 100%;
}
.zoomit {
    height: 31px !important;
    width: auto !important;
    z-index: 30000;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: auto;
}
.pictures-desktop {
     -ms-user-select: None;
     -moz-user-select: None;
     -webkit-user-select: None;
     user-select: None;
}


/* Fancybox Zoom */
/*.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    width: 100% !important;
    left: 0 !important;
    text-align: -webkit-center;
} */

.fancybox-next {
    right: -100%;
}

.fancybox-prev {
    left: -100%;
}

.fancybox-nav {
    width: 140%;
}

.fancybox-next span {
    right: calc(71.4% + 30px);
}

.fancybox-prev span {
    left: calc(71.4% + 30px);
}

