/*
Theme Name: archaeofirm
Theme URI: http://wordpress.org/extend/themes/archaeofirm
Author: Impuls
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: archaeofirm

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 {
}
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;
}
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;
	max-width: 100%;
}

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


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

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 18px;
	font-weight: bold;
	color: #636363;
}

/* 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;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* 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 {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background: rgb(127,101,75);
	background: rgba(127,101,75,0.5);
	-webkit-appearance: none;
}
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 {
	color: #fff;
	background: url("img/slidertitelbild-gelb.jpg");
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	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%;
}
iframe {
	width: 100% !important;
}
.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;
	font-size: 0.857142857rem;
	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: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 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;
	margin: 3.428571429rem 0;
}

.posttext h2.entry-title span.small,
.posttext h2 span.small{
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #4b3526;
}


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

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #8C7865;
	background: url("img/bg.jpg") center top repeat;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #F0BC3D;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* 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;
	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 {
}
.widget-area {
}

/* Header */
.site-header {
	padding: 24px 0;
	/*padding: 1.714285714rem 0;*/
	position: relative;
	/*height: 625px;*/
	margin-bottom: 12px;
}
.home .site-header ,
.page-template-leistungen-template-php .site-header {
	/*margin-bottom: 104px;*/
}
.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;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 105px;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 18px;
	line-height: 28px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #F0BC3D;
}
.widget-area .widget a:hover {
	color: #000;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer#colophon {
	border-top: 3px solid #E3DED6;
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 1160px;
	margin-top: 24px;
	margin: 24px auto 0;
	padding: 48px 0 100px;
	/*height: 86px;*/
}

.footer-widgets:after {
	content: "";
	clear: both;
	display: block;
}

footer#colophon a {
	color: #686868;
}
footer#colophon a:hover {
	color: #000;
}

.head-menu:after,
.entry-content:after{
 content: "";
 display: block;
 clear: both;
}


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

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 48px;
	font-weight: normal;
	text-transform: uppercase;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
	display: none;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

/* Headlines
-------------------------------------------------------------- */

.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;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.singlepost h2 {
	margin: 0;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 30px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 28px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 28px;
}


/* Lists
-------------------------------------------------------------- */

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	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: square;
	list-style: outside none square;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	padding: 24px;
	padding: 1.714285714rem;
	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-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.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;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Tables
-------------------------------------------------------------- */

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.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;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 35px;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
	display: none;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

footer#colophon a {
	color: #8C7865;
	font-size: 14px;
	font-weight: normal;
}

footer#colophon a.impuls {
	color: #BFB5A5;
}
footer#colophon a.impuls:hover {
	color: #000;
}



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


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

	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1160px;
	}
	.site-content {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding-right: 5%;
		width: 67.3333%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		
	}
	.widget-area {
		float: left;
		margin-top: 0;
		width: 32.6667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		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 none;
		color: #573E27;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #F0BC3D;
	}
	.main-navigation li {
		padding: 0 18px;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0 0 0 -22px;
		padding: 2px 10px 18px 22px;
		top: 26px;
		position: absolute;
		z-index: 1;
	}
	#top.isfix .main-navigation li ul {
		top: 36px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		display: block;
		font-size: 16px;
		line-height: 30px;
		width: 250px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		color: #F0BC3D;
		border-bottom: 0;
	}
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-item > a {
		color: #573E27;
		border-bottom: 4px solid #F0BC3D;
	}
	.main-navigation .current_page_ancestor ul,
	.main-navigation .current-menu-item ul{
		top: 30px;
	}
	.isfix .main-navigation .current_page_ancestor > a,
	.isfix .main-navigation .current-menu-item > a{
		color: #573E27;
		border-bottom: none;
	}
	
	.ueberschrift {
		line-height: 28px;
	}
	.entry-header .entry-title,
	h1.entry-title a,
	.ueberschrift .entry-title,
	.entry-title,
	.page-template-gallery-page-php .widget h3,
	#secondary h3 {
		font-size: 22px;
		color: #4b3526;
		font-weight: 600;
		line-height: 28px;
	}
	.entry-header .entry-title:hover,
	h1.entry-title a:hover,
	.ueberschrift .entry-title:hover,
	.entry-title:hover,
	.page-template-gallery-page-php .widget h3:hover,
	#secondary h3 {
		color: #bcaea0;
	}
	.ueberschrift .entry-title,
	.page-template-gallery-page-php .widget h3,
	.entry-title {
		margin-bottom: 25px;
	}
	.ueberschrift {
		margin-bottom: 25px;
	}
	#respond form input[type="text"] {
		max-width: 659px;
		width: 100%;
		background: url("img/slidertitelbild-2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	#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;
		margin-bottom: 1.714285714rem;
	}
	.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;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}


/* =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;
		margin-bottom: 5.142857143rem;
		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;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

.rechts aside.widget_gallery .gallery {
	margin-right: -5px;
}

.rechts aside.widget_gallery .gallery:after {
	content: "";
	clear: both;
	display: block;
}

.rechts aside.widget_gallery {
	margin-bottom: 20px;
}

.rechts aside.widget_gallery .gallery .gallery-item {
	width: 190px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rechts aside.widget_gallery .gallery .gallery-item a {
	width: 100%;
}
.rechts aside.widget_gallery .gallery .gallery-item span {
	display: block;
}

.rechts aside.widget_gallery .gallery .gallery-item a img {
	display: block;
	max-width: 100%;
	padding: 0;
}

#logo {
	position: absolute;
	margin: 0 auto;
}
.logolink {
	left: 50%;
	margin: 0 auto 0 -192px;
	position: absolute;
	top: 60px;
}
#head-bg {
	background: url("img/bg-top.jpg") no-repeat;
	height: 432px;
	position: absolute;
	width: 100%;
}

li.first-menu-item.odd-menu-item {
	float: left;
	padding: 0 22px 0 0;
	border-right: 2px solid #000;
}
.isabs li.first-menu-item.odd-menu-item.current-menu-ancestor > a,
.isabs li.last-menu-item.even-menu-item.current-menu-ancestor > a{
	border-bottom: 4px solid #F0BC3D;
	color: rgb(87, 62, 39);
	padding-bottom: 4px;
}
li.even-menu-item {
	float: right;
	padding: 0 0 0 7px;
}
li.odd-menu-item {
	float: left;	
}
li.last-menu-item.even-menu-item {
	float: right;
	padding: 0 0 0 18px;
}
.slider {
	/*height: 252px;*/
	/*max-width: 384px;*/
	width: 33.1034667%;
	float: left;
	margin-right: 0.3448%;
	margin-bottom: 4px;
}

