<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Nexfusion Webdesign N1
Theme URI: http://www.nexfusion-media.de
Author: Nexfusion Media
Version: 99.9
License: Copyright by Nexfusion Media. Disallowed to use for all without a license from Nexfusion Media.
Text Domain: nexfusion
*/


/* =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;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans serif;
}
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;
}
* {
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline:  0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 1% 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

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



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

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	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,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	background-color: #fff;
}
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 */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.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-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
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);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

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

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

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	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;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


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

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #0093d6;
}
a:hover {
	color: #008ccc;
}

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

/* Page structure */
.site {
	padding: 0 0;
	background-color: #fff;
	width:100%;
	x-overflow:hidden;
}
.site-content {
	margin: 24px 0 0;
	margin: 2.5em 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
#masthead, #colophon, #main {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
#primary, #secondary, #masthead, .white {
    background-color: #fff;
    border:1px solid #e4e4e4;
}

.container_12 .white {
	border:1px solid #e4e4e4;
	outline-offset: 0px;
}
.entry-content .white img {
	box-shadow: none;
	border-radius: 0;
}
#primary, #secondary {
    padding:15px;
    margin-bottom: 35px;
	margin-bottom: 2.5em;
	margin-top: 35px;
	margin-top: 2.5em;
}
.home #primary, .single-product #primary, .page-template-white-boxes-page #primary {
	background-color: transparent;
	border:0px none
}
.page-template-white-boxes-page #primary {
    padding: 0;
}
#main {
    background-color: #f4f4f4;
    padding-bottom:
}
/* Header */
.site .site-header#masthead {
	padding: 1.6em 2.5em 0;
	border-bottom:1px solid #e4e4e4;
	border-top: 5px solid #0093D6;
	border-right: 0 none;
	border-left: 0 none;
	/* background: url(images/border-top-blue.jpg) repeat-x top center; */
}
.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;
}
.logo {
	width:280px;height:85px;display: block;margin-bottom: 10px;
	float: left;overflow: hidden;max-width: 25%;
}
.flags {
	background: url(images/flags.gif) no-repeat left center;
	display: inline-block;
    width: 45px;
}
.right-header {
    float: right;
    max-width: 75%;
    width: 850px;
    position: relative;
    display: block;
}
.site-header .site-title {
    margin: 100px 50px 50px 300px;
    display: block
}
.site-header input.search-field {
    background: transparent none;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    display:block;
    height: 33px;
    position: relative;
    line-height: 1.5em;
    margin: 0;
    outline: medium none;
    padding: 0.15em 10px 0.15em 3em;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.site-header button.search-submit {
    background: url(images/ahrendt-sprite.png) no-repeat -69px -89px;
    border: none;
    color: #ababab;
    font-size: inherit;
    height: 90%;
    left: 0;
    outline: none;
    padding: 0 1em;
    position: absolute;
    display:block;
    top: 0;
}
.site-header .search-form {
    background-color: #fff;
    font-size: 16px;
    height: 2.3em;
    line-height: 2em;
    overflow: hidden;
    position: relative;
    width: 73%;
    z-index: 20;
    float:left;
    margin: 3px 1% 0;
}
.topnav {
	background-color: #eee;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #ddd inset;
    display: block;
    float: left;
    font-size: 13px;
    height: auto;
    margin-top: 2px;
    position: relative;
    width: 25%;
}
.topnav &gt; li {
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 12px;
    margin-top: 1px;
    padding: 10px 20px 10px 5px;
    position: relative;
    width: auto;
    border: 0 none;
}
/*
ul.topnav &gt; li:hover {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
}
*/
ul.topnav li span:after {
    content: "ï„‡";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
ul.topnav ul.nav-menu {
    display: none;
}
ul.topnav li:hover ul.nav-menu,
ul.topnav li:focus ul.nav-menu,
ul.topnav li:active ul.nav-menu {
    display: block;
}
ul.topnav ul.nav-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 3px -2px rgba(33, 33, 33, 0.5);
    display: none;
    height: auto;
    left: -50%;
    margin-left: 46px;
    margin-top: 10px;
    position: absolute;
    width: 140px;
    z-index: 800;
}
ul.topnav ul#menu-sprachnavigation {
	margin-left: 27px;
    width: 100px;
    left:auto;
    right: -4px;
}
ul.topnav li ul.nav-menu li {
	border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    margin: 0px 0;
    padding: 0px;
    text-align: left;
}
ul.topnav li ul.nav-menu #menu-item-79,
ul.topnav li ul.nav-menu #menu-item-88 {
	border: 0 none;
	margin-bottom: 0
}
.topnav li a {
    color: #888;
    display: block;
    padding: 8px 0 8px 10px;
}
.topnav li a:hover, .main-navigation li a:hover {
    color: #0093d6;
}
.topnav li a:hover {background-color: #f3f3f3;}

.topnav ul:before, .topnav ul:after {
    border-style: solid;
    content: "";
    position: absolute;
}
.topnav ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    left: 50%;
    margin-left: 27px;
    top: -8px;
}
.topnav ul#menu-kundennavigation:after {
	margin-left:37px;
}
.topnav ul:before {
    border-color: #ddd transparent;
    border-width: 0 10px 10px;
    left: 50%;
    margin-left: 25px;
    top: -10px;
}
.topnav ul#menu-kundennavigation:before {
	margin-left:35px;
}
ul.topnav li ul.nav-menu li.menu-item.menu-item-82 {
    border-bottom: 0 none;
}
.wpmega-clean-white .wpmm-mega-wrapper &gt; li {
	border-width: 0px 0px 0;
    border-color: #fff;
    border-style: solid solid none;
}
.wpmega-clean-white .wpmm-mega-wrapper &gt; li:hover {
    border-color: #fff;
    border-style: solid solid none;
    border-width: 0px 0px 0;
    position: relative;
    z-index: 9000;
}
.main-navigation li {
    border-radius: 3px 3px 0 0;
    margin: 0 0;
    position: relative;
    transition: ease-in-out 0.2s;
}
.main-navigation li#wp_nav_menu-item-90 {
    margin-right: 0;
}
/*.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li:before {
    content: "|";
    display: none;
    height: 20px;
    line-height: 2;
    margin-left: 0;
    margin-right: -2em;
    position: relative;
    width: 3px;
    color: #ddd;
    float: left;
    left: -3px;
}
*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.menu-item-has-children:hover a {
    color: #048dcc;
    font-weight: 400;
    position: relative;
    text-align: left;
    z-index: 4000;
    background-color: transparent;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li &gt; a {
    display: block;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans serif;
    font-size: 15px;
    line-height: 1.6;
    overflow: visible;
    padding: 2px 2.5em 13px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.main-navigation ul.wpmm-mega-wrapper {
    margin: 14px 0 0 4px;
    text-indent: 0;
   /* width: 101%;*/
}
.page .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	left:0px;
	border-top:1px solid #ddd;
	top: 100%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout {
    border-width: 0px 0px 0;
    position: static;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li a {
    /*padding: 2px 3em 25px 2em;*/
    transition: ease-in-out 0.2s;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li a {
    margin-right: 1.4em;
    padding-left: 0.4em;
    padding-right: 1.5em;
    padding-bottom:15px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children:hover ul li a {
	color:#555;
	padding: 9px 0px 9px 8px;
	border-bottom: 0px none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-flyout-horizontal-left a {
    padding: 2px 0.3em 15px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children ul li a {
	padding: 2px 1.2em 25px 0em;

}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li#wp_nav_menu-item-90.wpmega-menu-flyout a {
    margin-right: 0;
    padding: 2px 0.4em 15px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.menu-item-has-children:hover a span {
    padding-top: 0px;
    transition: ease-in-out 0.2s;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children a:after,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li a span.wpmm-mega-menu-href-title:after
{
	transition: ease-in-out 0.3s;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li a span.wpmm-mega-menu-href-title:after {
	width:0;
	left:0;
	right:0;
	height:0px;
	content: " ";
	transition: ease-in-out 0.2s;
	bottom: -1px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li:hover a span.wpmm-mega-menu-href-title:after {
    content: " ";
    background-color: #0093D6;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    z-index: 4000;
    left: 0px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li:hover ul li a span.wpmm-mega-menu-href-title:after {
	display: none;
}
#site-navigation .cart-info {
    background-color: #e0f5fb;
    border-radius: 20%;
    font-size: 90%;
    line-height: 1.6;
    padding: 4px 6px;
    position: relative;
    margin-right:6px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper .cart-info i.wpmm-mega-menu-icon.fa-shopping-cart:before {
	padding-right:2px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li &gt; a.wpmm-csingle-menu, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li &gt; a.wpmega-searchdown, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li &gt; a.wpmega-searchinline {
	padding-right:0.2em;
	padding-left:0.2em;
}
/* Navigation Menu */
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	padding:6px 0;
}
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    margin-top: 4px;
}
.main-navigation {
	margin-top: 0;
	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,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu &gt; ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
.container_12 .grid_1 {
    width:6.333%;
}

.container_12 .grid_2 {
    width:14.667%;
}

.container_12 .grid_3 {
    width:23.0%;
}

.container_12 .grid_4 {
    width:31.333%;
}

.container_12 .grid_5 {
    width:39.667%;
}

.container_12 .grid_6 {
    width:48.0%;
}

.container_12 .grid_7 {
    width:56.333%;
}

.container_12 .grid_8 {
    width:64.667%;
}

.container_12 .grid_9 {
    width:73.0%;
}

.container_12 .grid_10 {
    width:81.333%;
}

.container_12 .grid_11 {
    width:89.667%;
}

.container_12 .grid_12 {
    width:98.0%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}
.grid_2_offset {
	margin-left:15.667%;
}
.grid_1.center, .grid_2.center, .grid_3.center, .grid_4.center, .grid_5.center, .grid_6.center,
.grid_7.center, .grid_8.center, .grid_9.center, .grid_10.center, .grid_11.center, .grid_12.center {
	text-align:center;
}
.container_12:before, .container_12:after {
    content: " ";
    display: table;
}
.container_12:before, .container_12:after {
    box-sizing: border-box;
}
.container_12:after {
    clear: both;
}
.container_12 {
    position: relative;
}
.container_12 {
    float: left;
    margin-bottom: 10px;
}
.container_12 {
    clear: both;
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
    width: 100%;
}
.entry-content .tripleads h4 {margin-top:10px;}
.ico {
    display: block;
    height: 100px;
    width: 120px;
    margin: 25px auto 0;
    background: url(images/ahrendt-home-icons.png) no-repeat;
}
.ico.ico1 { background-position: left top}
.ico.ico2 { background-position: center center}
.ico.ico3 { background-position: right bottom}
.home .grid_4 p {
    word-wrap: normal;
    overflow-wrap: normal;
    hyphens: none;
}
.home .grid_4.white, .home .grid_2.white, .home .grid_3.white,
.home .grid_8.white, .home .grid_12.white {
	margin-bottom: 24px;
}
.content-inside {
	padding:15px;
}
.content-inside *:last-child {
	margin-bottom: 0;
}
.entry-content .white .grid_img {
    border: 0 none;
    display: inline-block;
    max-width: 500px;
    min-height: 300px;
    min-width: 370px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-height: none;
    transform: translateY(-50%);
    top: 50%;
}
.boxdescription {
    overflow: hidden;
    padding: 7px 15px 0;
    font-size: 14px;
}
.boxdescription.xcl {
	height: 75px;
	padding: 7px 15px;
	border-top: 1px solid #eee;
}
.white .boxdescription.xcl &gt; hr {
    margin: 5px -15px;
    background-color: #eee;
}
.white .boxdescription.xcl * {
	margin:0 0 0 0;
}
.boximage  {
	display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.boximage div {
	background-repeat: repeat-x;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    line-height: 1.2;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    z-index: 2;
    background-repeat: repeat-x;
    background-color: transparent;
	background-color: rgba(0,0,0,0.40);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.67) 15%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.67) 15%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.67) 15%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78000000', endColorstr='#00000000',GradientType=0 );
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.67), rgba(0,0,0,0));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.67)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.47), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.67), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.67), rgba(0,0,0,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78000000', endColorstr='#00000000', GradientType=0);
}
.boximagelink {
	display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.boximage .textinsideimage {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
    white-space: normal;
}
.btn:after {
    content: "â€º";
    font-size: 120%;
    font-weight: 500;
    line-height: 1;
    margin-left: 8px;
}
.btn {
    border: 1px solid;
    border-radius: 3px;
    display: block;
    font-size: 80%;
    margin: 10px 10px;
    padding: 5px 20px;
    display: inline-block;
    clear: both;
    float: none;
}
.textinsideimage .btn {
	background-color: #0093D6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
    border-color: #0b76a6;
    font-size:16px;
}
.bluebg {
	background-color:#0093d6;
	border-color: #0b76a6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	color:#fff;
}
.yellowbg {
	background-color:#dec71e;
	border-color: #bdab1f;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	color:#fff;
}
.ls-slide .btn {
	padding: 8px 24px 9px;
}
.btn.bluebg:hover, .btn.bluebg:focus, .btn.bluebg:active,
.btn.yellowbg:hover, .btn.yellowbg:focus, .btn.yellowbg:active,
.textinsideimage span:hover {
	color:#fff;
	/*text-shadow: none;*/
}
.btn.bluebg:hover, .btn.bluebg:focus, .btn.bluebg:active, .boximagelink:hover .btn {
	background-color: #0c87c0;
	border-color: #0a6893;
}
.btn.yellowbg:hover, .btn.yellowbg:focus, .btn.yellowbg:active {
	background-color: #d2bd1e;
	border-color: #a8981b;
}

.entry-content .white h1, .entry-content .white h2, .entry-content .white h3, .entry-content .white h4, .entry-content .white h5 {
    margin: 0.5em 0 1em;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 28px;
	margin-bottom:2rem;
	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: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.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: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
#spu-218 {
	top: 0% !important;
}
/* Footer */
.site-footer {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	background-color: rgba(8, 123, 175, 1);
	border-top: 1px solid #0a6f9c;
	display: block;
	position: relative;
	color:#fff;
}
.site-footer hr {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 24px auto 24px;
}
.site-footer#colophon {
	background-color: rgba(5, 133, 191, 1);
	border-color: #0b76a6;
}
.site-footer .container_12 {
	float:none;
	clear:both;
}
.site-footer a {
	color: #686868;
	color:#fff;
}
.site-footer a:hover {
	color: #21759b;
	color:#fff;
	text-decoration: underline;
}
.site-footer .footernav-headline {
    display: block;
    font-size: 120%;
    font-weight: 700;
    margin: 15px 0 10px;
}
.site-footer .nav-menu {
    margin-bottom: 15px;
}
a#backtop {
    background-color: #0093d6;
    color: #fff;
    display: block;
    border-color: #0b76a6;
    border-top:1px solid;
}
a#backtop:hover {
	box-shadow: 0 0 300px rgba(255, 255, 255, 0.2) inset;
}
#backtop .backtoptext {
    display: block;
    line-height: 2em;
    padding: 10px 0;
    text-align: center;
}
.site-footer .logo {
    background-position: 0 -142px;
    background-image: url(images/ahrendt-sprite.png);
    background-size: 100% auto;
    clear: none;
    content: " ";
    display: inline-block;
    float: none;
    height: 64px;
    margin-bottom: 0;
    margin-right: 0;
    max-width: none;
    overflow: visible;
    width: 230px;
}
.site-footer .contactdata .btn {
    clear: none;
    display: inline-block;
    font-size: 120%;
    margin-bottom: 5px;
    top: 8px;
    margin-left: 0px;
    position: relative;
}
.site-footer .contactdata .btn:after {
	display:none;
}
.site-footer .contactdata {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: left;
}
.erfahrung {
    background-image: url(images/25-jahre-erfahrung.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 51px;
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    background-position: 0px 0;
}
.site-info, .contactinfo, .site-info a, .contactinfo a {
	color: #9ac5da;
}
.contactinfo {
	font-size: 14px;
	color: #cfe2ec;
}
.site-info, .contactinfo {
    line-height: 1.5em;
    text-align: center;
}
/* =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: 1.2;
	font-weight: normal;
}
.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;
}
.invisible {
    display: inline;
    height: 0;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    width: 0;
}
.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;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.hero-headline:after {
    background-color: #dec71e;
    content: " ";
    display: block;
    height: 4px;
    margin: 12px auto;
    width: 20%;
}
.hero-headline h1 {
	font-family: 'sansationbold','Source Sans Pro',Helvetica,Arial;
	color:#0093D6;
	font-size: 36px;
    font-weight: normal;
    margin: 25px 0 8px;
    text-transform: uppercase;
}
.hero-headline h3 {
	color:#999;
	font-family: 'sansationlight','Source Sans Pro',Helvetica,Arial;
	font-size: 21px;
    font-weight: normal;
    line-height: 1.4;
    padding-bottom: 40px;
}
.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;
}
.entry-content h1,
.comment-content h1 {
	font-size: 25px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	line-height: 1.7;
    margin: 0 0 1.3em;
}
.term-16 #secondary #text-2.widget.widget_text,
.term-41 #text-2.widget.widget_text,
.term-7 #text-2.widget.widget_text,
.term-13 #text-2.widget.widget_text,
#secondary #text-2.widget.widget_text {
	margin-top: 2rem;
}
.entry-content .more-link {
	white-space: nowrap;
}
.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: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	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,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	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;
}
.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 {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.site-content article {
    border-bottom: 0 none;
    hyphens: auto;
    margin-bottom: 0;
    overflow-wrap: break-word;
    padding-bottom: 0;
}
.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;
}
.woocommerce-page.term-23.term-industrieschlaeuche ul.products {
    display: block;
    margin: 5px;
    overflow: hidden;
    width: 100%;
}

.woocommerce form .form-row #terms.input-checkbox {
	-webkit-appearance: checkbox;
	appearance: checkbox;
	-moz-appearance: checkbox;
	height: 18px;
	width: 18px;
}

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

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


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


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
.container_12 .grid_6.first {
    margin-left: 0;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
.widget-area .widget #menu-herstellermenu a {
    background-color: #eee;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px;
}
.widget-area .widget #menu-herstellermenu a:hover {
	color: #0093d6;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
.search .site-content article {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.search article .wp-post-image {
    width: 100%;
    height: auto;
}
.search-inline {
	float: left;
	padding-top:10px;
}
.search .entry-summary {
    margin-bottom: 20px;
}
.nav-previous a, .nav-next a {
	background-color: #0093d6;
    border-color: #0b76a6;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: 100%;
    margin: 10px;
    padding: 5px 20px;
}
.search article .entry-header {
    margin-bottom: 10px;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
.wp-caption {
    background-color: #eee;
    max-width: 100%;
    padding: 7px;
    text-align: center;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


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

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.spu-content div.wpcf7-response-output {
    background-color: #fff;
}
.spu-content .wpcf7-validation-errors {
    background-color: #f7dcdc;
}

.spu-content .wpcf7-mail-sent-ok {
    background-color: rgba(200, 234, 184, 1);
}
.woocommerce-checkout div.wpcf7-response-output {
	margin-top: 0px;
	margin-bottom: 2em
}
.single-format-standard.single-post #content .nav-single {
    background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
    margin-top: 50px;
    display: block;
    position: relative;
    float: none;
    clear: both;
}
/* =Plugins
----------------------------------------------- */

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

#spu-bg-218 {
    background-color: #065174;
    opacity: 0.95;
}
#spu-218 {
	height:100%;
	position:fixed !important;
	display:none;
	width:100%;
	overflow:hidden;
	background-color: transparent !important;
	box-shadow:none;
}
#spu-218 .spu-content {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow:none;
}
#spu-218 .wpcf7-form {
    position: relative;
    margin: 8% auto 0;
    width: auto;
    padding: 2em;
    font-size: 1.2em;
    overflow: visible;
    text-align:center;
    max-width: 980px;
    color:#fff;
    line-height:1.3;
}
.callbackinfo {
    font-size:1.2em;
}
#spu-218 .callbacktitle {
    font-family: 'sansationbold','Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 2em;
    line-height: 1.4;
    text-transform: uppercase;
}
#spu-218 .or-line {
    font-size:2em;
    line-height:1.6;
    color:#ddd;
    width:100%;
    overflow:hidden;
    display:block;
    position:relative;
}
#spu-218 .or-line:before {
    content: "";
    display:block;
    height:1px;
    width:100%;
    background-color:#ddd;
    position:absolute;
    margin-top:30px;
    left:505px;
}
#spu-218 .or-line:after {
    content: "";
    display:block;
    height:1px;
    width:500px;
    background-color:#ddd;
    position:absolute;
    margin-top:-25px;
    right:505px;
}
#spu-218 .catalog-hint {
    font-size: 1.3em;
}
#spu-218 .btn {
    font-size: 90%;
    margin-left: 18px;
    padding: 8px 20px 9px;
}
#spu-218 .wpcf7-form-control {
    display: block;
    font-size: 1em;
    margin: 5px 1% 0 0;
    padding: 0.5em;
    width: 39%;
    position: relative;
    float: left;
}
#spu-218 .wpcf7-submit {
    background-color: #0093d6;
    border-color: #0b76a6;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #0093d6;
    background-image: none;
    padding: 0.55em 0.8em;
}
#spu-218 .wpcf7-form-control.wpcf7-submit {
   	font-size: 1em;
    margin: 4px 0;
    padding: 0.5em 0.8em;
    width: 20%;
}
#spu-218 .wpcf7-submit:hover,
#spu-218 .wpcf7-submit:focus,
#spu-218 .wpcf7-submit:active {
    background-color: #0584be;
    box-shadow: none;
}
#spu-218 .spu-close {
    color: #bbb;
    display:none;
    cursor: pointer;
    font-size: 50px !important;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
