/*!
Theme Name: pollmeier2018
Theme URI: https://www.werbeagentur-impuls.de/
Author: Impuls Werbeagentur <info@impuls-wa.de>
Author URI: https://www.werbeagentur-impuls.de/
Description: Das WordPress Theme Ihres Unternehmens. Speziell für Sie entwickelt.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pollmeier-2018

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.

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	line-height: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #e6e6e6;
	color: #FFF;
	line-height: 1;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FFF;
	color: #e6e6e6;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	background: #F0F0F0;
	color: #999;
	cursor: not-allowed;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: left;
	display: block;
	margin: 43px 0 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	display: none;
	background: #f0f0f0;
	padding: 40px 30px 0;
}

.main-navigation ul li.einspaltig ul {
	left: auto;
}
.main-navigation ul li.einspaltig ul li {
	float: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	padding: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation li {
	float: left;
	margin: 0 37px 0 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 17px;
	position: relative;
	padding-bottom: 24px;
}
.main-navigation a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-page-ancestor > a,
.single .main-navigation li.referenzen > a,
.category .main-navigation li.referenzen > a{
	color: #138992;
}

.main-navigation ul#primary-menu > li.menu-item-has-children:hover > a:after {
	display: block;
	content: "";
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #f0f0f0;
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 15px;
	z-index: 999999;
}
.main-navigation li li{
	width: 300px;
	margin: 0px 0 35px;
	line-height: 44px;
}
.main-navigation li li:nth-child(3n+1) {
	clear: left;
}
.main-navigation ul ul a i{
	font-size: 33px;
	float: left;
	margin: -5px 15px 5px 0;
	width: 65px;
	/*text-align: center;*/
}

.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.single_thumbnail{
	position: relative;
}
.single_thumbnail a:after,
.blocks-gallery-item a:after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(img/lupe.svg) no-repeat center / 20px rgba(255,255,255,0.8);
	opacity: 0;

	-webkit-transition:	opacity 0.2s ease-in-out 0s;
    -moz-transition: 	opacity 0.2s ease-in-out 0s;
    -o-transition:		opacity 0.2s ease-in-out 0s;
    transition:			opacity 0.2s ease-in-out 0s;
}
.single_thumbnail:hover a:after,
.blocks-gallery-item:hover a:after{
	opacity: 1;
}

/*--------------------------------------------------------------
--------------------------------------------------------------*/

#page{
	min-width: 1240px;
	background: #fff;

	font-family: 'Mulish', sans-serif;
	color: #000;
	border: 20px solid #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	padding-top: 97px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.home #page{
	font-size: 21px;
	color: #77787d;
	line-height: 28px;
}

.rahmen-bottom{
	width: 100vw;
	height: 20px;
	background: #fff;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
}
.rahmen-left,
.rahmen-right{
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	height: 100vh;
	width: 20px;
	background: #fff;
}
.rahmen-right{
	left: auto;
	right: 0;
}

.wrapper{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.wrapper:after{
	display: block;
	content: "";
	clear: both;
}

a{
	color: #138992;
	text-decoration: none;
}
a:hover{
	color: #77787d;
}
.entry-content a {
	font-weight: 600;
	position: relative;
	padding: 0 0 0 24px;
}
.entry-content a:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #138992;
	position: absolute;
	left: 2px;
	top: 7px;

	-webkit-transition:	color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
    -moz-transition:	color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
    -o-transition:		color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
    transition:			color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}
.entry-content li a{
	padding-left: 0;
}
.entry-content li a:before {
	display: none;
}
.home .entry-content a:before{
	top: 10px;
}
.entry-content a:hover:before{
	background: #77787d;
	-webkit-transform:	rotate(45deg);
	-moz-transform:		rotate(45deg);
	-ms-transform:		rotate(45deg);
	-o-transform:		rotate(45deg);
	transform:			rotate(45deg);
}
.entry-content .wp-block-gallery a{
	padding: 0;
}
.entry-content .wp-block-gallery a:before{
	display: none;
}

