/********************************************************
			ThemeMagics Custom Styles
********************************************************/
.sort-by-row {
	display: none;
}

.tmgsubbanner-container:hover a:after, .tmgleftbanner-container:hover a:after, .block-category .category-cover:hover::after {
    transform: none;
    -webkit-transition: none;
}

.tmgsubbanner-container a:after, .tmgleftbanner-container a:after, .block-category .category-cover::after {
    transform: none;
    -webkit-transition: none;
	background: none;
}

.block-category .category-cover {
    cursor: inherit;
}

.tmg-carousel {
  display: none;
  position: relative;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}

.owl-page {cursor: pointer;}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/tmgs/grabbing.png") 8 8, move;
}
.customNavigation {
  position: static;
  display:inline-block;
  z-index: 959;
  width: auto;
  margin-top: 0;
  padding: 0;
  direction: ltr !important;
}
.customNavigation a {
  font-size: 0;
  padding: 0;
  border: none;
  position:relative;
  color: #fff;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border:1px solid #dddddd;
  border-radius:25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;

}
.customNavigation a:hover{
	  border:1px solid #ffbb03;
}
/* -------------- Slick css ---------------*/

#testimonial-carousel.tmg-carousel {
    display: block;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-list {
	direction: ltr !important;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
	height:370px;
}
#tmgbottomcms .testimonial_main .item.slick-slide .user-description {
	visibility: hidden;
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

#tmgbottomcms .testimonial_main .item.slick-slide.slick-center .user-description {
	visibility: visible;
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#tmgbottomcms .testimonial_main .item.slick-slide.slick-active {
    visibility: visible;
}
#tmgbottomcms .testimonial_main .item.slick-slide {
    padding: 60px 0 0;
	visibility:hidden;
/*	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-o-opacity: 0.6;*/
     transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#tmgbottomcms .testimonial_main li.slick-current.slick-active.slick-center {
    padding: 0;
	 opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
    transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#tmgbottomcms .testimonial_main .item .testmonial-image{
    width: 85px;
	margin:0 auto;
	position:relative;
	z-index:999;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#tmgbottomcms .testimonial_main .item.slick-current.slick-active.slick-center .testmonial-image {
    width: 115px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#tmgbottomcms .testimonial_main div .slick-center .product_inner_cms .des > p{font-size:13px; line-height:22px; padding-top:20px;}
#tmgbottomcms .testimonial_main div .slick-center .product_inner_cms .name a{font-size:15px;}
#tmgbottomcms .testimonial_main div .slick-center .product_inner_cms .testmonial-user .desig{font-size:12px; line-height:15px;}
#tmgbottomcms .testimonial_main div .slick-center .product_inner_cms .testmonial-quotes {width:30px;}
.slick-prev.slick-arrow {
    background: rgba(0, 0, 0, 0) url("../img/tmgs/back.svg") no-repeat scroll 0 center / 30px 30px;
    border: medium none;
    font-size: 0;
	padding: 15px;
	 position: absolute;
    left: 0;
    top: 50%;
	 z-index: 9;
	 display:none !important;
}
.slick-next.slick-arrow{
	background: rgba(0, 0, 0, 0) url("../img/tmgs/next.svg") no-repeat scroll 0 center / 30px 30px;
    border: medium none;
    font-size: 0;
	padding: 15px;
	 position: absolute;
    right: 0;
    top: 50%;
	display:none !important;
}
.tmg-carousel {
  display: none;
  position: relative;
  margin: 0;
  -ms-touch-action: pan-y;
}

.slick-active.slick-center .product_inner_cms {
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
	width:425px;
	margin-left:-30px;
	padding:50px 20px 20px;
}

.products:hover .customNavigation a.prev {
  	opacity: 1;
}

.products:hover .customNavigation a.next {
	opacity: 1;
}

.customNavigation a:hover{
 	background-color:#e32b23;
}
.customNavigation a.prev:hover{
    background-image: url("../img/tmgs/back-h.svg");
}
.customNavigation a.next:hover{
    background-image: url("../img/tmgs/next-h.svg");
}

