.maxbutton-2.maxbutton.maxbutton-back-to-products{
	position:relative;text-decoration:none;display:inline-block;vertical-align:middle;width:230px;height:50px;border:2px solid #e30b18;border-radius:0px 0px 0px 0px;background-color:white;box-shadow:none
}

.maxbutton-2.maxbutton.maxbutton-back-to-products:hover{
	border-color:#e30b18;background-color:#e30b18;box-shadow:none
}

.maxbutton-2.maxbutton.maxbutton-back-to-products .mb-text{
	color:#e30b18;font-size:18px;text-align:center;font-style:normal;font-weight:normal;line-height:1em;box-sizing:border-box;display:block;background-color:unset;padding:16px 0px 0px 0px
}

.maxbutton-2.maxbutton.maxbutton-back-to-products:hover .mb-text{
	color:#ffffff
}

@media only screen and (min-width:0px) and (max-width:480px){
	.maxbutton-2.maxbutton.maxbutton-back-to-products{width:90%}
	.maxbutton-2.maxbutton.maxbutton-back-to-products .mb-text{font-size:14px}
}

.maxbutton-3.maxbutton.maxbutton-request-a-quote{
	position:relative;text-decoration:none;display:inline-block;vertical-align:middle;width:230px;height:50px;border:2px solid #666666;border-radius:0px 0px 0px 0px;background-color:#666;box-shadow:none;
}
.maxbutton-3.maxbutton.maxbutton-request-a-quote:hover{
	border-color:#2b2b2b;background-color:#2b2b2b;box-shadow:none
	}
.maxbutton-3.maxbutton.maxbutton-request-a-quote .mb-text{
	color:#ffffff;font-size:18px;text-align:center;font-style:normal;font-weight:normal;line-height:1em;box-sizing:border-box;display:block;background-color:unset;padding:16px 0px 0px 0px
}
.maxbutton-3.maxbutton.maxbutton-request-a-quote:hover .mb-text{color:#ffffff}

@media only screen and (min-width:0px) and (max-width:480px){
	.maxbutton-3.maxbutton.maxbutton-request-a-quote{width:90%}
	.maxbutton-3.maxbutton.maxbutton-request-a-quote .mb-text{font-size:14px}
}

.l-main .widget.widget-smargin {
    margin-bottom: 1.5rem;
}

.single-products .g-cols .l-sidebar {
	margin-bottom: 3rem;
}


.bildergalerie {
	/*margin-bottom: 3rem;*/
}

.bildergalerie .bildgross {
	position: relative;
}

.bildergalerie .bildgross .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	pointer-events: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.bildergalerie .bildgross:hover .overlay {
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 1;
}

.bildergalerie .bildgross .overlay i {
	color: #fff;
	font-size: 5rem;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.bildercarousell {
	position: relative;
	/*background-color: #e30b18;*/
	padding: 0.25rem;
}

.bildercarousell .item {
	padding: 0.25rem;
	width: 20%;
	float: left;
	cursor: pointer;
}
.l-main .widget_nav_menu.nolink .menu-item {
    display: block;
    position: relative;
    padding: 0.6em 1.2em;
    border-width: 1px 0 0!important;
    border-style: solid;
    color: inherit;
        border-color: #e8e8e8;
}

.productlist .item {
	width: 33.333%;
	padding: 0.25rem;
	margin-bottom: 0.25rem;
	float: left;
}

.productlist .item.cat {
	width: 25%;
}

.productlist .item.group {
	width: 16.6667%;
}

@media (max-width: 1020px) {
	.productlist .item.group {
	width: 20%;
}
}

@media (max-width: 850px) {
	.productlist .item.group {
	width: 25%;
}
.productlist .item.cat {
	width: 33.3333%;
}
}

@media (max-width: 650px) {
	.productlist .item.group {
	width: 33.3333%;
}
.productlist .item.cat {
	width: 50%;
}
}

@media (max-width: 550px) {
	.productlist .item.group {
	width: 50%;
}
}

@media (max-width: 400px) {
	.productlist .item.group {
	width: 100%;
}
.productlist .item.cat {
	width: 100%;
}
}

.productlist .item .imagewrapper {
	position: relative;
	background: rgba(0,0,0,0.90);
}

.productlist .item .imagewrapper img {
	width: 100%;
	height: auto;
	    transition-duration: 0.4s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%,0%);
    opacity: 0.35;
    float: left;
}
.productlist .item:hover .imagewrapper img {
    transform: scale(1) translate(0%,0%);
    opacity: 1;
    background: rgba(0,0,0,0.65)!important;
    border-color: rgba(0,0,0,0.65)!important;
    color: #ffffff!important;
}

.productlist .item .textwrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    display: flex;
	justify-content: center;
	flex-direction: column;
}

.productlist .item .textwrapper h2 {
    color: inherit!important;
    font-size: 1.4rem!important;
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%,0%);
    margin-bottom: 0.7rem;
    color: #fff;
}