p{
	margin-top: 0;
	margin-bottom: 26px;
}
.home p{
	margin-bottom: 26px;
}
p:last-child{
	margin-bottom: 0;
}
h1,
h2{
	color: #138992;
	font-weight: 200;
	font-size: 48px;
	margin: 0;
	line-height: normal;
}
h3,
.search h2{
	font-size: 30px;
	font-weight: 300;
	color: #138992;
	line-height: normal;
	margin: 0 0 40px;
}
.search h2{
	margin-bottom: 20px;
}
#colophon h3{
	margin: 0;
	font-size: 22px;
	color: #77787d;
	font-weight: 500;
	line-height: 28px;
}
h4,
.headln_zusatz{
	font-size: 31px;
	margin: 2px 0 40px;
	display: block;
	font-weight: 300;
}
.entry-header h4,
.entry-header .headln_zusatz{
	margin: 3px 0 0;
	color: #77787d;
}

hr{
	margin: 0;
}

ul{
	margin: 0;
	padding: 0;
}
.entry-content ul{
	padding: 0 0 0 20px;
	list-style: none;
}
.entry-content ul.wp-block-gallery{
	padding: 0;
}
.entry-content ul li{
	position: relative;
	margin-bottom: 10px;
}
.entry-content ul li:before{
	display: block;
	width: 10px;
	height: 10px;
	background: #138992;
	content: "";
	position: absolute;
	left: -20px;
	top: 7px;
}
ul.wp-block-gallery li:before{
	display: none;
}

#page [class^="icon-"]::before,
#page [class*=" icon-"]::before{
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.mint,
.has-mint-background-color{
	color: #fff;
	background: #138992;
	padding-left: 20px;
	padding-right: 20px;
}
.mint h3,
.has-mint-background-color h3{
	color: #fff;
}

