/* 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;}

html, body{height:100%;margin:0;}

body{
	background:#fff;
	margin:0;
	padding:0;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}
a{
	font: 15px/20px Source;
	text-decoration:none;
	color:#996b88;
}
a:hover{
	color: #626362;
}

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

p{
	margin:0 auto;
	font: 15px/20px Source;
	font-style: regular;
	color: #626362;
	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:200px auto;
	padding:0;
	font:24px/30px Source;
	color:#fff;
	text-align:center;
}

h2{	
	margin:0 auto 10px auto;
	padding:0;
	font:15px/20px Source;
	font-weight: 600;
	color:#626362;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: 2px;
	word-spacing:2px;
}
h2::before{content:'_';}

h3{	
	margin:0 auto 30px auto;
	padding:0;
	font:24px/30px Source;
	color:#996b88;
	text-align:left;
}
h4{	
	margin:0;
	margin-top:10px;
	padding:0;
	font: 13px/20px Source;
	font-weight: 600;	
	color: #626362;
	text-align:left;
}
h5{	
	margin:0;
	margin-top:10px;
	padding:0;
	font: 13px/20px Source;
	font-weight: 900;	
	color: #626362;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: 2px;
}

/** 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%; }


/* M U E L L */

#muell{width:35%;margin:0 auto;}
.link{margin:100px auto 0 auto;text-align:right;}

.zeh{
	width:400px;
	height:150px;
	margin:70px auto 0 auto;
	background:url(../img/zeh.jpg) left center;
	-webkit-animation:play 6s steps(24) infinite;
	-moz-animation:play 6s steps(24) infinite;
	-o-animation:play 6s steps(24) infinite;
	animation:play 6s steps(24) infinite;
	overflow:hidden;
}
@-webkit-keyframes play{
	33%{background-position:-9600px;}
	100%{background-position:-9600px;}
}
@-moz-keyframes play{
	33%{background-position:-9600px;}
	100%{background-position:-9600px;}
}
@-o-keyframes play{
	33%{background-position:-9600px;}
	100%{background-position:-9600px;}
}
@keyframes play{
	33%{background-position:-9600px;}
	100%{background-position:-9600px;}
}

/* P R I V A T */
#privat .head{
	width:80%;
	margin:50px 0 50px 10%;
}
#privat .links{
	width:40%;
	height:90%;
	margin:0 0 0 10%;
	padding-right:3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
#privat .rechts{
	width:35%;
	margin:0 0 0 50%;
	padding:0;
}
#privat img{
	width:50%;
	margin:-30px 0 30px 0;
	padding:0;
}
#privat .line{
	height:1px;
	margin:0;
	margin-top:30px;
	padding:0;
	border-bottom:1px solid #626362;
}
.quote{
	margin-top:-30px;
	font: 15px/20px Source;
	text-align:left;
	text-transform:uppercase;
	color:#996b88;
}
.quote:before{
	content:"„";
	font: 60px/70px Source;
	font-weight:600;
	color:#996b88;
}



/* J O B */

/* NAVIGATION */

#navi{
	width:70%;
	height:12px;
	top:10%;
	right:10%;
	margin-top:6px;
	z-index: 40;
	position: fixed;
	float: right;
}
#navi ul{
	width:100%;
	list-style-type: none;
	height:12px;
	margin:0;
	text-align: right;
}
#navi li{
	min-width:4%;
	padding-left:4%;
	display: inline-block;
}
#navi li a{
	text-decoration:none;
	font: 12px/12px Source;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
}
#navi li a:link{
	color: #fff;
	padding-bottom:5px;
}
#navi li a:hover{
	color: #000;
	font-weight:600;
}
.active {border-bottom:2px solid #626362;}


/* Typewriter */
.type {
	width:100%;
	margin:20% auto;
	padding:0;
	font:30px/30px Source;
	color:#fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

@-webkit-keyframes blink {
	50% {opacity: 0.0;}
}
@-moz-keyframes blink {
	50% {opacity: 0.0;}
}
@-o-keyframes blink {
	50% {opacity: 0.0;}
}
@keyframes blink {
	50% {opacity: 0.0;}
}

.txt {display: inline-block;}
.symbol { 
	display: inline-block; 
	opacity: 1.0; 
	margin-left: -0.2em;
	-webkit-animation: blink .7s step-start 0s infinite; 
	-moz-animation: blink .7s step-start 0s infinite; 
	-o-animation: blink .7s step-start 0s infinite; 
	animation: blink .7s step-start 0s infinite;
}
#rerun {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	visibility:hidden;
}


/* INHALT */

.story { 
	width: 100%;
	min-height:100%;
	height:auto !important; 
	height:100%;	
	margin: 0 auto;
	padding: 0; 
	position: relative; 
	float:clear;
	overflow-x:hidden;
	overflow-y:auto;
}
section{
	width:100%;
	height:100%;
}
#home, #work, #service, #about, #contact, #impressum, #privat{ 
	width:100%;
	min-height:100%;
	height:auto !important; 
	height:100%;	
	scroll-snap-align:start;
	padding: 5% 0 50px 0;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#home{
	background:#996b88;
	background: linear-gradient(140deg, #c58bb0 10%, #835b74 100%);
	background: -webkit-linear-gradient(140deg,#c58bb0 10%,#835b74 100%);
	background: -moz-linear-gradient(140deg, #c58bb0 10%, #835b74 100%);
	}

#work .head,
#contact .head,
#impressum .head{
	width:80%;
	margin:120px 0 50px 10%;
}
#work .links,
#contact .links, 
#impressum .links{
	width:40%;
	height:90%;
	margin:0 0 0 10%;
	padding-right:3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
#work .rechts,
#contact .rechts,
#impressum .rechts{
	width:40%;
	height:90%;
	margin:0 0 0 50%;
	padding-right:3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#service .links,
#about .links{
	width:40%;
	height:90%;
	margin:120px 0 0 10%;
	padding-right:3%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
#service .rechts,
#about .rechts{
	width:50%;
	height:90%;
	margin:220px 0 0 50%;
	padding-right:5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#service h3{color:#91cfcc;}
#about h3{color:#e6b5a3; }
#contact h3{color:#996b88;}
#impressum p{font-size:13px;}


/* PopUp */
.folder a{
	background:url(../img/btn_folder.png) no-repeat;
	height:65px;
	margin:100px 0 0 0;
	padding-top:53px;
	display:block;
	font:13px/14px Source;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Vertical Accordion Style */

.wrap { 
	max-width: 60%; 
	margin: 0;
}

.accordion {
	width: 100%;
	margin: auto;
	height: 480px;
}
.accordion input{
	display: none;
}

.accordion input:checked+label {
	border-bottom:1px dotted #91cfcc;
	color: #91cfcc;
}

.accordion input:checked+label:before {
	-webkit-transition: 0.5s;
	-moztransition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.accordion input:checked~.panel {
	height: auto;
	font-size: 15px;
	padding: 5px 5px 20px 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.accordion label {
	width: 100%;
	padding: 5px;
	padding-top:0;
	display: block;
	color: #626362;
	font: 15px/20px Source;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 100;
	cursor: pointer;
}
.accordion label:hover {
	color: #91cfcc;
}
.accordion label:after{ content: '\002B'; color: #91cfcc; float: right; font-size: 1.6em;}
.accordion input:checked+label:after { content: '\2212'; color: 626362; float: right;font-size: 1.6em;}

.accordion .panel {
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.accordion .panel p{
	font: 15px/20px "Source";
	font-style: italic;
	color: #626362;
	letter-spacing:1;
}

