/* Schrift */

@font-face {
	font-family: 'Source';
	src: url('../font/source-sans-pro-v11-latin-regular.woff2') format('woff2'),
 url('../font/source-sans-pro-v11-latin-regular.woff') format('woff'),
 url('../font/source-sans-pro-v11-latin-regular.ttf') format('truetype');
font-style: regular;
}
@font-face {
	font-family: 'Source';
	src: url('../font/source-sans-pro-v11-latin-italic.woff2') format('woff2'),
 url('../font/source-sans-pro-v11-latin-italic.woff') format('woff'),
 url('../font/source-sans-pro-v11-latin-italic.ttf') format('truetype');
font-style: italic;
}
@font-face {
	font-family: 'Source';
	src: url('../font/source-sans-pro-v11-latin-600.woff2') format('woff2'),
 url('../font/source-sans-pro-v11-latin-600.woff') format('woff'),
 url('../font/source-sans-pro-v11-latin-600.ttf') format('truetype');
	font-weight: 600;
	font-style: bold;
}

@font-face {
	font-family: 'Source';
	src: url('../font/source-sans-pro-v11-latin-900.woff2') format('woff2'),
 url('../font/source-sans-pro-v11-latin-900.woff') format('woff'),
 url('../font/source-sans-pro-v11-latin-900.ttf') format('truetype');
font-weight: 900;
}

header, footer, nav, section, aside, article
{ display:block;}

body{
    background-color: #fff;
	margin:0;
	padding:0;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:none;
	color: #e85811;
}

*:focus{
	outline:0;
	-moz-outline:0;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


#intro{
	width:200px;
	margin:20% auto 0 auto;
	}

p{
	margin:0 auto;
	font: 14px/22px , 'Source' sans-serif;
	color: #fff;
	text-align:left;
	-webkit-hyphens:auto;
	-webkit-hyphenate-limit-chars:auto 5;
	-webkit-hyphenate-limit-lines:2;
	-ms-hyphens:auto;
	-ms-hyphenate-limit-chars:auto 5;
	-ms-hyphenate-limit-lines:2;
	hyphens:auto;
	hyphenate-limit-chars:auto 5;
	hyphenate-limit-lines:2;
}

.logo{
	background:url(../img/lg_ideengeschaeft_w.png) no-repeat left;
	width:90%;
	height:52px;
	margin:0 auto;
	padding:0;
	z-index: 50;
	top:80px;
	left:5%;
	position: fixed;
}


h1{
	margin:auto;
	padding:0;
	font:30px/30px 'Source', sans-serif;
    letter-spacing:1px;
	text-transform: uppercase;
}
h2{	
	margin:100px auto 25px auto;
	padding:4px;
	font:15px/15px 'Source', sans-serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 3px;
	word-spacing:2px;
}

h3{
	margin:-15px auto 40px auto;
	padding:0;
	font:24px/26px 'Source', sans-serif;
	text-transform: uppercase;
}

#main-menu{
  -ms-flex-item-align: end;
      align-self: flex-end; 
}

.pic img{width:100%;}


/* NAVIGATION */

#navi{
	width:100%;
	height:auto;
	background-color: rgba(64,65,64,0.8);
	top:0;
	left:0%;
	z-index: 5001;
	position: fixed;
	float: right;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-flow: row wrap;
	      flex-flow: row wrap;
}
#navi ul{
	width:14px
	list-style-type: none;
	height:100px;
	margin:0;
	text-align: right;
}
#navi li{
	width:10px;
    height:10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1.5px solid #9d9d9c; 
    display: inline-block;
}
#navi li a{
    text-decoration:none;
	text-transform: uppercase;
    display: inline-block;
}
#navi li a:link{
	border-color: #9d9d9c;
}
#navi li a:hover{
	border-color: #7c7c7b;
}
active{
	border-color: #7c7c7b;
}

/* INHALT */

#content{
	width:100%;
	margin:0 auto; 
	padding:0;
}
.story { 
	width: 100%; 
	min-height: 700px; 
	margin: 0 auto; 
	padding: 0; 
	position: relative; 
	float:clear;
}


/* ARBEITEN */
#work{ 
	width:90%;
    margin-left:5%;
	padding: 150px 0 0 0;
}
#work h3.head{width:100%;color:#fff;}


/* FIGCAPTION */

figure.snip1256 {
    width: 100%;
    margin:0;
  	font:15px , 'Source', sans-serif;
    font-weight: 300;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 120px;
    max-width: 500px;
    color: #ffffff;
    text-align: left;
    background-color: #07090c;
    -webkit-perspective: 50em;
    perspective: 50em;
}
figure.snip1256 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1256 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 10px 10px;
}
figure.snip1256 h5,
figure.snip1256 h6,
figure.snip1256 p {
  line-height: 18px;
}
figure.snip1256 h5 {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    color:#ea0051;
    text-transform: uppercase;
    padding-bottom: 15px;
}
figure.snip1256 h6 {
    margin: 0;
    font-weight: 300;
    font-size: 8px;
    letter-spacing:2px;
    color:#fff;
    text-transform: uppercase;
}
figure.snip1256 p {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 15px;
}
figure.snip1256 .read-more {
  border: 2px solid #fff;
  padding: 3px 5px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
figure.snip1256 .read-more:hover {
  color: #ea0051;
    border-color: #ea0051;
}
figure.snip1256:hover img,
figure.snip1256.hover img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
figure.snip1256:hover figcaption,
figure.snip1256.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Grid */
.grid {
	width:100%;
	max-width: 70em;
	list-style: none;
	margin: 20px auto;
	padding: 0;
}
.grid li {
	display: block;
	float: left;
	padding: 10px;
	width: 50%;
	opacity: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}
.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	color: #fcc300;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}