.productlist .item:hover .textwrapper h2 {
    transform: scale(1) translate(0%,-100%);
    opacity: 0;
}

.productlist .item .textwrapper h3 {
    font-weight: 100!important;
    font-size: 12px!important;
    line-height: 18px!important;
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%,0%);
    color: #fff;
}

.productlist .item:hover .textwrapper h3 {
    transform: scale(1) translate(0%,100%);
    opacity: 0;
}

.productlist .products.results {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 0.75rem;
	grid-row-gap: 0.75rem;
}

@media (max-width: 940px) {
	.productlist .products.results {
	grid-template-columns: repeat(1, 1fr);
}
}

.productlist .productitem {
	box-sizing: border-box;
	background-color: #fafafa;
	padding: 0rem;
}

.productlist .productitem .imagewrapper {
	width: 33.333%;
	float: left;
}

.productlist .productitem .imagewrapper img {
	width: 100%;
	height: auto;
	float: left;
}

.productlist .productitem .textwrapper {
	width: 66.6666%;
	float: left;
	box-sizing: border-box;
	padding: 0;
}

@media (max-width: 520px) {
	.productlist .productitem {
		max-width: 350px;
		margin: 0 auto;
	}
	.productlist .productitem .imagewrapper {
		width: 100%;
		float: none;
		text-align: center;
	}
	.productlist .productitem .imagewrapper img {
		max-width: 350px;
		margin: 0 auto;
	}
	.productlist .productitem .textwrapper {
		width: 100%;
		float: none;
	}
}

.productlist .productitem h2 {
    font-size: 1.25rem!important;
    line-height: 1.5rem;
    margin-bottom: 0rem;
    background-color: #e30b18;
    font-weight: 500;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-bottom: 1px solid #666;
}

.productlist .productitem .textwrapper h3 {
    font-weight: 600!important;
    font-size: 12px!important;
    line-height: 18px!important;
    color: #e30b18;
    margin-bottom: 0rem;
    background-color: #fff;
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 0 0.75rem;
}

.productlist .productitem .shortdesc {
	padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}

.productlist .productitem .textwrapper p {
	font-weight: 300!important;
    font-size: 14px!important;
    line-height: 16px!important;
    color: #666666;
    padding-bottom: 0;
    margin-bottom: 0rem;
}

.clear {clear: both;}


nav.pagination {
	text-align: center;
	display: block;
}

nav.pagination ul {
	list-style-type: none;
}

nav.pagination ul li {
	display: inline-block;
	margin-right: 0.5rem;
}

nav.pagination ul li a {
	font-size: 1.0rem;
	line-height: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	color: #e30b18;
	padding: 0.125rem 0.5rem;
	background-color: #fff;
	border: 2px solid #e30b18;
	/*border-radius: 5px;*/
		transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
/*    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);*/
}

nav.pagination ul li a:hover {
	border: 2px solid #e30b18 !important;
	color: #fff;
	padding: 0.125rem 0.5rem;
	background-color: #e30b18;
		transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

nav.pagination ul li span {
	font-size: 1.0rem;
	line-height: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #e30b18;
	color: #fff;
	padding: 0.125rem 0.5rem;
	background-color: #e30b18;
	/*border-radius: 5px;*/
/*    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);*/
}

form#productsearch button {
	width: 100%;
	color: #fff;
	background-color: #e30b18;
	display: block !important;
	padding: 0.5rem 0.25rem;
}

form#productsearch .zeile {
	padding: 0.5rem 0;
	width: 50%;
	float: left;

}

form#productsearch .zeile {
	display: none;
}

form#productsearch .zeile label {
	display: block;
	text-align: center;
	color: #e30b18;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 42px;
    display: grid;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    align-items: center;
    grid-gap: 20px;
    width: 100%;
}

.productsearch.frankonia {
	background-color: #fafafa;
	padding: 0.75rem;
}

.productsearch.frankonia h4 {
	margin: 0 0 0.75rem 0;
	text-align: center;
}

form#productsearch .zeile.power label {
	padding-right: 5px;
}

form#productsearch .zeile.frequency label {
	padding-left: 5px;
}

form#productsearch .zeile label:before, form#productsearch .zeile label:after {
    content: '';
    border-top: 1px solid #e30b18;
}

form#productsearch select {
	margin-bottom: 0.125rem;
	width: calc(25% - 4px);
	float: left;
	box-sizing: border-box;
	margin-left: 2px;
	margin-right: 2px;
}

form#productsearch span.button {
	cursor: pointer;
	display: block;
	width: 100%;
	/*margin-bottom: 3rem;*/
}

form#productsearch .zeile.power .range-slider {
	padding: 0 1rem;
}

form#productsearch .zeile.frequency .range-slider {
	padding: 0 1rem 0 0.5rem;
	width: 70%;
	float: left;
}

