
/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/work-sans-v18-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/work-sans-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/work-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v18-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}


body{
  margin:0;
  overflow-y: scroll; /* This is optional, but you need it for a full width gallery */
  padding: 15px 3%;
  background: #e4e4e4;
}

img {
  width: auto;
  height: auto;
}
a {text-decoration: none;}
.image-caption, .grid-loadMore, .autoGrid-lightbox, .category-navbar{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.image-caption h3, .image-caption h5{
  font-weight: 300;
}

.image-caption h3{
  font-size: 21px;
  margin: 0;
}


.image-caption h5{
  font-size: 15px;
  margin: 12px 0 0 0;
}

/* *************************************** LOADING STYLE *************************************** */
.grid-loader{
  width: 43px;
  height: 20px;
  padding: 10px 15px 10px 15px;
  background: url(../img/loader2.gif) no-repeat;
  background-position:center;
  margin: 20px auto;
}

.grid-loadMore{
  cursor: pointer;
  margin: 20px auto;
  width: 150px;
  text-align: center;
  color: white;
  background-color: black;
  background: rgba(0,0,0,.6);
  border-radius: 2px;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
}

.grid-loadMore:hover{
  text-decoration: none;
  color: white;
  background: rgba(0,0,0,.8);
}
/* *************************************** CATEGORY NAVIGATION BAR *************************************** */

.category-navbar{
  font-size: 0px;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0px 0 6px 0px;
	float: right;
	position: absolute;
    top: 8px;
    right: 30px;
	
}

.category-navbar li:first-child{
  margin: 0 0 0 7px;
  display: none;
}

.category-navbar li{
  display: inline-block;
  line-height: 16px;
  margin: 0 0 0 -1px;
  padding: 5px 0 5px 0;

  background: url(../img/line.png) no-repeat scroll right -1px transparent;
}

.category-navbar li:last-child{
  background: none;
}

.category-navbar li a{
  cursor: pointer;
  color: #676767;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin: 0 0px 0px 0;
  padding: 10px 13px;
  border-radius: 1px;
  moz-border-radius: 1px;
  -webkit-border-radius: 1px;

  -webkit-transition: background-color .1s;
     -moz-transition: background-color .1s;
       -o-transition: background-color .1s;
      -ms-transition: background-color .1s;
          transition: background-color .1s;
}

.category-navbar li a:hover{
  text-decoration: none;
  background: #eee;
  color: #222;
}

.category-navbar li.select a{
  background: #666;
  color: #fff;
}

/* *************************************** CAPTION STYLE *************************************** */
.gbox{
  cursor: pointer;
  overflow: hidden;

  -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
     -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
       -o-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
      -ms-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
          box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

.lightbox-text{
  display: none;
}

.visible-caption{
  position: static !important; 
  display: block !important;
  background: white !important;

  -webkit-box-shadow: none !important;
          box-shadow: none !important;

  color: black !important;

  padding: 20px;
}

.image-caption{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #313131;
  background: rgba(0,0,0,.7);
  color: #fff;

  display: none;

  -webkit-transform: translate3d(0,0,0);
  -webkit-box-shadow: inset 0 4px 40px #000;
  box-shadow: inset 0 4px 40px #000;

}

/* The style for centering the caption (vertically and horizontally) */
.image-caption>div{
  height: 100%;
  width: 100%;
  display: table !important;
}

.image-caption>div>div{
  padding: 15px;
  display: table-cell !important;
  vertical-align: middle; /* FOR VERTICAL ALIGN */
  text-align:center; /* FOR HORIZONTAL ALIGN */
}

/* *************************************** LIGHT-BOX STYLE *************************************** */
.lightbox-alignment{
  height: 100%;
  width: 100%;
  display: table !important;
  table-layout: fixed !important;
  position: absolute;
    top: 3%;
}

.lightbox-alignment2{
  display: table-cell !important;
  vertical-align: middle; /* FOR VERTICAL ALIGN */
  text-align:center; /* FOR HORIZONTAL ALIGN */
}

.autoGrid-lightbox img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-timer{
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}

.lb-loader{
  width: 43px;
  height: 11px;
  background: url(../img/loader.gif);
  
  margin: 20px auto;
}

.autoGrid-lightbox{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(226, 226, 226);

  text-align: center;
  z-index: 99999;
  max-width: 100% !important;
}

.autoGrid-lightbox img{
  max-width: 100%;
}

.autoGrid-nav{
 
  height: 50px;
  width: 100%;
  background: transparent;
    
}

/*.autoGrid-play, .autoGrid-close, .autoGrid-next, .autoGrid-prev, .autoGrid-font{
  width: 88px;
  height: 57px;
  position: relative;
  cursor: pointer;
  z-index: 3000;
} */
.autoGrid-prev {
	width: 40% !important;
    height: 100% !important;
	position: absolute;
	cursor: pointer;
	z-index: 3000;
}
.autoGrid-next {
	width: 40% !important;
    height: 100% !important;
	position: absolute;
	right: 0;
	cursor: pointer;
	z-index: 3000;
}

.autoGrid-close {
	width: 50px;
    height: 50px;
    z-index: 5000;
    position: absolute;
    right: 0;
	cursor: pointer;
}


.selected{
  background: black;
}

.selected .iconPlay{
  background-position: -164px -3px;
}

.autoGrid-lbcaption{
  float: left;
  color: white;
  height: 57px;
  font-size: 0px;
    width: 0;
}

.autoGrid-lbcaption span{
  margin-left: 3px;
  color: #D7D7D7;
  font-size: 11px;
}

.autoGrid-lbcaption>div{
  height: 100%;
  width: 100%;
  display: table !important;
}

.autoGrid-lbcaption>div>div{
  padding: 0 15px 0 15px;
  display: table-cell !important;
    vertical-align: middle; /* FOR VERTICAL ALIGN */
    text-align:center; /* FOR HORIZONTAL ALIGN */
}

.autoGrid-play, .autoGrid-close{
  float: right;
}

.autoGrid-next, .autoGrid-prev{
  float: right;
}
/*.autoGrid-prev { opacity: 0;  cursor: url(prev.cur), pointer; }
.autoGrid-next { opacity: 0;  cursor: url(next.png), pointer; }


.autoGrid-prev {cursor: url(../img/prev.gif), url(../img/prev.png), url(../img/prev.cur), url(../img/prev.ico), pointer;}*/

.iconPlay, .iconClose,  .iconFont{
  position: absolute;
  top: 50%;
  display: block;
} 

.iconClose{
	width: 25px;
	height: 25px;
	margin: -13px 0 0 -13px;
	left: 50%;
	background: url(../img/icons.png);
	background-position: -2px -3px;
}

.iconPlay{
  width: 17px;
  margin: -13px 0 0 -8px;
  background: url(../img/icons.png);

  background-position: -137px -3px;

  -webkit-transition:all .3s;
     -moz-transition:all .3s;
       -o-transition:all .3s;
      -ms-transition:all .3s;
          transition:all .3s;
}

.iconFont{
  width: 46px;
  margin: -13px 0 0 -23px;

  background: url(../img/icons.png);
  background-position: -85px -3px;
}

.iconNext, .iconPrev{
	width: 37px;
    height: 85px;
    background-size: contain !important;
    background-repeat: no-repeat;

}

.iconPrev{
	position: absolute;
	top: 43%;
	background: url(../img/prev.svg);
	left: 43%;
    visibility: hidden;
}

.iconNext{
	position: absolute;
	top: 43%;
	left: 50%;
	background: url(../img/next.svg);
	right: 10%;
	visibility: hidden;
}


/* *************************************** GRID STYLE *************************************** */

.centered { 
    margin: auto; 
}

.centered img{
  display: block;
  width: 100%;
}

.gbox {
  /*margin: 2px; 
  padding: 5px;*/
  /*font-size: 11px;*/
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.rtl .gbox {
  float: right;
  text-align: right; 
  direction: rtl;
}
/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
      -ms-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}


/**** Clearfix ****/
.grid-clearfix:before, .grid-clearfix:after { content: ""; display: table; }
.grid-clearfix:after { clear: both; }
.grid-clearfix { zoom: 1; }


.centered{
  overflow: auto;
  width: 100%;
}

.visible{
  overflow: visible !important;
}

.noTransform{
  -webkit-transform: none !important;
     -moz-transform: none !important;
       -o-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

/**=====  special ============================== **/
.bodyOverflow {overflow:hidden;}
header {
	position: fixed;
    top: 0;
	left: 0;
    background: #e4e4e4;
    z-index: 200;
    width: 100%;
    height: 90px;
}
.headerShadow {
	-webkit-box-shadow: 0px 9px 33px -10px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 9px 33px -10px rgba(0,0,0,0.67);
	box-shadow: 0px 9px 33px -10px rgba(0,0,0,0.67);
}
.logo {display: none;}
.logoMobile {
	width: 115px;
    margin-left: 8px;
	margin-top: 8px;
}
.logo h1, .logoMobile h1 {
	font-family: 'Work Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.2em;
    margin: 0;
    font-weight: 200;
    color: black;
    line-height: 0.8;
}
.logo .sub, .logoMobile .sub {
    font-size: 0.7em;
    font-weight: 700;
    margin-left: 6px;
    margin-top: 3px;
    letter-spacing: 0.08em;
    font-family: 'Kanit', sans-serif;
}
.bereich {display: none;}
.bereichMobile {
	position: relative;
    margin: 2.7%;
    font-family: 'Work Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
    font-size: 1.2em;
}
.more {
    position: absolute;
    top: 22px;
    right: 2.6%;
    width: 200px;
    height: 34px;
    cursor: pointer;
}
.more h2 {
	font-family: 'Kanit', sans-serif;
    font-size: 1.2em;
    line-height: 1;
    text-align: right;
	padding-right: 5px;
	margin: 0;
    color: black;
}
.menu {
	position: relative;
    width: 120px;
    padding: 10px 0 20px 85px;
    background: #e4e4e4;
    visibility: hidden;
    z-index: 2000;
    font-family: 'Work Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #4C4C4C;
    letter-spacing: 0.0625em;
}
.menu li {
	display: block;
	padding: 4px 0;
}
.menu li:nth-child(7) {
	border-top: 1px solid #656464;
}
.menu li .NoHover {
	font-weight: 300 !important;
}
.menu li a{
	color: #121212;
	text-decoration: none;
}
.menu li a:hover{
	font-weight: 500;
}
.menu .sub {
	margin: 0;
    padding-left: 20px;
}

#facebook img {
    width: 100%;
}
.menu #facebook {
    position: absolute;
    top: 77%;
    left: 36px;
	width: 20px
}
.menu #facebook:hover {
	width: 24px
}

