/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 30px 0 50px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


::selection {background: #eb7f09; color: #fff;}
::-moz-selection {background: #eb7f09; color: #fff;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */


/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input[type="text"],
input[type="email"],
textarea {
	width: 270px;
	padding: 0 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	color: #1b2831;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.25) inset;
}

textarea {
	width: 603px;
	min-width: 603px;
	max-width: 603px;
	height: 265px;
	padding: 10px;
	min-height: 80px;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	margin-top: -5px;
	resize: none;
}

button,
input[type="text"],
input[type="email"] {
    line-height: normal;
    height: 40px;
}

input[type="email"] { margin-top: 20px; }

input[type="checkbox"]{
	width: 15px;
	height: 15px;
	margin: 0;
	-webkit-appearance: checkbox;
	-moz-appearance:    checkbox;
	appearance:         checkbox;
}

/* Captcha */
span.username input,
span.email input { margin-right: 18px; }

span.wpcf7-list-item{
	margin: 0;
}

img.wpcf7-captcha-captcha-808 {
	margin: 0 32px;
}
input.wpcf7-captchar {
	width: 200px;
	margin-right: 35px;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {

}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 111%;
	padding: 0;
}
.gallery-columns-1 .gallery-icon img {
	padding: 0;
}

.gallery-item {
    display: block;
    float: left;
    height: 199px;
    margin: 0 0 -23px 0;
}

.trigger:hover img,
.gallery-item a:hover img { opacity: 0.65; }


/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #ec7b00;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #d87100;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {}

.site-content {
	margin: 0;
}
.widget-area {
	margin: 0;
}


/* Header */

a.biglogo{
	display: block;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 36px;
	text-align: center;
	width: auto;
	float: right;	
}

.main-navigation li {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #19262f;
	line-height: 47px;
}
.main-navigation a:hover {
	color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.widget_language_switcher{
	position: absolute;
	display: block;
	width: auto;
	right: 0;
	top: 4px;
}
.widget_language_switcher li{
	margin: 0 7px 0 0;
	float: left;
}
.widget_language_switcher li:last-child{
	margin-right: 0;
}
#top .widget_language_switcher li img,
.widget_language_switcher li img{
	position: relative;
	display: block;
	margin: 0;
	top: 0;
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	width: 100%;
	height: 173px;
	color: #fff;
    background: #eb7f09 url(img/footer-bg.jpg) repeat-x;
	line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    border-top: 4px solid rgba(0, 0, 0, 0.2);
}

footer[role="contentinfo"] a {
	color: #fff;
	text-decoration: none;
    font-weight: 300;
}

footer[role="contentinfo"] a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets aside.widget {
	margin-top: 45px;
	float: left;
    width: 380px;
}

#text-4 { width: 330px; }

#text-5 {
    width: 250px;
    color: #ffffff;
}

#text-5 a { color: #ffffff; }


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #ec7b00;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h3.widget-title {
	font-size: 28px;
	line-height: 38px;
	font-weight: 300;
	margin: 0 0 50px 0;
}

h2.title,
h3.widget-title{
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
	margin-bottom: 40px;
}

.entry-content h3,
.comment-content h3 {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	line-height: 34px;
	margin: 0 0 28px 0;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}


.column-grid h1,
.column-grid h2,
.column-grid h3,
.column-grid h4 { clear: none; }

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

.entry-content table,
.comment-content table {
	margin: 0;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	padding: 0 10px 0 0;
}
.site-content article {
	margin: 0;
	padding: 50px 0 /*60px*/0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}


footer.entry-meta {
	margin-top: 0;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
	height: 60px;
}
.single-author .entry-meta .by-author {
	display: none;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

strong { font-weight: 600; }



/* =Media queries für 960px Breite
-------------------------------------------------------------- */

	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.site-content {
		width: 100%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		width: 100%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #ec7b00;
		line-height: 37px;
		white-space: nowrap;
		padding: 0 12px;
		position: relative;
		z-index: 2;
        font-size: 18px;
        border-radius: 5px;
        font-weight: 400;
	}
	
	.main-navigation li div.hover {
		background: #eb7f09;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		display: none;
	}

    .main-navigation .nav-menu li.active a,
    .main-navigation .nav-menu li:hover a { background: #eb7f09; }

    .main-navigation li.active a { color: #fff; }
	
	.main-navigation li {
		margin: 0 0 0 7px;
		position: relative;
	}
    .main-navigation li:first-child { margin: 0; }


	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}

	.main-navigation ul.nav-menu li:hover > ul {
		border-left: 0;
		display: block;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}

	.entry-header .entry-title {
		font-size: 30px;
		font-weight: 300;
		height: 60px;
        line-height: 10px;
	}

    .entry-header {
        border-bottom: 1px #d9d9d9 solid;
        margin-bottom: 36px;
    }

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}



/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
}


/* ########## Primetta Stylesheet ########## */

.site-header {
	padding: 0;
	height: 542px;
	width: 100%;
    background: #eb7f09;
}

#top {
	top:0;
	left:0;
	width: 100%;
    height: 97px;
	z-index: 99999;
	/*overflow:hidden;*/
    position: fixed;
    background: #fff;
	padding-top: 23px;
}