#tmgbottomcms .customNavigation {
    display:none;
}
.customNavigation a.prev {
  background:url("../img/tmgs/back.svg") no-repeat scroll center center / 15px 15px;
}
.customNavigation a.next {
  background:url("../img/tmgs/next.svg") no-repeat scroll center center / 15px 15px;
}

/*.customNavigation a.next::before {
    border-top: 1px solid #dddddd;
    content: "";
    height: 1px;
    position: absolute;
    right: -61px;
    top: 10px;
    width: 60px;
}
.customNavigation a.next::after {
    border-bottom: 1px solid #dddddd;
    content: "";
    height: 1px;
    position: absolute;
    right: -41px;
    top: 15px;
    width: 40px;
}

.customNavigation a.prev::before {
    border-top: 1px solid #dddddd;
    content: "";
    float: left;
    height: 1px;
    left: -61px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 60px;}

.customNavigation a.prev::after {
    border-bottom: 1px solid #dddddd;
    content: "";
    height: 1px;
    left: -41px;
    position: absolute;
    top: 15px;
    width: 40px;
}*/
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .customNavigation a.prev {
        left: 0 ;
    }
    .customNavigation a.next {
        right: 0;
    }
}

@media (max-width: 1199px) {
	.slick-active.slick-center .product_inner_cms{width:345px;}
}

@media (max-width: 991px) {
/*	.customNavigation a.prev {
		left: 0px;
		background-size:15px 15px;
	}
	.customNavigation a.next {
		right: 0px;
		background-size:15px 15px;

	}*/
	.slick-active.slick-center .product_inner_cms{margin:-30px auto 0;}
}
@media (max-width: 767px) {
	.slick-active.slick-center .product_inner_cms{width:350px;}
}
@media (max-width: 467px) {
	/*#main .images-container .js-qv-mask { margin:0px; }
	.customNavigation{
	width:51px;
	}*/
	.customNavigation a{}
	.slick-active.slick-center .product_inner_cms{width:100%;}
	.slick-list{height:450px;}
}
/*.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
   font-size: 30px;
   color: #fff;
	line-height: 28px;
    text-indent: -1px;
	display: none;
}
.customNavigation a.next:before {
  content: "\E315";
  	display: none;
  font-family: "Material Icons";
  font-size: 30px;
text-indent: 0px;

line-height: 28px;
    text-indent: 1px;
    color: #fff;
}*/

#tmgleftbanner img,
#tmgrightbanner img{
	max-width: 100%;
}

#header .header-nav {
    background: #bbbbbb;
}

#index #tmgfeaturedcms {
    padding-bottom: 70px;
}

#index .special-products, #index .brands, .tmgblog-latest, #tmgcmsblock, #tmgprallaxcmsblock, #tmgbottomcms, #content-hook-order-confirmation-footer, #tmgsubbanner, #tmgaboutuscms {
    margin-top: 0px;
}

.brands .products .product_list li img {
    max-height: 80px;
}

#home-page-tabs > li.nav-item.hb-animate-element.right-to-left.hb-in-viewport > a {
    display: none;
}

.title-bread {
    margin-bottom: 0px;
}















.product-prices {
    display: none;
}

#left-column .products .product-price-and-shipping, #left-column .product-price, #right-column .products .product-price-and-shipping, #right-column .product-price {
    display: none;
}

.products .product-price-and-shipping, .product-price {
    display: none;
}

#header > nav > div > div > div.hidden-sm-down > div.right-nav {
  width: 450px;
}

#_desktop_quotecart {
  display: inline-block;
}

#_desktop_language_selector {
    padding-top: 7px;
}

.quotation_cart {
    background: unset !important;
}

.cart-products-count {
  position: static;
}




.product-title a {
    color: #4a4a4a;
    font-size: 16px;
}

.ets_mm_megamenu.hook-default {
    width: 100%;
}

.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: none;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .layout_layout1 .ets_mm_megamenu_content {
      background: none !important;
  }
}

.copyright {
    color: #fff;
}