.slider:nth-child(3n) {
	margin-right: 0;
}

.home #masthead .banner{
	margin-right: 0;
}

a.sliderslide {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

a.sliderslide img {
	max-width: 100%;
	height: auto;
	opacity: 0;
}

.ie8 a.sliderslide img {
	display: block;
	width: auto;
}


#content .slider {
	float: left;
	height: 100%;
	max-width: 1160px;
	width: 100%;
}
.slider.br {
	max-width:384px;
	width: 100%;
}
.slider-innen {
	/*max-width: 190px;*/
	 width: 16.25%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0.5% 0.5% 0;
	position: relative;
}

.mitarbeiter.slider-innen {
	width:24.5%;
}



.postimg .slider-innen {
	width: 32.8753%;
	margin: 0 0.687% 0.687% 0;
}

.postimg .slider-innen a {
	padding: 0;
}

.postimg .sliders:after {
	clear: both;
	content: "";
	display: block;
}

.slider-innen img {
	display: block;
}
.slider-innen.ohnerechts,
div.slider-innen.ohnerechts {
	margin-right: 0;
}
.slider-innen .overlay,
.gallery-item .overlay{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    opacity: 0;
    color: rgb(255, 255, 255);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.mitarbeiter.slider-innen .overlay span {
	font-size: 15px;
	color: #FFF;
	line-height: 22px;
	padding-top: 60px;
	padding: 10px;
	display: block;
}

.mitarbeiter.slider-innen a {
	display: block;
	position: relative;
}

.slider-innen img {
    position: relative;
    z-index: 1;
}
.slider-innen a:hover .overlay,
.gallery-item a:hover .overlay{
	display: block;
	opacity: 1;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.slider-innen .overlay h3,
.slider-innen .overlay span.widget-title,
.gallery-item .overlay h3,
.gallery-item .overlay span.widget-title{
	font-size: 13px;
	color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	line-height: 19px;
	display: block;
}

.slider-innen a,
.slider-innen a img,
.gallery-item a,
.gallery-item a img{
	display: block;
}

#secondary .gallery-item a {
	position: relative;
}

.ImpulsSlider_outerwrap {
    float: left;
    max-width: 100%;
    overflow: visible;
    position: relative;
}
.cycle-slideshow {
    overflow: hidden;
    margin-bottom: 4px;
}
.slidertitel {

}
.slidertitel h3 {
	/*position: absolute;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: normal;
	padding: 18px 0 0 15px;
	text-transform: uppercase;
	width: 369px;*/
}
.slidertitel img {
	position: absolute;
	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.slider:hover .slidertitel img.top {
	opacity:0;
}
.ueberschrift h2 {
	font-size: 36px;
}
.home .site-content {
	float: left;
	max-width: 1160px;
	width: 100%;
	margin-bottom: 50px;
}
#content h2,
.textwidget h2,
h2{
	font-size: 22px;
	color: #573E27;
	font-weight: 600;
}
.links {
	max-width: 582px;
	width: 50%;
	float: left;
	padding-right: 2.5%;
}
.links, .rechts {
	box-sizing: border-box;
}

.rechts {
	max-width: 550px;
	width: 50%;
	padding-left: 2.5%;
	float: left;
}
.aktuelles {
	/*max-width: 740px;*/
	width: 67.3333%;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}
.home article {
	border-bottom: 3px solid #E3DED6;
}
.home #content .slider {
	border-bottom: 3px solid #E3DED6;
	padding-bottom: 50px;
}
button, input, textarea {
	background: url("img/slidertitelbild.jpg") repeat scroll 0 -100px rgba(0, 0, 0, 0);
	padding: 0 0 0 15px;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 none;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
	border-radius:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.acceptancewrapper input {
	position: relative;
/*    background: unset;
	background-color: #B2A595;*/
}

.acceptancewrapper input::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.acceptancewrapper input:checked::after {
	content: '✓'
}

textarea {
	height: 50px;
	resize:none;
	width: 100%;
}
.sub-menu li,
.sub-menu li.first-menu-item.odd-menu-item {
	padding: 0;
	margin: 0;
	float: none;
	border-right: none;
}
.aktuelles .slider-innen {
	margin-top: 20px;
}
#wpcf7-f77-o1 p,
.single .widget-area .widget p {
	margin-bottom: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.aktuelles .slider-innen img {
	float: left;
	margin-right: 15px;
}
.aktuelles .slider-innen {
	max-width: 740px;
	width: 100%;
}
.beitraglink {
	padding-left: 5px;
}
.aktuelles {
	line-height: 24px;
}
.wpcf7-captchar {
	/*max-width: 178px;*/
	width: 100%;
}
.captchac-senden {
	margin-top: 4px;
	clear: both;
	width: 100%;
}
.captchac-bild {
	background: url("img/slidertitelbild.jpg") repeat scroll 0 -100px #BAAC9C;
	float: right;
	height: 50px;
	margin-left: 1%;
	padding: 10px 30px 0 15px;
	/*max-width: 142px;*/
	width: 49%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captchac-eingabe {
	margin-bottom: 4px;
	display: block;
	float: left;
	width: 50%;
}
.captcha-senden input {
	background: none repeat scroll 0 0 rgb(84, 60, 37);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.banner {

	margin-top: 184px;
}

.banner:after {
	content: "";
	clear: both;
	display: block;
}
.page .banner {
	display: none;
}
ul.sub-menu li.current-menu-item a {
	
}
.home .banner {
	display: block;
}
.page .bannerbild {
	display: block;
}
.home .bannerbild {
	display: none;
}
.postbild {
	float: left;
	width: 26%;
	margin-right: 4%;
	margin-top: 5px;
}
.postbild.rechtsseitig {
	float: right;
	margin:0 0 3% 3%;
}

.postbild img,
.postbild a{
	display: block;
}

.posttext {
	float: left;
	width: 70%;
	line-height: 28px;
}

.ref-all.full .posttext {
	width: 100%;
}

/*.singlecontent .rechts {
	max-width: 385px;
	width: 100%;
}
.singlecontent .links {
	max-width: 724px;
	width: 100%;
}
*/


.wrapper.nothumb .entry-content .entry-title {
	margin-top: 0;
}

.wrapper.nothumb .entry-header {
	margin: 0;
}

.home .post,
.archive .post,
.page .post{
	margin-top: 38px;
	border-bottom: 3px solid #E0DDD8;
	padding-bottom: 30px;
}

.post:after {
	content: "";
	display: block;
	clear: both;
}

.posttext h2 {
	/*padding-bottom: 28px;*/
}
.post:last-child {
	border-bottom: 0px;
}
.slidertitel:hover h3 {
	
}
.bannerbild {
	margin-top: 184px;
}
.bannerbild img {

}
.weiter {
	display: block;
	margin-top: 14px;
}
.posttext h2 a {
	color: #4B3526;
	font-size: 22px;
	font-weight: 600;
}
.posttext p {
	margin: 0 0 24px;
}
.posttext h2 a:hover {
	color: #bcaea0;
}
.zerti {
	float: left;
	padding-right: 20px;
}
.post:last-child {
	border-bottom: none;
}
.widget-area .zertifikat .textwidget {
	line-height: 27px;
}

#top span.button-toggle {
	display: none;
}

#menu-footmenu li,
#menu-footmenu2 li {
	border-right: 2px solid #C3BBAE;
	float: left;
	padding: 0 10px 0 0;
	margin-right: 10px;
	color: #8C7865;
	line-height: 24px;
	/*height: 14px;*/
	cursor: pointer;
}
#menu-footmenu li.first-menu-item,
#menu-footmenu2 li.first-menu-item {
	padding-left: 0;
}
#menu-footmenu li.last-menu-item,
#menu-footmenu2 li.last-menu-item {
	border-right: none;
}
#menu-footmenu li ul.sub-menu {
	display: none;
	margin: 0;
	left: 0;
	position: absolute;
	top: 27px;
	z-index: 1;
}
ul#menu-footmenu li.parent-menu-item:hover ul.sub-menu {
	border-left: 0;
	display: block;
}
#menu-footmenu li.menu-item-has-children:hover ul {
	display: block;
}
ul.menu-footmenu {
	position: relative;
}
.footer-widgets h3.widget-title {
	color: #8C7865;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 12px;
}
.impuls-info h3.widget-title {
	padding-bottom: 8px;
}
.menu-footmenu-container ul li:hover > ul {
    border-left: 0 none;
    display: block;
}
#menu-footmenu {
	/*max-width: 720px;*/
	width: 100%;
}
.footer-widgets aside {
	float: left;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
	width: 67.3333%;
}