#instagram img {
    width: 100%;
}
.menu #instagram {
    position: absolute;
    top: 86%;
    left: 36px;
	width: 20px
}
.menu #instagram:hover {
	width: 24px
}
#grid {
	margin-top: 78px;
}
.impressum, .contact {
    position: absolute;
    height: 100%;
    width: 94%;
    top: 0;
	left: 0;
	padding: 0 3% 0 3%;
    background: #BFBFBF;
    overflow: hidden;
	font-family: 'Work Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #4C4C4C;
    letter-spacing: 0.0625em;
    visibility: hidden;
    z-index: 5000;
}
h2 {
    font-weight: 300;
}
.text {
	position: relative;
    width: 70%;
    max-width: 300px;
    float: left;
}
.impressum p {
	width: 101%;
    height: 87%;
    overflow-y: auto;
}
.text p {margin: 0;}
#studioSlider {
	position: relative;
    width: 100%;
    float: left;
    margin-top: 7px;
}
.studio {
	position: absolute;
    width: 100%;
}
.close {
    position: absolute;
    top: -1px;
    right: 25px;
    font-size: 55px;
    font-weight: 300;
    color: white;
    cursor: pointer;
    z-index: 20;
}

@media screen and (min-width:500px) {
	.logo {
		width: 115px;
		margin-left: 2.7%;
		margin-top: 15px;
		display: block;
	}
	.logo h1 {
		font-size: 2em;
	}
	.logo .sub {
		font-size: 1.2em;
	}
	.logoMobile {visibility: hidden;}
	.bereich {
		position: absolute;
		top: 33px;
		margin: 0;
		margin-left: 42%;
		font-family: 'Work Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 200;
		font-size: 2em;
		display: block;
	}
	.bereichMobile {visibility: hidden;}
	.more {
    top: 47px;
	}
	#grid {
		margin-top: 95px;
	}
	.impressum p {
		width: 85%;
		overflow: hidden;
	}
	#studioSlider {
		width: 65%;
	}
	
	
}