.weiss,
.has-weiss-background-color{
	background: #fff;
}
.light-grey,
.has-light-gray-background-color{
	background: #f0f0f0;
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-impuls-additional-containers-bgcontainer{
	padding-top: 85px;
	padding-bottom: 95px;
}
.wp-block-impuls-additional-containers-bgcontainer .wp-block-impuls-additional-containers-bgcontainer{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-impuls-additional-containers-bgcontainer:first-child{
	padding-top: 0;
}
.blog .wp-block-impuls-additional-containers-bgcontainer{
	padding-bottom: 50px;
}
.impuls-additional-containers-bgcontainer-inner{
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}

.wp-block-impuls-additional-blocks-piccontainer{
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-impuls-additional-blocks-piccontainer.pic-align-left{
	padding-left: calc(50% + 21px);
}
.impuls-additional-blocks-piccontainer-pic{
	top: 4px;
	height: calc(100% - 9px);
	width: 580px;
}

.wp-block-impuls-additional-blocks-piccontainer{
	margin-top: 85px;
	margin-bottom: 95px;
}

.wp-block-impuls-additional-blocks-piccontainer:first-child{
	margin-top: 0;
}
.wp-block-impuls-additional-blocks-piccontainer.pic-align-left{
	padding-left: calc(50% + 21px);
	padding-right: calc((100% - 1200px) / 2);
}
.wp-block-impuls-additional-blocks-piccontainer.pic-align-right{
	padding-right: calc(50% + 21px);
	padding-left: calc((100% - 1200px) / 2);
}
.wp-block-impuls-additional-blocks-piccontainer .impuls-additional-blocks-piccontainer-pic{
	width: calc( (100% - 1200px) / 2 + 1200px / 2 - 20px );
}

.wp-block-impuls-additional-containers-bgcontainer .wp-block-impuls-additional-blocks-piccontainer{
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-impuls-additional-containers-bgcontainer .wp-block-impuls-additional-blocks-piccontainer.pic-align-left{
	padding-left: calc(50% + 21px);
	padding-right: 0;
}
.wp-block-impuls-additional-containers-bgcontainer .wp-block-impuls-additional-blocks-piccontainer.pic-align-right{
	padding-right: calc(50% + 21px);
	padding-left: 0;
}
.wp-block-impuls-additional-containers-bgcontainer .wp-block-impuls-additional-blocks-piccontainer .impuls-additional-blocks-piccontainer-pic{
	width: 580px;
}

.wp-block-impuls-additional-containers-bgcontainer.has-background-color:last-child{
	margin-bottom: 90px;
}


.wp-block-columns{
	margin: 0 0 95px;
}
.wp-block-columns:last-child{
	margin-bottom: 0;
}
.wp-block-columns .wp-block-column{
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
.wp-block-columns .wp-block-column:first-child{
	padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child{
	padding-right: 0;
}
.home .wp-block-columns iframe{
	height: 242px;
	width: 392px;
	position: absolute;
	top: 25px;
	left: 120px;
}

#masthead{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 999999;
	padding: 24px 0 0;

	-webkit-transition:	padding 0.2s ease-in-out 0s;
    -moz-transition:	padding 0.2s ease-in-out 0s;
    -o-transition:		padding 0.2s ease-in-out 0s;
    transition:			padding 0.2s ease-in-out 0s;
}
.scroll #masthead{
	padding-top: 0;
}
#masthead,
#masthead > *{
	/*-webkit-transform: translateZ(0);*/

}
a.logo{
	display: block;
	width: 172px;
	height: 72px;
	/* background: url('img/logo.svg') no-repeat center / 100%;  */
	background: url('img/Pollmeier_Logo_RGB.svg') no-repeat center / 100%;
	float: left;
	margin: 0 100px 0 0;

	-webkit-transition:	background 0.2s ease-in-out 0s;
    -moz-transition:	background 0.2s ease-in-out 0s;
    -o-transition:		background 0.2s ease-in-out 0s;
    transition:			background 0.2s ease-in-out 0s;
}
.scroll a.logo{
	/*background: url('img/logo-scroll.svg') no-repeat top 26px center / 100%;*/
	background-position: bottom left;
	background-size: 135px;
}

.searchwidget{
	float: right;
	margin-top: 27px;
}
.searchwidget .widget{
	margin-bottom: 0;
}
form.searchform{
	position: relative;
}
.search_submit_wrapper{
	position: absolute;
	right: 0;
}
.search_submit_wrapper:hover{
	color: #138992;
}
.searchwidget input#search {
	height: 37px;
	width: 200px;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0;
}
.searchwidget input.search-submit{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.searchwidget i{
	font-size: 16px;
	color: #77787d;
}
.headerslider,
#content,
.prefooter,
#colophon,
#page{
	position: relative;
	z-index: 1;
	-webkit-transform: translateZ(0);
}

.headerslider .slick_arrow{
	position: absolute;
	left: 40px;
	top: 50%;
	color: #fff;
	z-index: 99999;
	font-size: 52px;
	transform: translateY(-50%);
	cursor: pointer;
}
.headerslider .slick_arrow.slick_arrow_right{
	right: 40px;
	left: auto;
}
.headerslider .slick_arrow:hover{
	color: #138992;
}
.headerslider .slide{
	height: 700px;
}
.headerslider .slide .wrapper{
	height: 100%;
}
.headerslider .slide .slidertext{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 308px;
	color: #fff;
	font-weight: 200;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 7px #000;

	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
.title_wrap{
	position: absolute;
    right: 0;
    bottom: 40px;
    background: rgba(255,255,255,0.8);
    padding: 19px 20px 20px 25px;
    color: #000;
    font-size: 17px;
	height: 100px;
}
.title_wrap i {
	font-size: 58px;
	margin: 0 20px 0 0;
	line-height: 60px;
	float: left;
}
.title_wrap_inner {
	width: 280px;
	float: right;
	line-height: 22px;
	height: 100%;
	display: table;
}
.title_wrap_inner p{
	display: table-cell;
	vertical-align: middle;
}
.sliderdots{
	position: absolute;
	bottom: 40px;
	left: 0;
}
.sliderdots ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sliderdots ul:after{
	display: block;
	content: "";
	clear: both;
}
.sliderdots ul li{
	background: #fff;
	width: 10px;
	height: 10px;
	float: left;
	margin: 0 20px 0 0;

	-webkit-transition:	transform 0.2s ease-in-out 0s;
	-moz-transition:	transform 0.2s ease-in-out 0s;
	-o-transition:		transform 0.2s ease-in-out 0s;
	transition:			transform 0.2s ease-in-out 0s;
}
.sliderdots ul li.slick-active{
	-webkit-transition:	transform 0.2s ease-in-out 0.4s;
	-moz-transition:	transform 0.2s ease-in-out 0.4s;
	-o-transition:		transform 0.2s ease-in-out 0.4s;
	transition:			transform 0.2s ease-in-out 0.4s;
}
.sliderdots ul li:hover,
.sliderdots ul li.slick-active{
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}
.sliderdots ul li.slick-active:hover{
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}
.sliderdots ul li button{
	opacity: 0;
}

.begruessung,
.prefooter{
	background: #138992;
	color: #fff;
	text-align: center;
	margin: 20px 0 0;
	padding: 46px 0 50px;
}
.prefooter{
	margin-bottom: 20px;
}
.begruessung .widget,
.prefooter .widget{
	font-size: 21px;
	font-weight: 200;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0;
}
.begruessung h3,
.prefooter h3{
	margin: 0 0 16px;
	font-size: 46px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 40px;
}

.entry-header{
	margin-top: 85px;
	margin-bottom: 43px;
}
.home .entry-header{
	text-align: center;
}
.search .entry-header{
	margin-top: 40px;
	margin-bottom: 20px;
}

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

#leistungen{
	text-align: center;
	padding: 0;
}
#leistungen .inner {
	margin: 0;
}
.home #leistungen{
	padding: 85px 0 80px;
}
.home #leistungen .inner {
	margin: 47px 0 0;
}
#leistungen .inner:after{
	display: block;
	content: "";
	clear: both;
}
#leistungen .leistung{
	width: calc( (100% - 3*20px) / 4);
	margin: 0 20px 20px 0;
	height: 200px;
	position: relative;
	float: left;
}
#leistungen .leistung a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
}
#leistungen .leistung a:before{
	display: none;
}
#leistungen .leistung .leistung_img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;

	-webkit-filter: grayscale(1);
			filter: grayscale(1);

	-webkit-transition:	filter 0.4s ease-in-out 0.4s;
	-moz-transition:	filter 0.4s ease-in-out 0.4s;
	-o-transition:		filter 0.4s ease-in-out 0.4s;
	transition:			filter 0.4s ease-in-out 0.4s;
}
#leistungen .leistung:nth-child(4n){
	margin-right: 0;
}
#leistungen .leistung .leistung_inner{
	background: rgba(19, 137, 146, 0.9);
	color: #fff;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;

	-webkit-transition:	height 0.4s ease-in-out 0s;
	-moz-transition:	height 0.4s ease-in-out 0s;
	-o-transition:		height 0.4s ease-in-out 0s;
	transition:			height 0.4s ease-in-out 0s;
}
#leistungen .leistung:hover .leistung_inner{
	height: 40px;
}
#leistungen .leistung:hover .leistung_img{
	-webkit-filter: grayscale(0);
			filter: grayscale(0);
}