#page:after {
	display: block;
	content: "";
	clear: both;
}

.footer-widgets aside.impuls-info {
	position: absolute;
	right: 0;
	/*margin-right: 170px;*/
	color: #BFB5A5;
	float: right;
	width: 32.6667%;
}
.footer-widgets aside.impuls-info a,
footer#colophon aside.impuls-info h3 {
	color: #BFB5A5;
}
#colophon .site-info .footer-widgets {
	position: relative;
}
#secondary .widget_tag_cloud {
	border-top: 3px solid #E3DED6;
	padding-top: 40px;
	margin-top: 40px;
}
.partner {
	border-top: 3px solid #e3ded6;
	margin-top: 40px;
	padding-top: 30px;
}
.partner img {
	max-width: 260px;
	width: 100%;
	margin-bottom: 10px;
}
.slider .cycle-slideshow {
}
.parent-pageid-6 .partner {
	/*display: none;*/
}
.page-id-6 .banner {
	display: block;
	/*margin-right: -4px;*/
}
.page-id-6 .bannerbild {
	display: none;
}
#secondary aside:last-child {
	border-bottom: none;
}
#wpcf7-f77-o1,
#wpcf7-f77-p53-o1,
#wpcf7-f77-p42-o1,
#wpcf7-f77-p1621-o1,
#wpcf7-f77-p512-o1,
#wpcf7-f77-p1701-o1 {
	padding-top: 40px;
}
.single #primary div.wpcf7 {
	padding-top: 40px;
}
.captcha-senden {
	height: 50px;
	clear: both;
}
.zertifikat,
.widget_tag_cloud {
	padding-top: 40px;
}
.firm {
	color: #573E27;
}
span.wpcf7-not-valid-tip {
    display: none;
}
#secondary h3 {
	padding-bottom: 7px;
}
.home #secondary h3 {
	padding-bottom: 0px;
}
#secondary input.wpcf7-not-valid, #secondary textarea.wpcf7-not-valid {
	color: #fff;
	background: url("img/slidertitelbild.jpg") repeat scroll 0 -50px #573E27;
}
#wpcf7-f1446-p95-o1 input.wpcf7-not-valid, #wpcf7-f1446-p95-o1 textarea.wpcf7-not-valid {
	color: #fff;
	background: url("img/slidertitelbild-h.jpg") repeat scroll 0 0 ;
}
/*#top.isabs {*/
#top {
	background: url("img/bg-top.png") repeat scroll center center;
	height: 206px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0 20px;
	box-sizing: border-box;
}
#top.isfix {
	background: url("img/bg-top.png") repeat scroll center center #E3DED6;
	height: 70px;
	/*left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;*/
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
}
.isabs #menu-menu-rechts li.last-menu-item ul.sub-menu {
	background: url("img/submenu.jpg") repeat scroll 294px -17px rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 8px 10px 18px 22px;
	position: absolute;
	right: -37px;
	max-width: 170px;
	width: 100%;
}
.isfix #menu-menu-rechts li.last-menu-item ul.sub-menu {
	background: url("img/submenu.jpg") repeat scroll 294px -17px rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 8px 10px 18px 22px;
	position: absolute;
	right: -37px;
	max-width: 170px;
	width: 100%;
}
.center {
	height: 100%;
	margin: auto;
	max-width: 1160px;
	width: 100%;
	position: relative;
}
.single .banner {
	display: none;
}
.visible { display: block; }
.hidden { display: none; }