#footer > div.footer-container > div.container > div > section > ul {
    padding-top: 20px;
}

.layout_layout1 .ets_mm_block_content ul li a::before {
    content: unset;
}

.nivo-controlNav a {
    background: #ee1d24;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: #ee1d24 none repeat scroll 0 0;
}

.nivo-controlNav a:hover:before, .nivo-controlNav a.active:before {
    border-color: #ee1d24;
}

.nivo-directionNav a:hover {
    border-color: #ee1d24;
}

.kontakt1 {
    background-color: #f4f4f4;
    min-height: 180px;
    margin: 10px;
    max-width: 48%;
}

.kontakt2 {
    background-color: #f4f4f4;
    min-height: 240px;
    margin: 10px;
    max-width: 48%;
}

.kontakt3 {
    background-color: #fff;
    min-height: 180px;
    margin: 10px;
    max-width: 48%;
}

.geschichte {
    background-color: #f6f6f4;
    padding-top: 15px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        width: auto;
    }
}

@media (max-width: 767px) {
    #header .header-nav {
        background: #f4f4f4;
    }
}



















#flexslider {
  width: 66%;
  display: inline-block;
}

div#ctcmssliderbottomblock {
  width: 33%;
  display: inline-block;
}

@media (max-width: 1229px)
.ctcmssliderbottomblock .banner .content .price {
    font-size: 67px;
}

.ctcmssliderbottomblock .banner .content .price {
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0;
  font-weight: 500;
  color: black;
}

#ctcmssliderbottomblock > div > div.subbaner-2.banner > div.content > div.price {
  margin-top: -45px;
}

.ctcmssliderbottomblock .banner .content {
  position: absolute;
  right: 0%;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: right;
  z-index: 9;
  width: 100%;
}

@media (max-width: 1230px)
#ctcmssliderbottomblock img {
  width: 100%;
}

.ctcmssliderbottomblock .banner .img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}

.ctcmssliderbottomblock .banner:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}

.ctcmssliderbottomblock .banner .content .button {
  position: relative;
  display: inline-block;
  margin-top: 40%;
}

.ctcmssliderbottomblock .banner .content .button a {
  font-size: 16px;
  color: #000;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}

.ctcmssliderbottomblock .banner .content .button::before {
  bottom: -1px;
  border-bottom: 1px solid #849283;
}

.ctcmssliderbottomblock .banner .content .button::before, .ctcmssliderbottomblock .banner .content .button::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}

.ctcmssliderbottomblock .banner .content .title {
  font-size: 26px;
  color: #ee1d24;
  margin-left: 7px;
  margin-top: 30px;
  width: 100%;
  text-align: left;
}

@media (max-width: 1229px)
.ctcmssliderbottomblock .banner .content .price sup {
  font-size: 37px;
}

@media (max-width: 1229px)
.ctcmssliderbottomblock .banner .content .price sub {
  left: -30px;
  font-size: 20px;
}

.ctcmssliderbottomblock .banner .content .price sup {
  top: -26px;
  left: 3px;
  font-size: 47px;
  line-height: 31px;
  font-weight: 600;
}

.ctcmssliderbottomblock .banner .content .price sub {
  bottom: 0;
  left: -32px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  text-transform: uppercase;
}

.ctcmssliderbottomblock .banner .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  background: #ee1d24;
  color: #e6e6e6;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 0;
}

#ctcmssliderbottomblock > div > div {
  border-radius: 0;
}

.subbaner-1.banner,
.subbaner-2.banner {
  margin-left: 5px;
}

.subbaner-2.banner {
  margin-top: 5px;
}


.nivo-prevNav {
  left: 40px;
}

.flexslider:hover .nivo-prevNav {
  left: 40px;
}

.nivo-nextNav {
  right: 40px;
}

.flexslider:hover .nivo-nextNav {
  right: 40px;
}

#main > div.row > div.col-md-7.details-part {
  padding: 0;
  background: white;
}

#main > div.row > div.col-md-7.details-part > h1.h1.productpage_title {
  padding: 15px;
  background: #f4f4f4;
}