#leistungen .leistung i{
	position: absolute;
	left: 0;
	right: 0;
	top: 37px;
	font-size: 65px;
	opacity: 1;

	-webkit-transition:	opacity 0.2s ease-in-out 0.2s;
	-moz-transition:	opacity 0.2s ease-in-out 0.2s;
	-o-transition:		opacity 0.2s ease-in-out 0.2s;
	transition:			opacity 0.2s ease-in-out 0.2s;
}
#leistungen .leistung:hover i{
	opacity: 0;
	-webkit-transition:	opacity 0.2s ease-in-out 0s;
	-moz-transition:	opacity 0.2s ease-in-out 0s;
	-o-transition:		opacity 0.2s ease-in-out 0s;
	transition:			opacity 0.2s ease-in-out 0s;
}
#leistungen .leistung h3{
	color: #fff;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0.4px;

	-webkit-transition:	bottom 0.4s ease-in-out 0s;
	-moz-transition:	bottom 0.4s ease-in-out 0s;
	-o-transition:		bottom 0.4s ease-in-out 0s;
	transition:			bottom 0.4s ease-in-out 0s;
}
#leistungen .leistung:hover h3{
	bottom: 5px;
}

#kundenmeinungen{
	padding: 85px 0 80px;
}
#kundenmeinungen .wrapper{
	text-align: center;
}
#kundenmeinungen .wrapper.inner{
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: left;
}
.kundenmeinung{
	width: 580px;
	background: #fff;
	margin-right: 34px;
	padding: 20px 20px 40px 20px;
	box-shadow: 0 0 5px -2px;
}
.archive .kundenmeinung{
	float: left;
	margin-bottom: 35px;
	position: relative;
}
.archive .kundenmeinung:nth-child(2n){
	margin-right: 0;
}
.archive .kundenmeinung .target{
	position: absolute;
	top: -120px;
}
.kundenmeinung .kundenmeinung_bild{
	height: 400px;
	width: 100%;
}
.kundenmeinung h3{
	color: #77787d;
	font-weight: 600;
	margin-bottom: 18px;
	margin-top: 40px;
}
blockquote{
	margin: 0;
	font-style: italic;
	font-size: 17px;
	line-height: 22px;
	padding: 0 60px 0 0;
}
.home .kundenmeinung blockquote{
	line-height: 32px;
	margin-bottom: 20px;
}
cite{
	font-style: normal;
	font-weight: 500;
}
#kundenmeinungen .slick-list{
	padding: 3px !important;
}
#kundenmeinungen .slick_arrow{
	position: absolute;
	left: -46px;
	top: 183px;
	font-size: 52px;
	cursor: pointer;
}
#kundenmeinungen .slick_arrow.slick_arrow_right{
	left: auto;
	right: -46px;
}
#kundenmeinungen .slick_arrow:hover{
	color: #138992;
}

