/* 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: #706f6f;
	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;
    font-weight: 300;
	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-image:url(../img/lg_ideengeschaeft_w.png);
	background-repeat:no-repeat;
	background-position:left;
	margin:0;
	padding:0;
	width:322px;
	height:52px;
	z-index: 50;
	top:10%;
	left:5%;
	position: fixed;
}


h1{
	margin:auto;
	padding:0;
	font:48px/48px 'Source', sans-serif;
    letter-spacing:2px;
	text-transform: uppercase;
}
h2{	
	margin:100px auto 25px auto;
	padding:4px;
	font: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/30px'Source', sans-serif;
	text-transform: uppercase;
    text-align: right;
}

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

.pic img{width:100%;}


/* NAVIGATION */

#navi{
	width:50px;
	height:140px;
	top:50%;
    margin-top: -70px;
	right:5%;
	z-index: 20;
	position: fixed;
	float: right;
}
#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 100px; 
	padding: 0; 
	position: relative; 
	float:clear;
	overflow:hidden;
}


/* ARBEITEN */
#work{ 
	width:100%;
	padding: 150px 0 50px 0;
	overflow:auto;
}

#work{margin:0 auto;}

#work h3.head{width:30%;margin-left:10%;padding-left:10px;color:#fff;}


/* Grid */
.grid {
	width:80%;
	max-width: 70em;
	list-style: none;
	margin: 20px auto;
	padding: 0;
}
.grid li {
	display: block;
	float: left;
	padding: 10px;
	width: 25%;
	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; }
}

/* CASES */

figure.snip1256 {
  	font:26px'Source', sans-serif;
    font-weight: 300;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 220px;
    max-width: 500px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    background-color: #ddd;
    font-size: 16px;
    -webkit-perspective: 50em;
    perspective: 50em;
margin:0;

}
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: 20px 30px;
}
figure.snip1256 h5,
figure.snip1256 h6,
figure.snip1256 p {
  line-height: 18px;
}
figure.snip1256 h5 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    letter-spacing:1px;
    color:#ea0051;
    text-transform: uppercase;
    padding-bottom: 25px;
}
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 #ffffff;
  padding: 0.5em 1em;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  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;
}