#spu-218 .spu-icon-close.show:hover,
#spu-218 .spu-icon-close.show:focus,
#spu-218 .spu-icon-close.show:active { box-shadow:none; opacity:0.8;}
#spu-218 .spu-icon-close.show {
    display:block;
    color: #bbb;
    cursor: pointer;
    font-size: 70px !important;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    background-image:none;
    background-color:transparent;
    right: 15px;
    top: 10px;
    opacity:0.5;
    color: #031c28;
}
#spu-218 .wpcf7-form-control.wpcf7-not-valid {outline:1px solid #c00;box-shadow: 0 0 10px 3px #c00;}
#spu-218 .wpcf7-form-control.wpcf7-not-valid:after {
    content: "ï€";
    -moz-osx-font-smoothing: grayscale;
    font-family: 'spufont';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    color:#c00;
    display:block;
    font-size:30px;
    right:10px;
    margin-top:5px;
}
#spu-218 .wpcf7-not-valid-tip {
    display: none;
}
.ls-layers .btn {
    padding: 10px 25px 9px;
}
div.ansprechpartner {
	border-top:1px dashed #ddd;
}
div.ansprechpartner h5 {
	margin: 20px 0 0px;
}
div.ansprechpartner p {
	margin-bottom: 20px;
}
.woocommerce.archive #primary {
    /*background-color: transparent;
    border: 0 none;
    padding: 0;*/
}
@media screen and (min-width: 960px) {
	.arzte-ohne-grenzen {
		background-repeat:  no-repeat;
		background-image: url(http://www.ahrendt-armaturen.de/tl_files/ahrendt_amaturen/Bilder/aerzte-ohne-grenzen-spendenaktion.jpg);
		background-size:cover;
		width:110px;
		height:165px;
		display: block;
		position: fixed;
		right: 20px;
		bottom:0px;
		box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	}
}
.woocommerce.archive #primary.white {
    background-color: transparent;
    border: 0 none;
    padding: 0;
}
.woocommerce-products-header.white {
    margin-bottom: 15px;
    padding: 15px;
}
.woocommerce ul.products li.product.list-view, .woocommerce-page ul.products li.product.list-view {
    float: none;
    margin: 0 0 15px 1%;
    padding: 15px;
    text-align: left;
    width: 98%;
}
.woocommerce .list-view .product-image-preview img {
    border-radius: 0;
    box-shadow: none;
    position: relative;
    display: inline;
}
.woocommerce .list-view .product-image-preview {
	background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding:4px;
    line-height: 0;
    margin: 5px 1% 5px;
}
.product-infos {
    padding-left: 10px;
}
.woocommerce .single_variation_wrap .quantity::after {
    content: "Menge";
    display: block;
    float: left;
    line-height: 2.3;
    margin-right: 10px;
    position: relative;
}
.product-infos label.qty {display:none;}