#top:after {
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 0;
}

.visible { display: block; }
.hidden { display: none; }


*.center {
	width: 960px;
	margin: auto;
	position: relative;
}
.center:after{
	display: block;
	content: "";
	clear: both;
}


#main { position: relative; }

#main:before {
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999;
}

article.page-area {
	background: white;
	font-size: 16px;
	line-height: 26px;
	color: #1b2831;
	z-index: 99;
	position: relative;
	width: 100%;
	margin: auto;
}

div.thumbnail {
	height: 670px;
	background-color: white;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
div.thumbnail.thumbnail-12 { display: none; }

/* Parallax-Fallback */
div.thumbnail-2 { background-position: center -130px; }
div.thumbnail-6 { background-position: center -60px; }
div.thumbnail-8 { background-position: center 0px; }
div.thumbnail-10 { background-position: center -100px; }


#curtain {
	display: none;
	z-index: 99999;
	background: rgba(255,255,255,0.6);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

#overlays {
	background: white;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);
	width: 860px;
	height: 450px;
	position: fixed;
	display: none;
	z-index: 100000;
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -480px;
	padding: 50px;
	overflow-y: auto;
	line-height: 24px;
}

#overlays p { margin-bottom: 24px; }

#overlays .impressum,
#overlays .datenschutz{
	display: none;
}

#overlays .impressum.active,
#overlays .datenschutz.active{
	display: block;
}

a.close {
	border: 3px solid #eb7f09;
	border-radius: 20px;
	display: block;
	height: 20px;
	text-align: center;
	width: 20px;
	padding: 2px 3px 4px 4px;
	background: #fff;
	position: absolute;
	top: 45px;
	right: 70px;
	line-height: 20px
}

*.button,
button,
input[type="submit"] {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #eb7f09;
	border:0;
    font-weight: 300;
	font-size: 16px;
    border-radius: 5px;
	margin-top:5px
}
*.button:hover,
button:hover,
input[type="submit"]:hover {
	color: #fff;
}

div.box {
	padding: 27px;
	background: #f1f1f1;
	margin-bottom: 16px;
}


/* Animationen */

.has-js .autofade,
.has-js .chain-first,
.has-js .chain-second,
.has-js .chain-third,
.has-js .chain-fourth,
.has-js .contentfade,
.has-js .brille,
.has-js #zl .decade,
.has-js #zl .decade span { opacity: 0; }


.has-js .line { height: 0; }


.has-js #zl li.decade {
	padding: 0;
	width: 20px;
	top: -30px;
}

span.wpcf7-not-valid-tip { position: absolute; }