.referenz {
	float: left;
	width: calc((100% - 60px) / 4);
	margin: 0 0 20px 20px;
	position: relative;
	line-height: 0;
}
.referenz:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.referenz img{
	width: 100%;
	height: 100%;
}
.ref_overlay {
	padding: 20px;
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: normal;
	opacity: 0;

	display: table;

	-webkit-transition:	opacity 0.2s ease-in-out 0s;
    -moz-transition:	opacity 0.2s ease-in-out 0s;
    -o-transition:		opacity 0.2s ease-in-out 0s;
    transition:			opacity 0.2s ease-in-out 0s;

		word-wrap: break-word;
	overflow-wrap: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}
.referenz:hover .ref_overlay {
	opacity: 1;
}
.referenz.ref-weitere-referenzen .ref_overlay{
		word-wrap: normal;
	overflow-wrap: normal;

	-webkit-hyphens: none;
	   -moz-hyphens: none;
			hyphens: none;
}
.ref_overlay h3 {
	font-size: 17px;
	color: #000;
	vertical-align: middle;
	display: table-cell;
}
#primary .referenz a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#primary .referenz a:before{
	display: none;
}

.schmuckbild{
	height: 390px;
	background: url('img/schmuckbild.jpg') no-repeat center / cover;
	background-attachment: fixed;
}


#colophon{
	padding-top: 42px;
	padding-bottom: 65px;
	font-size: 17px;
}
#colophon .widget{
	float: left;
	width: 300px;
}
.widget_nav_menu ul{
	list-style: none;
	margin: 0;
}
.widget_nav_menu ul li {
	margin-bottom: 27px;
}
.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}
.widget_nav_menu ul.sub-menu li {
	margin-bottom: 0;
}
.widget_nav_menu ul li a {
	color: #77787d;
	font-size: 23px;
	font-weight: 500;
}
.widget_nav_menu ul li a:hover{
	color: #138992;
}
.widget_nav_menu ul.sub-menu li a {
	font-size: 17px;
	font-weight: 300;
}
#colophon .widget.impuls{
	margin-top: 30px;
}
#colophon .widget.impuls,
#colophon .widget.impuls a{
	color: #bebebe;
}
#colophon .widget.impuls a:hover{
	color: #77787d;
}

#page .tablepress td,
#page .tablepress th{
	padding: 0;
	border: none;
	line-height: 26px;
	padding: 0 0 20px;
}
#page .tablepress .column-1 {
	white-space: nowrap;
	color: #000;
	font-weight: 600;
	width: 113px;
}

.produktbeispiele_wrapper:after{
	display: block;
	content: "";
	clear: both;
}
.produktbeispiel {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 16px 16px 0;
}
.produktbeispiel:nth-child(4n) {
	margin-right: 0;
}
#primary .produktbeispiel a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	text-align: center;

	-webkit-transition:	opacity 0.2s ease-in-out 0s;
    -moz-transition:	opacity 0.2s ease-in-out 0s;
    -o-transition:		opacity 0.2s ease-in-out 0s;
    transition: 		opacity 0.2s ease-in-out 0s;
}
#primary .produktbeispiel a:before{
	display: none;
}
#primary .produktbeispiel:hover a{
	opacity: 1;
}
#primary .produktbeispiel a i{
	position: absolute;
	color: #000;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 30px;
	top: 50%;

	-webkit-transform:	translateY(-50%);
	-moz-transform:		translateY(-50%);
	-ms-transform:		translateY(-50%);
	-o-transform:		translateY(-50%);
	transform:			translateY(-50%);
}