.product-infos .variations_form, .product-infos {
    font-size: 14px;
    line-height: 1.4;
}
.woocommerce ul.products li.product.list-view h3 {
    font-size: 1.3em;
    padding-top: 0;
    padding-bottom: 5px;
}
.woocommerce ul.products .short-desc ul, .woocommerce ul.products .short-desc ul li {
    list-style: inside none disc;
}
.woocommerce ul.products .short-desc ul, .woocommerce ul.products .short-desc &gt; p {
    margin: 0 0 12px;
}
.product-infos .variations_form {
    background-color: #f4f4f4;
    border: 1px solid #e4e4e4;
    padding: 8px 8px 8px 12px;
}
.product-infos table.variations {
    border: 0 none;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    width: 40%;
}
.woocommerce .product-infos .single_variation_wrap .quantity {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 22px;
    max-width: 140px;
    padding-left: 18px;
    width: 30%;
}
.product-infos table.variations .label label {
    padding-right: 10px;
}
.product-infos table.variations select {
	width: 92%;
	margin-right: 10%;
}
.woocommerce ul.products li.product .product-infos .single_add_to_cart_button.button {
    margin-top: 0;
}
.woocommerce ul.products li.product .reset_variations {
    display: none;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
}
.woocommerce ul.products li.product .reset_variations[visibility=hidden] {
	display:none;
}
.reset_variations .fa {
    font-size: 12px;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #f8f8f8;
    border: 3px solid;
    font-size:14px;
    color: #555;
    list-style: outside none none;
    margin: 0 0 2em;
    overflow-wrap: break-word;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}