.frame {
    border: 4px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.round { border-radius: 100px; }

.ansprechpartner > div {
    text-align: center;
    margin-bottom: 60px;
}

.ansprechpartner > div p { margin: 0; }

.ansprechpartner h2 {
    color: #ec7b00;
    font-size: 22px;
    margin: 0;
}


/* ImpulsSlider */

img[alt="dummy"]{ display: none; }

.ImpulsSlider_outerwrap {
    height: 542px;
}

.ImpulsSlider_Wrap {
    height: 542px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ImpulsSlider_innerDescription {
    width: 780px;
    height: 320px;
    left: 50%;
    margin-left: -390px;
    color: #fff;
    text-shadow: 1px 1px 0 #9c5200;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}
.ImpulsSlider_innerDescription h3 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

.ImpulsSlider_Pager {
    left: 50%;
    margin-left: -50px;
    bottom: 30px;
}


/* Leistungen */
#leistung {
    margin-top: 40px;
}

.leistung {
    width: 210px;
    padding: 0 55px;
    text-align: center;
    position: relative;
    float: left;
}

.leistung.disabled { opacity: 0.3; }

.leistung .frame {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block;
}

.leistung .frame img {
    height: 200px;
    min-width: 320px;
    max-width: 320px;
}

.leistung h2 {
    font-size: 22px;
    color: #eb7f09;
    font-weight: 400;
    margin: -15px 0 0;
    line-height: 28px;
}

.tooltip {
    width: 900px;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    margin-top: 315px;
    background: rgba(0, 0, 0, 0.75);
    font-weight: 300;
    padding: 20px 30px;
    text-align: left;
    z-index: 9999;

    display: none;
}
.active .tooltip { display: block; }

.page-area.post-2 { z-index: 9998; }

.second .tooltip { left: -320px; }
.third .tooltip { left: -640px; }


.tooltip:before {
    content: "";
    position: absolute;
    left: 130px;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid rgba(0, 0, 0, 0.75);
}
.second .tooltip:before { left: 450px; }
.third .tooltip:before { left: 770px; }

.tooltip h3 { color: #fff; }

.tooltip .alignleft {
    width: 299px;
    margin: 0 1px -6px 0;
}

.close {
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 30px;
}


/* Zeitleiste */
#historie {
    width: 100%;
    height: 100px;
    margin-bottom: 100px;
    position: relative;
    border-bottom: 2px solid #000;
}

.date {
    width: 0;
    height: 0;
    border-radius: 100px;
    border: 5px solid #eb7f09;
    position: absolute;
    bottom: -6px;
    background: #fff;
}
.date:hover {
    width: 8px;
    height: 8px;
    border: 3px solid #eb7f09;
    bottom: -7px;
    margin-left: -2px;
}

.big {
    width: 14px;
    height: 14px;
    bottom: -13px;
}

.first { left: 0; }
.last { right: 0; }

.date h3 {
    position: absolute;
    left: -23px;
    top: 10px;
    cursor: pointer;
}
.date:hover h3 {
    top: 15px;
    left: -19px;
}

.date .text {
    position: absolute;
    left: -141px;
    top: 60px;
    width: 260px;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px 20px;
    color: #fff;
    font-weight: 300;
    display: none;
}
.date:hover .text { display: block; }

.date .text:before {
    content: "";
    position: absolute;
    left: 130px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.75);
}

.date.oben h3 { top: -45px; }
.date.oben:hover h3 {
    top: -40px;
}

.date.oben .text { top: 30px; }

* {
    -webkit-appearance: none;
    -moz-appearance: none;
}

#kontakt a {
	cursor: pointer;
}

#qts-lang-menu {
	position: absolute;
	right: 0;
	top: 20px;
}

a.impressum,
a.datenschutz{
	cursor: pointer;
}

#page .qts-lang-menu img{
	position: relative;
	top: 0;
}
#page .qts-lang-menu a{
	display: block;
	line-height: 0;
}
span.wpcf7-not-valid-tip{
	left: 0;
	bottom: -35px;
}

.ginger_container{
	border-top: 4px solid rgba(0, 0, 0, 0.2);
}

.slideup{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 200px;
	right: -50px;
	z-index: 9999999;
	display: block;
	background: url('img/pfeil-neu.svg') no-repeat #eb7f09;
	background-size: auto 70%;
	background-position: center;
	
	-webkit-transition: right 0.2s ease-in-out 0s;
    -moz-transition: right 0.2s ease-in-out 0s;
    -o-transition: right 0.2s ease-in-out 0s;
    transition: right 0.2s ease-in-out 0s;
	
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slideup.active{
	right: 0;
}