form#productsearch .zeile.frequency select {
	padding: 0rem 0.5rem 0 1rem;
	width: calc(30% - 1.125rem);
	float: left;
	margin: 0.5rem 1rem 2px 2px;
}

form#productsearch input.frequency-js-input-from, form#productsearch input.frequency-js-input-to, form#productsearch input.power-js-input-from, form#productsearch input.power-js-input-to {
	max-width: 90px;
}

form#productsearch input.power-js-input-from {
	max-width: 90px;
	float: left;
	margin-top: 11px;
	margin-left: 20px;
}

form#productsearch input.power-js-input-to {
	max-width: 90px;
	float: right;
	margin-top: 11px;
	margin-right: 20px;
}

form#productsearch input.frequency-js-input-from {
	max-width: 90px;
	float: left;
	margin-top: 4px;
	margin-left: 30%;
}

form#productsearch input.frequency-js-input-to {
	max-width: 90px;
	float: right;
	margin-top: 4px;
	margin-right: 20px;
}

@media (max-width: 370px) {
	form#productsearch input.frequency-js-input-from, form#productsearch input.frequency-js-input-to, form#productsearch input.power-js-input-from, form#productsearch input.power-js-input-to {
	max-width: 50px;
}
}

@media (max-width: 750px) {
	form#productsearch select {
	width: calc(50% - 4px);
	}
	form#productsearch .zeile {
	width: 100%;
	}
	form#productsearch .zeile.power label {
	padding-right: 0px;
	}

	form#productsearch .zeile.frequency label {
		padding-left: 0px;
	}
}

@media (max-width: 450px) {
	form#productsearch select {
	width: calc(100% - 4px);
	}
}



.searchresultwrapper {
	position: relative;
	min-height: 320px;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.searchresultwrapper .searchoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e30b18;
	background-color: #fff;
	 z-index: 5;
	 display: none;
}

.searchresultwrapper .searchoverlay .wrapper {
	width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.searchresultwrapper .searchoverlay .wrapper img {
	width: 200px;
	height: auto;
}

.searchresultwrapper .searchoverlay .wrapper h3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 1.5rem;
	display: block;
	color: #000;
}

@-webkit-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.searchresultwrapper .searchoverlay h3 span {
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: opacity;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
}

.searchresultwrapper .searchoverlay h3 span:nth-child(1) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
}

.searchresultwrapper .searchoverlay h3 span:nth-child(2) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
}

.searchresultwrapper .searchoverlay h3 span:nth-child(3) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
}

.single-products .l-main .widget,.single-products .l-main .widget.widget_text#text-51 {
    margin-bottom: 2rem;
}

.single-products .l-main .widget.widget_text {
    margin-bottom: 1rem;
}

/*css Fixes Main Page*/

@media (min-width: 900px) {
header .ush_image_1 {
    height: 60px!important;
}
}

main .us_custom_5212851d {
    /* position: relative!important; */
     top: 0!important; 
}

main .w-iconbox.color_contrast {
	padding-left: 2.5rem;
}

.wpb_text_column.overflow .wpb_wrapper {
	overflow-x: auto;
}

.w-toplink {
	background: rgba(205,205,205,0.6) !important;
}

a._3d-flip-book.view_brochure.fb3d-link-lightbox-mode {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    height: 50px;
    border: 2px solid #e30b18;
    border-radius: 0px 0px 0px 0px;
    background-color: white;
    box-shadow: none;
    color: #e30b18;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    background-color: unset;
    padding: 16px 0px 0px 0px;
}

a._3d-flip-book.view_brochure.fb3d-link-lightbox-mode:hover {
    border-color: #e30b18;
    background-color: #e30b18;
    box-shadow: none;
    color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
a._3d-flip-book.view_brochure.fb3d-link-lightbox-mode {
    width: 90%;
    font-size: 14px;
}
}

a._3d-flip-book.view_brochure.fb3d-link-lightbox-mode:before {
	font-family: "fontawesome";
    font-weight: 900;
    content: "\f002";
    padding-right: 0.5rem;
}

a.maxbutton-5.maxbutton-download-brochure.downloadbutton_brochure span:before {
	font-family: "fontawesome";
    font-weight: 900;
    content: "\f019";
    padding-right: 0.5rem;
}
.wpb_wrapper .pdftitle, .downloadimg .w-image-meta {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 1.5rem;
    color: #666666;
}

/*@media (min-width: 900px) {
.l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 0 !important;
}
.single-us_portfolio .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h, .single-products .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 70px !important;
}
}*/

/*.page-id-5971 .us_custom_e498ef23 {
    position: relative!important;
    top: 0px!important;
}

@media (max-width: 899px) {
.page-id-11847 .g-cols>div:not([class*=" vc_col-"]) {
    width: 100%;
    margin: 0;
}
}
@media (max-width: 767px) {
.page-id-11847 .g-cols>div:not([class*="vc_col-xs-"]) {
    width: 100%;
    margin: 0; 
}
}*/