#content .wp-block-column .wp-block-gallery .blocks-gallery-item{
	width: 130px;
	height: 130px;
}
#content .wp-block-gallery .blocks-gallery-image,
#content .wp-block-gallery .blocks-gallery-item{
	flex-grow: 0;
	height: 216px;
}
.single #content .wp-block-gallery .blocks-gallery-image:nth-last-child(2),
.single #content .wp-block-gallery .blocks-gallery-item:nth-last-child(2),
.single #content .wp-block-gallery .blocks-gallery-image:last-child,
.single #content .wp-block-gallery .blocks-gallery-item:last-child{
	margin-bottom: 0;
}

.breadcrumb_wrapper{
	padding-top: 6px;
	padding-bottom: 8px;
	font-weight: 200;
	letter-spacing: 0.4px;
}
.breadcrumb_wrapper span{
	float: left;
	display: block;
}
.breadcrumb_wrapper span.breadcrumb_text{
	margin-right: 7px;
}
.breadcrumb_wrapper a{
	color: #fff;
}
.breadcrumb_wrapper a:hover{
	border-bottom: 2px solid #fff;
}
.breadcrumb_wrapper i {
    margin: 1px 7px -2px;
    font-size: 10px;
    float: left;
}

.inner{
	display: flex;
	flex-wrap: wrap;
}
.single .inner{
	margin: 20px 0;
}
.inner .referenz img{
	object-fit: cover;
}
#kundenmeinungen .slick-track{
	display: flex;
	flex-wrap: wrap;
}
.slick-slide{
	height: auto;
}

.single_half.single_left{
	width: calc( (100% - 1200px) / 2 + 1200px / 2 - 20px );
	line-height: 0;
}
.single_half.single_right{
	width: 580px;
	margin-left: 40px;
}
.single_thumbnail img{
	min-width: 100%;
}

.posts-navigation{
	margin: 17px auto;
	width: 300px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
	text-align: right;
	padding-right: 10px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
	text-align: left;
	padding-left: 10px;
}

.search article{
	padding-bottom: 25px;
	border-bottom: 1px solid;
}
.search article:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.produktkategorien_wrapper{
	margin-bottom: 30px;
}
.produktkategorien_wrapper .termlink{
	padding: 5px 10px;
	margin: 0 10px 10px 0;
	background: #138992;
	color: #fff;
	float: left;
}
.produktkategorien_wrapper .termlink.active,
.produktkategorien_wrapper .termlink:hover{
	color: #77787d;
	background: #f0f0f0;
}


#refslider{
	margin-bottom: 70px;
}
#refslider h2{
	margin: 0 0 30px;
}
#refslider .referenz{
	width: calc( (1200px - 60px) / 4 );
	margin: 0 20px 0 0;
	height: 285px;
}
#refslider .referenz:nth-child(4n+1) {
	clear: none;
}
#refslider .referenz a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#refslider .slick_arrow{
	position: absolute;
	left: -46px;
	top: 50%;
	font-size: 52px;
	cursor: pointer;

	-webkit-transform:	translateY(-50%);
	-moz-transform:		translateY(-50%);
	-ms-transform:		translateY(-50%);
	-o-transform:		translateY(-50%);
	transform:			translateY(-50%);
}
#refslider .slick_arrow.slick_arrow_right {
    left: auto;
    right: -46px;
}

#refslider .slick_arrow:hover {
	color: #138992;
}

.search .postnavigation{
	margin: 20px 0;
}
.postnavigation:after{
	display: block;
	content: "";
	clear: both;
}
.postnavtext{
	float: left;
}
.postnavlinks{
	float: right;
}

.error404 #main,
.search-no-results #main{
	padding: 40px 0;
}

.error404 form.searchform,
.search-no-results form.searchform{
	float: left;
}
.error404 form.searchform .search_submit_wrapper,
.search-no-results form.searchform .search_submit_wrapper{
	float: right;
	cursor: pointer;
}
.error404 form.searchform input[type="text"],
.search-no-results form.searchform input[type="text"]{
	width: 300px;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0 20px 0 10px;
}

