@font-face {
  font-family: "DroidSans-Bold";
  src: url("../fonts/DroidSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DroidSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DroidSans-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DroidSans-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DroidSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DroidSans-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DroidSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DroidSans";
  src: url("../fonts/DroidSans.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DroidSans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DroidSans.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DroidSans.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DroidSans.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DroidSans.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DroidSans.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
a {
	color: #e32e0a;
}
.dp--cookie-check{
	border-radius: 0 !important;
	padding:5px;
}

.cc-floating.cc-window {max-width: 28em;background-color: rgb(111, 111, 111) !important;}

.cc-floating.cc-window a.cc-allow,
.cc-floating.cc-window a.cc-dismiss{background: #579d37;}

.cc-floating.cc-window a.cc-allow:hover,
.cc-floating.cc-window a.cc-dismiss:hover{background: #74c150;text-decoration:none;}

.cc-floating.cc-window a.cc-allow:hover,
.cc-floating.cc-window a.cc-allow{border-right: 2px solid #736f6f;}

.cc-revoke{background-color: rgb(136, 136, 136) !important;}
.cc-revoke.dp--revoke:hover {opacity: .99;}

#cc-pp-custom{margin: 15px 0 20px 0;}

.container-content-z-up{z-index:3;position:relative;}

.red, .text-primary {
	color: #E31E0A !important
}
.big { font-size: 1.25em;}
p.lead {
	font-size: 1.15em;
	margin-bottom: 1.15em;
	color: #666;
	line-height: 1.25em;
}
.btn {
	border-radius: 0;
	padding: 13px 25px 13px 25px;
	font-family: "DroidSans-Bold";
}
.btn-primary {
	background: #e31e0a;
	border: none;
	color: white;
	text-decoration: none;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background: #4e4e4e;
	color: white;
	box-shadow: none;
}
.btn-white {
	color: #e31e0a;
	border: none;
	background: white;
	text-decoration: none;
}

.btn-white:hover {
	background: #4e4e4e;
	color: white;
}

.btn.btn-cutted-right {
	/* height: 50px; */
	position: relative;
	padding-right: 3em;
	margin-top: 2em;
}
/* .btn.btn-cutted-right:after  { */
	/* border-bottom: 50px solid transparent;  */
	/* border-left: 10px solid #E31E0A;  */
	/* width: 0;  */
	/* content: '';  */
	/* position: absolute;  */
	/* top: 0;  */
	/* right: -10px;  */
	/* height: 100%; */
	/* transition: .15s ease-in-out; */
/* } */
.btn-primary.btn-cutted-right.focus:after, .btn-primary.btn-cutted-right:focus:after, .btn-primary.btn-cutted-right:not(:disabled):not(.disabled).active:after, .btn-primary.btn-cutted-right:not(:disabled):not(.disabled):active:after, .show>.btn-primary.btn-cutted-right.dropdown-toggle:after {
	border-left-color: #4e4e4e; 
}
.btn.btn-white.btn-cutted-right:after {
	border-left-color: white;
}

.btn.btn-primary.btn-cutted-right:hover::after, .btn.btn-white.btn-cutted-right:hover::after {
	border-left: 10px solid #4e4e4e;
}
.form-control:focus {
	box-shadow: none
}
@media (prefers-reduced-motion:reduce){
	.scroll-top{transition:none}
}
.scroll-top {
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1020;
    background-color: #4e4e4e;
    color: #ffffff;
    bottom: 20px;
    right: 20px;
    position: fixed;
    opacity: 0;
    width: 3em;
    height: 3em;
}
.scroll-top:active,.scroll-top:focus,.scroll-top:hover {
	color:#ffffff;
	background-color:#e32e0a
}
.scroll-top.scroll-top-visible {
	opacity:1
}

.css-arrow,.scroll-top .scroll-top-icon {
	transform:rotate(45deg);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%
}
.css-arrow:before,.scroll-top .scroll-top-icon:before {
	content:'';
	position:absolute;
	height:30%;
	width:30%;
	border-top:1px solid;
	border-left:1px solid;
	top:55%;
	left:55%;
	transform:translate(-50%,-50%)
}
.grecaptcha-badge {
/*	display: none;*/
}

.accordion-body {margin-top: 25px;padding: 1.25rem 0 0 0;}

.accordion-title-link-state {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 11px;
  /* right: 3rem; */
  transform: translate(0, -50%);
}

.accordion-title-link-state:before, .accordion-title-link-state:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #E31E0A;
  transition: all .2s ease-in-out;
}

.accordion-title-link-state:before {
  transform: rotate(-45deg);
}

.accordion-title-link-state:after {
  transform: rotate(45deg);
}

.accordion-title-link.collapsed .accordion-title-link-state:before {
  transform: rotate(0);
}

.accordion-title-link.collapsed .accordion-title-link-state:after {
  transform: rotate(90deg);
}


.mehrladen {    width: 100%;
    position: absolute;
    bottom: 14%;
    text-align: center;} 

.mehrladen a {
  display: block;
  position: relative;
    width: 10%;
    text-align: center;
        color: white;
    z-index: 3;
    padding: .5%;
    margin-left: auto;
    margin-right: auto;
}

.mehrladen a:hover::after { content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;background: #4e4e4e;transform: skew(-11deg);}

.mehrladen .more1:hover{background:unset;}

.mehrladen a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
    background: #E31E0A;
  transform: skew(-11deg);
        width: 100%;
    z-index: -1;
}

.collapse.show  h4{display: none;}
.collapse:not(.show) h4 {display: block;}

.container {
    max-width: 1740px;
}

.container-fluid {padding-right: 0;padding-left: 0;}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.gallery-item img, .gallery-item picture {
    width: auto;
    height: auto;
}

.layout-pagets__homepage .overlap-top-2 .textpic-above{margin-right: -15px;}
.textpic-below .gallery-item img,
.textpic-above .gallery-item img{margin:0 auto;}


figure img, figure picture {
    margin: 0;
}

.layout-pagets__skewoverlay .red-skew { 
    width: 45%;
    /*background: linear-gradient(99deg, rgba(227,30,10,1) 0px, rgba(227,30,10,1) 12%, rgba(229,229,229,0.5) 12%, rgba(229,229,229,0.5) 17%, rgba(255,255,255,0) 17%);*/
    background: url("../Images/red-bar-shorter.png") no-repeat left top;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 2;
}
.layout-pagets__skewoverlay.layout-pagets__homepage .red-skew { 
    background: url("../Images/red-bar.png") no-repeat left top;
	z-index: 3;
}
.layout-pagets__skewoverlay .stage-content {
/*	z-index: 1; */
	position: relative
}

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .frame-header{display:none;}
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .carousel-item{height: 355px;padding: 0;}

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign{	
	/* margin: 0 28px; */
	/* width: 80%; */
}

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer{
	/* width: auto; */
	/* max-width: 41.7%; */
	/* margin: 8% 0 16% 0; */
	margin: 4% 0 16% 0;
	text-align: center;
	padding: 0 15px;
}

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .carousel-image.vcontainer{display:none;}

.layout-pagets__homepage .col-12{max-width: 98%;}

/* .layout-pagets__homepage .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .carousel-text{ */
/* background: #e1e1e1e6; */
/* padding: 30px 45px 25px 45px; */
/* } */

.carousel .carousel-control, .carousel .carousel-indicators {z-index: 4;}
.carousel .carousel-control-icon::before {content: none;width: 1.5em;height: 1.5em;}

/* .layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .carousel-content{background: linear-gradient(-81deg, white, rgba(255,255,255,0.2));} */

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer .carousel-header{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	font-size: 2.2rem;
	font-weight: 300;
}
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer .carousel-subheader{
color: #e31e0a;
font-family: 'DroidSans';
display: block;
margin-top: 25px;
margin-bottom: 25px;
font-size: 1.5em;
line-height: 1.1em;	
color: #ffffff;text-shadow: 1px 1px 1px #000;	
}

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer p a,
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer p{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.4rem;
	}
	
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer p a:hover{text-decoration:underline;}	

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container{
	max-width: 1920px;
	margin: 0;
	padding: 0;
}

.layout-pagets__homepage .stage-content .frame-type-carousel_fullscreen>.frame-container{max-width:100%;}

.layout-pagets__skewoverlay .main-content {
	z-index: 3;
	position: relative
}

.layout-pagets__skewoverlay .root, .layout-pagets__skewoverlay .frame, .layout-pagets__skewoverlay .simple-tabs, .layout-pagets__skewoverlay .Liste_sp, .layout-pagets__skewoverlay .Liste  {
	z-index: 3;
	position: relative
}
.layout-pagets__skewoverlay .root, .layout-pagets__skewoverlay .stage-content .frame {
	z-index: unset;
}
.layout-pagets__skewoverlay .stage-content .frame .textbox {
	z-index: 3;
}
.layout-pagets__skewoverlay .root {
	background:#FFFFFF;
    z-index: 3;
}


.bg {    
	position: relative;
    z-index: 2;
    background: transparent;
	margin-top: 130px;
}

.grey-skew{    
	height: 100%;
    position: fixed;
    background: linear-gradient(-81deg, white, rgba(229,229,229,0.5) 75%, white 0);
    width: 100%;
    z-index: 1;
    top: 0;}

.top { margin-top: 4em;    margin-bottom: 4em;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}
h1,h2,h3,h4{
    font-family: 'DroidSans-Bold'; 
	font-weight: 700;  
	color: #4e4e4e;
	/*text-transform: uppercase;*/
}
h1 {
	font-size: 2.7rem;
    /*text-transform: uppercase;*/
    /* text-align: center; */
}
h2, .h2 {
	font-size: 2.3rem;
}

h3, .h3 {
	font-size: 1.8rem;
}
.h4, h4 {
    font-size: 1.4rem;
}

.h5, h5 {
    font-size: 1.2rem;
}

h5{
    font-family: 'DroidSans';
  color: #4e4e4e;
}

header h1,
header h2,
header h3 {
	padding-bottom:0px;
}

h1.element-header{font-size: 2.2rem;margin-bottom: 5px !important;}

.element-subheader {
	font-size: 1.4rem;
	color: #E31E0A;
	font-family: "DroidSans";
	text-transform: none;
	font-weight: normal;
	display: block;
	font-weight: 600;
}

.frame-layout-cutted-right .element-subheader{width: 95%;}


.frame-header *:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
}

.frame-header{margin-bottom: 0.8rem;}

.text-column {
	column-count: 2;
}
.text-column h2, .text-column h3, .text-column h4 {
	column-span: all
}
.well {
	background: white;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	padding: 50px;
	margin: 25px 0;
}
.well > h1:first-child, .well > h2, .well > h3:first-child, .well > h4:first-child {
	margin-top: 0;
	padding-top: 0;
}
.main-content > .row {
	margin-left: 0;
	margin-right: 0;
}

.layout-pagets__breadcrumb_under_1colslider .container-fluid>.row,
.layout-pagets__1col .container-fluid>.row{max-width: 1165px;margin: 0 auto;}
/* .layout-pagets__1col .container .frame-container{padding-right: 20px;padding-left: 20px;} */

.layout-pagets__breadcrumb_under_1colslider .container .frame-type-shortcut > .frame-container,
.layout-pagets__1col .container .frame-type-shortcut > .frame-container{padding-right: 0px;padding-left: 0px;}

/* .layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-type-shortcut > .frame-container .frame-inner{height:auto;} */
/* .layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-type-shortcut, */
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-type-shortcut > .frame-container .frame-inner .frame,
.layout-pagets__1col .container-fluid .frame-type-shortcut,
.layout-pagets__1col .container-fluid .frame-type-shortcut > .frame-container .frame-inner,
.layout-pagets__1col .container-fluid .frame-type-shortcut > .frame-container .frame-inner .frame{height:100%;}

.layout-pagets__breadcrumb_under_1colslider .container-fluid .col-sm-12 .frame-type-shortcut,
.layout-pagets__breadcrumb_under_1colslider .container-fluid .col-12 .frame-type-shortcut,
.layout-pagets__1col .container-fluid .col-sm-12 .frame-type-shortcut,
.layout-pagets__1col .container-fluid .col-12 .frame-type-shortcut{height: auto;margin-bottom: 30px;}

.layout-pagets__breadcrumb_under_1colslider .container-fluid .col-12 .frame-type-shortcut,
.layout-pagets__breadcrumb_under_1colslider .container-fluid .col-12 .frame-type-shortcut .frame-container .frame-inner{height: 100%;}

.layout-pagets__breadcrumb_under_1colslider .container-fluid{max-width:98%;}
.layout-pagets__breadcrumb_under_1colslider .red-skew{z-index:3;left:0 !important;}
.layout-pagets__breadcrumb_under_1colslider .slides{padding-bottom: 0 !important;}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .root .container{padding-left:11px;}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .root{padding: 0;background:none;}
.layout-pagets__breadcrumb_under_1colslider .vcontainer .carousel-text-inner{width: 100%;}

/* .layout-pagets__breadcrumb_under_1colslider .vcontainer{background: #42424299;padding: 20px 20px;margin: 0 auto;width: auto;} */
.layout-pagets__breadcrumb_under_1colslider .vcontainer .carousel-text-inner h1{font-size: 2rem;padding: 0;width: 100%;position: inherit;}
.layout-pagets__breadcrumb_under_1colslider .vcontainer .carousel-text-inner h2{font-size: 1.5rem;margin: 0;padding: 0;}
.layout-pagets__breadcrumb_under_1colslider .breadcrumb_under_slider .container{padding:0;}
.layout-pagets__breadcrumb_under_1colslider .headline-under{display:inline-block;}


.layout-pagets__breadcrumb_under_1colslider .frame-layout-cutted-right{
	transform: skewX(0deg);
	background: none;
	box-shadow: none;
	padding: 0;
	margin-left: -19px;
	margin-right: -19px;
	/* padding-left: 10px; */
}
.layout-pagets__breadcrumb_under_1colslider .frame-layout-cutted-right > div:first-child {transform: skewX(0deg);}


.frame-layout-frame-shadow-nopadding{
background: #ffffff;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
margin-bottom: 20px;
}

.col-md-6.right-padd{padding-right:10px;}
.col-md-6.left-padd{padding-left:10px;}

.frame-layout-frame-shadow-nopadding .textpic-gallery{width:100%;}
.frame-layout-frame-shadow-nopadding .textpic-gallery .gallery-item{padding:0 3px;}
.frame-layout-frame-shadow-nopadding .textpic-gallery .gallery-item figure .caption{display:none;}
.frame-layout-frame-shadow-nopadding .textpic-gallery .gallery-item img{width:100%;}
.frame-layout-frame-shadow-nopadding .textpic-text{width:100%;padding: 20px 45px 35px 45px;}
.frame-layout-frame-shadow-nopadding .textpic-text h2{line-height: 0.9;}
.frame-layout-frame-shadow-nopadding .textpic-text h2 span{font-size:1.6rem;color: #4e4e4e;}
.frame-layout-frame-shadow-nopadding .textpic-textp{font-size:1rem;}

.jumpnav-two-col>div{
	width:100%;
	border-bottom: 1px solid #b3b3b3;
	padding: 0 30px;
}

.jumpnav-two-col>div:hover{background: #f0f0f0;}


.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-gallery{
	width: 10%;
	padding: 10px 0;
	margin: 0;
}

.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text{
	width: 85.8%;
	padding: 0;	
}

.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p,
.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p a{color: #888888;padding:0;font-size:1rem;}
.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p a{padding: 20px 0;display:block;padding-left: 4%;}

.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p a:hover{color:#E31E0A;}

.full-size-grey{background:#e8e8e8;}

.full-size-default{background: url("../Images/parallax.png") no-repeat center;background-size:cover;background-attachment: fixed;}

.full-size-default .row,
.full-size-grey .row{margin:0;}

.full-size-default .container,
.full-size-grey .container{max-width: 1165px;}
/* .full-size-grey .container .frame-container{padding:0 5px;} */

.full-size-default .container .row>div:first-of-type,
.full-size-grey .container .row>div:first-of-type {padding-left:0;}

.full-size-default .container .row>div:last-of-type,
.full-size-grey .container .row>div:last-of-type {padding-right:0;padding-left:0;}

.layout-pagets__breadcrumb_under_1colslider .frame-has-backgroundimage,
.layout-pagets__1col .frame-has-backgroundimage {padding-top: 3rem;padding-bottom: 3rem;}

.layout-pagets__breadcrumb_under_1colslider .frame-has-backgroundimage .frame-container,
.layout-pagets__1col .frame-has-backgroundimage .frame-container {max-width:1165px;}

.product-detail-download-six-col,
.product-detail-six-col{display: flex;justify-content: center;}

.product-detail-download-six-col,
.product-detail-six-col{display: block;text-align: center;}

.product-detail-download-six-col>div,
.product-detail-six-col>div{width:100%;margin-right:1.5%;padding: 30px 0;margin-bottom:1.5%;min-height:190px;display:inline-block;}

.product-detail-download-six-col>div .textpic .image picture img{margin:0 auto;height:32px;}
.product-detail-six-col>div .textpic .image picture img{
	margin:0 auto;
	/* height:32px; */
}

.product-detail-download-six-col>div .textpic .textpic-text p,
.product-detail-six-col>div .textpic .textpic-text p{font-size:0.95rem;margin-bottom: 0;}

.product-detail-download-six-col .frame-layout-product-detail-properties,
.product-detail-six-col .frame-layout-product-detail-properties{background:#f0f0f0;}

.product-detail-six-col .frame-layout-product-detail-properties .textpic-gallery, 
.product-detail-download-six-col .frame-layout-product-detail-download .textpic-gallery {margin-bottom: 1.5rem;}

.product-detail-download-six-col .frame-layout-product-detail-download{
	background: url("../Images/Download-Icon_v2.png") no-repeat left top #e31e0a;
	background-position:left bottom;
	background-size: 125px;
	color: #fff;
}

.product-detail-download-six-col .frame-layout-product-detail-download a, .product-detail-download-six-col .frame-layout-product-detail-download a:hover{
	color: #fff;
    display:block;
}
.product-detail-download-six-col .frame-layout-product-detail-download:hover{
	background-color:#4e4e4e;
}

.zubehoer-four-col{max-width: 1165px;margin: 0 auto;}
.zubehoer-four-col .frame{width:100%;}
.zubehoer-four-col .frame .frame-container .frame-inner{height:100%;}

.zubehoer-four-col .frame-type-textpic .frame-container{
	padding: 0;
    padding-right: 0px;
    padding-left: 0px;
	/* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
	background: #f0f0f0;
}

.zubehoer-four-col .frame-type-textpic .gallery-item{
    padding-left: 2px;
    padding-right: 2px;
}

.zubehoer-four-col .frame-type-textpic .gallery-item img{width:100%;}

.zubehoer-four-col .frame .frame .frame-container .frame-inner .textpic-text{padding:0 30px 0px 40px;}
.zubehoer-four-col .textpic-text{padding:0 30px 30px 40px;}
.zubehoer-four-col .textpic-text p.fa-angle-double-right::before{margin-left: 27px;}
.zubehoer-four-col .frame-type-textpic p{color: #4e4e4e;box-shadow: none;}

.zubehoer-four-col .frame-type-textpic p.fa-angle-double-right-small {
   font-size: 14px;
font-weight: 400;
color: #757575;
margin-bottom: 8px;
}




.frame-container {
    padding-right: 0px;
    padding-left: 0px;
}
.frame-layout-product-accessory .frame-container {
    padding:0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);   
}
.frame-layout-product-accessory .textpic-gallery {
    width:100%; 
    padding: 0;
    margin: 0;   
}
.frame-layout-product-accessory .textpic-text {
    width:100%; 
    padding: 40px; 
    position: relative;	
}

/* .frame-layout-product-accessory p.fa-user::before,  */
/* .frame-layout-product-accessory p.fa-mobile-alt::before,  */
/* .frame-layout-product-accessory p.fa-map-marker-alt::before,  */
/* .frame-layout-product-accessory p.fa-linkedin::before,  */
/* .frame-layout-product-accessory p.fa-angle-double-right::before,  */
/* .frame-layout-product-accessory p.fa-check::before,  */
/* .frame-layout-product-accessory p.fa-external-link-alt::before,  */
/* .frame-layout-product-accessory p.fa-envelope-open-text::before,  */
/* .frame-layout-product-accessory p.fa-phone::before,  */
/* .frame-layout-product-accessory p.fa-fax::before,  */
/* .frame-layout-product-accessory p.fa-envelope::before,  */
/* .frame-layout-product-accessory p.fa-globe::before{left: 40px;} */

.frame-layout-product-accessory p.fa-user, 
.frame-layout-product-accessory p.fa-mobile-alt, 
.frame-layout-product-accessory p.fa-map-marker-alt, 
.frame-layout-product-accessory p.fa-linkedin, 
.frame-layout-product-accessory p.fa-angle-double-right, 
.frame-layout-product-accessory p.fa-check, 
.frame-layout-product-accessory p.fa-external-link-alt, 
.frame-layout-product-accessory p.fa-envelope-open-text, 
.frame-layout-product-accessory p.fa-phone, 
.frame-layout-product-accessory p.fa-download, 
.frame-layout-product-accessory p.fa-fax, 
.frame-layout-product-accessory p.fa-envelope, 
.frame-layout-product-accessory p.fa-globe{margin:5px 0;position: relative;padding-left: 20px;}

.frame-layout-product-accessory .gallery-item{padding:0;}

p.fa-download a:hover{color: #4e4e4e;}


.frame {
	display: flex;
}/*
.frame-indent {
	margin-left: auto;
	margin-right: auto;
}
.frame.frame-default {
	width: 100%;
}
.frame-none > .frame-container {
	max-width: inherit;
}
.frame-container {
	max-width: 1600px;
}
.frame-indent > .frame-container {
}*/
.frame-background-primary {
	background: #E31E0A;
}
.frame-background-secondary {
	background: #4e4e4e;
}
.frame-background-light {
	background: #e8e8e8;
	padding-top: 3rem !important;
	padding-bottom: 1rem !important;
}
.frame-background-light a:not(.btn) {
	color: #E31E0A;
}
.frame-background-light a:not(.btn):hover {
	color: #4e4e4e;
}
.frame-background-white {
	background: white;
	padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.frame-layout-cutted-right {
	transform: skewX(-9deg);
	box-shadow: 0 25px 70px rgba(0,0,0,0.1);
	padding: 70px 10% 70px 100%;
	margin-left: -90%;
	
}

.frame-layout-cutted-right > div:first-child {
	transform: skewX(9deg);
}
.frame-layout-cutted-right .textmedia-gallery, .frame-layout-cutted-right .textpic-gallery {
	margin-bottom: 0;
}

.col-md-5 .frame-layout-schwarzrot {margin-top: 13%;}
.col-md-7 .frame-layout-schwarzrot img{width: 90%;}



.frame-layout-schwarzrot h1 {font-size: 2.8rem;
    /*text-transform: uppercase;*/
    margin: 0%;
    text-align: left;
    color: #4e4e4e;
    padding-bottom: 2%;}

.frame-layout-schwarzrot .element-subheader {
color: #E31E0A;
    text-align: left;
    padding-left: 1px;
    font-size: 1.5rem;
margin-top: 0;margin-bottom: 1rem;padding-bottom: 0; font-family: 'DroidSans';font-weight: 400;}

.frame-layout-schwarzrot p{ padding-left: 1px;    padding-right: 20%;hyphens: auto;}

.frame-layout-pic-shadow .frame-inner .image picture{box-shadow: 0px 1px 10px #b7b6b6;}

.frame-layout-pic-without-caption figcaption {
    display:none;
}

.frame-layout-product-card {
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    height: 95% !important;
    overflow: hidden;
    margin-bottom: 30px; 
    padding:25px 0 !important; 
	display: flex;
}

.frame-layout-product-card .frame-container{
    padding-right:20px;
    padding-left:20px;
}
.frame-layout-product-card .textpic-gallery {
    padding-left: 0px;
    padding-right: 0px;
    /* padding-top: 15px; */
    height: 185px;
}
/* .frame-layout-product-card .textpic-text { */
 /* padding-bottom: 80px;    */
/* } */
.frame-layout-product-card .textpic-text .frame-header {
    margin-bottom: 0px;
}

.zubehoer-four-col .textpic-text h3,
.frame-layout-product-card .textpic-text h3 {
    text-align: left;
    color: #4e4e4e;
    hyphens: auto;
    font-size: 1.2em;
    /*font-family: "DroidSans";*/
    margin-top: 15px;
    margin-bottom: 0px;
}
.frame-layout-product-card .textpic-text p a.link-button {
    transition: .15s ease-in-out;
    margin-left: -25px;
    position: absolute;
    bottom: 15px;
    /* height: 50px; */
    padding: 12px 25px 12px 25px;
    font-family: "DroidSans-Bold";
    margin-top: 2em;
    background: #e31e0a;
    border: none;
    color: white;
    text-decoration: none;
    border-radius: 0;
}

.frame-layout-product-card .textpic-text h3 a{color:#4e4e4e;}
.frame-layout-product-card .textpic-text h3 a:hover{color:#e31e0a;}
.frame-layout-product-card p.fa-angle-double-right-small{font-size:14px;font-weight: 400;color: #757575;margin-bottom: 8px;}
.frame-layout-product-card p.fa-angle-double-right-small::before{position: absolute;left: 20px;color: #757575;}
.frame-layout-product-card .textpic-text p:first-of-type{margin: 5px 0 15px 0;}
.frame-layout-product-card .textpic-text p{margin-left:17px;}

/*
.frame-layout-product-card .textpic-text p a:after {
    border-bottom: 50px solid transparent;
    border-left: 10px solid #E31E0A;
    width: 0;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    transition: .15s ease-in-out;
} */
.frame-layout-product-card .textpic-text p a:hover {
    color: #4e4e4e;
    box-shadow: none;
}

.frame-layout-product-card .textpic-text p .link-button:hover {
   background: #4e4e4e;
    color: white;
    box-shadow: none;
}
.frame-layout-product-card .textpic-text p a:hover:after {
    border-left: 10px solid #4e4e4e;
}


.frame-layout-product-card:hover img{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    transition: all 1s cubic-bezier(.19,1,.22,1);	
}

.frame-layout-product-card .gallery-item img{
	width: 100%;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	}


.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-before-extra-small,
.layout-pagets__1col .container-fluid .frame-space-before-extra-small, .frame-space-before-extra-small {
 margin-top:1rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-after-extra-small,
.layout-pagets__1col .container-fluid .frame-space-after-extra-small, .frame-space-after-extra-small {
 margin-bottom:1rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-before-small,
.layout-pagets__1col .container-fluid .frame-space-before-small, .frame-space-before-small {
 margin-top:2rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-after-small, 
.layout-pagets__1col .container-fluid .frame-space-after-small, .frame-space-after-small {
 margin-bottom:2rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-before-medium,
.layout-pagets__1col .container-fluid .frame-space-before-medium, .frame-space-before-medium {
 margin-top:3rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-after-medium,
.layout-pagets__1col .container-fluid .frame-space-after-medium, .frame-space-after-medium {
 margin-bottom:3rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-before-large, 
.layout-pagets__1col .container-fluid .frame-space-before-large,  .frame-space-before-large {
 margin-top:4rem;
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-after-large, 
.layout-pagets__1col .container-fluid .frame-space-after-large, .frame-space-after-large {
 margin-bottom:4rem;
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-before-extra-large,
.layout-pagets__1col .container-fluid .frame-space-before-extra-large, .frame-space-before-extra-large {
 margin-top:6rem
}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .frame-space-after-extra-large, 
.layout-pagets__1col .container-fluid .frame-space-after-extra-large, .frame-space-after-extra-large{
 margin-bottom:6rem
}

.frame-indent .frame-inner {
	margin-left: 12.5%;
	margin-right: 12.5%;
}

p { 
	font-family: 'DroidSans';
	font-size: 1.1rem;
	line-height: 1.5em;
}
ul, ol, li { 
	font-family: 'DroidSans';
	font-size: 1.1rem;
}

nav ul, nav ol,nav li {
	font-size: inherit;
}
a:hover{
	text-decoration: none;
	color: #999
}

.dropdown-item {padding: .8rem 1.5rem;}


body {
    font-family: 'DroidSans';
    line-height: 1.5em;
  }

 body.layout-pagets__1colslider {
 padding-top: 8rem;
  }
.hide-when-collapsed[aria-expanded=true] {
	display: none;
}
p.text-size-plus-1 {
	font-size: 1.4em;
	line-height: 1.25em;
	font-weight: 600;
}
p.text-size-plus-2 {
	font-size: 2em;
	line-height: 1.25em;
}

.overlap-top-1 {
	margin-top: -5rem !important;
}
.overlap-top-2 {
	margin-top: -10rem !important;
}

.overlap-top-3 {
	margin-top: -15rem !important;
}
.overlap-top-4 {
	margin-top: -20rem !important;
}
.overlap-top-5 {
	margin-top: -30rem !important;
}
.overlap-bottom-1 {
	margin-bottom: -5rem !important;
}
.overlap-bottom-2 {
	margin-bottom: -10rem !important;
}
.overlap-bottom-3 {
	margin-bottom: -15rem !important;
}
.overlap-bottom-4 {
	margin-bottom: -20rem !important;
}
.overlap-bottom-5 {
	margin-bottom: -30rem !important;
}
.z--1 {
	z-index: -1
}
.z-0 {
	z-index: 0
}
.z-1 {
	z-index: 1
}
.z-2 {
	z-index: 2
}
.z-3 {
	z-index: 3
}
.z-4 {
	z-index: 4
}
.z-5 {
	z-index: 5
}
.textmedia-text p:last-child {
	margin-bottom: 2rem;
}
.frame-indent-to-left {
	margin-left: -10%;
}
.slides{;padding-bottom: 5% !important;}
.slides #c7 {height: 100%}
.slides #c7 {height: 100%}
.slides header{height: 100%}
.slides h1 {    position: relative;
    right: 20%;
    font-size: 6rem;
    width: 85%;
       padding-top: 30%;
    text-align: left;
    /*text-transform: uppercase;*/}
.slides .col-md-7, .slides .col-md-5 {padding-left: 0px; padding-right: 0px;margin-top: 3%;}

.slides img {width: 100%;}

#carouselExampleIndicators66 {position: relative;
top: 0%;}
#carouselExampleIndicators69{top: 10%;}
#carouselExampleIndicators66 .carousel-inner {margin-left: 10%;}

#carouselExampleIndicators66 .carousel-item {
  height: 75vh;
  min-height: 600px;
  background: no-repeat right;
  background-size: contain;
}

.news-img-caption {
	/* font-style: italic; */
	/* color: #999999; */
	/* margin: 15px 0 0 0; */
	padding-top: 0.5rem;
	font-size: 0.85rem;
	word-wrap: break-word;
	opacity: 0.8;
	text-align: center;
}
  
  header.slider {
    margin-bottom: 2rem;
  }
  
/*OWL-Slider*/  
.owl-carousel.owl-loaded {display: grid !important;}
.owl-thumb-item img {width: 115px !important;}

.tx-ns-all-sliders .owl-thumbs .owl-thumb-item.active {border-color: none !important;opacity: 1 !important;}
.tx-ns-all-sliders .owl-thumbs .owl-thumb-item {
    opacity: 0.3 !important;
    border: 1px solid #ddd !important;
    margin: 3px !important;
    padding: 2px !important;
	outline: none;
}

.tx-ns-all-sliders .owl-carousel .owl-item{margin-bottom:30px;}


.quicklinks {
    padding: 2rem 0;
    color: #ddd !important;
     width: 100%;
margin-left: auto;
margin-right: auto;
    background: transparent;
  }
  
  .layout-pagets__breadcrumb_under_1colslider .quicklinks,
  .layout-pagets__1colslider .quicklinks {padding-left: 15px;padding-right: 15px;}

.layout-pagets__breadcrumb_under_1colslider .quicklinks .frame-layout-0,
.layout-pagets__1colslider .quicklinks .frame-layout-0{position: inherit;}

.quicklinks h3{  text-align: center;
    font-size: 3rem;
    padding: 5%;
    color: #E31E0A;
    /*text-transform: uppercase;*/}

.quicklinks .left header{position: absolute;
height: 100%;
width: 100%;
top: 0%;
z-index: 2;}

.quicklinks .btn {padding: 10; border: none!important;padding-top: 2%;}

.quicklinks .buttontext {text-align: left;
padding-left: 10%;
width: 70%;
background: linear-gradient(-79deg, transparent, transparent 50px, #E31E0A 0, #E31E0A 0rem);
color: #fff;
bottom: 18%;
left: 0;
position: absolute;
    top: 68%;
    padding-top: 2%;}

.quicklinks a{height: 100%;}
 .quicklinks .h-100 img:hover {filter:none;}

.quicklinks .h-100 img { filter: opacity(0.3);
    height: 300px;
    object-fit: contain;}

.quickposition{margin-left: 0; margin-right: 0;}


.quicklinks .left{height: 320px; background: #fff;box-shadow: 0 0 1em;margin-left: 6%;padding-left: 0px; padding-right: 0px;}
.quicklinks .center{ height: 320px;background: #fff;box-shadow: 0 0 1em;margin-left: 6%;padding-left: 0px; padding-right: 0px;}
.quicklinks .right{ height: 320px;background: #fff;box-shadow: 0 0 1em;padding-left: 0px; padding-right: 0px;margin-left: 6%;}

  .frame-padding {
    padding: 2rem;
    background: #eee;
  }

footer.page-footer {
	background-color: #4e4e4e; 
	z-index: 2; 
	position: relative;
	width: 100%;
	height: 150px;
	padding: 25px 0;
	margin-top: 100px;
}


footer .funding {
	position: absolute; 
	top: -25px;    
	background: white;
	box-shadow: 10px 0px 40px rgba(0,0,0,0.2);
	padding: 15px 25px 15px 50px;
	height: 130px;
}
footer .funding:after {
	border-bottom: 130px solid transparent; 
	border-left: 20px solid white; 
	width: 0; 
	content: ''; 
	position: absolute; 
	top: 0; 
	right: -20px; 
	height: 100%;
}
footer .funding span {
	font-size: 14px;
	display: block;
	margin-bottom: 14px;
}
footer .funding img {
	width: 100%;
}
footer ul.metaMenu {
	list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex-direction: row;
}
footer ul.metaMenu li {
	display: inline-flex;
	/*text-transform: uppercase;*/
	font-family: "Droidsans-Bold";
	font-size: 1rem;
	margin-right: 40px;
}
footer ul.metaMenu a, footer ul.metaMenu a:visited {
    color: #fff;
	padding: 0;
 }
footer ul.metaMenu a:hover {
	color: #999;
}
footer .social-follow p {
	font-family: "Droidsans-Bold";
	color: white;
	/*text-transform: uppercase;*/
	font-size: 1rem;
}
footer .social-follow a svg {
	color: white;
	width: 20px;
    height: 20px;
}
footer .footer-contact p {
	font-family: "Droidsans-Bold";
	font-size: 1rem;
	color: white;
}
footer .footer-contact svg {
	color: white;
    width: 16px;
    height: 16px;
	display: inline-block;
	margin-right: 15px;
}
footer .footer-contact a {
	color: white;
	/* display: block; */
	margin-bottom: 5px;
}
footer a:hover, footer a:hover svg {
	color: #999 !important;
}

footer .footer-contact .fa-phone::before,
footer .footer-contact .fa-envelope::before{color:#ffffff;}

footer .social-follow .fa-linkedin{font-size: 36px;}
footer .social-follow a {color: #ffffff;font-size: 1.4em;}


.btn.btn-white.btn-cutted-right:after {
	border-left-color: white;
}
.navbar {
	background: white;
	padding: 25px 0;
	box-shadow: 0 0 5px #9f9f9f;
}
.navbar .navbar-brand {
	padding: 0;
	height: 80px;
	display: flex;
	margin-right: 2rem;
}

.logo-fourty, .logo-fifty, .logo-sixtyfour{display:none;}
.logo-eighty{display:block;}

.navbar .navbar-brand img {
	height: 100%;
	width: auto;
}

.navbar-expand-lg .navbar-collapse {
	align-items: flex-end;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.collapsing {transition: none;}

.navbar > .container {
	display: flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	align-items: flex-end;
	position: relative;
}



  .navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-family: "Droidsans-Bold";
  }

/* .navbar .navbar-nav .show>.nav-link{ */
    /* color:  #E31E0A; */
/* } */

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover{
    color:#E31E0A;
	cursor: pointer;
}

.navbar #navbarNavDropdown .navbar-nav .nav-item.active .nav-link{color:#FFFFFF;position: relative;}

.navbar .navbar-nav .nav-item.active .dropdown-menu .dropdown-item.active,
.navbar .navbar-nav .nav-item.active .dropdown-menu .dropdown.active{background: #E31E0A;color: #ffffff;}


/*.navbar-nav.sm-collapsible .sub-arrow::before {}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    margin-left: 10px;
}*/
.navbar-nav .nav-link .sub-arrow, .navbar-nav.sm-collapsible .has-submenu .sub-arrow {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.navbar-nav .nav-link .sub-arrow::before, .navbar-nav.sm-collapsible .sub-arrow::before {
	content: " "
}

  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #E31E0A;
      color:#ffffff;
  }
  
.dropdown-item.active, .dropdown-item:active{ background-color: #E31E0A;color:#ffffff;}

 #navbarNavDropdown li a.current {
    /* font-weight: bold; */
     /* position: relative; */
     display: block;
	 color:#ffffff;
  }  

.dropdown-menu{border-radius: 0px;}
  
.navbar #navbarNavDropdown .navbar-nav .active>.nav-link span{
    color: #fff
}
.navbar .mobile-head {
	display: none;
}

#navbarNavDropdown .nav-item.active .nav-link::after,
.current::after{
	content: '';
  	position: absolute;
    background-color: #E31E0A;
    color: #fff;
 	top: 0;
	right: 0px;
    bottom: 0;
    left: 0px;
  	z-index: -1;
  	transform: skew(-9deg);
}


.dropdown-item.current::after{
display: none;
}

span.fa-circle::before,
p.fa-user::before,
p.fa-mobile-alt::before,
p.fa-map-marker-alt::before,
p.fa-linkedin::before,
p.fa-angle-double-right::before,
p.fa-check::before,
p.fa-external-link-alt::before,
p.fa-envelope-open-text::before,
p.fa-phone::before,
p.fa-download::before,
p.fa-fax::before,
p.fa-envelope::before,
p.fa-globe::before{font-weight: 600;font-family: "Font Awesome 5 Free";color:#4e4e4e;margin-right:5px;position: absolute;left: 0;}

.accordion-item .accordion-content .accordion-content-item p.fa-angle-double-right::before{left:4%;}
.accordion-item .accordion-collapse{position: unset;}

span.fa-circle::before,
p.fa-user::before,
p.fa-mobile-alt::before,
p.fa-map-marker-alt::before,
p.fa-linkedin::before,
p.fa-external-link-alt::before,
p.fa-envelope-open-text::before,
p.fa-phone::before,
p.fa-download::before,
p.fa-fax::before,
p.fa-envelope::before,
p.fa-globe::before{position: unset;}

span.fa-circle::before{
	color: #ffffff;
	font-size: 6px;
	margin: 0 12px 0px 2px;
	left: 5px;
	position: relative;
	bottom: 6px;
}

p.fa-angle-double-right,
p.fa-check{margin-left: 25px;}


p.fa-linkedin::before{font-family: "Font Awesome 5 Brands";}

p.fa-angle-double-right-small {
    font-size: 80%;
    font-weight: 400;
}

.iconimg.fa-download::before,
.iconimg.fa-envelope::before,
.iconimg.fa-phone::before{
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	color: #e41e0a;
	font-size: 1.5em;
}

a.link-button {
    transition: .15s ease-in-out;
    display: inline-block;
    position:relative;
    /* height: 50px; */
    padding: 12px 25px 12px 25px;
    font-family: "DroidSans-Bold";
    margin-top: 1em;
    background: #e31e0a;
    border: none;
    color: white;
    text-decoration: none;
    border-radius: 0;
}

a.link-red-button{
background: #e31e0a;
border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
color: white;
text-decoration: none;	
border-radius: 0;
padding: 10px 15px;
font-family: "DroidSans-Bold";
font-weight: 400;
font-size: 1rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
display: inline-block;
}

a.link-red-button:hover{
background: #4e4e4e;
color: white;
box-shadow: none;
}
}



/*
a.link-button::after {
    border-bottom: 50px solid transparent;
    border-left: 10px solid #E31E0A;
    width: 0;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    transition: .15s ease-in-out;
} */
a.link-button:hover {
   background: #4e4e4e;
    color: white;
    box-shadow: none;
}
a.link-button:hover:after {
    border-left: 10px solid #4e4e4e;
}
  
  /* Adjustments for fluid_styled_content */
  img {
    max-width:100%;
    height: auto;
  }
  .ce-intext [data-ce-columns="1"] {
    width: 100%;
  }
  
  @media screen and (min-width: 768px){
    .ce-intext [data-ce-columns="1"] {
      width: 50%;
    }
  	
	.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign{	
		/* margin: 0 80px 0 0; */
		/* max-width: 40%; */
		/* float: right; */
		margin: 0 auto;
		text-align: center;
		/* display: block; */
	}
	
	.layout-pagets__breadcrumb_under_1colslider .overlap-top-2 {
	margin-top: -10rem !important;
	top: -1.7rem;
	position: inherit;
	}
	
	
  }
  
  @media screen and (min-width: 991px){
    .ce-intext [data-ce-columns="1"] {
      width: 33.3333%;
    }
	
  }
  
  .ce-center [data-ce-columns="3"] .ce-column,
  .ce-right [data-ce-columns="3"] .ce-column,
  .ce-left [data-ce-columns="3"] .ce-column {
    margin-right: 1%;
    width: 32.33333%;
  }
  
  .ce-center [data-ce-columns="2"] .ce-column,
  .ce-right [data-ce-columns="2"] .ce-column,
  .ce-left [data-ce-columns="2"] .ce-column {
    margin-right: 1%;
    width: 49%;
  }
  .ce-center [data-ce-columns="4"] .ce-column,
  .ce-right [data-ce-columns="4"] .ce-column,
  .ce-left [data-ce-columns="4"] .ce-column {
    margin-right: 1%;
    width: 24%;
  }
  
  .ce-center [data-ce-columns="5"] .ce-column,
  .ce-right [data-ce-columns="5"] .ce-column,
  .ce-left [data-ce-columns="5"] .ce-column {
    margin-right: 1%;
    width: 19%;
  }
  
  .ce-center [data-ce-columns="6"] .ce-column,
  .ce-right [data-ce-columns="6"] .ce-column,
  .ce-left [data-ce-columns="6"] .ce-column {
    margin-right: 1%;
    width: 15.666667%;
  }
  
  .ce-gallery figure.video {
    display: block;
  }
  
  /* Sticky-Icon */

#mySidenav_2,
#mySidenav {    
	position: fixed;
	top: 170px;
    right: 0;
    /* width: 300px; */
    z-index: 1040;
}

#mySidenav_2 {
	top:0;
	z-index: 1039;
	margin-top: 220px;
	}

#mySidenav_2:hover,
#mySidenav:hover { 
/* width: 300px; */
cursor: pointer;
}

#mySidenav_2  #hoverable_2,
#mySidenav #hoverable {
    position: relative;
	display: block;
    right: -100%;
    transition: 0.3s;
    padding: 0;
    width: 100%;
    text-decoration: none;
    font-size: 20px;
    height: 100%;
    background-color: #fff;
}

/* #mySidenav_2  #hoverable_2:hover, */
/* #mySidenav_2  #hoverable_2:focus, */
/* #mySidenav_2  #hoverable_2:active, */
/* #mySidenav #hoverable:hover,  */
/* #mySidenav #hoverable:focus,  */
/* #mySidenav #hoverable:active { */
  /* right: 0px; */
/* } */

#mySidenav_2.hoverable-show,
#mySidenav.hoverable-show{width: 300px;}

#mySidenav_2.hoverable-show #hoverable_2,
#mySidenav.hoverable-show #hoverable{right:0px;}




#hoverable_2,
#hoverable{ 
	position: absolute; 
  	right: 0px;  
	width: 100px;
  	transition: 0.3s;
}

#mySidenav_2 .iconimg,
#mySidenav .iconimg {    
	position: absolute;
	right: 100%;
	top: 20px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	box-shadow: -1px 0 15px rgba(0,0,0,.2);
	color: #ddd;
	z-index: 1;
	text-align: center;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

#mySidenav_2 .miniform{top: 116px;margin-top: 0px;}
#mySidenav_2 .iconimg{top: 40px;margin-top: 76px;}

.iconimg svg{    
	width: 100%;
	height: auto;
	vertical-align: middle;
	line-height: 100%
}

.iconimg .iconimg-cover{
	height: 69px;
	width: 40px;
	background: #fff;
	position: absolute;
	top: -1px;
	right: -36px;
	border-top: 1px solid #e4e4e4;
}

.miniform {    
	font-size: 1em;
    position: absolute;
    top: 20px;
    width: 100%;
    background-color: #fff;
    color: #ddd;
    padding: 15px 25px 25px 25px;
	border-top: 1px solid #e4e4e4;
}

.hoverable-show .miniform{
box-shadow: -1px 0 15px rgba(0,0,0,0.2);
}

.miniform p {
	font-size: 0.8em;
    text-align: left; 
	color: #4e4e4e;
}

.miniform p.lead {
font-size: 1.5em;
text-align: left;
color: #E31E0A;
font-family: 'DroidSans-Bold';
font-weight: 700;
}

.miniform .frame {
	padding-top: 0;
	padding-bottom: 0;
}
.miniform .frame .frame-container {
	padding-left: 0;
	padding-right: 0;
}

.miniform .help-block {font-size: 0.7em;
    text-align: left; color: #4e4e4e;}

.miniform .input.checkbox {    
	padding-bottom: 5%;
    line-height: 1;
}

.miniform h3 {
	font-size: 1.5em; 
	/*text-transform: uppercase;*/
    text-align: left; 
	color: #E31E0A;
	margin: 2px 0 15px 0;
}

.miniform label, .miniform .required{
	display: none;
}
.miniform .custom-checkbox label {
	display: inline;
}
.miniform .custom-checkbox .custom-control-label::before {
	border-radius: 0
}
.miniform .custom-checkbox .form-text {
	padding-top: 3px;
	display: inline;
}

#stickyformular-129 .form-control {
	border-radius: 0px;
}
#stickyformular-129 .submit {
	width: auto;
	background: linear-gradient(-79deg, transparent, transparent 1rem, #E31E0A 0, #E31E0A 0rem);
	padding-right: 30px;
    margin: 0 0 0 -25px;
}
#stickyformular-129 .btn-primary { 
	width: 100%;
	background: none;
    color: #fff;
	border: none;
	padding: 5px 10px 5px 25px;
}

#stickyformular-129 .submit:hover{  
	background: linear-gradient(-79deg, transparent, transparent 1rem, #4e4e4e 0, #4e4e4e 0rem);
    color: #fff;
	text-decoration: none;
}

/* @media (max-height: 700px) { */
	/* #mySidenav { */
		/* top: 95px; */
	/* } */
	
	/* #mySidenav .iconimg { */
		/* top: 55px !important; */
	/* } */
	/* #mySidenav_2 .iconimg { */
		/* top: 75px !important; */
	/* } */
	
	/* #mySidenav .miniform {top: 55px;} */
	/* #mySidenav_2 .miniform {top: 75px;} */
/* } */

  /* Rootline navigation */
.root-container>.row>.container>.col-md-12,
.root-container>.row>.container{padding:0;}
  
.root{    
	width: 100%;
    padding-top: 10px;
}

ul.rootline {
    margin-bottom: 2rem;
    padding: 0 0 15px 0px;
    list-style-type: none;
	font-size: 1rem;
  }
  
ul.rootline li {
  		display: inline-block;
	  font-size: 0.9rem;
  }
  

ul.rootline li.active{color: #000000;}

  ul.rootline a,
  ul.rootline a:visited {
    margin: 0;
    padding: 0;
    color: #666;
  }
  ul.rootline a:hover {
    text-decoration: underline;
  }
  
  ul.rootline span {
    color: #999;
  }
  
  ul.rootline a:after {
    display: inline-block;
    content: "/";
    margin: 0 .5rem;
  }
  
  /* Language Menu */
  ul.languageMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
  }
  
  ul.languageMenu li {
    display: inline-block;
    margin: 0 .5rem 0 0;
  }
  
  ul.languageMenu a,
  ul.languageMenu a:visited {
    color: #fff;
 
  }
  ul.languageMenu a:hover {
    color: #E31E0A;
  }

ul.languageMenu a:active {
    color: #E31E0A;
    font-weight: 700;
  }

.languages{
    position: absolute;
    top: -25px;
    right: 0;
    width: auto;
    background: #4e4e4e;
    transform: skew(-9deg);
	margin: 0 20px;
}

.languages.navbar-nav .nav-link{
    transform: skew(9deg);
    color: #999;
}
.languages.navbar-nav .text-muted{
    transform: skew(9deg);
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-family: "Droidsans";
	display: block;
    padding: .5rem 10px;
}
.languages.navbar-nav .active>.nav-link{
    color: white;
    font-weight: 700;
}
/* Search */

#form_kesearch_searchfield {
    background: #e4e4e4;
    transform: skew(-9deg);
	margin-top: 0}

#form_kesearch_searchfield .btn{
    font-size: 0.8rem;
    background-color: transparent;
    border: none;
}
#form_kesearch_searchfield .btn-default{
    font-size: 0.8rem;
    background-color: transparent;
    border: none;
    color: #000;
    transform: skew(9deg);
}

#form_kesearch_searchfield .form-control{
    background-color: transparent;
    border: none;
    color:#000;
    font-size: 0.9rem;
	line-height: 1em;
    transform: skewX(9deg);
    width: 80%;
}

#form_kesearch_searchfield .form-control:focus{
    border: none;
box-shadow:none;
}


.tx-kesearch-pi1 {
	font-family: "DroidSans"
}
.tx-kesearch-pi1>.messsage{height: 50px;text-align: center;}
.tx-kesearch-pi1 #kesearch_results {
/*   background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
    margin: 50px 0;
}
.tx-kesearch-pi1 #kesearch_results.no-results {
	font-size: 1.25em;
	padding: 50px 0
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
    margin: 75px 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
    margin: 15px 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info a {
    word-break: break-all;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info span {
    vertical-align: middle;
	
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info svg {
    color: #e31e0a;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    display: inline-block;
	margin-right: 10px;
	margin-top: 3px;
	
	
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info{display:none;}

.tx-kesearch-pi1 #kesearch_results .result-list-item span:first-of-type + span {height: 10px;}

/*.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info span {
   color: white;
    background: #e31e0a;
    width: 26px;
    height: 26px;
    position: relative;
    padding: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
	
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info svg {
    color: white;
    width: 16px;
    height: 16px;
    vertical-align: top;
    display: inline-block;
	
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info span:after {
   border-bottom: 26px solid transparent;
    border-left: 5px solid #E31E0A;
    width: 10px;
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    height: 26px;
	
}*/
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
    font-size: 1.15rem;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
	color: #e31e0a !important;
}

/*.tx-kesearch-pi1 #kesearch_results .result-list-item {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin: 0;
    color: #ddd !important;
    margin-bottom: 50px;
    padding: 30px;
}*/

#kesearch_pagebrowser_top, #kesearch_pagebrowser_bottom {
    word-wrap: break-word;
    display: flex;
	position: relative;
	flex-direction: column;
	text-align: left;
}
#kesearch_pagebrowser_top .kesearch_pagebrowser {
	margin: 50px 0 15px 0;
}
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
	margin: 15px 0;
}

#kesearch_pagebrowser_top .pages_total, #kesearch_pagebrowser_bottom .pages_total {
    border: none;
    background: none ;
}

.kesearch_pagebrowser ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: 1rem;
	
}
.kesearch_pagebrowser ul li {
	margin-right: 15px;
	display: inline;
	font-size: 1.15em;
}
.tx-kesearch-pi1 .kesearch_pagebrowser a {
    color: #212529;
}
.tx-kesearch-pi1 .kesearch_pagebrowser a:hover {
    color: #E31E0A;
}
.tx-kesearch-pi1 .kesearch_pagebrowser .current::after {
    border: none;
    background: none;
}
.tx-kesearch-pi1 .kesearch_pagebrowser .current {
    color: white;
	background: #E31E0A;
	padding: 5px 10px;
    font-family: 'DroidSans-Bold';
}
.tx-kesearch-pi1 .kesearch_pagebrowser .current:hover {
    color: white;
}
/*
#kesearch_pagebrowser_bottom div.result_txt {
    margin: 0 0 5px 0;
    transform: skewX(11deg);
    color:#fff;
}

#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
    margin: 0 auto 0;
    transform: skewX(11deg);
}
.kesearch_pagebrowser ul li {color: #fff;}
#kesearch_pagebrowser_bottom a {
    padding: 3px;
    color: #fff;}
#kesearch_pagebrowser_bottom a.current {
    font-weight: bold;
    color: #fff !important;
    font-family: 'Droidsans-Bold';
}
#kesearch_pagebrowser_bottom a.next {
text-decoration: underline;
}*/

.result-title a { 
	color: #4e4e4e !important;
    /*text-transform: uppercase;*/
    font-family: 'DroidSans-Bold';
	font-size: 1.3em;
}

.result-title a:hover, .tx-kesearch-pi1 #kesearch_results .result-list-item .add-info a:hover{ 
	color: #e31e0a !important;
}
.frame-type-mask_fullwidthbgimgtext {
	width: 100%;
	min-height: 100px;
}
.stage-content .frame-type-mask_fullwidthbgimgtext {
	padding: 0;
}
.frame-type-mask_fullwidthbgimgtext .bg-image {
	width: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
}
.frame-type-mask_fullwidthbgimgtext.full-height .bg-image {
	height: 95vh;
}
.frame-type-mask_fullwidthbgimgtext .white-flow {
	background: linear-gradient(-81deg, white, rgba(255,255,255,0.2));
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.frame-type-mask_fullwidthbgimgtext .frame-inner {
	display: flex;
	width: 100%;	
	height: 100%;
	align-items: center;
	z-index: 2;
	position: relative;
}
.frame-type-mask_fullwidthbgimgtext .textbox {
	max-width: 41.7%;
	margin: 8% 0 16% 0;
}
.frame-type-mask_fullwidthbgimgtext .textbox h1,
.frame-type-mask_fullwidthbgimgtext .textbox h2,
.frame-type-mask_fullwidthbgimgtext .textbox h3,
.frame-type-mask_fullwidthbgimgtext .textbox h4,
.frame-type-mask_fullwidthbgimgtext .textbox h5 {
	margin: 0;
	text-align: left;
	line-height: 1.1em;
}
.frame-type-mask_fullwidthbgimgtext .textbox h1 span {
	color: #e31e0a;	
	font-family: 'DroidSans';
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 0.5em;
	line-height: 1.1em;
}

.news .news-box-view, .news .messe-box-view {
	margin-top: 3.5rem;
	margin-left: 0;
	margin-right: 0;
}
.news .news-box-view .item-body .header {
	height: 56px;
	min-height: 90px;
	margin-bottom: 0px;
	/* overflow: hidden; */
}
.news .news-box-view .item-body .header .titel-news {
	font-size: 1.5em;
	font-family: 'DroidSans-Bold';
	text-transform: inherit;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 30px;
}
.news .news-box-view .item-body .header a {
	color: #4e4e4e
}
.news .news-box-view .item-body .header a:hover {
	color: #e31e0a;
}
.news .news-box-view .item-body .teaser-text {
	height: 130px;
	margin-bottom: 0;
	overflow: hidden;
}
.news .news-box-view .item-body .teaser-text p {
	margin-bottom: 0;
}
.news .news-box-view > .container > .frame {
	padding-top: 0;
	padding-bottom: 0;
}
.news .news-box-view .frame-indent > .frame-container {
	/*margin-left: -5px;
	margin-right: -5px;*/
}
.news .news-box-view .frame-indent > .frame-container > .frame-inner {
	display: flex;
	flex-wrap: wrap;
}


.layout-pagets__homepage .news .news-box-view .item-img{margin-bottom:25px;}


.news-boxlist-view .boxitem-container {
	background: white;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}
.news-boxlist-view .boxitem-container:last-of-type{margin-bottom: 10px;}


.news-boxlist-view .boxitem-container .article {
	display: flex;
	flex-direction: row;
}
.news-boxlist-view .boxitem-container .item-img {
	width: 30%;    
	height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-boxlist-view .boxitem-container .item-body {
	width: 70%; 
	padding: 30px;
}
.news-boxlist-view .boxitem-container .header {
	margin-bottom: 20px;
}
.news-boxlist-view .boxitem-container .header h2 {
	font-size: 1.75rem;
	line-height: 1.1em;
}
.news-boxlist-view .boxitem-container .header a {
	color: #4e4e4e;
}
.news-boxlist-view .boxitem-container .header a:hover {
	color: #999;
}
.news-boxlist-view .boxitem-container .header .news-list-date{
	margin-bottom: 20px;
	margin-top: 20px;
	color: #e31e0a;
	font-size: 1.1rem;
	display: block;
}
.news-boxlist-view .boxitem-container .teaser-text {
	margin-bottom: 0px;
}
.news-boxlist-view .boxitem-container .teaser-text p {
	margin-bottom: 0px;
}
.news-boxlist-view .boxitem-container .btn.btn-cutted-right {
	margin-top: 25px;
	padding: 10px 15px;
	height:auto;
}

.news-boxlist-view .boxitem-container .btn.btn-cutted-right::after {border:none;}





.news-single .article .news-image .news-img-wrap .outer{margin: 0 0 15px 0;}

.news .news-boxlist-view .page-navigation {width:100%;text-align: center;}	
.news .news-boxlist-view .page-navigation .f3-widget-paginator{display: inline-block;padding-left: 0;margin: 20px 0;}
.news .news-boxlist-view .page-navigation .f3-widget-paginator li{position: relative;float: left;list-style-type: none;padding: 10px;color: #212529;}
.news .news-boxlist-view .page-navigation .f3-widget-paginator li.current{color:#FFFFFF;}
.news .news-boxlist-view .page-navigation .f3-widget-paginator li a{color: #212529;}

.news .news-boxlist-view .page-navigation .f3-widget-paginator li::after{transform: skew(0deg);bottom: 5px;top: 5px;}

/* .news .news-boxlist-view .page-navigation > p{color: #888888;font-size: 1em;margin: 0;} */
.news .news-boxlist-view .page-navigation > p{display:none;}








.messe-box-view .messe-item {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	height: 100%;
	background: white;
}
.messe-box-view .messe-start-date {
	background: #e31e0a;
	color: white;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 15px 25px;
	width: 33%;
	/*text-transform: uppercase;*/
	font-family: 'DroidSans-Bold';
	font-size: 1.5em;
	line-height: 1.5em;
}
.messe-box-view .messe-content {
	background: white;
	width: 67%;
	padding: 15px 25px;
	hyphens: auto;
}
.messe-box-view .messe-content h3 {
	font-size: 1.5em;
	height: 60px;
	overflow: hidden;
}
.messe-box-view .messe-content .messe-date {
	font-size: 0.9em;
	margin: 15px 0;
    display: block;
    line-height: 1em;
}
/*.news-boxlist-view {
	margin-left: 12.5%;
	margin-right: 12.5%; 
}*/
.news .messe-boxlist-view {
	margin-top: 0;
}
.messe-boxlist-view .messe-item {
	margin: 25px 0;
}
.messe-boxlist-view .messe-item:first-of-type {
	margin-top: 0;
}
.messe-boxlist-view .messe-start-date {
	line-height: 1em;
	width: 25%;
	padding: 25px;
	flex-direction: column;
	font-family: 'DroidSans';
}
.messe-boxlist-view .messe-start-date .year {
	margin-top: 25px;
	display: block;
    font-family: 'DroidSans-Bold';
    color: white;
    font-size: 1.25em;
}
.messe-boxlist-view .messe-content {
	width: 75%;
	padding: 25px;
	font-size: 1.1rem;
}
.messe-boxlist-view .messe-content h3 {
	height: auto;
	margin-bottom: 25px;
}
.news-boxlist-view .messe-footer div {
	display: inline-block;
    margin-right: 50px;    
}
.news-boxlist-view .messe-footer svg {
	height: 20px;    
	width: 20px;
    margin-right: 15px;
    margin-top: -4px;
	color: #444;
}
.show-all-data {
	margin: 30px 0 30px 0;
}
.show-all-data a {
	color: #e31e0a;	
	font-family: 'DroidSans-Bold';
	font-size: 1.1rem;
}
.show-all-data a:hover {
	color: #4e4e4e;	
}

.tx-kesearch-pi1 .ergebnisse .btn-default{
    font-size: 0.8rem;
    background-color: #EEE;
    border: none;
    color: #000;
}

.tx-kesearch-pi1 .ergebnisse .form-control{
	font-size: 1.25em;
	/*text-transform: uppercase;*/
    color: #E31E0A !important;
}
.tx-kesearch-pi1 .ergebnisse.form-inline .form-control{
    width: 60%;
    transform: skewX(11deg);
    text-transform: inherit;
}

#kesearch_filters{width: 100%;
display: flex;
float: left;
margin-top: 3%;}

#form_kesearch_searchfield .lupe{padding: 1rem;}

.lupe{
    background-image: url("../Icons/lupe.png");
    background-repeat: no-repeat;
  background-position: center;
background-size: 50%;
}

#form_kesearch_searchfield .btn:not(:disabled):not(.disabled):active {
  background-image: url("../Icons/lupe.png");
    background-color:#E31E0A ;
}
#form_kesearch_searchfield .btn:focus {
background-color: #E31E0A;
    border: none;
    box-shadow: none;
}

.tx-kesearch-pi1 form {background: #e5e5e5; width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;}
.tx-kesearch-pi1 form{transform: skew(-11deg);}
.tx-kesearch-pi1 input[type="text"]{ background: none!important;
    border: none!important;}
#form_kesearch_pi1 .btn-default{
    font-size: 0.8rem;
    background-color: #E5e5e5;
    border: none;
    color: #000;
        transform: skewX(11deg);
    margin-left: 1%;
}

#form_kesearch_pi1 .btn-default:active{background-color:#E31E0A; }
.card-group-element {
	
	margin-left: 0;
	margin-right: 0;
}
.card-group-element-item {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
.card-group-element-item .card-img-top {
	border: 0;
	border-radius: 0;
}
.card-group-element-item .card-body {
	padding: 25px 0 0 0;
}
.card-group-element-item .card-footer, .card-group-element-item .card-body+.card-footer {
	padding:  0 0 25px 0;
}
.card-group-element-item .card-title {
	font-size: 1.5em;
	margin-bottom: 10px
}
.card-group-element-item .card-title a {
	color: #E31E0A;
}
.card-group-element-item .card-title a:hover {
	color: #4e4e4e;
}
/*.news-single {
	margin-left: 12.5%;
	margin-right: 12.5%;
}*/
.news-single .news-list-date {
	color: #E31E0A;
	/*text-transform: uppercase;*/
	display: inline-block;
}
.news-single h1 {
	text-align: left;
	font-size: 2.5rem;
}
.news-single .header .teaser-text_detail {
    margin-top: 2.25rem;
}
.news-single .header p.lead {
    font-size: 1.25rem;
	line-height: 1.35em;
	margin-bottom: 0;
	font-family: 'DroidSans-Bold';
	color: inherit;
}
.news-single .news-image {
	padding-top: 3rem;
}
.news-single .news-content {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}
.news-single .messe-footer div {
	display: inline-block;
    margin-right: 50px;    
	margin-top: 25px;
}
.news-single .messe-footer svg {
	height: 20px;    
	width: 20px;
    margin-right: 15px;
    margin-top: -4px;
	color: #444;
}
.news-single .event-header {
	text-align: center;    
	margin-bottom: 50px;
}
.news-single .event-header .headerdate {
	background: #E31E0A;
	padding: 25px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-bottom: 50px;
    font-size: 1.5em;
    line-height: 1em;
}
.news-single .event-header .headerdate .year {
    font-family: 'DroidSans-Bold';
    font-size: 2rem;
    margin-top: 20px;
    display: block;
}
.news-single .event-header h1 {
	text-align: center;
}
.news-single .event-header .loc-org {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.news-single .event-header .loc-org div {
	display: inline-flex;
    margin-right: 25px;    
    margin-left: 25px;    
	margin-top: 50px;
	font-size: 1.25em;
}
.news-single .event-header .loc-org svg {
	height: 26px;    
	width: 26px;
    margin-right: 15px;
    margin-top: -4px;
	color: #444;
}


/*FAQ*/
.accordion .card{background-color: #fff;margin-left: 0;margin-right: 0;}

.accordion-content-item li{color:#595959;}

.card-header {
    padding: 0;
    margin-bottom: 0;
  background-color: transparent;
   border-bottom: none;
}
.accordion-title a{    
	color: #4e4e4e !important;
    /*text-transform: uppercase;*/
	font-size: 1.2rem;
	padding: 0;
	padding-right: calc(1.5rem + 2em);
	}

.contentbox{    background: #fff;
    box-shadow: 0 0 1em;
    margin: 0 4%;
    padding: 4%;
    color: #ddd;
    margin-bottom: 15px;
	border: none !important;
}

.contentbox h3{
	color: #4e4e4e !important;
    /*text-transform: uppercase;*/
    margin-bottom: 1%;}

.contentbox p{    color: #4e4e4e;}

.contentbox .more {
    padding-left: 2%;
    width: 35%;
    background: linear-gradient(-79deg, transparent, transparent 8rem, #E31E0A 0, #E31E0A 0rem);
    color: #fff;
    position: absolute;
    padding-top: 1%;
    padding-bottom: 1%;
    left: 9%;
    margin-top: 4%;}

.contentbox .more:hover{  background: linear-gradient(-79deg, transparent, transparent 8rem, #4e4e4e 0, #4e4e4e 0rem);
    color: #fff;text-decoration: none;}



/*Produkte*/



.lazylist-wrapper{
	margin-top: 50px
}

.tx-pxa-product-manager .loader-wrapper{
	display: none;
}


.tx-pxa-product-manager .lazy-item .item {
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    height: 500px;
	overflow: hidden;
	margin-bottom: 30px;
}

.tx-pxa-product-manager .lazy-item a {width: 100%;}

.tx-pxa-product-manager .lazy-item .item-img {
	border: none;  
    text-align: center;
    position: relative;
    display: block;
    padding-top: 25px;
    height: 285px;
  }

.tx-pxa-product-manager .lazy-item .item-img img {
	top: 0px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: relative;
     -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.tx-pxa-product-manager .item-body {
	background: none;
	border: none;
}
.tx-pxa-product-manager .lazy-item .item-body {
	background: none;
	border: none;
	padding: 0 25px 30px 25px;
}
.tx-pxa-product-manager .item-body .item-title{
	height:auto;  
	margin-top: 15px;
	margin-bottom: 30px;
}
.tx-pxa-product-manager .item-body .item-title h3 {
	text-align: left; 
	color: #4e4e4e;
	hyphens: auto;
	font-size: 1.5em;	
	font-family: "DroidSans";
}
.tx-pxa-product-manager .item-body .item-title h3 .model {
	/*text-transform: uppercase;*/
	color: #E31E0A;
	font-size: 1.15rem;
	display: block;
	font-family: "DroidSans-Bold";
	margin-top: 15px;
}

.tx-pxa-product-manager .item .product-teaser{
	color: #4e4e4e;
    padding-left: 0px;
	text-align: left; 	
	font-size:1rem;
}

.tx-pxa-product-manager .item .btn {
	margin-left: -25px;
	position: absolute;
	bottom: 30px;
	
}


.tx-pxa-product-manager {
	width: 100%;
}
.tx-pxa-product-manager .product-header { border-bottom: none;  margin: 0 0 0px 0;padding-bottom: 0px;}
.tx-pxa-product-manager .product-teaser {color:#E31E0A; padding-left: 0px;font-size: 1.5rem;}
.tx-pxa-product-manager .lazylist-wrapper .product-teaser {
	font-size: 1.2rem; 
	max-height: 150px; 
	overflow: hidden;
	margin-bottom: 15px
}
.tx-pxa-product-manager h2, .tx-pxa-product-manager .single-product-related-title, .productcontact header h2 {
	text-align: center; 
	border-bottom: none; 
	color: #4e4e4e;
    font-size: 2.5rem;
	/*text-transform: uppercase;*/
	padding: 50px 0;
}

.tec-box{
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
	background: -o-linear-gradient(top left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
    box-shadow: -20px -20px 30px rgba(0,0,0,0.05);
    margin: 0;
	padding: 25px;
}


.single-product-wrapper {
	width: 100%;
}
.single-product-wrapper .table {display: flex;}


 .tec-headline label {
    padding-top: 10px;
    padding-bottom: 10px;
	font-style: normal;
    display: block;
    transform: skew(15deg);
	margin-bottom: 0;
}
.single-product-table {
	/*margin-top: 50px;*/
}

.single-product-accessories, .single-product-related, .single-product-applications {
	padding-top: 50px;
}

.tx-pxa-product-manager h3, .tx-pxa-product-manager .single-product-table h3 {
	font-size: 1.75rem;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: none;
}
.tx-pxa-product-manager .single-product-table .well h3 {
	
	margin-top: 0px;
}
 .single-product-related h3 {
    font-size: 3.5rem;
     margin-bottom: 6% !important;
}
.tx-pxa-product-manager .single-product-accessories h3, .tx-pxa-product-manager .single-product-related h3 {
	border-bottom: 0;
	font-size: 1.75em;
	border: none;
	padding: 0;
	margin: 15px 0;
}
.tx-pxa-product-manager .carousel-item {
	height: auto;
	margin: 25px 0;
}
.tx-pxa-product-manager .item-img {
	border: none;
	border-radius: 0;
}
.tx-pxa-product-manager .single-product-accessories .carousel-item .item, .tx-pxa-product-manager .single-product-related .item {
	height: 350px;	
	background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
	padding: 25px;
}
.tx-pxa-product-manager .single-product-accessories .carousel-item  .item{    
	height: 100%;
}
.tx-pxa-product-manager .single-product-accessories .carousel-item  .item a.btn-cutted-right{    
	margin-left: -25px
}

.tx-pxa-product-manager .single-product-accessories .carousel-item .item-body, .tx-pxa-product-manager .single-product-related .item-body {
	border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}
 .carousel-indicators {
	padding-top: 25px;
	 top: 100%;
}
 .carousel-indicators li {
	 background-color: rgba(0,0,0,.5);
}


/*
    .single-product-accessories h3{   font-size: 3.5rem;
     margin-bottom: 6% !important;}
    

.single-product-gallery__links h3{ font-size: 3.5rem;}

    .single-product-related {
    padding-top: 5%;
}

    
    .tx-pxa-product-manager .carousel-inner { height: 40vh;
    min-height: 350px;}

    .slide {
   padding-bottom: 2% !important; 
}

   
    
    .tx-pxa-product-manager .single-product-accessories  .carousel-item .item-img{
     height: 260px;}
    
.tx-pxa-product-manager .single-product-accessories  .carousel-inner{height: 35vh;
    min-height: 350px;}
  
   .anwednungdetail .single-product-accessories .carousel-item{    height: 30vh;
    min-height: 300px;margin-bottom: 6%;}

    .tx-pxa-product-manager .single-product-related .item .product-teaser{text-align: left;hyphens: auto;padding-right: 0;overflow: hidden;}
    .tx-pxa-product-manager .single-product-related .item-body{padding-left: 0px;}
.tx-pxa-product-manager .single-product-gallery__links .media-list{padding-left: 0px;}
    .single-product-accessories {
        padding-top: 10rem;
   }

*/
.productcontact {
	flex-direction: column;
}
.productcontact .tx-ttaddress .tt_address_list .address-details {
    padding: 50px;
}
.productcontact .tx-ttaddress .tt_address_list .address-details h3 {
   /*text-transform: uppercase;*/
}

    .layout-pagets__productdetail .quicklinks {
        margin-top: 4rem;}




.tec-headline{    text-align: center;
    background: #ddd;
   transform: skew(-15deg);
   margin-left: 10%;
    margin-right: 10%;
}
.tec-headline h5{
     font-weight: 400;
    font-family: 'DroidSans';
    font-size: 1.1em;
    transform: skew(15deg);
}
.attr-icon {
	text-align: center; 
	margin-top: 25px;
}
.attr-icon img {
	max-height: 80px;
    height: auto;
	width: 36%;
}
.value-text{
	font-size: 2em;
	font-family: "DroidSans-Bold";
	text-align: center;
	padding: 25px 0;
}
.valuelist{list-style: none;}

.single-product-usp{
    padding-top: 25px;
    height: 100%;
    background: #BFBFBF;
	width: 100%;
    padding-bottom: 50px;
}

.tx-pxa-product-manager .single-product-wrapper .product-cta {
	background: white;
	padding: 50px;
}
.tx-pxa-product-manager .single-product-wrapper .product-cta h3 {
	margin-top: 0;
}

.productshow{   padding-left: 0px !important;
    padding-right: 0px !important;}

.single-product-related .carousel-item {
    height: 40vh;
    min-height: 300px;
    background: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
overflow: hidden;}

    .anwendungdetail .single-product-related .carousel-inner{height: 30vh;}
 .anwendungdetail .single-product-related  .carousel-indicators {
    top: 100%;}


.layout-pagets__productdetail .single-product-related .carousel-item .item-img {  background: #fff;  box-shadow: 0 0 1em;
    color: #ddd !important; }
.layout-pagets__productdetail .single-product-related .carousel-item .item-img img{
    width: 100%;
        height:auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;}
.layout-pagets__productdetail .single-product-applications .link-use-case {
	background: #999;
	color: white;
	padding: 25px;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.layout-pagets__productdetail .single-product-applications .link-use-case a {
	cursor: pointer;
	margin-left: -25px;
}
.layout-pagets__productdetail .single-product-applications .link-use-case h3 {
	color: white;
	/*text-transform: uppercase;*/
	line-height: 1.15em;
	margin-top: 0;
}
.layout-pagets__productdetail .single-product-applications .link-use-case p:last-child {
	margin-bottom: 0;
}
.tx-pxa-product-manager .single-product-gallery__links .product-related-link, .tx-pxa-product-manager .single-product-gallery__links .product-related-file {list-style: none;}



.Liste{width: auto;
    position: relative;
    margin-bottom: 15%;}

.Liste_sp{width: 85%;
    position: relative;
    margin-bottom: 5%;
margin-top: 10%;}


.Liste_sp ul li a p {line-height: 1.2em;margin-bottom: 0;}



.sios-file-audio, .sios-file-video, .sios-file-image, .sios-file{
    background-image: url("../Icons/Fileicon.svg");
       background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    position: absolute;
}

.bootstrappackageicon-file-image:before, .bootstrappackageicon-file:before, .bootstrappackageicon-file-video, .bootstrappackageicon-file-audio, .bootstrappackageicon-youtube {
font-size: x-large;
}

.uploads-filename{padding-left: 10%;}

.tx-pxa-product-manager .single-product-table .downloads .media-list {
	list-style: none;
	display: flex;
	flex-direction: row;
}

.tx-pxa-product-manager .single-product-table .downloads .product-related-file {
	display: inline-flex;
	width: 400px;
	background: #E31E0A;
	margin: 0 10px;
	color: white;
}
.tx-pxa-product-manager .single-product-table .downloads .product-related-file:hover {
	background: #4e4e4e;
	cursor: pointer;
}
.tx-pxa-product-manager .single-product-table .downloads .product-related-file a {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: white;
	text-align: center;
	position: relative;
	height: 100%;
	padding: 25px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.tx-pxa-product-manager .single-product-table .downloads .product-related-file span.download-title {
	font-family: "DroidSans-Bold";
}
.tx-pxa-product-manager .single-product-table .downloads .product-related-file svg {
	display: flex;
	margin: 0 auto;
	fill: white;
	width: auto;
	height: 50px;
	margin-bottom: 25px;
}
.tx-pxa-product-manager .single-product-table .downloads .product-related-file svg path {
	fill: white
}
.tx-pxa-product-manager .single-product-table .downloads .product-related-file svg.download-arrow {
	position: absolute;
	top: 20%;
	left: -22%;
	opacity: 0.3;
	height: 90%;
}


.tab-content{background-color: #E5E5E5;padding: 5%;}
.listblock.tab-content{background-color: #E5E5E5;padding: 5%;padding-right: 0%;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #fff;
    background-color: #E31E0A;
    transform: skew(-9deg);
      border-color: transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}


.tab-pane a{color: #000;
}
.tab-pane .media-heading{font-size: 1.1em;margin-bottom: 1rem;}
.tab-pane .uploads-fileicon{padding-right: 2%;}


.nav-tabs {
	padding-left: 5px;
}
.download.nav-tabs {
    align-items : flex-end;
}
.download.nav-tabs a, .download.nav-tabs a p{
    margin-bottom:0;
}

.nav-tabs .nav-link {
   border: none;
 border-top-left-radius: 0;
  border-top-right-radius: 0;
    color:#BFBFBF;
}
 .nav-tabs .nav-link.active p {
	 transform:skew(11deg);
	 /*text-transform: uppercase;*/ 
	 padding-top: 3%;
	 margin-bottom: 0rem;
	 line-height: 1;}
.nav-tabs .nav-link p {/*text-transform: uppercase;*/}

.listenelement .media-list{display: block;margin-left: 6em;}
.listenelement .media-list .media {display: inline-flex; width: 33%;}
.listenelement .media-list .product-related-file, .listenelement .media-list .product-related-link {
    display: inline-flex;
    width: 33%;
}
.spaltig{padding-right: 0%;}
.Liste_sp .spaltig{padding-right: 5%;}

.spaltig .listenelement .frame-type-text{margin-bottom: 1%;}

.listenelement .frame-type-text{display:inline-flex; width: 50%;}
.spaltig h5 {
    font-size: 1.4rem;
    font-family: 'DroidSans-Bold';
    line-height: 1.2;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}
.spaltig h6{line-height: 1.4;font-size: 1.2rem;}

.single-product-table .table {
   /* margin-top: 50px;*/
    margin-bottom: 50px;	
}

.card{ background-color: transparent; 
  border: none;
    border-radius: 0rem;}

.product-filter-wrapper{
    background-color: transparent;
    background-clip: border-box;
    border-radius: 0rem;
}
.product-filter-wrapper .card-body{
    padding: 50px 0;
}

.filter-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	margin: 0 0 25px 0;
}
.filter-icon {
    background: none;
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
	height: 60px;
	width: 60px;
}
.filter-icon svg {
    height: 40px;
}
.filter-results{
  margin-top: 0%;
    left: 0%;
}

.results-count-container{
	font-size: 2.25rem;
    /*text-transform: uppercase;*/ 
	font-family: "DroidSans-Bold";
    color: #4e4e4e;
	text-align: center;    
	margin: 25px 0 40px 0;
	line-height: 1em;
	display: block;
}
.results-count{color: #E31E0A;}

.filter-clear__link {    
	color: #fff;
    background-color:#E31E0A;
    font-size: 1em;
	line-height: 1em;
}
.filter-wrapper label {
	/*text-transform: uppercase;*/ 
	font-family: "DroidSans-Bold";
	font-size: 1.25em;
	display: block;
	margin-bottom: 15px
}
.tx-pxa-product-manager .select2-container--default .select2-selection--multiple {
	background: none;
	border: 0;
}
.tx-pxa-product-manager .select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    width: 40px !important;
    height: 40px;
    color: white;
    background: #E31E0A;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 1.75em;
    padding: 0;
    margin-right: 5px;
    margin-top: 5px;
	cursor: pointer;
	padding-left: 3px
}
.tx-pxa-product-manager .select2-container--default .select2-search--inline .select2-search__field:hover {
    background: #4e4e4e;
}
.select2-search__field::-webkit-input-placeholder {
    color: white;
}
.select2-search__field:-moz-input-placeholder {
    color: white;
}
.select2-search__field::-moz-input-placeholder {
    color: white;
}
.select2-search__field:-ms-input-placeholder {
    color: white;
}
.select2-search__field::-ms-input-placeholder {
    color: white;
}
.select2-search__field::placeholder {
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
}
.productmanager-filter_options{ 
    margin-top: 50px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E31E0A;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #E31E0A;
    color: white;
   	border: none; 
	border-radius: 0px; 
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
	height: 40px;
    vertical-align: middle;
    line-height: 30px;
}
select.filter-rendertype__3 ~ span {
	margin-right: 5%;
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: none;
}
.filter-wrapper span.select2 {
	background: none;
}
.select2-dropdown {
    background-color: white;
    box-shadow: 0 0 1em #ddd;
border:none;}

.select2-container--default .select2-selection--multiple{border-radius: 0px;  border: none;
    outline: 0;background: transparent;}
.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: none; 
    outline: 0;
}

.select2-container--default .select2-selection--multiple:before,
.select2-container--default .select2-selection--multiple:after {
    content: ''; /* you have to define that to make the pseudo elements work */
    position: absolute;
    top: 0%;
}
.select2-container--default .select2-results>.select2-results__options {max-height: 400px;}
/*
.select2-container--default .select2-selection--multiple::before{   font-size: 35px;
    height: 30px;
    width: 30px;
 right: 2%;
    top: 1%;
          background-image: url(../Icons/next_red.svg);
    background-size: 20px;
    background-repeat: no-repeat;
      transition: 0.1s ease;
    }
*/

/*.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    transform: skewX(10deg);
}

.select2-container--open .select2-selection--multiple::before{font-size: 35px;
    height: 33px;
    width: 33px;
 right: 4%;
    top: 1%;
background-image: url(../Icons/next_red.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    transform: rotate(90deg) skewX(0deg);
    transition: 0.1s ease;
    }
*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
	font-family: "DroidSans-Bold";
    margin-right: 10px;
}


.product-filter-wrapper h2 {    font-size: 3.5rem;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #4e4e4e;
    margin: 4%;}


.usp-list-item {
	display: flex;
	border-right: 6px solid #4e4e4e;
	flex-direction: column;
	padding: 15px 50px;
    text-align: center;
	margin: 25px 0;
}
.usp-list-item:nth-child(3), .usp-list-item:nth-child(6), .usp-list-item:last-child {
	border-right-color: transparent;
}
.usp-list-item span.nr {
	color: white;
	font-size: 2.8rem;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	font-family: "DroidSans-Bold";
}
.usp-list-item span.usp {
	color: #4e4e4e;
	display: block;
	width: 100%;
 	line-height: 1.25em;
	font-size: 1.35em;
	font-family: "DroidSans-Bold";
}
.tx-pxa-product-manager .single-product-table #attrDesc .product-asset-description {
	margin: 30px auto;
    display: block;
    width: 100%;
    text-align: center;
    /* font-style: italic; */
    color: #999;
    font-size: 1.15em;
}
.tx-pxa-product-manager .single-product-table #attrDesc h3 {
	font-size: 1.5rem;    
    color: #e32e0a;
    font-family: 'DroidSans-Bold';
    /*text-transform: uppercase;*/
    font-weight: normal;
}
.productdetail {margin-left: -30px; margin-right: -30px;}

.tx-pxa-product-manager .single-product-gallery .tos-wrapper img {
    width: 100%;
    height: auto;
	max-height: 25vw;
}
/*.tos-slide>*{    height: 100%;
    width: 100%;}*/

.tos-slider, .tos-wrapper.tos-inline{height: 100%;}
.single-product-gallery__items{text-align: center;height: 100%;}
/*.single-product-gallery{max-height: 600px;height: 100%;}*/

.single-product-gallery img {    
	width: 100%;
    object-fit: contain;
    height: 100%;
}
.single-product-wrapper h1.productname {    
	font-size: 2.8rem;
    /*text-transform: uppercase;*/
    margin: 0%;
    hyphens: auto;
    text-align: left;
    color: #4e4e4e;
    margin-bottom:  50px;
	line-height: 1em;
	
}
.single-product-wrapper h1.productname span {    
	font-size: 1.75rem;
    text-transform: none;
    color: #E31E0A;
	font-family: "DroidSans";
	font-weight: normal;
	display: block;
	line-height: 1em;
	margin-top: 10px;
}

.anwendungdetail {margin-right: -30px!important;
    margin-left: -30px!important;}

.anwendungdetail .productname{    font-size: 2.5rem;
    /*text-transform: uppercase;*/
    margin: 0%;
    text-align: left;
    color: #4e4e4e;
    padding-bottom: 2%;
    padding-right: 10%;
    hyphens: auto;
}

.anwendungdetail .tx-pxa-product-manager .single-product-gallery .tos-wrapper img{width: 75%; height: auto;}

/*
.anwendungdetail .single-product-table {
    margin-top: 1em;
}
*/
.single-product-gallery__items1{position: relative;}
.single-product-gallery__items1 img{    width: 45%;
    margin-left: 27%;}
.tos-caption {
	position: relative;
	display: none;
}
.tos-close, .tos-next, .tos-prev {
	border-radius: 0;
	background: #4e4e4e;
}
.tos-desktop .tos-wrapper:hover .tos-close, .tos-desktop .tos-wrapper:hover .tos-next, .tos-desktop .tos-wrapper:hover .tos-prev, .tos-touch .tos-wrapper.tos-hover .tos-close, .tos-touch .tos-wrapper.tos-hover .tos-next, .tos-touch .tos-wrapper.tos-hover .tos-prev {
	opacity: .3;
}
.anwendungdetail .single-product-table h4{    font-family: 'DroidSans-Bold';
    font-weight: 700;
    /*text-transform: uppercase;*/
    padding: 1% 0;
    margin-left: 1%;
    color: #E31E0A;}
.single-product-gallery__pagination {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.single-product-gallery__pagination a {
    width: 100px;
    height: 100px;
	margin: 10px;
}

.anwendungdetail .zusatz {display: none;}
.single-product-wrapper #attrDesc {    
	padding-top: 50px;
}

.attributes-description { padding-top: 5%;font-size: 1.4rem;    width: 68%;
    margin-left: 16%;}


.content{font-size: 1.3rem;}
.showhead{margin-top: 50px;}
.showhead .cta {
	margin: 0 0 50px 0;
}

.products-header{text-align: center; margin-bottom: 5%;/*text-transform: uppercase;*/}

/*Kontaktformular*/

input, textarea {
	background-color: rgba(232,232,232,0.4);    
	border: none;
    border-radius: 0;
	padding: 10px;
	color: #4e4e4e;
}
input:focus, textarea:focus {
	box-shadow: none;
	outline: none
}
.form-control {
	border-radius: 0;
	border: 0;
	background-color: rgba(232,232,232,0.4); 
	color: #4e4e4e;
}
.form-control:focus {
	background: #e4e4e4
}
.form-group {
	margin-bottom: 15px;
}.form-check {
    position: relative;
    display: block;
    padding-left: 0rem;
}
.form-check-label {
	width: 100%
}
.form-group label {
    display: none;
}
.form-group .custom-radio label, .form-group .custom-checkbox label {
    display: inline-block;
	color: #4e4e4e;
	margin-left: 20px;
	margin-bottom: 5px;
}
.form-element-type-textarea textarea {
	min-height: 200px;
}
.custom-control-label::before {
	background: #e4e4e4;
	border: 0;
	width: 20px;
	height: 20px;
	left: -45px;
	top: 0.1em;
}
.custom-control-label::after {	
	width: 20px;
	height: 20px;
	left: -45px;
	top: 0.1em;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #E31E0A;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: transparent;
}
#kontaktformular-123{    background: #fff;
    box-shadow: 0 0 1em;
margin-top: 7%;
    color: #ddd !important;
    margin-bottom: 5%;
    padding: 4%;}
#kontaktformular-123 .required{display: none;}
#kontaktformular-123 .row{margin-top: 4%; color: #4e4e4e}



#kontaktformular-123-checkbox-1{margin-right: 5%;}
#kontaktformular-123-checkbox-2{margin-right: 5%;}
#kontaktformular-123-checkbox-4{margin-right: -2%;}
.col-lg-12 .checkbox  span, .col-xs-12 .checkbox  span, .col-sm-12 .checkbox  span, .col-md-12 .checkbox  span {    float: right;
    margin-left: 4%;
}
#kontaktformular-123 label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-left: 0rem;
}
#kontaktformular-123 .btn-group{width: 100%;    position: absolute;
    bottom: 4%;
    left: 2.5%;}
#kontaktformular-123 .btn-primary{    padding-left: 3%;
    width: 30%;
    background: linear-gradient(-79deg, transparent, transparent 8rem, #E31E0A 0, #E31E0A 0rem);
    color: #fff;
    border: none;
    text-align: left;
    border-radius: 0px;
    padding-top: 1%;
    padding-bottom: 1%;
}

#kontaktformular-123 .btn-primary:hover{  background: linear-gradient(-79deg, transparent, transparent 8rem, #4e4e4e 0, #4e4e4e 0rem);
    color: #fff;text-decoration: none;}

#kontaktformular-123 .actions{    margin-top: 0%;}



.karte{margin-bottom: 7%;}

/*Filter*/

#filtername h4 {text-align: center; /*text-transform: uppercase;*/ color: #4e4e4e; font-family: 'DroidSans-Bold';font-size: 1.6em; margin-top: -1%; }

.filter-icon{text-align: center;}

/*Slider-Carousel*/
.carousel-control-next, .carousel-control-prev {width: 5%;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
    width: 24px !important;
    height: 42px !important;
    /* background-size: 80% 80%; */
	background-color:unset !important;
	}
	
.carousel-control-next-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='4E4E4E' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); */
	background: url("../Images/Right-Arrow.png") no-repeat left top;
}

.carousel-control-prev-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='4E4E4E' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); */
	background: url("../Images/Left-Arrow.png") no-repeat left top;
}

.carousel:hover .carousel-control-prev .carousel-control-icon {left: 2rem;}
.carousel:hover .carousel-control-next .carousel-control-icon {right: 2rem;padding: 0;}


.tx-pxa-product-manager .carousel-item .item-img {
  border: none;
  border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
}


.tx-pxa-product-manager  .carousel-item  .item-body .item-title h3 {
    text-align: left;
    color: #4e4e4e;
    hyphens: auto;
}
.anwendungdetail .tx-pxa-product-manager .carousel-item .item-body .item-title h3{
    text-align: center;
    color: #4e4e4e;
    hyphens: auto;
}

 
  .layout-pagets__breadcrumb_under_1colslider .frame-layout-News,
    .layout-pagets__1colslider .frame-layout-News {background-color: rgba(232,232,232,0.75);
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;}   

.layout-pagets__breadcrumb_under_1colslider .frame-layout-News header h2,
.layout-pagets__1colslider .frame-layout-News header h2 {
    /*text-transform: uppercase;*/
    text-align: center;
    font-size: 3.5em;
   margin: 0;
    padding-top: 4%;
    padding-bottom: 4%;
}
      
.layout-pagets__3col header h2 {
    /*text-transform: uppercase;*/
    text-align: center;
    font-size: 3em;
}

.layout-pagets__breadcrumb_under_1colslider .frame-type-list.frame-layout-Messe,
.layout-pagets__1colslider .frame-type-list.frame-layout-Messe {background-color: #4e4e4e;
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 0px;
    padding-right: 0px;}    

.layout-pagets__breadcrumb_under_1colslider .frame-layout-Messe header h2 ,
.layout-pagets__1colslider .frame-layout-Messe header h2 {
    /*text-transform: uppercase;*/
    color: white;
    text-align: center;
    font-size: 3.5em;
        margin: 0;
    padding-top: 4%;
    padding-bottom: 4%;
}

.frame-layout-simple-shadow{box-shadow: 1px 1px 5px #c8c8c8;padding: 25px 25px !important;height: 90%;background:#ffffff;}

.layout-pagets__breadcrumb_under_1colslider .frame-layout-News ,
   .layout-pagets__1col .frame-layout-News {background-color: rgba(232,232,232,0.75);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    top: 10%;}   

.layout-pagets__breadcrumb_under_1colslider .frame-layout-News  header h2,
.layout-pagets__1col .frame-layout-News  header h2 {
    /*text-transform: uppercase;*/
    text-align: center;
    font-size: 3.5em;
    margin: 5% 0;
    padding-top: 2%;
}

.layout-pagets__breadcrumb_under_1colslider .center-col,
.layout-pagets__1col .center-col{flex: 0 0 60%;max-width: 60%;margin-left: auto; margin-right: auto;}
/*.layout-pagets__1col .center-col img {width: 100%;}*/

   .layout-pagets__anwendung .frame-layout-News  {background-color: rgba(232,232,232,0.75);
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;}   

.layout-pagets__anwendung .frame-layout-News   header h2 {
    /*text-transform: uppercase;*/
    text-align: center;
    font-size: 3.5em;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #4e4e4e;
}


    .subhead{font-size:1em;}
/* .textpic {margin: 8% 0;} */


   .tx-pxa-product-manager .filter-clear {      
       text-align: center;
	   padding-top: 50px
}


.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > figure > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img, .justified-gallery > figure > a > img {padding: 3% !important;}

 /* Responsive */
.zusatz{display: none;}

.tx-pxa-product-manager .single-product-gallery__links .download{margin-left: 4%;}


/* 
Video-Container
*/
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 
    Powermail
*/

.tx-powermail form fieldset > legend,
.tx-powermail form > h3{display:none;}

.tx-powermail form fieldset .powermail_fieldwrap_type_captcha > .powermail_label{display:block;font-family: "DroidSans-Bold";}
.tx-powermail form fieldset .powermail_fieldwrap_type_captcha{margin:0 0 30px 0;}
.tx-powermail form fieldset .powermail_fieldwrap_type_captcha .powermail_captchaimage {float: left;margin: 0 15px 0 0;}
.tx-powermail form fieldset .powermail_fieldwrap_type_captcha .powermail_captcha{height: 53px;border: 1px solid #d0d0d0;}

.tx-powermail form fieldset .powermail_fieldwrap_type_radio{margin: 0 0 25px 0;}
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field,
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio{display: block;}
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio{float: left;margin-right: 20px;font-size: 18px;}

.tx-powermail form fieldset .powermail_label{font-size: 18px;}

.tx-powermail form fieldset .powermail_textarea,
.tx-powermail form fieldset .powermail_input{width:100%;color: #000000;border: 1px solid #e6e6e6;}

.tx-powermail form fieldset .powermail_fieldwrap{margin:0 0 35px 0;font-size: 18px;}

.tx-powermail .powermail_form_2 fieldset .powermail_fieldwrap{margin:0 0 5px 0;}

/* .tx-powermail form fieldset .powermail_fieldwrap .powermail_field .frame-type-text{padding:0 0 20px 0;} */

.tx-powermail form fieldset .powermail_fieldwrap .powermail_field .powermail_submit{
	/* background: #e31e0a; */
	/* border: none; */
	/* color: white; */
	/* text-decoration: none; */
	/* border-radius: 0; */
	/* padding: 7px 22px 7px 22px; */
	/* font-family: "DroidSans-Bold"; */
	/* font-size: 0.9em; */
	font-size: 1.1rem;
	transition: .15s ease-in-out;
	display: inline-block;
	position: relative;
	/* height: 50px; */
	padding: 12px 25px 12px 25px;
	font-family: "DroidSans-Bold";
	margin-top: 1em;
	background: #e31e0a;
	border: none;
	color: white;
	text-decoration: none;
	border-radius: 0;
}

.tx-powermail form fieldset .powermail_fieldwrap .powermail_field .powermail_submit:hover{background: #4e4e4e;color: white;box-shadow: none;}

.tx-powermail form fieldset .powermail_fieldwrap_marker .frame-container{padding:0;}

.tx-powermail form fieldset .powermail_field_error_container {display: inline-block;}
.tx-powermail form fieldset .parsley-errors-list.filled{padding: 0;font-size: 0.86em;}
.tx-powermail form fieldset .parsley-errors-list.filled li{list-style-type: none;font-size: 0.99em;color: #d96a6a;}

.tx-powermail form .powermail_message {padding: 20px 28px;background: #e31e0a;margin-bottom: 40px;}
.tx-powermail form .powermail_message li{list-style-type: none;color: #fff;}

.tx-powermail .powermail_form_2 .powermail_message{padding: 10px 15px;}
.tx-powermail .powermail_form_2 .powermail_message li{font-size:15px}
.tx-powermail .powermail_form_2 fieldset .powermail_label {font-size: 16px;}

.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_type_select .powermail_select{
color: #000000;
border: 1px solid #e6e6e6;
width: 100%;
padding: 12px 5px;
background-color: rgba(232,232,232,0.4);

}

.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_type_select .powermail_select option{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1.1rem;
line-height: 1.5em; 
}


.frame-inner .tx-powermail .container-fluid{padding:0;}

.frame-indent .tx-powermail  .frame-inner {
    margin-left:0;
    margin-right: 0;
}


/* 
PowermailForm in Sidebar 
*/
#hoverable_2 .tx-powermail form fieldset{font-size: 0.85em;}
#hoverable_2  .tx-powermail .container-fluid{padding: 0;}

#hoverable_2 .tx-powermail form fieldset .powermail_fieldwrap_datenschutz_01 a{font-size: 0.80em;}

#hoverable_2  .tx-powermail form fieldset .powermail_textarea {height: 100px;} 
/* #hoverable_2  .tx-powermail form fieldset .powermail_fieldwrap_type_captcha .powermail_captchaimage{float: left;width: 65%;margin: 0 15px 10px 0;} */
/* #hoverable_2  .tx-powermail form fieldset .powermail_fieldwrap_type_captcha .powermail_captcha{height: 40px;width: 65%;margin: 0 0 5px 0;} */


 @media screen and (min-width: 991px){	
 
	.tx-kesearch-pi1 form {width: 60%;}
		
  }


.frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
  margin-top: 0;
}

.zubehoer-four-col>div .col-12{margin-bottom: 30px;}

@media (min-width: 576px) {
	
	.news .news-box-view .item-body .header .titel-news {height: 60px;}
	
	.zubehoer-four-col>div .col-12{display:flex;}
	.zubehoer-four-col .frame-type-textpic .gallery-item img{width:100%;padding: 0 1px;}
  .frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: 0;
  }
  
  .frame-layout-product-card .textpic-text {
    padding-bottom: 80px;
	}

.frame-layout-product-accessory .textpic-text {width:70%;padding: 30px 20px 0 30px;}
.frame-layout-product-accessory .textpic-text p{font-size:0.9rem;}
.frame-layout-product-accessory .textpic-gallery {width: 30%;}
  
}

@media (min-width: 768px) {
	
.full-size-default .container .row > div:last-of-type{padding-left: 35px;}
	
.jumpnav-two-col>div{width: 48%;margin:0 1%;}
.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p, 
.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p a {font-size: 1.15rem;}

.full-size-default .container .row>div:first-of-type,
.full-size-grey .container .row>div:first-of-type {padding-left:15px;}
	
.layout-pagets__breadcrumb_under_1colslider .container-fluid{max-width:100%;}
.layout-pagets__breadcrumb_under_1colslider .container-fluid .root .container{padding-left:5px;}	
.layout-pagets__breadcrumb_under_1colslider .frame-container,
.layout-pagets__homepage .col-12 {max-width: 100%;}
	
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .carousel-item{height: 430px;}	
	
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen > .frame-container .frame-inner .carousel-inner .valign .vcontainer .carousel-header {
    font-size: 3.5rem;
}

.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen > .frame-container .frame-inner .carousel-inner .valign .vcontainer p {
    font-size: 1.9rem;
}	
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen > .frame-container .frame-inner .carousel-inner .valign .vcontainer p a{
    font-size: 1.1rem;text-shadow: none;
}		
	
.layout-pagets__breadcrumb_under_1colslider .frame-layout-cutted-right{
	transform: skewX(-9deg);
	box-shadow: 0 25px 70px rgba(0,0,0,0.1);
	padding: 70px 10% 70px 88%;
	margin-left: -90%;
	background: white;
	padding-top: 3.5rem;
padding-bottom: 3.5rem;
}

.layout-pagets__breadcrumb_under_1colslider .frame-layout-cutted-right > div:first-child {transform: skewX(9deg);}
	
	.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
	}
	
.layout-pagets__breadcrumb_under_1colslider .vcontainer{;padding: 40px 50px;}
.layout-pagets__breadcrumb_under_1colslider .vcontainer .carousel-text-inner h1{font-size: 2.9rem;}
.layout-pagets__breadcrumb_under_1colslider .vcontainer .carousel-text-inner h2{font-size: 1.8rem;}
	
	.frame-layout-product-accessory .textpic-text {width:80%;}
	.frame-layout-product-accessory .textpic-text p{font-size: 1.1rem;}
	.frame-layout-product-accessory .textpic-gallery {width: 20%;}

  .frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: 0;
  }
 
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap {width: 49%;float: left;}

.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_datenschutzhinweis,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_marker,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_marker{width:100%;}

.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_bittegebensiehierihrekontaktdatenan,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_marker_01,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_ihrenachricht,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_ihrenachricht,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_anrede,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_anrede{width:100%;float:none;}

.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_ueberwelchenkanalhabensievonunseremmesseauftritterfahren,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_firmainstitution,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_business-e-mail,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_welchemessemoechtensiebesuchen,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_anrede,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_name,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_plz,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_land,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_kostenlosestagesticket,
.tx-powermail .powermail_form_10 fieldset .powermail_fieldwrap_nachrichtterminwunschtaguhrzeit,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_vorname-name,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_telefonnummer,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_position,
.tx-powermail .powermail_form_3 fieldset .powermail_fieldwrap_plz,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_name,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_telefonnummer,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_position,
.tx-powermail .powermail_form_1 fieldset .powermail_fieldwrap_plz{margin-right: 2%;}
  
  

  
  
/* .powermail_form.layout1 .powermail_label { */
    /* display:none; */
/* } */

.powermail_form.layout1{width: 83%;margin: 0 auto;}

.powermail_form.layout1 .powermail_fieldwrap_namevorname, 
.powermail_form.layout1 .powermail_fieldwrap_firma, 
.powermail_form.layout1 .powermail_fieldwrap_e_mail, 
.powermail_form.layout1 .powermail_fieldwrap_telefon,
.powermail_form.layout1 .powermail_fieldwrap_plz,
.powermail_form.layout1 .powermail_fieldwrap_ort  {
    width: 48.2%;float: left;
}
.powermail_form.layout1 .powermail_fieldwrap_namevorname,.powermail_form.layout1 .powermail_fieldwrap_plz, .powermail_form.layout1 .powermail_fieldwrap_e_mail  {
    margin-right:3.6%;
}



}
@media (min-width: 440px) {
  
  .product-detail-download-six-col>div{width:48.4%;margin-right:1.5%;padding: 30px 0;margin-bottom:1.5%;min-height:175px;}
  .product-detail-six-col>div{width:48.4%;margin-right:1.5%;padding: 30px 0;margin-bottom:1.5%;min-height:200px;}
  
  .product-detail-download-six-col>div:nth-child(3),
  .product-detail-six-col>div:nth-child(3){margin-right:1.5%}
    
	.product-detail-download-six-col>div:nth-child(2n),
	.product-detail-download-six-col>div:last-child,
	.product-detail-six-col>div:last-child,
	.product-detail-six-col>div:nth-child(4n){margin-right:0}

}

@media (min-width: 540px) {
  
  .product-detail-download-six-col>div{width:32%;margin-right:1.5%;padding: 30px 0;margin-bottom:1.5%;min-height:185px;}
  .product-detail-six-col>div{width:32%;margin-right:1.5%;padding: 30px 0;margin-bottom:1.5%;min-height:245px;}
  
  .product-detail-six-col>div:nth-child(2),
  .product-detail-download-six-col>div:nth-child(2),
  .product-detail-download-six-col>div:nth-child(4),
  .product-detail-six-col>div:nth-child(4){margin-right:1.5%}
    
	.product-detail-download-six-col>div:nth-child(3n),
	.product-detail-download-six-col>div:last-child,
	.product-detail-six-col>div:last-child,
	.product-detail-six-col>div:nth-child(3n){margin-right:0}

}

@media (min-width: 768px) {

ul.rootline {padding: 0 0 15px 10px;}
	
	.col-md-6 .frame-layout-frame-shadow-nopadding{height:580px;}
	.col-md-6 .frame-layout-frame-shadow-nopadding .textpic-text {padding: 20px 45px 3px 45px;}
	
}


@media (min-width: 992px) {
	h1.element-header{font-size: 2.5rem;}
	.element-subheader {
	font-size: 1.65rem;
	}
	.zubehoer-four-col>div .col-12{margin-bottom: 0px;}
	.frame-layout-cutted-right .element-subheader{width: 85%;}
	
	
	.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p, 
.jumpnav-two-col .frame-type-textpic .textpic-item.textpic-text p a {font-size: 1.2rem;}
	
	.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer{margin: 12% 0 16% 0;}
	.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .carousel-item{height: 480px;}	
 	.zubehoer-four-col .frame-type-textpic {padding:0;}
	.zubehoer-four-col>div .col-12:nth-child(2n) .frame-type-textpic{padding:0;}	
	.zubehoer-four-col>div .col-12{}
	
	
  .frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: 0;
  }
  
  .frame-layout-frame-shadow-nopadding .textpic-gallery{width:33%;margin: 0;}
.frame-layout-frame-shadow-nopadding .textpic-text{width:66%;padding: 20px 25px 35px 10px;}
  .col-md-6 .frame-layout-frame-shadow-nopadding{height:auto;}
	.col-md-6 .frame-layout-frame-shadow-nopadding .textpic-text {padding: 10px 45px 30px 15px;}
  
  .frame-layout-product-accessory .textpic-text {padding: 40px;}
  
  .product-detail-six-col>div:nth-child(3n){margin-right:0}
  
}

@media (min-width: 1200px) {
	
#mySidenav_2 .iconimg{top: -30px !important;}	
#mySidenav .iconimg {top: 15px !important;}	

#mySidenav_2 .miniform{top: 46px;margin-top: 0px;}
#mySidenav .miniform{top: 15px;}

	
.layout-pagets__homepage .col-xl-7 {max-width: 57.333333%;}
	
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .carousel-item{height: 530px;}	
  .frame-collapsible, .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage), .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: 0;
  }
  
  .zubehoer-four-col .frame-type-textpic .gallery-item img {width: 100%;padding: 0 6px;}
  
  .product-detail-download-six-col,
  .product-detail-six-col{display: flex;}
  
  .product-detail-download-six-col>div,
  .product-detail-six-col>div{width:15.4%;margin-right:1.5%;padding: 30px 0;}
  
  .product-detail-download-six-col>div:nth-child(3n),
  .product-detail-six-col>div:nth-child(3n){margin-right:1.5%}
  
}


@media (min-width: 1600px) {
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .valign .vcontainer{margin: 9% 0 16% 0;}
.layout-pagets__skewoverlay .stage-content .frame-type-carousel_fullscreen>.frame-container .frame-inner .carousel-inner .carousel-item{height: 600px;}		
.layout-pagets__skewoverlay .red-skew { 
    left: -90px;
}	

}

@media (max-width: 1199px) {
  .frame-layout-product-card .textpic {
      margin-left: -20px;
      margin-right: -20px;
  }
}

@media (max-width: 991px) {
    .frame-layout-product-card {
        /* height: 600px; */
    }
    .frame-layout-product-card .textpic-gallery {
        height: auto;
    }
}

@media (max-width: 767px) {
    .frame-layout-product-card {
        /* height: 550px; */
    }
}

@media (max-width: 575px) {
    .frame-layout-product-card {
        height: auto;
    }
    .frame-layout-product-card .frame-container{
        padding-bottom: 100px;
    }
}

/* LoginArea */
.tx-felogin-pi1 form fieldset legend,
.tx-felogin-pi1 h3{display: none;}
.tx-felogin-pi1 fieldset div {margin: .5rem 0 .9rem 0;font-size:1.5rem;}
.tx-felogin-pi1 form fieldset div label{font-size:1.1rem;}

.tx-felogin-pi1 div input[type=submit]{
	transition: .15s ease-in-out;
	display: inline-block;
	position: relative;
	height: 50px;
	padding: 12px 25px 12px 25px;
	font-family: "DroidSans-Bold";
	/* margin-top: 1em; */
	background: #e31e0a;
	border: none;
	color: white;
	text-decoration: none;
	border-radius: 0;
	font-size:1.1rem;
}

.tx-felogin-pi1 div input[type=submit]:hover{background: #4e4e4e;color: white;box-shadow: none;}

  .tx-felogin-pi1 input[type=text],
  .tx-felogin-pi1 input[type=password] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }


/* tx-femanager */
.tx-femanager .femanager_fieldset label{display: block;max-width: 100%;}
.tx-femanager .femanager_fieldset label,.tx-femanager .femanager_fieldset div{padding:0;}

.tx-femanager .femanager_fieldset .alert{color: #ffffff;padding: 7px 10px;}
.tx-femanager .femanager_fieldset .alert h4{color: #ffffff;font-weight: 300;font-size: 1.2rem;}
.tx-femanager .femanager_fieldset .alert .close{color: #ffffff;}