.postimg h2 {
	margin-bottom: 34px;
}
.singlecontent {
	float: left;
	margin-top: 35px;
	max-width: 650px;
	width: 100%;
}
/*.single .site-content {
    float: left;
    max-width: 1160px;
    width: 100%;
	padding-right: 0;
}
.single .entry-header {
    margin-bottom: 1.71429rem;
}*/

.postimg {
	float: right;
	/*max-width: 582px;*/
	width: 50.17%;
	box-sizing: border-box;
	/*margin-top: 69px;*/
}

.page-template-gallery-page-php #primary #content,
.postimg {
	box-sizing: border-box;
}

.postimg a {
	padding-right: 4px;
	padding-bottom: 4px;
}
.page-template-gallery-page-php #primary {
	max-width: 1160px;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #E3DED6;
	padding-right: 0;
}
.page-template-gallery-page-php #primary #content {
	width: 47.67%;
	float: left;
}
.page-template-gallery-page-php #primary.full #content {
	width: 100%;
	float: left;
}

.page-template-gallery-page-php #primary.full #content .entry-content {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}

.page-template-gallery-page-php #primary.full {
	border-bottom: none;
}

.page-template-gallery-page-php .site-content article {
	margin-bottom: 0;
	padding-bottom: 0;
}
#colophon .footer-widgets h3.widget-title {
	margin-bottom: 0;
	line-height: 22px;
}
.vorteile,
.fragen {
	float: left;
	/*max-width: 745px;*/
	box-sizing: border-box;
	padding-right: 4.02%;
	width: 67.3333%;
	line-height: 28px;
}
.kontakt {
	float: left;
	width: 32.6667%;
	line-height: 28px;
}

.schlag-aktuelles {
	width: 100%;
	line-height: 28px;
}

.schlag-aktuelles .widget {
	float: left;
	width: 32.6667%;
	margin-right:0.99995%;
	box-sizing: border-box;
	padding-right: 2%;
}

.schlag-aktuelles .widget:last-child {
	margin-right: 0;
}


#colophon li.current-page-ancestor a,
#colophon li.current_page_item a {
	color: #000;
}
.column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}
.clear {
	clear: both;
}
.block {
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 3px solid #E3DED6;
}
.block2 aside.widget_tag_cloud {
	padding-top: 0;
}
.single .postimg {
	margin-top: 0;
}
.single article {
	border-bottom: none;
}
.single-post .singlecontent {
	max-width: 1160px;
	width: 100%;
}
.single-post .singlecontent #secondary {
	margin-top: -25px;
}
.biglogo {
	left: 50%;
	margin: 0 auto 0 -192px;
	position: absolute;
	top: 60px;
	z-index: 80;
}
.in-cat-5 ul.sub-menu,
.in-cat-3 ul.sub-menu,
.in-cat-41 ul.sub-menu,
.in-cat-43 ul.sub-menu,
.in-cat-17 ul.sub-menu,
.in-cat-42 ul.sub-menu,
.in-cat-49 ul.sub-menu,
.in-cat-50 ul.sub-menu,
.in-cat-52 ul.sub-menu {
	top: 21px;
}
.in-cat-5 .isfix ul.sub-menu,
.in-cat-3 .isfix ul.sub-menu,
.in-cat-41 .isfix ul.sub-menu,
.in-cat-43 .isfix ul.sub-menu,
.in-cat-17 .isfix ul.sub-menu,
.in-cat-42 .isfix ul.sub-menu,
.in-cat-52 .isfix ul.sub-menu {
	top: 38px;
}
.in-cat-5 .isfix #menu-item-1472 > a,
.in-cat-41 .isfix #menu-item-1472 > a,
.in-cat-43 .isfix #menu-item-1472 > a,
.in-cat-17 .isfix #menu-item-1472 > a,
.in-cat-42 .isfix #menu-item-1472 > a,
.in-cat-52 .isfix #menu-item-1472 > a {
	color: #f0bc3d;
}

.in-cat-49 .head-menu-small #menu-item-1696 > a,
.in-cat-50 .head-menu-small #menu-item-2267 > a,
.in-cat-5 .head-menu-small #menu-item-1695 > a,
.in-cat-3 .head-menu-small #menu-item-1695 > a,
.in-cat-41 .head-menu-small #menu-item-1695 > a,
.in-cat-43 .head-menu-small #menu-item-1695 > a,
.in-cat-17 .head-menu-small #menu-item-1695 > a,
.in-cat-42 .head-menu-small #menu-item-1695 > a,
.in-cat-52 .head-menu-small #menu-item-1695 > a {
	color: #f0bc3d;
}
.in-cat-1 .head-menu-small #menu-item-1687 > a,
.in-cat-1 #menu-item-1472 > a {
	color: #f0bc3d;
}
.in-cat-3 .isabs #menu-item-1472 > a,
.in-cat-5 .isabs #menu-item-1472 > a,
.in-cat-41 .isabs #menu-item-1472 > a,
.in-cat-43 .isabs #menu-item-1472 > a,
.in-cat-17 .isabs #menu-item-1472 > a,
.in-cat-42 .isabs #menu-item-1472 > a,
.in-cat-52 .isabs #menu-item-1472 > a {
	border-bottom: 4px solid #f0bc3d;
}
.in-cat-5 #menu-item-1472 ul #menu-item-2289 a,
.in-cat-3 #menu-item-1472 ul #menu-item-2289 a,
.in-cat-41 #menu-item-1472 ul #menu-item-2289 a,
.in-cat-43 #menu-item-1472 ul #menu-item-2289 a,
.in-cat-17 #menu-item-1472 ul #menu-item-2289 a,
.in-cat-42 #menu-item-1472 ul #menu-item-2289 a,
.in-cat-49 #menu-item-1472 ul #menu-item-2290 a,
.in-cat-50 #menu-item-1472 ul #menu-item-2288 a,
.in-cat-52 #menu-item-1472 ul #menu-item-2289 a {
	color: #f0bc3d;
}
.minilogo {
	left: 50%;
	margin: 0 auto 0 -96px;
	position: absolute;
	top: 26px;
	z-index: 80;
}
#top.isfix .main-navigation {
	margin-top: 5px;
	text-align: center;
	position: absolute;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