#main > div.row > div.col-md-7.details-part > div.product-information {
  padding: 0 15px 0 15px;
  background: #f4f4f4;
  border: 1px solid transparent;
}

#main > div.row > div.col-md-7.details-part > div.product-description.p-desc {
  padding: 15px 15px 10px 15px;
}

#blog_list .block_bas {
    background-color: #efe7e7;
}

.news-lt {
  display: inline-block;
  line-height: 34px;
}

.news-lt > a {
  color: white;
}

.news-lt > a:hover {
  color: #ee1d24;
}

.brands {
    background: #ffffff;
}

.faq-startseite {
    background-color: #ebebeb;
}

#module-prestablog-blog > main > section > div > div > div > #left-column > div > #prestablog_lastliste > a,
#module-prestablog-blog > main > section > div > div > div > #left-column > div:nth-child(2) {
    display: none;
}











.half {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 0 1em;
}









/* Acordeon styles */
/*
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #ee1d24;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  text-align: left;
  color: white;
  margin-bottom: 0;
}
*/

/*
.tab-content {
  color: black;
  max-height: 0;
  overflow: hidden;
  background: #f7f7f7;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  padding-left: 10px;
}
*/





.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}










/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
#product-details > section > h3.h6 {
    margin-top: 20px;
    margin-left: 10px;
}
div.tab > .tab-content > h3.h5 {
    margin-top: 20px;
    padding-left: 0.75rem;
}
div.tab > .tab-content > .attachment {
    padding-bottom: 20px;
    padding-left: 0.75rem;
}
img.mail2 {
    display: inline-block;
    height: 14px;
    width: 14px;
}

.advanced-cms-wrapper > div > div > div.rte > p > img {
    display: inline-block;
}

.advanced-cms-wrapper.t17 {
    color: #000000;
}

.info_blog a, .date_blog-cat, ul#blog_list li .date_blog-cat a {
    color: #000000;
}

#blog_list a {
    color: #000000;
}

.tabs .nav-tabs .nav-link {
    -webkit-border-radius: inherit;
}

.products .product-miniature {
  margin: 0 15px 5px;
}

#header .logo {
    max-width: 200px;
}

#blog_list {
    text-align: center;
}

#blog_list li.tiers {
    width: 18% !important;
    min-width: 280px;
    float: none;
}

#blog_list h3 {
    height: 80px;
}

#home-page-tabs > li.nav-item.hb-animate-element.right-to-left.hb-in-viewport > a {
    display: none;
}

#home-page-tabs > li.nav-item.hb-animate-element.left-to-right.hb-in-viewport > a {
    display: none;
}

body {
    font-family: 'Arial', sans-serif;
}

.prestablog .title {
    font-size: 25px;
    text-transform: uppercase !important;
    letter-spacing: 0;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    clear: both;
    color: #444444;
    line-height: normal;
    padding-top: 80px;
}

.about-title {
    text-transform: none;
}

@media only screen and (min-width: 1200px) {
.copyright {
    text-align: left;
    padding-left: 500px;
}
}

.block-social {
    float: left;
    width: 25%;
    margin-left: 17px;
}

.services .content-desc, .about-desc {
    text-transform: none;
}

.ls-inner {
    z-index: 1;
}

.form-control-select {
    background: none;
}

.services .content-title {
    letter-spacing: 0;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
    color: #000;
}

#tmgtopcms {
    margin-top: 7px;
}


#blog_list li {
    display: inline-table;
}

#blog_product_linked, .page-product-box {
    background-color: transparent;
    border: none;
}

#blog_product_linked h3, .page-product-box .page-product-heading {
    border-bottom: none;
}

.block-contact .contact-details {
    margin-top: 10px;
}

/* ==================== Top-Buttons Phone / Mail ==================== */

#_mobile_logo {
  width: 130px;
}

.top-phone,
.top-email {
  background-color: #ee1d24;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  float: left;
}

.top-phone,
.top-email {
  margin: 5px 10px 0 10px;
}

.compact-toggle {
  top: 18px !important;
  left: -55px !important;
}

