/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../css/dancing-script-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/dancing-script-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/dancing-script-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/dancing-script-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/dancing-script-v24-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}
/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('../css/dancing-script-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/dancing-script-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/dancing-script-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/dancing-script-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../css/dancing-script-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/dancing-script-v24-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

.menu-button {
    position: fixed;
		display: block;
		z-index: 100;
    top: 3.5em;
    left: 0;
    cursor: pointer;
		background: #FBB635;
		padding: .5em .5em .5em .8em;
    -webkit-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;
    font-family: 'Dancing Script';
		color: white;
		font-size: 1.8em;
		line-height: .4em;
		text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.menu-panel {
	background: #FBB635;
	width: 240px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 80;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	padding-top: 5em;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	margin: 0px;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid #ff9200;
	cursor: pointer;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
} 

.menu-toc {
	list-style: none;
	margin: 0;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.3em;
	line-height: 3.5;
	padding: 0 20px;
	cursor: pointer;
	background: transparent;
	border-bottom: 1px solid #ff9200;
	border-top: 1px solid transparent;
	font-family: Helvetica,Arial,Sans-Serif;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #ff9e00;
	text-decoration: none;
	border-top: 1px solid #ff9e00;
}

.js.menu-panel {
    left: -240px;
}
.nonjs.menu-panel {
    left: 0px;
}


.js.menu-panel.show-menu {
	left: 0px;
}

.slideRight {
    left: 240px;
}

.chapter{
    position: relative;
    min-height: 100%;
}

.container {
    position: relative;
		padding: 3em;
    padding-top: 9em;
}

.question {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 3em 0 0 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(52%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    text-align:center;
}
.question p, .answer, h2, .menu-panel h3{
    font-family: 'Dancing Script';
    font-size: 2.8em;
    line-height: 1.4em;
}

h1.answer {
	margin-bottom: .6em;
}

h2 {
	font-size: 2.2em;
}

#willkommen {
    background-image: url(../img/subtle_grunge.png);
		background-attachment: fixed;
}
#und-alles-wird-gut {
    background-image: url(../img/daimond_eyes.png);
		background-attachment: fixed;
}

#kontakt {
    background-image: url(../img/subtle_white_feathers.png);
		background-attachment: fixed;
}

#impressum {
    background-image: url(../img/textured_paper.png);
		background-attachment: fixed;
}
#impressum .text{
	font-size: .8em;
}

#logo {
    height: 6em;
    width: 100%;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 99;
    padding: 1em 0.5em 0.5em 0.5em;    
    background: white;
    -webkit-border-radius: 0px 0px 200% 200%;
    border-radius: 0px 0px 200% 200%;
    -webkit-box-shadow:  0px 0px 20px 0px rgba(00, 00, 00, 0.25);
    box-shadow:  0px 0px 20px 0px rgba(00, 00, 00, 0.25);
}
#logo-wrapper {
	position: relative;
	text-align: center;
}
#logo-wrapper img {
	height: 5em;
}

/* Telefonnummernlink nur für Smartphones einfärben */
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-device-width: 960px) {
    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
        text-decoration: underline;
        color: blue;
   }
}

.portfolio {
	margin-top: 1.5em;
	margin-bottom: 2em;
}
.portfolio .projekt{
	margin-bottom: 2em;
	background: white;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}
.portfolio .projekt:hover {
	border-color: #FFC940;
	-webkit-box-shadow:  0px 0px 8px 0px #ffd573;
	        box-shadow:  0px 0px 8px 0px #ffd573;
}
.portfolio .span3 {
	width: 250px;
}

.text p {
	color: #444;
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: Georgia;
	margin: 0 0 2em 0;
}