ul.sub-menu {
	background: url("img/bg-top.jpg") repeat scroll 314px -121px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
}
.recent-posts li {
	max-width: 190px;
	width: 100%;
	float: left;
	margin-right: 4px;
}
.comma {
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	display: block;
	float: right;
	margin-left: 36px;
	height: 22px;
	width: 2px;
}
li.even-menu-item .comma {
	display: none;
	
}
li.odd-menu-item .comma {
	display: none;
}

li.first-menu-item .comma {
	display: block;
}
li.last-menu-item .comma {
	display: block;
}
li.first-menu-item ul li .comma {
	display: none;
}
li.last-menu-item ul li .comma {
	display: none;
}
#commentform textarea {
	background: url("img/slidertitelbild-2.jpg") repeat;
	max-height: 250px;
	max-width: 659px;
	width: 100%;
	min-height: 250px;
	min-width: 659px;
}
#commentform input {
	background: url("img/slidertitelbild.jpg") repeat scroll 0 -50px rgba(0, 0, 0, 0);
	max-width: 675px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#commentform input:hover {
	background: url("img/slidertitelbild.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.blog .banner {
	display: none;
}
.blog article {
	margin-top: 0;
}
.sub-menu li.last-menu-item.even-menu-item {
	padding: 0;
}
.widget_tag_cloud .tagcloud a {
	color: #8C7865;
	font-weight: normal;
}
.read-more {
	display: block;
	margin-top: 20px;
}
.blog .site-content #content .post:last-child {
	border-bottom: 0px;
}
.tagcloud {
	line-height: 28px;
}
.singlecontent h1 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 0px;
	line-height: 36px;
}

.single .site-header,
.arhive .site-header{
	height: auto;
}
.single #head-bg,
.page-id-1646 #head-bg,
.page-id-1646 .entry-content #head-bg,
.single .entry-content #head-bg,
.page-id-1646 #head-bg,
.archive #head-bg,
.page-id-1646 .entry-content #head-bg
.archive .entry-content #head-bg {
	display: none;
}
.page-id-1646 .bannerbild {
}
/*.single #top.isabs,
.archive #top.isabs {
	height: 280px;
}*/
/*.single .site-header,
.archive .site-header {
	height: 200px;
	margin-bottom: 0;
}*/
.single #menu-menu-links .last-menu-item > a {
	
}
.banner .slider h3 {
	/*position: absolute;*/
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 2;
}

.banner .slider h3 a {
	color: #FFFFFF;
	padding: 18px 0 18px 20px;
	background: rgba(198,182,169,0.8);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	display: block;
}

.banner .slider h3 a:hover,
.banner .slider:hover h3 a{
	background: rgba(104,77,48,0.8);
}

.banner .slider:hover h3 {
	/*padding: 18px 0 0 20px;
	color: #FFFFFF;
	font-weight: normal;
	-webkit-transition: opacity .6s ease-in-out;
-moz-transition: opacity .6s ease-in-out;
-o-transition: opacity .6s ease-in-out;
transition: opacity .6s ease-in-out;*/
}
#respond h3 {
	margin-bottom: 20px;
}
#commentform {
	
}
#commentform p {
	position: relative;
	margin-bottom: 2px;
}
#commentform label {
	color: rgb(140, 120, 101);
	display: block;
	left: 12px;
	padding: 10px 0 10px 15px;
	top: 14px;
}
.head-menu-small {
	display: none;
}