/*---form---*/
/*--- kontakt ---*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"]{
	width: calc(50% - 10px);
	float: left;
	margin: 0 20px 20px 0;
	border-radius: 0px;
	border: none;
	height: 40px;
	background: #e8e8e8;
	color: #000;
	padding: 0 0 0 18px;
	font-size: 20px;
	font-weight: 300;
}
.wpcf7 .wpcf7-form-control-wrap:nth-child(2n) input[type="text"],
.wpcf7 .wpcf7-form-control-wrap:nth-child(2n) input[type="tel"],
.wpcf7 .wpcf7-form-control-wrap:nth-child(2n) input[type="email"]{
	margin-right: 0;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{
	color: #000;
}
.wpcf7 .wpcf7-form-control-wrap.message{
	display: block;
}
.wpcf7 textarea{
	resize: none;
	border-radius: 0px;
	width: 100%;
	height: 250px;
	background: #e8e8e8;
	color: #000;
	margin: 0 0 20px 0;
	padding: 8px 0 0 18px;
	font-size: 20px;
	border: none;
	font-weight: 300;
}
.wpcf7 textarea#meinungstextfeld{
	height: 235px;
}
.wpcf7 .captcha-wrap{
	float: left;
	width: calc(50% - 10px);
	margin: 0 20px 0 0;
	border: none;
}
.wpcf7 .captcha-wrap input{
	width: 60%;
}
.wpcf7 .captcha-img-wrap{
	float: right;
	background: #e8e8e8;
	height: 40px;
	width: calc(40% - 20px);
}
.wpcf7 .captcha-wrap img{
	margin: 8px 0 0 8px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled:hover{
	width: calc(50% - 10px);
	margin: 0;
	float: left;
	border-radius: 0px;
	height: 40px;
	box-shadow: none;
	background: #138992;
	border: none;
	color: #fff;
	text-shadow: none;
	font-size: 20px;
	padding: 0;
	font-weight: 300;
}
.wpcf7 input[type="submit"]:hover{
	box-shadow: none;
	background: #f0f0f0;
	color: #000;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:disabled:hover{
	cursor: not-allowed;
}
.wpcf7 input[type="file"]{
	margin-bottom: 15px;
}
.wpcf7-form p{
	margin: 0;
	line-height: 0;
}
span.wpcf7-not-valid-tip, div.wpcf7 img.ajax-loader{
	display: none;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 input.wpcf7-not-valid:focus{
	background: #77787d;
	color: #fff;
}
.wpcf7-not-valid::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}
.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}
.wpcf7-not-valid::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.wpcf7-not-valid:-ms-input-placeholder {
   color: #fff;
   opacity: 1;
}
form p:after{
	clear: both;
	content: "";
	display: block;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok{
	border: none;
	background: #77787d;
	color: #fff;
	width: 100%;
	margin: 0 0 2%;
}

.wpcf7-form-control.wpcf7-acceptance{
	display: block;
	margin: 0 0 10px;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;

	width: 21px;
	height: 21px;
	background: #e8e8e8;
	margin: 6px 10px 25px 0;
	float: left;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #138992;
    content: "";
    margin: 5px;
    display: none;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked::before {
    display: block;
}
.wpcf7-form-control.wpcf7-acceptance span{
	line-height: normal;
	margin: 0;
	color: #000;
	line-height: 30px;
}
.wpcf7-form-control.wpcf7-acceptance span a{
	text-transform: none
}
#primary .wpcf7-form-control.wpcf7-acceptance span a{
	padding: 0;
}
#primary .wpcf7-form-control.wpcf7-acceptance span a:before{
	display: none;
}
div.wpcf7 .ajax-loader{
	display: none;
}
/*ende form*/

.blueimp-gallery > div > a{
	display: none !important;
}
@media screen and (max-width: 1240px) {
	#masthead .wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.min-with-videobg-fix{min-width: 580px !important}

.no-padding-bottom {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.pum-theme-6474, .pum-theme-standard-theme {
	background-color: rgba(0,0,0,0.6) !important;
}

.pum-theme-6474 .pum-content + .pum-close, .pum-theme-standard-theme .pum-content + .pum-close {
	line-height: 16px !important;
}

.privacy-msg.privacy-video-msg {
	position: absolute;
	top: 19px;
	left: 115px;
	right: 0;
	width: 396px !important;
  	height: 253px !important;
}
.privacy-msg.privacy-video-msg .dtinfo_txt span {
	color:#000 !important;
}

.privacy-msg.privacy-video-msg .dtinfo_txt span a {
	color:#138992 !important;
}
.privacy-msg p {
	z-index: 9999;
}