.top-phone > a > .material-icons ,
.top-email > a > .material-icons {
  color: white;
}

/* ================================================================== */

#mobile_top_menu_wrapper {
    background-color: #cecece;
    width: 175px;
}

#prestablog_menu_cat #menu-mobile {
    margin: 15px 0 10px 0;
    width: unset;
}

@media (max-width: 767px) {
    #header > div.header-top > div.container > div.row {
        padding-bottom: 20px;
    }

    #_mobile_language_selector > div > div > select.link.hidden-md-up {
        margin-left: 3px;
    }

}

/* ====================== News Posts Overview ======================= */

#blog_list .block_top .blog_desc {
    background-color: rgba(0, 0, 0, 0.9);
}

#blog_list li .link_toplist:before {
    background-position: 1px 1px;
    margin-left: -14px;
}

/* ========================= Megamenu Items ========================= */

/*
.ets_mm_block_content ul li:not(.item_has_img) {
    float: unset;
}
*/

.brands .products .product_list li img {
    opacity: 1;
}

#blog_list .block_top img {
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
.products .product_list li.product_item.col-md-6 {
    padding: 0;
    width: 33.3333%;
    min-height: 400px;
	}}

.af_filter li {
    padding: 0px 0;
}

/* =========================== News Posts =========================== */

#prestablogfont > div {
  display: inline-block;
  margin-left: -7px;
  width: 100%;
}

@media (min-width: 1200px) {
    #prestablogfont > div {
      width: 50%;
    }
}

#prestablogfont ul li {
  list-style: none;
  font-size: 12px;
  color: black;
}

#prestablogfont ul li::before {
  content: "\25AA";  /* Add content: \25AA is the CSS Code/unicode for a square */
  color: red; /* Change the color */
  font-size: 16px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the square and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* ====================== MOBILE HEADER / MENU ====================== */

@media (max-width: 767px) {
  #amazzing_filter .compact-toggle {
      margin-top: 17px !important;
  }
}


@media (max-width: 500px) {

  #header > nav > div.container {
    padding: 0 8px 10px 8px;
  }

  #_mobile_logo {
    margin: 15px 0 0 0 !important;
  }

  #header div.top-phone,
  #header div.top-email {
    margin: 18px 5px 0 5px;
  }

  #header .header-nav #menu-icon .material-icons {
      line-height: 56px;
  }

  #amazzing_filter .compact-toggle {
      margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  #amazzing_filter .compact-toggle {
      display: none;
  }
}

@media (max-width: 992px) {

  #header .ets_mm_block_content ul li ul {
      left: 73%;
      margin-left: 5px;
  }

  #header .ets_mm_block_content a {
      padding: 5px 0;
  }
}

/* =================== PRODUCT DESCRIPTION LISTS ==================== */

div.product-description ul li {
  list-style: none;
  font-size: 12px;
  color: black;
  display: flex;
}

div.product-description ul li::before {
  content: "\25AA";
  color: red;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 2em;
  margin-right: 10px;
}

/* ================================================================== */

