.archive #content article {
	margin-top: 0;
}
.archive #main {
	margin-top: 0px;
}
#main {
	z-index: 99999;
	position: relative;
}
#masthead {
	position: relative;
	z-index: 1;
}
#masthead.z-index-mover {
	z-index: 3;
}
#main {
	position: relative;
	z-index: 2;
}
.ref-all .referenzen-content img {
	display: none;
}
.main-navigation li > a {
	height: 26px;
}
.isfix .main-navigation li > a {
	height: 40px;
}
.isfix .main-navigation li ul li a {
	height: 28px;
}
.isfix .main-navigation .current_page_ancestor > a:hover , .isfix .main-navigation .current-menu-item > a:hover {
	color: #F0BC3D;
}
.isabs ul.sub-menu {
	box-shadow: none;
	background: url("img/submenu.jpg") repeat scroll 294px -17px;
	padding: 8px 10px 18px 22px;
	position: absolute;
}
.isabs li.current-menu-item ul.sub-menu {
	top: 29px;
}
ul.sub-menu {
	display: none;
}
.head-menu ul.sub-menu li {
	float: none;
	margin-right: 1px;
}
.head-menu ul ul a {
    display: block;
    line-height: 25px;
    margin-bottom: 1px;
    padding: 2px 10px;
    max-width: 305px;
    width: 100%;
}
article.post:last-child {
	border-bottom: none;
}
.post:last-child {
	border-bottom: none;
}
.referenzen-content {
	max-width: 510px;
	width: 100%;
	float: left;
	line-height: 24px;
}
.referenzen-content p {
	padding-bottom: 15px;
	line-height: 28px;
}
/*.page-template-referenzen-php #primary {
	float: left;
	max-width: 732px;
	width: 100%;
}*/
.ref-all {
	position: relative;
	padding-top: 25px;
	margin-top: 25px;
	overflow: hidden;
	border-top: 3px solid rgb(224, 221, 216);
}
.ref-all:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0;
}
/*.artikel-ref {
	position: relative;
	max-width: 734px;
	width: 100%;
}*/
::-webkit-input-placeholder { opacity: 1; color: #fff; } /* gray80 */
:-moz-placeholder           { opacity: 1; color: #fff; } /* Firefox 18- (one color)*/
::-moz-placeholder          { opacity: 1; color: #fff; } /* Firefox 19+ (double colons) */
:-ms-input-placeholder      { opacity: 1; color: #fff; }
div.wpcf7-response-output {
	margin: 30px 0 0 0;
}
.main-navigation {
    margin: 0 auto;
    position: fixed;
    right: 19,2%;
    text-align: center;
    top: 107px;
    max-width: 1160px;
    width: 100%;
    z-index: 50;
}
div.wpcf7-validation-errors {
    background: #F0BC3D;
    color: #fff;
    border: none;
}
#recent-posts-2 ul li {
	margin-bottom: 8px;
}
.nav-mover {
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 5px;
    max-width: 1160px;
    width: 100%;
    z-index: 50;
}
#site-navigation ul.sub-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.sub-menu {
	top: 21px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.5);
	position: absolute;
	max-width: 281px;
	width: 100%;
	list-style: outside none none;
}
.isabs #menu-menu-links li.current-menu-item ul.sub-menu,
.isabs #menu-menu-links li.current-menu-ancestor ul.sub-menu{
    top: 29px;
}
.isabs #menu-menu-links li.current-page-ancestor ul.sub-menu {
    top: 29px;
}
.isfix ul.sub-menu {
	top: 38px;
	padding: 0 10px 13px 22px;
}
.isfix .head-menu {
	top: 32px;
}
.nav-mover li > a {
	padding-bottom: 13px;
}
.nav-mover li ul li > a {
	padding-bottom: 0px;
}
/*.single-post .post {
	margin-top: 0;
}
.single-post .site-header {
	height: 137px;
}*/
.singlecontent .attachment-post-thumbnail {
	margin-bottom: 25px;
}
.category-presse-echo .singlecontent .attachment-post-thumbnail {
	display: none;
}
.category-presse-echo .singlecontent {
	margin-top: 20px;
}
.single-post #secondary h3 {
	margin-bottom: 11px;
}
.single-post #secondary h2 {
	margin-top: 0;
}
.single-post .singlepost #secondary #wpcf7-f77-p570-o1 {
	padding-top: 40px;
}
.single-post #wpcf7-f77-p50-o1 {
	margin-top: 40px;
}
.single #primary {
	z-index: 999999;
}
.page-id-95 #secondary {
	display: none;
}
.page-id-95 #primary {
	width: 100%;
}
.nav-single a {
	background: none repeat scroll 0 0 rgb(84, 60, 37);
	color: #fff;
	padding: 2px 14px;
}
.nav-single a:hover {
	background: rgba(0, 0, 0, 0) url("img/slidertitelbild-gelb.jpg") repeat scroll 0 0;
}
.front {
	margin-bottom: 4px;
}
#wpcf7-f1446-p95-o1 button, #wpcf7-f1446-p95-o1 input {
	/*max-width: 368px;*/
	width: 100%;
	margin-bottom: 4px;
}
#wpcf7-f1446-p95-o1 p {
	margin-bottom: 0;
}
#wpcf7-f1446-p95-o1 .your-subject input {
	/*max-width: 1143px;*/
	width: 100%;
	height: 150px;
	background: url("img/slidertitelbild.jpg") repeat scroll 0 0 #E0DDD8;
}
#wpcf7-f1446-p95-o1 .captchac-bild {
	/*margin-right: 2px;*/
	/*max-width: 338px;*/
	width: 100%;
}
#wpcf7-f1446-p95-o1 .captchac-eingabe {
	float: left;
	/*max-width: 281px;*/
	width: 100%;
}
#wpcf7-f1446-p95-o1 .wpcf7-submit {
	/*max-width: 1159px;*/
	width: 100%;
}
/*.blog .cycle-slideshow,
.page-id-8 .cycle-slideshow,
.page-id-1584 .cycle-slideshow,
.page-id-1646 .cycle-slideshow,
.page-id-10 .cycle-slideshow{
	max-width: 1160px;
	width: 100%;
	height: 450px;
}*/
#wpcf7-f1446-p95-o1 captchac-bild {
	background: #E0DDD8;
}
#wpcf7-f1446-p95-o1 textarea {
	width: 100%;
	height: 250px;
	background: url("img/slidertitelbild-2.jpg") repeat scroll 0 0 #E0DDD8;
	resize: none;
	clear: both;
}
#wpcf7-f1446-p95-o1 {
	margin-bottom: 30px;
}
.contact-left {
	width: 33.1035%;
	float: left;
	margin-right: 0.3448%;
}
.contact-right {
	float: left;
	width: 33.1035%;
	margin-top: 33px;
	margin-right: 0.3448%;
}
.contact-site {
	margin-bottom: 30px;
	overflow: hidden;
}
.contact-text {
	margin-top: 3px;
	float: left;
	width: 33.1035%;
}
.contact-site h2 {
	margin: 0;
}

.contactleft,
.contactright {
	width: 49.776%;
	float: left;
}

.contactleft {
	margin-right: 0.448%;
}

.zertifikat,
.side-aktuelles {
	display: none;
}
.page-template-gallery-page-php .zertifikat,
.page-template-gallery-page-php .side-aktuelles {
	display: block;
	/*border-top: 3px solid #E3DED6;
	margin-top: 28px;
	padding-top: 27px;*/
}