.woocommerce .woocommerce-message {
    border-color: #8fae1b;
    background-color: rgba(91, 176, 3, 0.16);
}
.woocommerce .woocommerce-message .button {
	color:#8fae1b;
}
.woocommerce .woocommerce-error {
    border-color: #b81c23;
    background-color: rgba(184, 28, 33, 0.18);
}
.woocommerce .woocommerce-error .button {
	color:#b81c23;
}
.woocommerce .woocommerce-info {
    border-color: #ccb700;
    background-color: rgba(204, 183, 0, 0.18);
}
.woocommerce-info:before,
.woocommerce-page .woocommerce-info .button
 {
    color: #B4A209;
    content: "î€˜";
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
    background-color: transparent;
    float: right;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid;
}
.term-description h4, .woocommerce-products-header h4 {
	font-size: 1.6em;
	line-height: 1.4;
    margin-bottom: 12px;
}
.mime_icon {
    margin-right: 3px;
    position: relative;
    top: 3px;
}
.woocommerce-order-received.woocommerce-checkout .woocommerce-order {
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
}
.woocommerce .table td li &gt; strong {
    line-height: 1.5;
    margin: 0;
    padding: 8px 0;
}
.woocommerce-customer-details table.customer_details.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details {
    background-color: #fff;
}
.woocommerce table.customer_details.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details td {
	border-top: 0px none;
}
.entry-content address, .comment-content address {
    font-style: normal;
}
#content #breadcrumbs {
    border-bottom: 1px solid #ddd;
    color: #999;
    padding: 0 0px 8px;
    margin-bottom: 5px;
}
#content #breadcrumbs a {
    color: #999
}
#content #breadcrumbs a:hover {
    text-decoration: underline;
}
#breadcrumbs span {
    font-size: 16px;
}
#breadcrumbs span.breadcrumb_last, #breadcrumbs a {
    font-size: 14px;
    padding: 0 2px;
}
.site-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.archive-title, .page-title {
    color: #0093D6;
    font-family: 'sansation','Source Sans Pro',Helvetica,Arial;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.3;
    padding: 13px 0;
    text-transform: uppercase;
}
.term-description h2, .woocommerce-products-header h2, .term-description h1 {
	font-size: 1.6em;
	line-height: 1.4;
    margin-bottom: 12px;
}
.woocommerce.term-13 ul.products /*, .woocommerce-page ul.products li.product.list-view.last*/ {
	margin-bottom: 0;
}
.woocommerce.archive .white .term-description {
    padding: 15px;
    color: #7a7a7a;
    word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.white .term-description img,
.woocommerce-products-header img.border,
.term-description.entry-content img.border {
    border: 4px solid #f2f2f2;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    margin: 5px 10px 5px 0;
    padding: 5px;
}
.term-description h3, .woocommerce-products-header h3 {
	font-size: 1.6em;
	line-height: 1.4;
    margin-bottom: 12px;
}
.white .term-description p {
	clear:both;
	font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#secondary h5.widget-title {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 4px;
}
.widget select {
    width: 100%;
}
#secondary .widget .product_list_widget &gt; li {
    background-color: #eee;
    display: block;
    margin-bottom: 10px;
    padding: 0 10px 10px;
}
.widget_recently_viewed_products li a .product-title:after {
    clear: both;
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    box-shadow: none;
    display: table-cell;
    margin-left: 0px;
}
/*.site #secondary #woocommerce_recently_viewed_products-2 {
    margin-bottom: 0;
}
*/
.fulltext.entry-content img {
	border-radius: 0;
	box-shadow: none;
}
.fulltext.entry-content img.border {
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    line-height: 0;
    margin: 0;
    padding: 4px;
}
.fulltext.entry-content img.border[align=right] {
	margin: 0 0 5px 15px;
}
.fulltext.entry-content img.border[align=left] {
	margin: 0 15px 5px 0px;
}
.fulltext p a.btn {
	margin: 0 10px 0 0;
}
.widget.widget_recently_viewed_products .product_list_widget a {
    display: table;
    vertical-align: middle;
}
.widget_recently_viewed_products li a .product-title {
    display: table-cell;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 10px;
    vertical-align: middle;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #0093d6;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0093d6;
    color: #fff;
}
.white .term-description img[align="right"],
.woocommerce-products-header img.border[align="right"],
.term-description.entry-content img.border[align="right"],
.term-description.entry-content img.border.alignright {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.white .term-description img[rel="inside"] {
	padding:0;
}
.term-description ul {
    margin: 12px 0;
}
.term-description ul li {
    line-height: 1.4;
    list-style: outside none disc;
    margin-left: 13px;
}
.term-description .reflist li {
	padding-bottom: 6px;
	line-height: 1;
	}
.term-description li.listheadline {
    list-style: outside none none;
    margin-left: 0;
    font-size:110%;
}
.reflist small {
    font-size: 10px;
    line-height: 1;
}
.woocommerce ul.products .product-category.product {
    background-color: #fff;
    margin: 10px 1%;
    padding: 1%;
    text-align: left;
    width: 49%;
    border: 1px solid #e4e4e4;
}
.woocommerce ul.products.subcategorieslist .product-category.product {
	padding: 5px 15px 0;
}
.woocommerce ul.products.subcategorieslist .product-category p  {
	margin-bottom: 8px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.woocommerce ul.products.subcategorieslist .product-category.product:nth-child(even) {
	margin-right: 0%;
	margin-left: 3%;
}
.woocommerce ul.products.subcategorieslist .product-category.product:nth-child(odd) {
	margin-left: 0%;
}
.woocommerce hr {
    margin: 24px 2px 24px 2px;
}
.wcicon-image:before {
    content: "\e00c";
    font-family: 'WooCommerce' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
}
#secondary .select2.select2-container {
    position: relative;
    min-height: 30px;
}
.woocommerce .shophome ul.products .product-category.product {
	width:48%;
}
.woocommerce ul.products .product-category.product.last {
    margin-right: 0%;
}
.woocommerce ul.products .product-category.product.first {
    margin-left: 0%;
}
.woocommerce .shophome ul.products h3 {
	font-weight: 500;
}
.woocommerce .shophome ul.products .product-category.product.last {
    margin-right: 1%;
}
.woocommerce .shophome ul.products .product-category.product.first {
    margin-left: 1%;
}
.woocommerce ul.products .product-category.product img {
    float: left;
    margin-bottom: 0;
    margin-right: 5%;
    max-width: 38%;
}
.woocommerce ul.products li.product-category h3.woocommerce-loop-category__title {
    clear: none;
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    width: 100%;
}
.shophome ul.products .product-category.product p {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.woocommerce ul.products li.product a.btn {
    font-size: 100%;
    margin-left: 0;
    padding: 7px 20px;
}
.woocommerce-page ul.products li.product {
    float: left;
    margin: 10px 1% 10px 1%;
    padding: 0;
    position: relative;
    width: 31.333%;
    background-color: #fff;
    padding: 1%;
    text-align: center;
    border: 1px solid #e4e4e4;
    clear:none;
    outline:0px none;
	min-height: 320px;
}
.fulltext.container_12 {
	float:none;
}
.fulltext .btn {
	font-size: 100%
}
.entry-content.fulltext &gt; ul {
    margin: 20px 0;
}
.entry-content.fulltext li {
    list-style: outside none disc;
    margin-left: 14px;
}
.wpmm_megamenu #secondary ul#favorites li a {
    display: table;
    font-size: 12px;
    height: 56px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wpmm_megamenu #secondary .widget #favorites li {
    background-color: #eee;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
}
.wpmm_megamenu #secondary ul#favorites li a img {
	width:100%;
	height:auto;
	position: absolute;
	display: block;
	top:0;
}
.wpmm_megamenu #secondary ul#favorites li a span {
	padding:5px 5px 5px 15px;
	vertical-align: middle;
	color: #fff;
	font-size:14px;
	text-shadow: 1px 1px 2px #000;
	position: relative;
	display: table-cell;
}
#text-7 #___page_0,
#text-7 #___page_0 iframe {
    display: block !important;
    width: 100% !important;
}
/*
.woocommerce-page ul.products li.first {
	margin: 10px 1% 10px 0%;
}
.woocommerce-page ul.products.container_12 li.first {
	margin: 10px 1% 10px 1%;
}
.woocommerce-page ul.products li.last {
	margin: 10px 0% 10px 1%;
}
.woocommerce-page ul.products.container_12 li.last {
	margin: 10px 1% 10px 1%;
}
*/
.product-infos .variations td {
    border: 0 none;
    padding: 0;
}
.product-infos .variations td.label {
    display: none;
}
.woocommerce-page ul.products li.product.productgrid img {
    margin-bottom: 38px;
}
.woocommerce-page ul.products li.product.productgrid h3 {
    bottom: 8px;
    font-weight: 700;
    left: 4%;
    line-height: 1.3;
    position: absolute;
    width: 92%;
}
.woocommerce-page ul.products {
    display: block;
    margin: 0 0 20px -1%;
    overflow: hidden;
    width: 102%;
}
.woocommerce-page .columns-2 ul.products,
.woocommerce-page ul.columns-2.products {
	display: block;
    margin: 0 0 1em;
    overflow: hidden;
    width: 100%;
}
.related.white .products {
    margin: 0;
    width: 100%;
}
.woocommerce ul.products li.product strong.related_title {
    display: block;
    line-height: 1.25;
}
.single-product #primary {
	padding-top: 0px;
}
.product-overview.white, .white.woocommerce-tabs, .white.related,
.white.related.products.upsells {
	margin-bottom: 2.5em;
}
.white.related.products {
	margin-bottom: 0.5em;
}
.woocommerce-page .related.white ul.products li.product {
    background-color: #fff;
    border: 0 none;
    clear: none;
    float: left;
    margin: 0px 1% 15px;
    outline: 0 none;
    padding: 1%;
    position: relative;
    text-align: center;
    width: 23%;
}
.entry-content .woocommerce .shop_table td.product-name dd, .entry-content .woocommerce .shop_table td.product-name dd p {
    line-height: 1.71429;
    font-weight: 500;
}
.woocommerce-product-details__short-description &gt; ul {
    margin: 5px 0 12px;
}
.woocommerce-product-details__short-description li {
    line-height: 1.4;
    list-style: outside none disc;
    margin-left: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {
    margin: 0 0 15px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    background-color: #f9f9f9;
    border-color: #e3e3e3;
    border-radius: 0;
    border-style: solid solid solid none;
    border-width: 0 1px 1px 0;
    display: inline-block;
    float: left;
    font-size: 100%;
    margin: 0;
    padding: 1em 2em;
    position: relative;
    z-index: 0;
}
.wp-block-file .wp-block-file__button.wp-element-button {   
	padding: 3px 10px; 
}
.wp-block-buttons .wp-block-button__link {
  color: #fff;
  background-color: #0093D6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs:before {
    border-bottom: 1px solid #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {
    background: #fff none repeat scroll 0 0;
    border-bottom-color: #fff;
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs .panel.wc-tab {
    margin: 0 0 2em;
    padding: 0 30px;
}
.related .related-title-tag {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.84615;
    margin: 15px 28px;
    padding: 0 2px 10px;
    clear:both;
    display: block;
    font-weight: 700;
    color: #444;
}
.related-title-tag &gt; a {
    color: #444;
}
.related-title-tag &gt; a:hover {
    border-bottom: 1px solid;
}
.entry-content img.mime_icon {
    border-radius: 0;
    box-shadow: none;
    margin-left: 1px;
}
.table-icons .fa {
	color: #969696;
}
.table-icons .fa-check {
	color: #148914;
}
.table-icons .fa-remove {
	color: #8a1515;
}
.table-icons .fa-gear {
	color: #545454;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    border: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}
table td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
}
.grey-form {
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
    display: block;
    padding: 15px 0 15px 15px;
    width: 100%;
    display:block;
}
[data-class="wpcf7cf_group"] {
    display: none;
    transition: all 0s linear 0s;
}
.grey-form td {
    border: 0 none;
    padding: 0 15px;
}
.wpcf7 .grey-form h4 {
    margin: 0 0 10px;
}
.wpcf7 .grey-form p.nofloat, .wpcf7 p.nofloat, .grey-form .woocommerce-checkout p.form-row.form-row-wide, p#wcccf_billing_strasse_field {
    float: left;
    margin: 0 2% 12px 0;
    width: 98%;
    clear: none;
}
.wpcf7 .grey-form p, .grey-form .woocommerce-checkout p.form-row {
    float: left;
    margin: 0 2% 12px 0;
    width: 48%;
    clear: none;
}
.wpcf7 label, .wpcf7 .wpcf7-not-valid-tip {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.wpcf7 .grey-form p.first, .grey-form .woocommerce-checkout p.form-row-first {
	clear:both;
}
.grey-form textarea, .grey-form input[type="text"], .grey-form input[type="email"], .grey-form input[type="password"], .grey-form input[type="tel"], .grey-form input[type="url"], .grey-form input[type="search"], .grey-form input[type="date"], .grey-form .chosen-single, .wpcf7 .grey-form select {
    background: #fff none repeat scroll 0 0;
    font-weight: normal;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}
.grey-form .select2-container .select2-selection--single .select2-selection__rendered {
	background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: normal;
    line-height: 2em;
    margin-top: 2px;
    padding: 2px 15px;
    width: 100%;
}
.grey-form .select2-container .select2-selection--single {
	height:auto;
	line-height: 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wpcf7 .grey-form select, .grey-form .woocommerce-checkout select {
	display: inline-block;
    height: 40px;
}
.grey-form .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    height: 32px;
}
.wpcf7 .grey-form .wpcf7-submit {
    margin-top: 10px;
}
.wpcf7 small, .grey-form .woocommerce-checkout small {
    font-size: 12px;
}
.wpcf7 .wpcf7-submit, .grey-form .woocommerce-checkout input#place_order {
    float: right;
    margin: 0;
    padding: 10px 25px;
}
input[type="submit"], button, .grey-form .woocommerce-checkout input[type="submit"] {
    background: #0093D6 none repeat scroll 0 0;
    border: 1px solid #0d7aac;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
    transition: all 0.2s ease 0s;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3)
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, input[type="submit"]:active, button:active, .grey-form .woocommerce-checkout input[type="submit"]:hover, .grey-form .woocommerce-checkout input[type="submit"]:focus, .grey-form .woocommerce-checkout input[type="submit"]:active,

.woocommerce #content a.button.alt:hover, .woocommerce form button.button.alt:hover, .woocommerce form input.button.alt:hover

 {
    background: #0c87c0;
    border-color: #0a6893;
    color:#fff;
}
.wpcf7 .grey-form textarea, .wpcf7 .grey-form input[type="text"], .wpcf7 .grey-form input[type="email"], .wpcf7 .grey-form input[type="password"], .wpcf7 .grey-form input[type="tel"], .wpcf7 .grey-form input[type="url"], .wpcf7 .grey-form input[type="search"], .wpcf7 .grey-form input[type="date"], .wpcf7 .grey-form .chosen-container, .wpcf7 .grey-form select, .grey-form .woocommerce-checkout textarea, .grey-form .woocommerce-checkout input[type="text"], .grey-form .woocommerce-checkout input[type="email"], .grey-form .woocommerce-checkout input[type="password"], .grey-form .woocommerce-checkout input[type="tel"], .grey-form .woocommerce-checkout input[type="url"], .grey-form .woocommerce-checkout input[type="search"], .grey-form .woocommerce-checkout input[type="date"], .grey-form .woocommerce-checkout .chosen-container, .grey-form .woocommerce-checkout select {
    background: #fff none repeat scroll 0 0;
}
form .mandatory, span.wpcf7-not-valid-tip {
    color: #c00;
}


div.wpcf7-validation-errors {
    background-color: rgba(211, 3, 3, 0.11);
    border: 1px dashed #cd0101;
    color: #d70202;
}
div.wpcf7-mail-sent-ok {
    background-color: rgba(68, 212, 0, 0.11);
    border: 1px dashed #538702;
    color: #538702;
}
div.wpcf7-mail-sent-ng {
    background-color: rgba(247, 229, 0, 0.11);
    border: 1px dashed #c1a000;
    color: #c1a000;
}
div.wpcf7-spam-blocked {
    background-color: rgba(247, 229, 0, 0.11);
    border: 1px dashed #c1a000;
    color: #c1a000;
}
div.wpcf7-mail-hint {
    background-color: rgba(187, 187, 187, 0.11);
    border: 1px dashed #888;
    color: #888;
}
div.wpcf7-response-output {
    font-size: 15px;
    margin: 2em 0 1em;
    padding: 1.5em;
    font-weight: 700;
}
.single-product #primary {
	 padding: 0 10px 0 0;
}
.single label.qty, .single .summary .sku_wrapper {
	display: none;
}
.woocommerce.single-product .product .product_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 5px;
}
.woocommerce #content div.product div.images.grid_4, .woocommerce div.product div.images.grid_4, .woocommerce-page #content div.product div.images.grid_4, .woocommerce-page div.product div.images.grid_4 {
    float: left;
    width: 29.333%;
}
.woocommerce-page.single #content div.product div.images {
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    line-height: 0;
    margin: 20px 2% 20px 2%;
    padding: 4px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary.grid_8, .woocommerce-page #content div.product div.summary.grid_8, .woocommerce-page div.product div.summary.grid_8 {
    float: right;
    width: 63.667%;
    margin-top: 20px;
    margin-right: 2%;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 30px 0 0;
}
.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .wccpf_fields_table label {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}
.woocommerce div.product form.cart .variations label:after,
.woocommerce div.product form.cart .wccpf_fields_table label:after {
	content: ":";
}
.woocommerce div.product form.cart .wccpf_fields_table .wccpf_value {
	border-left:0px none;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .wccpf_fields_table td.wccpf_label {
    padding-left: 1em;
    padding-right: 1em;
    width: 40%;
    vertical-align: top;
}
.woocommerce div.product form.cart .variations select,
.woocommerce div.product form.cart .wccpf_fields_table input {
    display: block;
    margin-right: 2%;
    width: 98%;
    font-size: 15px;
    border-color: #cccccc;
}
#content .product-overview #breadcrumbs {
	margin:15px 15px 0;
}
.woocommerce div.product form.cart .reset_variations {
    display: none;
    font-size: 1em;
    visibility: hidden;
    width: 100%;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .wccpf_fields_table {
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
    margin-bottom: 1em;
    width: 100%;
}
.woocommerce div.product.product_cat-farbspritzschlauch form.cart .variations,
.woocommerce div.product.product_cat-folienschlaeuche form.cart .variations,
.woocommerce div.product.product_cat-industrieschlaeuche form.cart .variations,
.postid-1834.woocommerce div.product form.cart .variations,
.postid-1831.woocommerce div.product form.cart .variations,
.postid-1828.woocommerce div.product form.cart .variations
 {
	margin-bottom: 0px;
	border-bottom: 0px none;
}
.woocommerce div.product.product_cat-farbspritzschlauch form.cart .wccpf_fields_table,
.woocommerce div.product.product_cat-folienschlaeuche form.cart .wccpf_fields_table,
.woocommerce div.product.product_cat-industrieschlaeuche form.cart .wccpf_fields_table,
.postid-1834.woocommerce div.product form.cart .wccpf_fields_table,
.postid-1831.woocommerce div.product form.cart .wccpf_fields_table,
.postid-1828.woocommerce div.product form.cart .wccpf_fields_table
 {
	border-top:0px none;
}
.summary .single_variation_wrap {
	font-size: 15px;
}
.woocommerce.single .summary .quantity .qty {
    font-size: 16px;
}
.woocommerce.single .summary .single_variation_wrap .quantity::after {
    content: "Menge:";
    display: block;
    float: left;
    font-size: 16px;
    line-height: 2;
    margin-right: 10px;
    position: relative;
}
.woocommerce .table td p {
    margin: 0;
    padding: 8px 0;
}
.sonderanfertigung.grid_6 {
	margin-bottom: 20px;
}
.sonderanfertigung &gt; h4 {
    clear: none;
    color: #888;
    font-size: 17px;
    line-height: 1.4;
    margin: 10px 0;
}
body .nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
body .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-position: 0 0;
 }