/* ========================== HISTORY LINE ========================== */

 #cd-timeline {
     position: relative;
     padding: 2em 0;
     margin-top: 2em;
     margin-bottom: 2em;
}
 #cd-timeline::before {
     content: '';
     position: absolute;
     top: 0;
     left: 25px;
     height: 100%;
     width: 4px;
     background: #7e57c2;
}
 @media only screen and (min-width: 1170px) {
     #cd-timeline {
         margin-top: 3em;
         margin-bottom: 3em;
    }
     #cd-timeline::before {
         left: 50%;
         margin-left: -2px;
    }
}
 .cd-timeline-block {
     position: relative;
     margin: 2em 0;
}
 .cd-timeline-block:after {
     content: "";
     display: table;
     clear: both;
}
 .cd-timeline-block:first-child {
     margin-top: 0;
}
 .cd-timeline-block:last-child {
     margin-bottom: 0;
}
 @media only screen and (min-width: 1170px) {
     .cd-timeline-block {
         margin: 4em 0;
    }
     .cd-timeline-block:first-child {
         margin-top: 0;
    }
     .cd-timeline-block:last-child {
         margin-bottom: 0;
    }
}
 .cd-timeline-img {
     position: absolute;
     top: 8px;
     left: 12px;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     box-shadow: 0 0 0 4px #7e57c2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
 .cd-timeline-img {
     background: #673ab7;
}
 @media only screen and (min-width: 1170px) {
     .cd-timeline-img {
         width: 30px;
         height: 30px;
         left: 50%;
         margin-left: -15px;
         margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
         -webkit-transform: translateZ(0);
         -webkit-backface-visibility: hidden;
    }
}
 .cd-timeline-content {
     position: relative;
     margin-left: 60px;
     margin-right: 30px;
     background: #333c42;
     border-radius: 2px;
     padding: 1em;
}
 .cd-timeline-content .timeline-content-info {
     background: #2b343a;
     padding: 5px 10px;
     color: rgba(255, 255, 255, 0.7);
     font-size: 12px;
     box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
     border-radius: 2px;
}
 .cd-timeline-content .timeline-content-info i {
     margin-right: 5px;
}
 .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
     width: calc(50% - 2px);
     display: inline-block;
}
 @media (max-width: 500px) {
     .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
         display: block;
         width: 100%;
    }
}
 .cd-timeline-content .content-skills {
     font-size: 12px;
     padding: 0;
     margin-bottom: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .cd-timeline-content .content-skills li {
     background: #40484d;
     border-radius: 2px;
     display: inline-block;
     padding: 2px 10px;
     color: rgba(255, 255, 255, 0.7);
     margin: 3px 2px;
     text-align: center;
     flex-grow: 1;
}
 .cd-timeline-content:after {
     content: "";
     display: table;
     clear: both;
}
 .cd-timeline-content h2 {
     color: rgba(255, 255, 255, .9);
     margin-top: 0;
     margin-bottom: 5px;
}
 .cd-timeline-content p, .cd-timeline-content .cd-date {
     color: rgba(255, 255, 255, .7);
     font-size: 13px;
     font-size: 0.8125rem;
}
 .cd-timeline-content .cd-date {
     display: inline-block;
}
 .cd-timeline-content p {
     margin: 1em 0;
     line-height: 1.6;
}
 .cd-timeline-content::before {
     content: '';
     position: absolute;
     top: 16px;
     right: 100%;
     height: 0;
     width: 0;
     border: 7px solid transparent;
     border-right: 7px solid #333c42;
}
 @media only screen and (min-width: 768px) {
     .cd-timeline-content h2 {
         font-size: 20px;
         font-size: 1.25rem;
    }
     .cd-timeline-content p {
         font-size: 16px;
         font-size: 1rem;
    }
     .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
         font-size: 14px;
         font-size: 0.875rem;
    }
}
 @media only screen and (min-width: 1170px) {
     .cd-timeline-content {
         color: white;
         margin-left: 0;
         padding: 1.6em;
         width: 36%;
         margin: 0 5%;
    }
     .cd-timeline-content::before {
         top: 24px;
         left: 100%;
         border-color: transparent;
         border-left-color: #333c42;
    }
     .cd-timeline-content .cd-date {
         position: absolute;
         width: 100%;
         left: 122%;
         top: 6px;
         font-size: 16px;
         font-size: 1rem;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content {
         float: right;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
         top: 24px;
         left: auto;
         right: 100%;
         border-color: transparent;
         border-right-color: #333c42;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
         float: right;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
         left: auto;
         right: 122%;
         text-align: right;
    }
}

/* ================================================================== */

.tab-content .btn {
    background-color: #ee1d24;
    border-color: rgba(0,0,0,0);
    color: #fff;
    margin: 10px 0px 10px 0px;
}


#prestablogfont .btn {
    background-color: #ee1d24;
    border-color: rgba(0,0,0,0);
    color: #fff;
    margin: 10px 0px 10px 0px;
}

#prestablogfont a:hover {
    color: white;
}