.page-template-gallery-page-php .partner {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.main-navigation ul li ul li.current-menu-item a {
	border-bottom: none;
}
.head-menu {
	position: relative;
	top: 133px;
	max-width: 1160px;
	width: 100%;
}
.head-menu a {
	color: #573E27;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.head-menu a {
	
}
.isfix .head-menu a {
	padding-bottom: 17px;
}
.isfix .head-menu li ul li a {
	padding-bottom: 0px;
}
#recent-posts-2 .all-posts {
	font-weight: normal;
	color: #8c7865;
}
#recent-posts-2 .all-posts:hover,
.widget_tag_cloud .tagcloud a:hover {
	color: #573e27;
}
#recent-posts-2 ul {
	margin-bottom: 22px;
}
.head-menu a:hover {
	color: #F0BC3D;
}
.head-menu .current-menu-ancestor > a, .head-menu .current-menu-item > a,
.in-cat-47 .head-menu #menu-item-2273 > a {
    border-bottom: 4px solid #F0BC3D;
    color: rgb(87, 62, 39);
    padding-bottom: 4px;
}
.isfix .head-menu .current-menu-ancestor > a, .isfix .head-menu .current-menu-item > a {
    padding-bottom: 17px;
    border-bottom: none;
}
.head-menu .current-menu-ancestor .current-menu-item a{
	color: #F0BC3D;
}
.isfix .head-menu .current-page-ancestor > a, .isfix .head-menu .current-menu-item > a {
    border-bottom:none;
	padding-bottom: 0;

}
.isfix .head-menu .menu-item-has-children ul .current-menu-item > a {
	border-bottom:none;
	padding-bottom: 0;
}
.isfix .head-menu .current-page-ancestor > a {
	padding-bottom: 17px;
}
.isfix .head-menu .current-page-ancestor > a {
	padding-bottom: 17px;
}
.isfix .head-menu .current-menu-ancestor > a, .isfix .head-menu .current-menu-item > a {
    border-bottom: medium none;
    padding-bottom: 17px;
    color: #f0bc3d;
}
.head-menu .current-menu-ancestor > a {
	color: #f0bc3d;
}
.head-menu .current-page-ancestor > a:hover , .head-menu .current-menu-item > a:hover {
	color: #F0BC3D;
}
.pdf {
	margin-bottom: -5px;
	padding: 0 15px 0 0;
}
.head-menu .parent-menu-item:hover ul.sub-menu {
	border-left: 0;
	display: block;	
}
.isabs #menu-menu-links ul.sub-menu {
    background: url("img/submenu.jpg") repeat scroll 294px -17px rgba(0, 0, 0, 0);
    box-shadow: none;
    left: -32px;
    padding: 8px 22px 18px 22px;
    position: absolute;
}
.isabs #menu-menu-links .menu-item-1472 ul.sub-menu {
    background: url("img/submenu.jpg") repeat scroll 294px -17px rgba(0, 0, 0, 0);
    box-shadow: none;
    left: 117px;
    padding: 8px 22px 18px 22px;
    position: absolute;
}
.isabs #menu-menu-rechts ul.sub-menu {
    background: url("img/submenu.jpg") repeat scroll 294px -17px rgba(0, 0, 0, 0);
    box-shadow: none;
    right: -10px;
    padding: 8px 10px 18px 22px;
    position: absolute;
}
.isabs #menu-menu-rechts li.current-menu-ancestor ul.sub-menu {
	top: 29px;
}
.isabs .head-menu ul li ul li.current-menu-item a {
	border-bottom: none;
}
.single-post .widget-area {
	float: right;
}
.page-id-83 .block,
.page-id-85 .block {
	border-top: 3px solid #e3ded6;
	padding-top: 40px;
}
.single-post .textwidget h2 {
    color: #573e27;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.page-template-presse-php .entry-title {
	line-height: 42px;
}
.page-template-presse-php p {
	line-height: 28px;
}
.leistung-link {
	margin-top: 20px;
	display: block;
	width: 72px;
}

.mitarbeitergalerie:after {
	display: table;
	clear: both;
	content: "";
}
span.mitarbeitergalerie {
	display: block;
	margin-top: 10px;
}
.isfix #menu-menu-rechts ul.sub-menu {
    right: -11px;
    padding: 8px 10px 16px 22px;
    top: 38px;
}
.isfix #menu-menu-links ul.sub-menu {
	left: -31px;
}
.isfix #menu-menu-links .menu-item-1472 ul.sub-menu {
    left: 117px;
}
.isfix .head-menu {
	
}
.menu-links {
	float: left;
}
.menu-links li {
	
}
.menu-rechts {
	float: right;
}
.column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
	-moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
}
.slider-innen img.alignleft {
	margin: 0;
}
.menu-rechts ul li.current-post-ancestor > a {
	border-bottom: 4px solid #f0bc3d;
	color: #4b3526;
	padding-bottom: 4px;
}
.isfix .menu-rechts ul li.current-post-ancestor > a {
	color: #F0BC3D;
	border-bottom: none;
}
.gallery-item {
	width: 170px;
	float: left;
}
#secondary .gallery-item {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	height: auto;
}

#secondary .gallery {
	margin-bottom: 30px;
}

#secondary .gallery-item:nth-child(2n) {
	margin-right: 0;
}

#secondary .gallery:after {
	clear: both;
	display: table;
	content: "";
}

#secondary .gallery-item  a {
	display: block;
	width: 100%;
}

#secondary .gallery .gallery-icon img {
	padding: 0;
	display: block;
	width: 100%;
	max-width: 100%;
}

.head-menu-small a {
	color: #573E27;
}
.singlecontent h1:hover {
    color: #4b3526;
}

.page-template-gallery-page2-php .site-content .entry-content{
    float: left;
    max-width: 1080px;
    width: 100%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}
.in-cat-1 .head-menu-small #menu-item-1687 > a,
.in-cat-5 .head-menu-small #menu-item-1687 > a {
	color: #f0bc3d;
}
.head-menu-small .current-menu-ancestor > a {
	color: #f0bc3d;
}

.ref_picview {
    float: left;
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.ref_picview:nth-child(7n){
    margin-right: 0;
}

div.ansichten {
    height: 60px;
    border-bottom: 2px solid #e3ded6;
    margin-bottom: 20px;
}

div.ansichten:after {
    clear: both;
    display: table;
    clear: both;
}

div.ansichten a {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    background-color: #b5a597;
    background-repeat: no-repeat;
    background-position: center;
}

a.listviewlink {
    color: #8c7865;
    font-weight: 400;
}

a.listviewlink:hover {
    color:#573e27;
}

.artikel-ref.listview {
    line-height: 24px;
    font-size: 16px;
}

div.ansichten a:hover,
div.ansichten.standardview a.standardview,
div.ansichten.picview a.picview,
div.ansichten.listview a.listview{
    background-color: #573e27;
}

div.ansichten a.standardview{
    background-image: url(img/standardview.png);
}

div.ansichten a.picview{
    background-image: url(img/picview.png);
}

div.ansichten a.listview{
    background-image: url(img/listview.png);
}

.artikel-ref:after {
    display: table;
    content: "";
    clear: both;
}

.bannerbild {
    position: relative;
}

.head-menu-small {
	background: none repeat scroll 0 0 #573e27;
	    color: #fff;
	    display: none;
	    height: 24px;
	    line-height: 6px;
	    padding: 3px;
	    position: absolute;
	    left: 0;
	    text-align: center;
	    top: 20px;
	    width: 24px;
	    cursor: pointer;
	}

span#inhalt {
    display: block;
    position: absolute;
    top: -90px;
    left: 10px;
}

#content:before {
   content: "";
   display: block;
   height: 100px;
   margin: -100px 0 0;
}

.bannerbild div.cycle-slideshow > img {
 display: none;
}

.bannerbild div.cycle-slideshow > img:first-child {
    display: block;
}

table thead tr th {
	background: #baac9c !important;
	color: #fff !important;
}