.woocommerce-products-header.white ul li {
	list-style: outside none disc;
    margin-left: 14px;
    line-height: 1.5;
}
.woocommerce-products-header.white ul {
 	margin-bottom: 15px;
}
.wpmm_megamenu .wp-mega-menu-link .wpmm-target-description {
    text-transform: none;
}
.term-automatisierungstechnik .term-description &gt; p {
    clear: none;
}
.term-automatisierungstechnik .term-description h3, .woocommerce-products-header h3 {
    clear: none;
    font-size:17px;
    line-height: 1.4;
    margin-bottom: 10px
}
.term-automatisierungstechnik .term-description &gt; p.fl {
    margin-bottom: 0;
}
.term-automatisierungstechnik .term-description img[align=left] {
	margin-right: 15px;
}
.btn.bluebg.normal, .btn.yellowbg.normal {
    font-size: 100%;
    margin: 0;
}
.checkout #customer_details .col-2 {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}
#billing_company_field &gt; label:after {
    border-bottom: 1px dotted #e4013d;
    color: #e4013d;
    content: "*";
    cursor: help;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    margin-left: 2px;
    padding: 0;
    display: inline-block;
}
.woocommerce form p.form-row .required {
    color: #e4013d;
    font-weight: 700;
}
.grey-form .woocommerce-checkout p.form-row.terms.wc-terms-and-conditions {
    clear: both;
    display: block;
    font-size: 105%;
    width: 98%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-size: 120%;
    float: none;
}
.grey-form textarea {
	resize: vertical;
}
.woocommerce-cart-form .shop_table .product-remove, .woocommerce-cart-form .shop_table td.actions {
    border-left: 0 none;
    text-align: center;
}
.woocommerce-cart-form .shop_table td {
    border-bottom: 0 none;
}
.woocommerce table.shop_table {
    font-size: 100%;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    display: table-cell;
    min-width: 34px;
    text-align: center;
}
.woocommerce .shop_table a.remove {
    margin: 0 auto;
}
.site .greentext {
	color:#20b007;
}
.grey-form .woocommerce ul.order_details li {
	font-size: 1em;
}
.page-template-white-boxes-page .container_12.white {
	padding: 15px;
}
.moreinside.entry-content h2, .moreinside.entry-content h3, .moreinside.entry-content h4 {
	clear:none;
	color: #666;
    line-height: 1.3;
    margin: 0 0 10px;
}
.moreinside.entry-content  p.fl {
	margin-bottom: 0;
}
.site img.noborder {
	box-shadow: none;
	border-radius: 0;
	border: 0px none;
}
#menu-branchenloesungen a {
    background-color: #eee;
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    padding: 16px 0 16px 15px;
    text-shadow: 1px 1px 1px #111;
}
#menu-branchenloesungen #menu-item-540 &gt; a {
	background: url(images/petrochemie-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-541 &gt; a {
	background: url(images/pharma-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-538 &gt; a {
	background: url(images/energieerzeugung-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-535 &gt; a {
	background: url(images/rohrleitung-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-536 &gt; a {
	background: url(images/lebensmittel-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-539 &gt; a {
	background: url(images/schiffbau-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-545 &gt; a {
	background: url(images/klimaanlage-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-548 &gt; a {
	background: url(images/brandschutz-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-537 &gt; a {
	background: url(images/chemie-preview.jpg) no-repeat center center;
}
#menu-branchenloesungen #menu-item-542 &gt; a {
	background: url(images/wasseraufbereitung-preview.jpg) no-repeat center center;
}
.custom-select {
  position: relative;
  width: 100%;
  height: 36px;
  border: 1px solid #888;
  background: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.custom-select a {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 8px 10px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.custom-select a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.custom-select span::after {
    -moz-osx-font-smoothing: grayscale;
    color: #555;
    content: "ï…";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: 3px;
    position: absolute;
    right: 10px;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.custom-select select {
  display: none !important;
}
.custom-select &gt; div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1px 0 0 0;
  width: 100%;
  border: 0px none #888;
  border-top: 0;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 5px 3px -3px #666;
  outline: 1px solid #888;
}
.custom-select input {
  	background: #fff url(images/search.png) no-repeat scroll 4px 5px;
    border: 1px solid #999;
    font-size: 14px;
    margin: 5px 1.5% 0;
    padding: 5px 5px 5px 32px;
    width: 97%;
}
.custom-select &gt; div &gt; div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px;
  max-height: 136px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site .custom-select div ul li {
  display: none;
  padding: 5px 5px 5px 8px;
  margin-left: 0;
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #e5c912;
  color: #fff;
}
.custom-select div ul li.option-hover {
  background: #0093d6;
  color: #fff;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #fff;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #fff;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}
.yes {
    color: #068504;
    font-weight: 700;
}
.no {
    color: #c10404;
    font-weight: 700;
}
.conditional {
    color: #d7a00a;
    font-weight: 700;
}
/* Custom Select - Open
----------------------------------*/
.custom-select-open {
  border-bottom: 1px solid #eee;
}
.custom-select-open div {
  display: block;
}

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.checkliste_3 li {
    float: left;
    margin-left: 2%;
    margin-right: 1%;
    width: 30%;
}
ul.checkliste_3:after  {
    clear: both;
    content: " ";
    display: block;
    float: none;
    height: 0;
    position: relative;
    width: 100%;
}
.entry-content h3.jobtitle {
    line-height: 1.4;
    margin-bottom: 12px;
}
.woocommerce-tabs .entry-content li {
	list-style: outside none disc;
    margin: 0 0 0 14px;
}
.panel.entry-content .container_12 {
	float:none;
}
.prolist li:before {
    color: #8fae1b;
    content: "î€•";
	padding-right:5px;
	display: inline-block;
    font-family: 'WooCommerce';
}
.widget-area .textwidget .prolist li {
	list-style:none inside;
	margin-left:0px;
	}
.widget.woocommerce.widget_layered_nav_filters, .widget.widget_layered_nav {
    background-color: #eee;
    margin-bottom: 0;
    padding: 10px 15px;
}
.widget-area .textwidget ul {
    list-style: outside none disc;
    margin: 10px 0;
}
#text-2.widget .phone,
#text-3.widget .phone {
    display: block;
    font-size: 160%;
    font-weight: 700;
    margin-bottom: 0;
}
#text-2.widget .noma,
#text-3.widget .noma,
.noma {
    margin: 0;
}
p span.phone .fa-phone:before {
    font-size: 90%;
    line-height: 2.2;
    padding-right: 5px;
}
#text-2.widget.widget_text,
#text-3.widget.widget_text {
	margin-bottom: 0;
}
#text-2.widget.widget_text .contacts,
#text-3.widget.widget_text .contacts {
	margin-bottom: 10px;
}
#woocommerce_recently_viewed_products-2.widget {
	margin-top: 28px;
	margin-top: 2rem;
}
.site-content .smallhint::before {
    color: #aaa;
    content: " â€ ";
    display: block;
    float: left;
    font-size: 110px;
    left: -6px;
    line-height: 1;
    position: absolute;
    top: -9px;
}

.site-content .smallhint {
    color: #999;
    font-size: 16px;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 0;
    padding-left: 54px;
    position: relative;
}
/*
.widget.widget_layered_nav#woocommerce_layered_nav-5 {
	margin-bottom: 28px;
	margin-bottom: 2rem;
	padding-bottom: 15px;
}
*/
.kugelhahn strong {
    display: inline-block;
    padding-top: 10px;
}
.woocommerce-variation-description p {
    background-color: #fef9f1;
    border: 1px dashed #e4d1b0;
    margin-bottom: 15px;
    padding: 15px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display:none;
}
.grey-form .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p.form-row {
    float: none;
    margin: 0 0 12px 0;
    width: 100%;
    clear: both;
}
form.checkout #order_review {
    padding-right: 2%;
}

/* =Media queries
-------------------------------------------------------------- */

button, input, select, textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    font-size: 100%;
    padding: 5px;
    /*
    -webkit-appearance: none;
    appearance: none;
    */
}
.site .table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.site .table &gt; tbody &gt; tr &gt; td, .site .table &gt; tbody &gt; tr &gt; th, .site .table &gt; tfoot &gt; tr &gt; td, .site .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .site .table &gt; thead &gt; tr &gt; th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.site .table.middle &gt; tbody &gt; tr &gt; td, .site .table.middle &gt; tbody &gt; tr &gt; th, .site .table.middle &gt; tfoot &gt; tr &gt; td, .site .table.middle &gt; tfoot &gt; tr &gt; th, .table.middle &gt; thead &gt; tr &gt; td, .site .table.middle &gt; thead &gt; tr &gt; th {
    vertical-align: middle;
}
.site .table.center &gt; tbody &gt; tr &gt; td, .site .table.center &gt; tbody &gt; tr &gt; th, .site .table.center &gt; tfoot &gt; tr &gt; td, .site .table.center &gt; tfoot &gt; tr &gt; th, .table.center &gt; thead &gt; tr &gt; td, .site .table.center &gt; thead &gt; tr &gt; th {
    text-align: center;
}
.site .table &gt; tbody &gt; tr &gt; td, .site .table &gt; tbody &gt; tr &gt; th, .site .table &gt; tfoot &gt; tr &gt; td, .site .table &gt; tfoot &gt; tr &gt; th, .site .table &gt; thead &gt; tr &gt; td, .site .table &gt; thead &gt; tr &gt; th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 5px 8px 5px 15px;
    vertical-align: top;
    font-size:14px;
    text-transform: none;
    font-style: normal;
}
.site .table &gt; thead &gt; tr &gt; th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.site .table &gt; caption + thead &gt; tr:first-child &gt; td, .site .table &gt; caption + thead &gt; tr:first-child &gt; th, .site .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .site .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .site .table &gt; thead:first-child &gt; tr:first-child &gt; td, .site .table &gt; thead:first-child &gt; tr:first-child &gt; th {
    border-top: 0 none;
}
.site .table &gt; tbody + tbody {
    border-top: 2px solid #ddd;
}
.site .table .table {
    background-color: #fff;
}
.site .table-condensed &gt; tbody &gt; tr &gt; td, .site .table-condensed &gt; tbody &gt; tr &gt; th, .site .table-condensed &gt; tfoot &gt; tr &gt; td, .site .table-condensed &gt; tfoot &gt; tr &gt; th, .site .table-condensed &gt; thead &gt; tr &gt; td, .site .table-condensed &gt; thead &gt; tr &gt; th {
    padding: 5px;
}
.site .table-bordered {
    border: 1px solid #ddd;
}
.site .table-bordered &gt; tbody &gt; tr &gt; td, .site .table-bordered &gt; tbody &gt; tr &gt; th, .site .table-bordered &gt; tfoot &gt; tr &gt; td, .site .table-bordered &gt; tfoot &gt; tr &gt; th, .site .table-bordered &gt; thead &gt; tr &gt; td, .site .table-bordered &gt; thead &gt; tr &gt; th {
    border: 1px solid #ddd;
    text-transform: none;
}
.site .table-bordered &gt; thead &gt; tr &gt; td, .site .table-bordered &gt; thead &gt; tr &gt; th {
    border-bottom-width: 2px;
}
.site .table-striped &gt; tbody &gt; tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.site .table-hover &gt; tbody &gt; tr:hover {
    background-color: #e5eefb;
}
table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.site .table &gt; tbody &gt; tr.active &gt; td, .site .table &gt; tbody &gt; tr.active &gt; th, .site .table &gt; tbody &gt; tr &gt; td.active, .site .table &gt; tbody &gt; tr &gt; th.active, .site .table &gt; tfoot &gt; tr.active &gt; td, .site .table &gt; tfoot &gt; tr.active &gt; th, .site .table &gt; tfoot &gt; tr &gt; td.active, .site .table &gt; tfoot &gt; tr &gt; th.active, .site .table &gt; thead &gt; tr.active &gt; td, .site .table &gt; thead &gt; tr.active &gt; th, .site .table &gt; thead &gt; tr &gt; td.active, .site .table &gt; thead &gt; tr &gt; th.active {
    background-color: #f5f5f5;
}
.site .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .site .table-hover &gt; tbody &gt; tr.active:hover &gt; th, .site .table-hover &gt; tbody &gt; tr:hover &gt; .active, .site .table-hover &gt; tbody &gt; tr &gt; td.active:hover, .site .table-hover &gt; tbody &gt; tr &gt; th.active:hover {
    background-color: #e8e8e8;
}
.site .table &gt; tbody &gt; tr.success &gt; td, .site .table &gt; tbody &gt; tr.success &gt; th, .site .table &gt; tbody &gt; tr &gt; td.success, .site .table &gt; tbody &gt; tr &gt; th.success, .site .table &gt; tfoot &gt; tr.success &gt; td, .site .table &gt; tfoot &gt; tr.success &gt; th, .site .table &gt; tfoot &gt; tr &gt; td.success, .site .table &gt; tfoot &gt; tr &gt; th.success, .site .table &gt; thead &gt; tr.success &gt; td, .site .table &gt; thead &gt; tr.success &gt; th, .site .table &gt; thead &gt; tr &gt; td.success, .site .table &gt; thead &gt; tr &gt; th.success {
    background-color: #dff0d8;
}
.site .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .site .table-hover &gt; tbody &gt; tr.success:hover &gt; th, .site .table-hover &gt; tbody &gt; tr:hover &gt; .success, .site .table-hover &gt; tbody &gt; tr &gt; td.success:hover, .site .table-hover &gt; tbody &gt; tr &gt; th.success:hover {
    background-color: #d0e9c6;
}
.site .table &gt; tbody &gt; tr.info &gt; td, .site .table &gt; tbody &gt; tr.info &gt; th, .site .table &gt; tbody &gt; tr &gt; td.info, .site .table &gt; tbody &gt; tr &gt; th.info, .site .table &gt; tfoot &gt; tr.info &gt; td, .site .table &gt; tfoot &gt; tr.info &gt; th, .site .table &gt; tfoot &gt; tr &gt; td.info, .site .table &gt; tfoot &gt; tr &gt; th.info, .site .table &gt; thead &gt; tr.info &gt; td, .site .table &gt; thead &gt; tr.info &gt; th, .site .table &gt; thead &gt; tr &gt; td.info, .site .table &gt; thead &gt; tr &gt; th.info {
    background-color: #d9edf7;
}
.site .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .site .table-hover &gt; tbody &gt; tr.info:hover &gt; th, .site .table-hover &gt; tbody &gt; tr:hover &gt; .info, .site .table-hover &gt; tbody &gt; tr &gt; td.info:hover, .site .table-hover &gt; tbody &gt; tr &gt; th.info:hover {
    background-color: #c4e3f3;
}
.site .table &gt; tbody &gt; tr.warning &gt; td, .site .table &gt; tbody &gt; tr.warning &gt; th, .site .table &gt; tbody &gt; tr &gt; td.warning, .site .table &gt; tbody &gt; tr &gt; th.warning, .site .table &gt; tfoot &gt; tr.warning &gt; td, .site .table &gt; tfoot &gt; tr.warning &gt; th, .site .table &gt; tfoot &gt; tr &gt; td.warning, .site .table &gt; tfoot &gt; tr &gt; th.warning, .site .table &gt; thead &gt; tr.warning &gt; td, .site .table &gt; thead &gt; tr.warning &gt; th, .site .table &gt; thead &gt; tr &gt; td.warning, .site .table &gt; thead &gt; tr &gt; th.warning {
    background-color: #fcf8e3;
}
.site .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .site .table-hover &gt; tbody &gt; tr.warning:hover &gt; th, .site .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .site .table-hover &gt; tbody &gt; tr &gt; td.warning:hover, .site .table-hover &gt; tbody &gt; tr &gt; th.warning:hover {
    background-color: #faf2cc;
}
.site .table &gt; tbody &gt; tr.danger &gt; td, .site .table &gt; tbody &gt; tr.danger &gt; th, .site .table &gt; tbody &gt; tr &gt; td.danger, .site .table &gt; tbody &gt; tr &gt; th.danger, .site .table &gt; tfoot &gt; tr.danger &gt; td, .site .table &gt; tfoot &gt; tr.danger &gt; th, .site .table &gt; tfoot &gt; tr &gt; td.danger, .site .table &gt; tfoot &gt; tr &gt; th.danger, .site .table &gt; thead &gt; tr.danger &gt; td, .site .table &gt; thead &gt; tr.danger &gt; th, .site .table &gt; thead &gt; tr &gt; td.danger, .site .table &gt; thead &gt; tr &gt; th.danger {
    background-color: #f2dede;
}
.site .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .site .table-hover &gt; tbody &gt; tr.danger:hover &gt; th, .site .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .site .table-hover &gt; tbody &gt; tr &gt; td.danger:hover, .site .table-hover &gt; tbody &gt; tr &gt; th.danger:hover {
    background-color: #ebcccc;
}
.site .table.table-big &gt; tbody &gt; tr &gt; td, .site .table.table-big &gt; tbody &gt; tr &gt; th, .site .table.table-big &gt; tfoot &gt; tr &gt; td, .site .table.table-big &gt; tfoot &gt; tr &gt; th, .site .table.table-big &gt; thead &gt; tr &gt; td, .site .table.table-big &gt; thead &gt; tr &gt; th {
	padding: 5px;
}
.site .table-responsive, .site .table {
    min-height: 0.01%;
    overflow-x: auto;
}
.single.single-post .entry-header .entry-title {
    color: #0093D6;
    font-family: 'sansation','Source Sans Pro',Helvetica,Arial;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 0 0;
    text-transform: uppercase;
}
.alert {
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
@media screen and (max-width: 599px) {
	#primary, #secondary {
	    margin-bottom: 15px;
	    margin-top: 15px;
	    clear: both;
    }
    .woocommerce-page ul.products li.product {
	    margin: 5px 1% 5px;
	    width: 48%;
	}
	ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	    width: 100%;
	    float: none !important;
	    clear: both;
	    margin: 10px auto !important;
	}
	#secondary #woocommerce_recently_viewed_products-2.widget.woocommerce {
    	margin-top: 28px;
	}
}
@media screen and (max-width: 460px) {

    .woocommerce-page ul.products li.product {
	    float: none !important;
	    margin: 10px auto 10px;
	    width: 98%;
	    clear: none;
	}

}

@media screen and (max-width: 767px) {
.site .table, .site .table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
}
.term-gewindefittings .product-infos table.variations {
	width:auto;
    float: none;
    min-width:190px;
}
.term-gewindefittings .product-infos .single_variation_wrap .quantity {
    border-left: 0;
    border-right: 0;
    float: none;
    margin: 10px 0;
    padding-left: 0px;
    width: auto;
}
.single-format-standard.single-post #primary {
	padding: 15px;
}
.site .table-responsive &gt; .site .table {
    margin-bottom: 0;
}
.site .table-responsive &gt; .site .table &gt; tbody &gt; tr &gt; td, .site .table-responsive &gt; .site .table &gt; tbody &gt; tr &gt; th, .site .table-responsive &gt; .site .table &gt; tfoot &gt; tr &gt; td, .site .table-responsive &gt; .site .table &gt; tfoot &gt; tr &gt; th, .site .table-responsive &gt; .site .table &gt; thead &gt; tr &gt; td, .site .table-responsive &gt; .site .table &gt; thead &gt; tr &gt; th {
    white-space: nowrap;
}
.site .table-responsive &gt; .site .table-bordered {
    border: 0 none;
}
.site .table-responsive &gt; .site .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .site .table-responsive &gt; .site .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .site .table-responsive &gt; .site .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .site .table-responsive &gt; .site .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .site .table-responsive &gt; .site .table-bordered &gt; thead &gt; tr &gt; td:first-child, .site .table-responsive &gt; .site .table-bordered &gt; thead &gt; tr &gt; th:first-child {
    border-left: 0 none;
}
.site .table-responsive &gt; .site .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .site .table-responsive &gt; .site .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .site .table-responsive &gt; .site .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .site .table-responsive &gt; .site .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .site .table-responsive &gt; .site .table-bordered &gt; thead &gt; tr &gt; td:last-child, .site .table-responsive &gt; .site .table-bordered &gt; thead &gt; tr &gt; th:last-child {
    border-right: 0 none;
}
.site .table-responsive &gt; .site .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .site .table-responsive &gt; .site .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .site .table-responsive &gt; .site .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .site .table-responsive &gt; .site .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0 none;
}
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 73%;
	}
	.container {
    margin: 0 auto;
    max-width: 1200px;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		max-width: 1200px;
	}
	.widget-area {
		float: right;
		width: 25%;
	}
	.single-format-standard.single-post #primary {
		padding: 15px;
	}
	.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 &gt; ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #0093d6;
	}
	.main-navigation li {
		margin: 0 0 0;
		position: relative;
	}
	.main-navigation li#wp_nav_menu-item-90 {margin-right: 0}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		z-index: 1;
		height: auto;
		overflow: hidden;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover &gt; ul,
	.main-navigation ul li:focus &gt; ul,
	.main-navigation .focus &gt; ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item &gt; a, .main-navigation .current-menu-ancestor &gt; a,
	.main-navigation .current_page_item &gt; a, .main-navigation .current_page_ancestor &gt; a {
    color: #6a6a6a;
    font-weight: normal;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		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;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
@media screen and (max-width: 1190px) {
	.site-header .search-form {width:68%;}
	.site-header .topnav {width: 30%;}
	.wpmm-mega-menu-icon.fa {display: none;}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li a {margin-right: 1em;}
	.term-gewindefittings .product-infos table.variations {width:25%;}
}
@media screen and (max-width: 1000px) {
	.site-header .search-form {width:66%;}
	.site-header .topnav {width: 32%;}
	.wpmm-mega-menu-icon.fa {display: none;}
	.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li a {margin-right: 0.8em;font-size: 120%;}
}

@media screen and (max-width: 960px) {

#primary, #secondary {
    width: 100%;
    padding:0 0;
}
.page-template-default #primary, .page-template-default #secondary, #secondary.widget-area {
    width: 100%;
    padding: 15px;
}
.widget.woocommerce.widget_product_categories {
    display: none;
}
.term-16 #secondary #text-2.widget.widget_text, .term-41 #text-2.widget.widget_text, .term-7 #text-2.widget.widget_text, .term-13 #text-2.widget.widget_text, #secondary #text-2.widget.widget_text {
    margin-top: 0rem;
}
#secondary.widget-area .widget,
#secondary .front-widgets .widget {
    float: left;
    margin-right: 3%;
    margin-top: 0;
    width: 47%;
}
.entry-content .white .grid_img {
    max-width: 1000px;
    min-width: 100%;
}
.grid_4 .boxdescription img.alignnone {
    width: 100%;
}
.site-footer .container_12 .grid_3 {
    width: 48%;
}
.container_12 .contactdata .grid_3 {
    width: 31%;
}
.site-header .container {
    padding: 0 20px;
}
.right-header {
    max-width: 74%;
}
.hero-headline::after {
    width: 40%;
}
.site .no-tablet, .right-header .topnav, .wpmm-mega-menu-icon.fa,
.hero-headline h3 br, #secondary #text-4 {
	display: none;
}
.wpmm-mega-menu-icon.fa.fa-shopping-cart {
    display: inline-block;
}
.boxdescription.xcl {
    height: auto;
}
.site-header .search-form, .site-header .main-navigation {
	width: 100%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li a span.wpmm-mega-menu-href-title::after {
    bottom: -3px;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    top: 110%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap {
    background-color: #fff;
    display: block;
    height: auto;
    overflow: visible;
    width: 100%;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-4total {
    width: 31%;
}
.main-navigation li ul li a {border:0px none; }
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children.active-show ul li a {
    padding: 9px 0 9px 8px;
    border:0px none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children.menu-item-37.active-show ul li a {
	padding: 12px 15px 17px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li &gt; a {
    font-size: 13px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li a {margin-right: 0.6em}

.widget iframe {
    max-width: 100%;
    width: 100%;
}
.home .grid_4.white, .home .grid_2.white, .home .grid_3.white {
    margin-bottom: 24px;
    width: 48%;
}
.home .grid_8.white, .home .grid_12.white {
	width: 98%;
}
.wpmm_megamenu #secondary ul#favorites li a span {
    font-size: 15px;
    padding: 5px 5px 0 15px;
}
.wpmm_megamenu #secondary ul#favorites li a {
    height: 45px;
}
.wpmm_megamenu #secondary .widget #favorites li {
    background-color: #eee;
    border-bottom: 5px solid #eee;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
    clear: none;
    float: left;
}
}
@media screen and (max-width: 910px) {

.site-header .right-header {
	position: unset;
}
.site-header button.search-submit {
    background: url(images/ahrendt-sprite.png) no-repeat scroll -69px -84px;
    height: 70%;
}
.site-header input.search-field {
    font-size: 15px;
    height: 41px;
}
.site-header .search-form {
    height: 3.8em;
    margin: 12px 2% 2px;
    width: 97%;
}
.site-header .right-header .main-navigation {
    background-color: #fff;
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 8000;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap {
    overflow: hidden;
    background-color: #f6f6f6;
    top: 12px;
}
.dashicons.dashicons-menu:after {
    content: "Navigation";
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 21px;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
    text-transform: uppercase;
}
.dashicons.dashicons-no:after {
    content: "Schliessen";
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-size: 21px;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
    text-transform: uppercase;
}
.wpmm_megamenu .wpmm-sub-menu-wrap ul li {
    font-size: 14px;
    width: 100%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    margin: 0;
}
.site #masthead.site-header {
    padding: 1.6em 0 33px;
}
.site .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li.wpmega-show-menu-icon a,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li#wp_nav_menu-item-90.wpmega-menu-flyout a {
    font-size: 18px;
    height: 52px;
    line-height: 3em;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    border-bottom: 0px none #ddd;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    box-shadow: 0 20px 22px -12px #666;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper.hide-menu {
    box-shadow: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li#wp_nav_menu-item-90.wpmega-menu-flyout a {
	border-bottom: 0px none;
	height: 65px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li {
    border-bottom: 1px solid #ddd;
}
.site .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-flyout-horizontal-left a.wpmm-csingle-menu {
    height: 65px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout {
    border-width: 1px;
    position: relative;
}
.site .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li#wp_nav_menu-item-37 ul li a {
    height: 70px;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
    margin-left: -100px;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock, .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
    padding: 15px 10px 18px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children.active-show ul li a {
    background-color: transparent;
    border: 0 none;
    font-size: 16px;
    line-height: 2em;
    padding: 9px 0 9px 8px;
    text-transform: uppercase;
    color:#666;
}
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title, .wpmm-sub-menu-wrap ul li.wp-mega-menu-header &gt; a.wp-mega-menu-link span.wpmm-mega-menu-href-title {
    font-size: 18px;
    font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper &gt; li.menu-item-has-children &gt; a::after {
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 60%;
    transform: translateY(-50%);
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li a span.wpmm-mega-menu-href-title:after,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper &gt; li:hover a span.wpmm-mega-menu-href-title:after {
	display:none !important;
}
.wp-megamenu-main-wrapper .wpmega-responsive-closebtn {
	display: none !important;
}
.woocommerce-tabs.wc-tabs-wrapper .grid_6, .woocommerce-tabs.wc-tabs-wrapper .grid_7, .woocommerce-tabs.wc-tabs-wrapper .grid_8,
.woocommerce-tabs.wc-tabs-wrapper .grid_5, .woocommerce-tabs.wc-tabs-wrapper .grid_4, .woocommerce-tabs.wc-tabs-wrapper .grid_3 {
    width: 100%;
}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0 0px;
		margin-top: 0;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
@media screen and (max-width: 600px) {
	#masthead, #colophon, #main {
    padding-left: 10px;
    padding-right: 10px;
}
.single-product #primary {
    padding: 0;
    overflow: hidden;
}
#primary, #secondary {
    margin-bottom: 15px;
    margin-top: 15px;
}
.right-header {
    max-width: 100%;
}
.site #masthead.site-header {
    padding: 1.6em 0 50px;
}
.logo {
    display: block;
    float: left;
    height: 85px;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary.grid_8, .woocommerce-page #content div.product div.summary.grid_8, .woocommerce-page div.product div.summary.grid_8 {
    float: left;
    margin-right: 0;
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
}

.woocommerce #content div.product div.images.grid_4, .woocommerce div.product div.images.grid_4, .woocommerce-page #content div.product div.images.grid_4, .woocommerce-page div.product div.images.grid_4 {
    float: left;
    width: 94%;
    margin:20px 3% 10px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: table-cell;
    width: 33.3%;
    height: 70px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    display: table;
}
.wpcf7 .grey-form p, .grey-form .woocommerce-checkout p.form-row {
    clear: none;
    float: left;
    margin: 0 0 12px 0;
    width: 100%;
}
.grey-form td {
    border: 0 none;
    padding-left: 0;
}
.site-footer .container_12 .contactdata .grid_3 {
    text-align: center;
    width: 100%;
}
.contactdata .erfahrung {
    background-position: center top;
    margin-top: 30px !important;
}
}
@media screen and (max-width: 480px) {
.site-footer .container_12 .grid_3 {
    width: 100%;
}
#secondary.widget-area .widget, #secondary .front-widgets .widget {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.woocommerce-page .related.white ul.products li.product {
    width: 48%;
}
.fulltext .container_12 .grid_6 {
    width: 100%;
}
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    box-shadow: 0 0 60px #555 inset;
    color: #fff;
    display: block;
    text-shadow: 1px 1px 1px #111;
    width: 100%;
}
.woocommerce form .form-row textarea {
    height: 6em;
}
.woocommerce-cart-form .shop_table .product-remove, .woocommerce-cart-form .shop_table td.actions {
    border-left: 1px solid #ddd;
    text-align: center;
    border-top:0px none;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px;
}
}
/* =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;
	}

	.entry-header .entry-title,
	.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 &gt; 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;
	}
}
</pre></body></html>