img.news {
  margin-right: 20px;
}

#module-advancedcms-adcms #wrapper .btn {
    background-color: #ee1d24;
    border-color: rgba(0,0,0,0);
    color: #fff;
    margin: 10px 0 10px 0;
}

@media (max-width: 500px) {
#module-advancedcms-adcms #wrapper .btn {
    font-size: 11px;
}}

.advanced-cms-wrapper img {
    display: inherit;
}

@media (max-width: 768px) {
#blog_list h3 {
    line-height: .7;
    margin-bottom: 40px;
}}

.advanced-cms-wrapper.t17 {
    box-shadow: none;
    padding: 0px;
}

.advanced-cms-wrapper>.row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin-bottom: 0px !important;
}

h1, .h1 {
    font-size: 26px;
		color: #ee1d24
}

p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #828282;
}

.product-description strong {
    color: #828282;
}

div.product-description ul li {
    color: #828282;
}

h1.productpage_title, .quickview h1.h1 {
    color: #828282;
}

#main>div.row>div.col-md-7.details-part>h1.h1.productpage_title {
    padding: 15px;
    background: #f4f4f4;
    font-weight: bold !important;
}

h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1170px) {
  #prestablogfont ul li {
      margin-left: 330px;
  }
}

#prestablogfont ul li {
    font-size: 14px;
    line-height: 1.4;
    color: #828282;
}

.product-flags {
	display: none;
}

/* ==================== PrestaBlog on Startpage ===================== */

#blog_list_1-7 li.tiers {width: 100%;}

@media only screen and (min-width: 600px) {
  #blog_list_1-7 li.tiers {width: 50%;}
  .block_bas {min-height:310px;}
}

@media only screen and (min-width: 750px) {
  .block_bas {min-height:250px;}
}

@media only screen and (min-width: 900px) {
  #blog_list_1-7 li.tiers {width: 33.3%;}
  .block_bas {min-height:310px;}
}

@media only screen and (min-width: 1050px) {
  .block_bas {min-height:270px;}
}

@media only screen and (min-width: 1200px) {
  #blog_list_1-7 li.tiers {width: 25%;}
  .block_bas {min-height:310px;}
}

@media only screen and (min-width: 1350px) {
  .block_bas {min-height:270px;}
}

@media only screen and (min-width: 1500px) {
  #blog_list_1-7 li.tiers {width: 20%;}
  .block_bas {min-height:290px;}
}

@media only screen and (min-width: 1750px) {
  .block_bas {min-height:270px;}
}

@media only screen and (min-width: 1900px) {
  .block_bas {min-height:230px;}
}

@media only screen and (min-width: 1900px) {
  .block_bas {min-height:210px;}
}

/* ================================================================== */

#blog_list_1-7 .prestablog_more {
    background-color: #a5a5a5;
}

#blog_list_1-7 a.blog_link:hover, #blog_list_1-7 .comments:hover, #blog_list_1-7 a.blog_link:hover::before, #blog_list_1-7 .comments:hover::before {
    background-color: #ee1d24;
}

.col-lg-4.col-sm-6.col-xs-12.hardware,
.col-lg-4.col-sm-6.col-xs-12.software,
.col-lg-4.col-sm-6.col-xs-12.cad {
  min-height: 240px;
}

#selector-frame{
  max-width: 100%;
  overflow-x: hidden;
}

.products img {
  max-width: 95%;
}




body .container .ets_mm_megamenu.bg_submenu:before {
  width: 99vw !important;
}


#header .layout_layout1 .ets_mm_block_content a:hover {
  color: #ee1d24;
}

#formular-de {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
#formular-de * {
    /* color: white; */
}
#formular-de input {
    width: 500px;
    max-width: none;
    /* min-width: 400px; */
}

.block_newsletter {
    float: none;
}
#blockEmailSubscription_displayFooterBefore > .subscription-header {
    width: fit-content;
    margin: auto;
}

/* newsletter subscribe button color */
#formular-de > form > div > div:nth-child(6) > div:nth-child(2) > button {
    background-color: #ff0033 !important;
}