#page .acceptancewrapper{
	margin: 15px 0;
}
#page #secondary .acceptancewrapper{
	padding: 0 10px;
}
#page .acceptancewrapper input{
	width: 20px;
	height: 20px;
	float: left;
	margin: 7px 10px 40px;
}
#page #secondary .acceptancewrapper input{
	margin: 7px 10px 0 0;
}
#page .wpcf7-submit:disabled{
	cursor: not-allowed;
	opacity: 0.5;
}
#page .wpcf7-submit:disabled:hover{
	background: #543c25;
}
#page .impuls-ga-switch{
	vertical-align: unset;
}
#page .impuls-ga-switch .slider{
	width: 60px;
}

@media only screen and ( max-width: 1201px ) {
	.site {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	
	.biglogo {
	    margin: 0 auto 0 -16%;
	    top: 88px;
	    width: 32%;
	    height: auto;
	}
}

@media only screen and ( max-width: 900px ) {
	.slider {
		width: 49.5%;
		margin-right: 1%;
	}
	.slider:nth-child(3n){
		margin-right: 1%;
	}
	.slider:nth-child(2n){
		margin-right: 0;
	}
	
	.links, .rechts {
		width: 100%;
		max-width: none;
		padding: 0;
	}
	
	.slider-innen {
		width: 24.625%;
	}
	
	.slider-innen:nth-child(4n) {
		margin-right: 0 !important;
	}
	/*.mitarbeiter.slider-innen:nth-child(4n) {
		margin-right: 1% !important;
	}*/
	
	.mitarbeiter.slider-innen {
		
	}
	.slider-innen.ohnerechts,
	div.slider-innen.ohnerechts {
		margin-right: 0.5%;
	}
	
	.aktuelles,
	.widget-area,
	.site-content{
		width: 100%;
		padding-right: 0;
	}
	
	.post:last-child,
	.site-content{
		border-bottom: 3px solid #e0ddd8;
		margin-bottom: 38px;
	}
	
	.head-menu a {
		font-size: 14px;
	}
	.page-template-gallery-page-php #primary #content {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		float: none;
	}
	.postimg {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	.postimg .slider-innen.ohnerechts,
	.postimg div.slider-innen.ohnerechts {
		margin-right: 0;
	}
	.postimg .slider-innen:nth-child(4n) {
		margin-right: 0.687% !important;
	}
	.vorteile, .fragen {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.kontakt {
		width: 100%;
		float: none;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 3px solid #e3ded6;
	}
	
	.schlag-aktuelles .widget {
		border-bottom: 3px solid #e3ded6;
		margin-bottom: 30px;
		padding-bottom: 30px;
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.ref_picview {
	    width: 22%;
	    margin-right: 4%;
	}
	
	.ref_picview:nth-child(7n) {
	    margin-right: 4%;
	}
	
	.ref_picview:nth-child(4n) {
	    margin-right: 0;
	}
	
	
	.kontakt aside {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-right: 0;
		box-sizing: border-box;
	}
	.kontakt aside:first-child {
		padding-right: 0;
	}
	
	.kontakt aside:last-child {
		padding-left: 0;
	}
	
	.kontakt:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.schlag-aktuelles .widget:last-child {
		border-bottom: 0 none;
    margin-bottom: 0;
    margin-right: 0;
	}
}

@media only screen and ( max-width: 785px ) {
	.biglogo.visible,
	.biglogo{
		display: none !important;
		opacity: 0 !important;
	}
	.head-menu {
		display: none;
	}
	.head-menu-small,
	#top span.button-toggle{
		display: block;
	}
	.minilogo.hidden,
	.minilogo {
		display: block !important;
		opacity: 1 !important;
	}
	#top {
		height: 70px;
		box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.5);
	}
	.navbox {
		display: block;
		/*position:absolute;
		left: 0;
		width: 50px;
		height: 50px;
		box-sizing: border-box;*/
	}
	
	.mitarbeiter.slider-innen {
		width: 49.5%;
	}

	.navbox select {
	    position:absolute;
	    top:0;
	    left:0;
	    width:50px; 
	    height:50px;
	    opacity:0;
	}
	
	.navbox select option {
		font-size: 14px;
		line-height: 26px;
	}
	
	.navbox i{
		font-size: 26px;
	}
	
	.banner {
		margin-top: 70px;
	}
	
	.footer-widgets aside {
		width: 100%;
		float: none;
	}
	
	.footer-widgets aside:after {
		display: block;
		clear: both;
		content: "";
	}
	
	.footer-widgets aside.impuls-info {
		width: 100%;
		float: none;
		position: relative;
		right: auto;
		border-top: 3px solid #e3ded6;
		margin-top: 30px;
		padding-top: 30px;
	}
	
	.slider-innen,
	.postimg .slider-innen,
	.postimg .slider-innen.ohnerechts,
	.postimg div.slider-innen.ohnerechts{
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.slider-innen:nth-child(2n),
	.postimg .slider-innen:nth-child(2n),
	.postimg div.slider-innen:nth-child(2n){
		margin-right: 0 !important;
	}
	.bannerbild {
		margin-top: 70px;
	}
	.column,
	.page-template-gallery-page-php #primary.full #content .entry-content {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
	}
	
	.contact-left,
	.contact-right {
		width: 49%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.contact-left {
		margin-right: 2%;
	}
	.contact-text/*,
	.contactleft,
	.contactright*/{
		float: none;
		clear: both;
		width: 100%;	
	}
}

@media only screen and ( max-width: 605px ) {
	.slider {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and ( max-width: 450px ) {
	.slider-innen,
	.postbild,
	.posttext,
	.postimg .slider-innen,
	.slider-innen, .postimg .slider-innen,
	.postimg .slider-innen.ohnerechts,
	.postimg div.slider-innen.ohnerechts{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.postbild {
		margin-bottom: 20px;
	}
	
	.ref_picview {
	    width: 48%;
	    margin-right: 4%;
	}
	
	.ref_picview:nth-child(2n) {
	    margin-right: 0;
	}
	
	.slider-innen a img,
	.postbild img,
	img.zerti,
	.mitarbeiter.slider-innen {
		width: 100%;
		float: none;
		height: auto;
		display: block;
		margin-right: 0 !important;
	}
}