/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: 	Betheme Child
/* 3    *| Theme URI: 		https://themes.muffingroup.com/betheme
/* 4    *| Author: 		Muffin group
/* 5    *| Author URI: 	https://muffingroup.com
/* 6    *| Description:	Child Theme for Betheme - Premium WordPress Theme
/* 7    *| Template:		betheme
/* 8    *| Version: 		1.6.1.1
/* 9    *| */
/* 10   */ /*Test Ciclo Headbar*/
/* 11   */ /* Theme customization starts here
/* 12   *| -------------------------------------------------------------- */
/* 13   */ /* Temporary Rules___________________________________________________________*/
/* 14   */ .icon_to_white .image_wrapper {filter:brightness(100);}
/* 15   */ /* General_______________________________________________________________________ */
/* 16   */ 	body:not(.template-slider) #Header {display:none;}
/* 17   */ 	h2 {text-transform:uppercase;margin-bottom:12px;}
/* 18   */ 	h3 {text-transform:uppercase;margin-bottom:0;}
/* 19   */ 	h4 {text-transform:uppercase;letter-spacing:1px;}
/* 20   */ 	a.button, a.tp-button {font-weight:700;}
/* 21   */
/* 22   */ 	/*Buttons WPBakery*/
/* 23   */ 	#Content .vc_btn3.vc_btn3-color-blue, #Content .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
/* 24   */ 		background-color:#003ca6;
/* 25   */ 	}
/* 26   */
/* 27   */ /* Header_______________________________________________________________________ */
/* 28   */ 	#logo {padding:24px !important;}
/* 29   */ 	#Header_creative #Top_bar .logo {margin:0;background-color:#004595;}
/* 30   */ 	#Header_creative #Top_bar .menu_wrapper {margin:30px 0;}
/* 31   */ 	#Header_creative #Top_bar .menu > li > a {padding:0;text-align:left;}
/* 32   */ 	#Top_bar .menu > li > a span:not(.description) {padding:0 48px;}
/* 33   */ 	#Header_creative #Top_bar .top_bar_right {display:none;}
/* 34   */ 	.creative-wrapper {height: 100%;}
/* 35   */ 	#Top_bar {height: 100%;}
/* 36   */ 	#Top_bar .top_bar_left {height: 100%;}
/* 37   */ 	#Top_bar .one.clearfix {height: 100%;}
/* 38   */
/* 39   */ /* Menu_______________________________________________________________________ */
/* 40   */ 	/*Language Switch*/
/* 41   */ 	@media screen and (max-width:767px){
/* 42   */ 		#Top_bar .menu li.wpml-ls-menu-item .sub-menu {display: block;}
/* 43   */ 		#Top_bar .menu li.wpml-ls-menu-item .sub-menu a {padding: 0 !important;}
/* 44   */ 		#Top_bar .menu li.wpml-ls-menu-item.wpml-ls-current-language > a {display: none !important;}
/* 45   */ 	}
/* 46   */
/* 47   */ 	@media screen and (min-width:768px) and (max-width:1240px) {
/* 48   */ 		#Top_bar .menu li.wpml-ls-menu-item .sub-menu {background-color: transparent;display: block;}
/* 49   */ 		#Top_bar .menu li.wpml-ls-menu-item .sub-menu a {padding-left: 0px !important;}
/* 50   */ 	}

/* style.css */

/* 51   */
/* 52   */ 	.subnav {padding-left:24px;}
/* 53   */ 	.menu-section {padding-top:24px;}
/* 54   */ 	.menu-section a span {font-weight:bold;}
/* 55   */ 	/*Social Buttons @Menu_footer*/
/* 56   */ 		.effect a:hover {color: #ffffff;}
/* 57   */ 		.effect .buttons {
/* 58   */ 			display:flex;
/* 59   */ 			justify-content:center;
/* 60   */ 			visibility:hidden;
/* 61   */ 		}
/* 62   */ 		@media screen and (max-width:775px){
/* 63   */ 			.effect .buttons a {width:40px;height:40px;font-size:25px;}
/* 64   */ 		}
/* 65   */ 		.effect a {
/* 66   */ 			text-decoration:none !important;
/* 67   */ 			color:#fff;
/* 68   */ 			width:30px;
/* 69   */ 			height:30px;
/* 70   */ 			display:flex;
/* 71   */ 			flex-shrink:0;
/* 72   */ 			align-items:center;
/* 73   */ 			justify-content:center;
/* 74   */ 			border-radius:0%;
/* 75   */ 			margin-right:20px;
/* 76   */ 			font-size:15px;
/* 77   */ 			position:relative;
/* 78   */ 			visibility:visible;
/* 79   */ 		}
/* 80   */ 		.effect a:last-child{margin-right:0px;}
/* 81   */ 		.effect a i {position:relative;z-index:3;}
/* 82   */
/* 83   */ 		.effect a:after {
/* 84   */ 			content:attr(title);
/* 85   */ 			visibility:hidden;
/* 86   */ 			width:190px;
/* 87   */ 			height:100%;
/* 88   */ 			display:flex;
/* 89   */ 			align-items:center;
/* 90   */ 			z-index:400;
/* 91   */ 			font-size:18px;
/* 92   */ 		}
/* 93   */ 		.effect a:nth-child(-n+4):after {
/* 94   */ 			position:absolute;
/* 95   */ 			top:0;
/* 96   */ 			left:70px;
/* 97   */ 			text-align:left;
/* 98   */ 			justify-content:flex-start;
/* 99   */ 		}
/* 100  */ 		.effect a.fb		{background-color:#3b5998;}

/* style.css */

/* 101  */ 		.effect a.tw		{background-color:#00aced;}
/* 102  */ 		.effect a.g-plus	{background-color:#dd4b39;}
/* 103  */ 		.effect a.dribbble	{background-color:#ea4c89;}
/* 104  */ 		.effect a.pinterest	{background-color:#cb2027;}
/* 105  */ 		.effect a.insta		{background-color:#bc2a8d;}
/* 106  */ 		.effect a.in		{background-color:#007bb6;}
/* 107  */ 		.effect a.vimeo 	{background-color:#1ab7ea;}
/* 108  */ 		.effect a.yt		{background-color:#cd201f;}
/* 109  */
/* 110  */ 		/* socials effect */
/* 111  */ 			.effect.socials a {
/* 112  */ 				transition-property:all;
/* 113  */ 				transition-duration:0.2s;
/* 114  */ 				transition-timing-function:linear;
/* 115  */ 				transition-delay:0.1s;
/* 116  */ 			}
/* 117  */ 			.effect.socials .buttons:hover a:not(:hover) {background-color:#8b8b8b;opacity:0.2;transition-delay:0s;}
/* 118  */ 			.effect.socials .buttons:hover a:hover {opacity:1;transition-delay:0s;}
/* 119  */
/* 120  */ 		/*Mobile Social Area -> Footer*/
/* 121  */ 			.mobile_social_area {display:none;}
/* 122  */ 			@media screen and (max-width:1239px){
/* 123  */ 				.mobile_social_area {display:block;}
/* 124  */ 			}
/* 125  */
/* 126  */ 		/*Social Buttons @Nav*/
/* 127  */ 		.effect.nav	{
/* 128  */ 			position: absolute;
/* 129  */ 			top: 50%;
/* 130  */ 			left: 50%;
/* 131  */ 			transform: translate(-50%,-50%);
/* 132  */ 		}
/* 133  */ 		.w_ndnav .column_image {margin: 0px !important;}
/* 134  */
/* 135  */ /* Action Bar____________________________________________________________________ */
/* 136  */ 	#Action_bar {padding-bottom:40px !important;}
/* 137  */
/* 138  */ /* Footer_______________________________________________________________________ */
/* 139  */ 	#Footer{
/* 140  */ 		margin-top: 36px;
/* 141  */ 	}
/* 142  */
/* 143  */ 	#Footer .widgets_wrapper {
/* 144  */ 		background-image:url(/wp-content/uploads/2018/08/Ciclo-Logo_black_grey80.jpg);
/* 145  */ 		background-size:contain;
/* 146  */ 		background-repeat:no-repeat;
/* 147  */ 		background-position:0px 20px;
/* 148  */ 		padding:15px 0px !important;
/* 149  */ 	}
/* 150  */

/* style.css */

/* 151  */ 	#Footer .footer_copy {background-color:#fff;color:black;}
/* 152  */ 	/*Berreich Rechtlich*/
/* 153  */ 	#Footer .rights p {float:left;padding-right:16px;margin:0px;transition:opacity 0.2s;opacity:0.4;}
/* 154  */ 	#Footer .rights p:hover {opacity:1;}
/* 155  */ 	#Footer .rights {position:absolute;left: 280px; top:50%;transform:translate(-50%,-50%);}
/* 156  */ 	#Footer .rights a{color:#000;text-decoration:none;}
/* 157  */ 	/*Responsive*/
/* 158  */ 	@media screen and (max-width:775px){
/* 159  */ 		#Footer .rights {position:relative !important; right:unset !important; top:unset !important; left:unset !important; transform:unset !important; text-align:center; margin-top: 24px;}
/* 160  */ 		#Footer .rights p {display:inline;float:none; padding: 0 16px;}
/* 161  */ 	}
/* 162  */
/* 163  */ /* Slider_______________________________________________________________________ */
/* 164  */ 	.slider-desc {margin-left:-157px;}
/* 165  */ 	.mcb-wrap-inner .slider-product {margin-left:-140px;}
/* 166  */ 	/*Landingpage Slider*/
/* 167  */ 		/*Repsonsive*/
/* 168  */ 			.mobile_landingpage_slider {display:none;}
/* 169  */ 			@media screen and (max-width:1082px){
/* 170  */ 				.mobile_landingpage_slider {display:block;}
/* 171  */ 			}
/* 172  */ 	/*Arrow Color*/
/* 173  */ 		.ls-gui-element {filter:brightness(0.7);}
/* 174  */
/* 175  */ /* Second Navigation_______________________________________________________________________ */
/* 176  */ 	body:not(.single-portfolio):not(.single-product) .ndnav *:not(.vc_btn3-container):not(.vc_btn3) {
/* 177  */ 		height:100% !important;
/* 178  */ 		margin:0px !important;
/* 179  */ 		padding:0px !important;
/* 180  */ 	}
/* 181  */ 	.ndnav p {margin:7px 0px;}
/* 182  */ 	/*.ndnav .column_attr {
/* 183  *| 		position:absolute;
/* 184  *| 		top:50%;
/* 185  *| 		transform:translate(0%,-50%);
/* 186  *| 		-webkit-transform:translate(0%,-50%);
/* 187  *| 		-moz-transform:translate(0%,-50%);
/* 188  *| 		-ms-transform:translate(0%,-50%);
/* 189  *| 		-o-transform:translate(0%,-50%);
/* 190  *| 		height:auto !important;
/* 191  *| 		left:50px;
/* 192  *| 	}*/
/* 193  */
/* 194  */ 	#Content .ndnav.third p * {margin:0px 24px !important;}
/* 195  */ 	.ndnav.third .column_attr {
/* 196  */ 		position:absolute;
/* 197  */ 		transform:translate(-50%,0%);
/* 198  */ 		-webkit-transform:translate(-50%,0%);
/* 199  */ 		-moz-transform:translate(-50%,0%);
/* 200  */ 		-ms-transform:translate(-50%,0%);

/* style.css */

/* 201  */ 		-o-transform:translate(-50%,0%);
/* 202  */ 		height:auto !important;
/* 203  */ 		left:50%;
/* 204  */ 	}
/* 205  */
/* 206  */ 	.ndnav {
/* 207  */ 		-webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.2);
/* 208  */ 		-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.2);
/* 209  */ 		box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.2);
/* 210  */ 	}
/* 211  */ 	.ndnav.third {
/* 212  */ 		-webkit-box-shadow:0px -15px 30px -10px rgba(0,0,0,0.2);
/* 213  */ 		-moz-box-shadow: 0px -15px 30px -10px rgba(0,0,0,0.2);
/* 214  */ 		box-shadow:0px -15px 30px -10px rgba(0,0,0,0.2);
/* 215  */ 	}
/* 216  */ 	@media screen and (min-width:1240px){
/* 217  */ 		.ssd-fixed .section_wrapper, .ssd-fixed .vc_row {
/* 218  */ 			position: fixed;
/* 219  */ 			top: 0px;
/* 220  */ 			z-index: 99;
/* 221  */ 			background: #fff;
/* 222  */ 			height: 108px;
/* 223  */ 			box-shadow: 0px -5px 10px 5px grey;
/* 224  */ 		}
/* 225  */ 	}
/* 226  */
/* 227  */ 	.ndnav .image_frame .image_wrapper{overflow:visible;}
/* 228  */ 	#Content .ndnav img {max-width:unset;}
/* 229  */
/* 230  */ 	/*Button*/
/* 231  */ 	@media screen and (min-width:520px){
/* 232  */ 		.ndnav, .w_ndnav {height:108px;overflow: hidden;}
/* 233  */ 		.w_ndnav .wrap {height: 108px !important;}
/* 234  */ 		.w_ndnav {border-bottom: 1px solid #ebebeb;}
/* 235  */
/* 236  */ 		.w_ndnav .vc_btn3-container {
/* 237  */ 			position: absolute;
/* 238  */ 			top: 50%;
/* 239  */ 			/*Test Ciclo Headbar*/
/* 240  */ 			right: 20px;
/* 241  */ 			transform: translate(0%,-50%);
/* 242  */ 			-webkit-transform:translate(0%,-50%);
/* 243  */ 			-moz-transform:translate(0%,-50%);
/* 244  */ 			-ms-transform:translate(0%,-50%);
/* 245  */ 			-o-transform:translate(0%,-50%);
/* 246  */ 		}
/* 247  */ 	}
/* 248  */
/* 249  */ 	@media screen and (max-width:775px){
/* 250  */ 		.ndnav {display:none;}

/* style.css */

/* 251  */ 	}
/* 252  */ /* Related Products and accessories */
/* 253  */ .up-sells.upsells.products .image_wrapper img{
/* 254  */ 	max-width: 150px !important;
/* 255  */ 	width:150px;
/* 256  */ 	max-height:150px;
/* 257  */ 	margin:0px auto !important;
/* 258  */ }
/* 259  */ .up-sells.upsells.products .desc h4 {
/* 260  */ 	text-align:center;
/* 261  */ 	font-size:20px;
/* 262  */ }
/* 263  */
/* 264  */ :lang(en-US) .up-sells.upsells.products .compare-product-link label {top:60px !important; right: 50% !important; margin-right:-72px;}
/* 265  */ :lang(de-DE) .up-sells.upsells.products .compare-product-link label {top:60px !important; right: 50% !important; margin-right:-82px;}
/* 266  */
/* 267  */ /*Blog_______________________________________________________________________ */
/* 268  */ 	/*Related Items*/
/* 269  */ 		#scs_related_posts .post-title {min-height:90px;}
/* 270  */ 		#scs_related_posts .post-excerpt {min-height:75px;}
/* 271  */ 		#scs_related_posts ul {margin:15px 0px 15px 30px !important;}
/* 272  */ 	/*Date*/
/* 273  */ 		.date_label:after {display:none;}
/* 274  */ 		.post-item .date_label {display:block;z-index:999;border-radius:0px;}
/* 275  */ 	/*Old Related Section*/
/* 276  */ 		.section-post-related {display:none;}
/* 277  */ 	/*Responsive*/
/* 278  */ 		@media screen and (max-width:775px){
/* 279  */ 			.blog_entrance .column_attr {padding:20px !important;}
/* 280  */ 		}
/* 281  */
/* 282  */ /*Portfolio_______________________________________________________________________ */
/* 283  */ 	.portfolio_group .portfolio-item .desc .title_wrapper {padding-right:0px;}
/* 284  */ 	.portfolio_wrapper .mfn-love {display:none !important;}
/* 285  */ 	.portfolio_haendler_slider .clients_slider_header {display:none;}
/* 286  */ 	/*Portfolio Category*/
/* 287  */ 		/*Img Cover on portfolio cats*/
/* 288  */ 			.two-fifth .column_image * {
/* 289  */ 				object-fit:cover !important;
/* 290  */ 				height:100%;
/* 291  */ 			}
/* 292  */ 		/*Responsive*/
/* 293  */ 			@media screen and (max-width:767px){
/* 294  */ 				.advantages {margin-top:0px !important;margin-bottom:20px !important;}
/* 295  */ 				.produkt_entrance {margin-top:-54px !important;}
/* 296  */ 				.produkt_entrance .image_wrapper img{
/* 297  */ 					height: 250px !important;
/* 298  */ 					width: auto;
/* 299  */ 					display: block !important;
/* 300  */ 					margin: auto !important;

/* style.css */

/* 301  */ 				}
/* 302  */ 				.produkt_entrance .button { margin: 2px 0 0 0 !important;}
/* 303  */ 				.produkt_entrance .mobile_align_center {padding:2px 0 48px 0 !important;}
/* 304  */ 			}
/* 305  */ 	/*Portfolio Item*/
/* 306  */ 		.portfolio_group .portfolio-item .desc {background:transparent;}
/* 307  */ 		.product-item-menu p a {
/* 308  */ 			color:black !important;
/* 309  */ 			font-weight:700;
/* 310  */ 			margin-left:48px !important;
/* 311  */ 		}
/* 312  */ 		.portfolio-item-fw-bg .image_frame.scale-with-grid {text-align:center;}
/* 313  */ 		.portfolio-item-fw-bg h5 {text-align:center;}
/* 314  */ 		.section.section-post-intro-share, .column.one.project-description, .section-post-header  {display:none;}
/* 315  */ 		.portfolio p {color:black;}
/* 316  */ 		.portfolio-item-fw-bg .desc-wrapper {
/* 317  */ 			display:block !important;
/* 318  */ 			text-align:center !important;
/* 319  */ 			width:100%;
/* 320  */ 			background-color:transparent !important;
/* 321  */ 		}
/* 322  */ 		.fixed-nav, .fixed-nav-prev {display:none;}
/* 323  */ 		.highlight-left:after, .highlight-right:after {background-color:unset !important;}
/* 324  */
/* 325  */ /*Woocommerce _______________________________________________________________________ */
/* 326  */ 	/*General*/
/* 327  */
/* 328  */ 		.single-product #Content a:hover {color:#737373;text-decoration:none;}
/* 329  */ 		.single-product #Content ul:not(.pdf_list){
/* 330  */ 			margin-left: 28px;
/* 331  */ 			list-style: disc;
/* 332  */ 		}
/* 333  */ 		.woocommerce .column.one.post-nav {opacity: 0;}
/* 334  */ 		.sp_product_overblock .eo_header,
/* 335  */ 		.sp_product_overblock .eo_subheader {
/* 336  */ 			text-align: center;
/* 337  */ 		}
/* 338  */ 		.woocommerce .summary {
/* 339  */ 			padding: 60px;
/* 340  */ 			width: calc( 48% - 120px) !important;
/* 341  */ 			background-color: #fff;
/* 342  */ 			box-shadow: 0px 0px 20px 0px #e2e2e2;
/* 343  */ 			min-height:380px;
/* 344  */ 		}
/* 345  */ 		.woocommerce .product_meta {display:none;}
/* 346  */ 		.woocommerce-content, .woocommerce-content .column.one {margin-bottom:0px;}
/* 347  */
/* 348  */ 		/*Top Padding*/
/* 349  */ 			.woocommerce #Content {padding-top:0px;}
/* 350  */

/* style.css */

/* 351  */ 		/*H3 margin bottom*/
/* 352  */ 			.woocommerce h3 {margin-bottom: 15px;}
/* 353  */
/* 354  */ 		@media screen and (max-width: 767px){
/* 355  */ 			.single-product #Content ul:not(.pdf_list){
/* 356  */ 				display: inline-block;
/* 357  */ 				width: 100%;
/* 358  */ 			}
/* 359  */ 		}
/* 360  */ .vc_custom_1548865828951 {
/* 361  */ 	border-bottom: solid 1px #000000 !important;
/* 362  */     padding-bottom: 8px !important;
/* 363  */ }
/* 364  */
/* 365  */ 	/*Slider*/
/* 366  */ 		.vc_images_carousel .vc_carousel-control {opacity:1;}
/* 367  */ 		.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {font-size:50px;}
/* 368  */ 		.vc_images_carousel .vc_carousel-control .icon-next:before, .vc_images_carousel .vc_carousel-control .icon-prev:before {color:#004595;position:absolute;}
/* 369  */ 		.vc_images_carousel .vc_carousel-control .icon-next:before {left:0;}
/* 370  */ 		.vc_images_carousel .vc_carousel-control .icon-prev:before {right:0;}
/* 371  */
/* 372  */ 	/*Equip and Related Products*/
/* 373  */ 		.sp_product_overblock .eo_header,
/* 374  */ 		.sp_product_overblock .eo_subheader {text-align:center;}
/* 375  */ 		#zubehoer .product_block {display: inline-block;padding: 0px 2%;width: 20%;}
/* 376  */ 		#zubehoer .eo_header {padding-top: 100px;clear: both;}
/* 377  */ 		#zubehoer .eo_subheader {margin-bottom: 50px;}
/* 378  */
/* 379  */ 		@media screen and (max-width: 767px){
/* 380  */ 			#zubehoer .eo_header {padding-top: 46px;}
/* 381  */ 			#zubehoer .eo_subheader {margin-bottom: 16px;}
/* 382  */ 		}
/* 383  */
/* 384  */ 	/*Default first section (image, price etc)*/
/* 385  */ 		/*.woocommerce-content .type-product.first {display: none;}*/
/* 386  */
/* 387  */ 	/*Positional menu etc*/
/* 388  */ 		.woocommerce .section_wrapper,
/* 389  */ 		.woocommerce .product_image_wrapper,
/* 390  */ 		.woocommerce div.product .woocommerce-product-gallery,
/* 391  */ 		.woocommerce div.product {position: static !important;}
/* 392  */ 		.product_nav a {margin:0px 20px;text-decoration:none;}
/* 393  */
/* 394  */ 	/*Woocommerce Summary Block*/
/* 395  */ 		/*Call to Action Button*/
/* 396  */ 			#Content .product_cta {position:absolute;bottom:0px;left:0px;}
/* 397  */
/* 398  */ 	/*Woocommerce Before blocks*/
/* 399  */ 		@media screen and (min-width:520px){
/* 400  */ 			.woocommerce #Content .product {padding-top: 150px;}

/* style.css */

/* 401  */
/* 402  */ 			.woocommerce #Content #zubehoer .product {padding-top: 36px;}
/* 403  */
/* 404  */ 			/*WC Top-Nav*/
/* 405  */ 				/*Test Ciclo Headbar*/
/* 406  */ 				.w_ndnav img {
/* 407  */ 					height: 108px;
/* 408  */ 					width: 270px;
/* 409  */ 					max-width: none;
/* 410  */ 				}
/* 411  */
/* 412  */ 			.section.mcb-section.equal-height-wrap.full-width.w_ndnav {
/* 413  */ 				position: absolute;
/* 414  */ 				width: 100%;
/* 415  */ 				left: 0px;
/* 416  */ 			}
/* 417  */ 		}
/* 418  */ 		@media screen and (max-width:520px){
/* 419  */ 				.w_ndnav .column {text-align: center;}
/* 420  */ 		}
/* 421  */
/* 422  */
/* 423  */
/* 424  */ 		/*Gallery adjusts
/* 425  *| 			.woocommerce #Content .woocommerce-product-gallery .woocommerce-product-gallery__image img {
/* 426  *| 				object-fit: contain;
/* 427  *| 				max-width: 200px;
/* 428  *| 				height: 200px;
/* 429  *| 				margin: auto;
/* 430  *| 				width: unset;
/* 431  *| 			}*/
/* 432  */
/* 433  */ 			@media screen and (min-width:1490px){
/* 434  */ 				.woocommerce .product_image_wrapper img:not(.zoomImg){
/* 435  */ 					width: 300px !important;
/* 436  */ 					height: auto !important;
/* 437  */ 				}
/* 438  */ 			}
/* 439  */ 			.woocommerce.postid-3676 .product_image_wrapper img:not(.zoomImg){
/* 440  */ 				width: auto !important;
/* 441  */ 				height: 300px !important;
/* 442  */ 				margin-left: auto !important;
/* 443  */ 				margin-right: auto !important;
/* 444  */ 			}
/* 445  */ 			.woocommerce.postid-3676 .flex-control-nav img:not(.zoomImg){
/* 446  */ 				height: auto !important;
/* 447  */ 			}
/* 448  */ 			/*
/* 449  *| 			.woocommerce-product-gallery .woocommerce-product-gallery__image img{
/* 450  *| 				margin-left: auto !important;

/* style.css *|

/* 451  *| 				margin-right: auto !important;
/* 452  *| 			}
/* 453  *|
/* 454  *| 			*/
/* 455  */ 			.woocommerce-product-gallery .woocommerce-product-gallery__image a{
/* 456  */ 				display: block;
/* 457  */ 			}
/* 458  */ 			.woocommerce-product-gallery  .woocommerce-product-gallery__image.flex-active-slide a{
/* 459  */ 				position: relative;
/* 460  */ 			}
/* 461  */
/* 462  */ 		/*WC Nav*/
/* 463  */ 			.woocommerce #Content .post-nav {display:none;}
/* 464  */
/* 465  */ 	/*Composer&Betheme presets*/
/* 466  */ 		.wpb_wrapper > div, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {margin-bottom: unset;}
/* 467  */
/* 468  */ 	/*Fullheight fullwidth*/
/* 469  */ 		.ssd_fullhit.vc_row-o-full-height * {width: 100%;height: 100%;}
/* 470  */ 		#Content .ssd_fullhit {padding-top:0px;}
/* 471  */
/* 472  */ 	/*Gallery*/
/* 473  */ 	@media screen and (min-width:520px){
/* 474  */ 		.flex-viewport {width:50%;margin-left:auto;margin-right:auto;}
/* 475  */ 		.woocommerce div.product div.images .woocommerce-product-gallery__trigger {left:0px;}
/* 476  */ 		.woocommerce div.product div.images .flex-control-thumbs {
/* 477  */ 			position: absolute;
/* 478  */ 			bottom: 0px;
/* 479  */ 			left: -150px;
/* 480  */ 			width: 100px;
/* 481  */ 			margin-bottom: 2em;
/* 482  */ 			padding: 20px 0px;
/* 483  */ 			height: calc( 100% - 2em - 40px );
/* 484  */ 		}
/* 485  */ 		.woocommerce div.product div.images .flex-control-thumbs li {
/* 486  */ 			width: 100%;
/* 487  */ 			height: 100px;
/* 488  */ 			position: relative;
/* 489  */ 			transition:transform 0.5s;
/* 490  */ 		}
/* 491  */ 		.woocommerce div.product div.images .flex-control-thumbs li img {
/* 492  */ 			display: block;
/* 493  */ 			margin: auto;
/* 494  */ 			position: absolute;
/* 495  */ 			top: 50%;
/* 496  */ 			transform: translate(0%,-50%);
/* 497  */ 			max-height: 100px;
/* 498  */ 			object-fit: contain;
/* 499  */ 		}
/* 500  */ 		.flex-control-nav img {box-sizing: border-box;padding: 10px;}

/* style.css */

/* 501  */ 		.flex-control-nav img.flex-active {border: 1px solid #d8d8d8;}
/* 502  */
/* 503  */ 		 /*Navigation gallery*/
/* 504  */ 			/*Navigation Icons*/
/* 505  */ 			.nav_up:after {content: '\e946';}
/* 506  */ 			.nav_down:after {content: '\e868';}
/* 507  */
/* 508  */ 			/*Navigation Icons cfg*/
/* 509  */ 			.nav_down:after,
/* 510  */ 			.nav_up:after {
/* 511  */ 				font-family: "mfn-icons";
/* 512  */ 				color: #fff;
/* 513  */ 				font-size: 25px;
/* 514  */ 				display: block;
/* 515  */ 				text-align: center;
/* 516  */ 				background-color: #004595;
/* 517  */ 				cursor: pointer;
/* 518  */ 				height:100%;
/* 519  */ 				line-height:20px;
/* 520  */ 			}
/* 521  */ 			.nav_up {top: 0px;left: 0px;}
/* 522  */ 			.nav_down {bottom: 0px;left: 0px;}
/* 523  */ 			.nav_up, .nav_down {
/* 524  */ 				content: "test";
/* 525  */ 				height: 20px;
/* 526  */ 				width: 100%;
/* 527  */ 				position: absolute;
/* 528  */ 				background-color: #000;
/* 529  */ 				z-index: 999;
/* 530  */ 			}
/* 531  */
/* 532  */ 		/*EXPERIMENTAL First Column Product*/
/* 533  */ 			/*Fullwidth and Center*/
/* 534  */ 				.woocommerce .product_image_wrapper {margin-bottom: 0px;padding: 60px 0px;}
/* 535  */ 				.woocommerce .summary {position: absolute;right: -150px;}
/* 536  */ 			/*When Image is solo*/
/* 537  */ 				.woocommerce .woocommerce-product-gallery__image:only-child {width:287px;}
/* 538  */ 	}
/* 539  */
/* 540  */
/* 541  */ 	.woocommerce .woocommerce-product-gallery__image{
/* 542  */ 		transition: none !important;
/* 543  */ 		transform: none !important;
/* 544  */ 	}
/* 545  */ 	.woocommerce .product_image_wrapper{
/* 546  */ 		display: flex;
/* 547  */ 	}
/* 548  */
/* 549  */ 	@media screen and (min-width:960px){
/* 550  */

/* style.css */

/* 551  */ 		.woocommerce-product-gallery .flex-viewport{
/* 552  */ 			margin-left: auto !important;
/* 553  */ 			margin-right: 18%;
/* 554  */ 		}
/* 555  */ 	}
/* 556  */ 	@media screen and (min-width:1490px){
/* 557  */ 		.woocommerce .product_image_wrapper .images{
/* 558  */ 			max-width: 300px;
/* 559  */ 			margin-left: auto !important;
/* 560  */ 			margin-right: auto !important;
/* 561  */ 		}
/* 562  */ 		.woocommerce.postid-3676 .product_image_wrapper .images{
/* 563  */ 			max-width: 250px;
/* 564  */ 		}
/* 565  */ 		.flex-viewport {
/* 566  */ 			width: 100%;
/* 567  */ 		}
/* 568  */ 		.woocommerce .product_image_wrapper .images{
/* 569  */ 			margin-right: 18% !important;
/* 570  */ 		}
/* 571  */ 	}
/* 572  */
/* 573  */ 	@media screen and (max-width:1489px){
/* 574  */
/* 575  */ 		.woocommerce .woocommerce-product-gallery{
/* 576  */ 			max-width: 200px;
/* 577  */ 			margin-left: auto !important;
/* 578  */ 			margin-right: 18% !important;
/* 579  */ 		}
/* 580  */
/* 581  */ 		.woocommerce.postid-3676 .product_image_wrapper .images{
/* 582  */ 			max-width: 150px;
/* 583  */ 		}
/* 584  */ 	}
/* 585  */ 	@media screen and (max-width:959px){
/* 586  */
/* 587  */ 		.woocommerce .woocommerce-product-gallery__wrapper{
/* 588  */ 			display: flex;
/* 589  */ 		}
/* 590  */
/* 591  */ 		.woocommerce .woocommerce-product-gallery{
/* 592  */ 			max-width: 300px;
/* 593  */ 			margin-left: auto !important;
/* 594  */ 			margin-right: auto !important;
/* 595  */ 		}
/* 596  */
/* 597  */ 		.woocommerce.postid-3676 .product_image_wrapper .images{
/* 598  */ 			max-width: 200px;
/* 599  */ 		}
/* 600  */ 		.woocommerce .product .product_wrapper .product_image_wrapper .images{

/* style.css */

/* 601  */ 			height: auto !important;
/* 602  */ 		}
/* 603  */ 	}
/* 604  */ 	@media screen and (max-width:519px){
/* 605  */
/* 606  */ 		.woocommerce .woocommerce-product-gallery__image{
/* 607  */ 			padding: 50px 0 30px 0;
/* 608  */ 		}
/* 609  */ 	}
/* 610  */
/* 611  */
/* 612  */
/* 613  */ 	/*Features*/
/* 614  */ 	.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {flex-direction:row;}
/* 615  */ 	.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper {align-self: flex-end;}
/* 616  */ 	.vc_row.vc_row-flex>.ssd_highlight-right ~ .vc_column_container>.vc_column-inner .wpb_wrapper{align-self: flex-start;}
/* 617  */ 	/*Technologien*/
/* 618  */ 		.flatbox_highlight .vc_column-inner > .wpb_wrapper {
/* 619  */ 			background-color: #fff;
/* 620  */ 			box-shadow: 0px 0px 38px -7px grey;
/* 621  */ 		}
/* 622  */
/* 623  */ 		.flatbox_highlight .wpb_text_column .wpb_wrapper {
/* 624  */ 			padding: 10px 36px 36px 36px;
/* 625  */ 		}
/* 626  */ 		.flatbox_highlight > .vc_column-inner > .wpb_wrapper {
/* 627  */ 			height: 100%;
/* 628  */ 		}
/* 629  */
/* 630  */ 	/*Service*/
/* 631  */ 		#service {clear: both;margin-top: 80px;}
/* 632  */ 		#service a:before {
/* 633  */ 			content: "";
/* 634  */ 			background-image: url(/wp-content/uploads/2018/04/download-icon.png);
/* 635  */ 			background-repeat: no-repeat;
/* 636  */ 			background-size: contain;
/* 637  */ 			background-position: 50%;
/* 638  */ 			position: absolute;
/* 639  */ 			width: 20px;
/* 640  */ 			height: 100%;
/* 641  */ 			left: 0px;
/* 642  */ 		}
/* 643  */ 		#service .wpb_wrapper > p {position: relative;}
/* 644  */ 		#service a {padding-left: 25px;display: inline-block;}
/* 645  */
/* 646  */ 	/*Product compare*/
/* 647  */ 		/*Compare Button product Page*/
/* 648  */ 			.compare-product-link input[type="checkbox"] ~ label:before {
/* 649  */ 				content: '\e014';
/* 650  */ 				font-family: typicons;

/* style.css */

/* 651  */ 				font-style: normal;
/* 652  */ 				font-weight: 400;
/* 653  */ 				font-size: 20px;
/* 654  */ 				margin-right: 5px;
/* 655  */ 			}
/* 656  */ 			.compare-product-link input[type="checkbox"] ~ label{
/* 657  */ 				position: absolute;
/* 658  */ 				top: 60px;
/* 659  */ 				right: 60px;
/* 660  */ 				background-color: #004595;
/* 661  */ 				padding: 0px 10px;
/* 662  */ 				line-height: 40px;
/* 663  */ 				color: #fff;
/* 664  */ 				cursor: pointer;
/* 665  */ 			}
/* 666  */ 			#zubehoer .compare-product-link input[type="checkbox"] ~ label{
/* 667  */ 				position: static;
/* 668  */ 			    display: table;
/* 669  */ 			    margin-left: auto;
/* 670  */ 			    margin-right: auto;
/* 671  */ 			    margin-top: 4px;
/* 672  */ 			}
/* 673  */ 			#zubehoer section.up-sells.upsells.products,
/* 674  */ 			#zubehoer section.up-sells.upsells.products .desc{
/* 675  */ 				background-color: transparent !important;
/* 676  */ 			}
/* 677  */ 			@media screen and (max-width:1490px) and (min-width:960px){
/* 678  */ 				.compare-product-link input[type="checkbox"] ~ label{
/* 679  */ 					top: 0px;
/* 680  */ 					right: 0px;
/* 681  */ 				}
/* 682  */ 			}
/* 683  */ 			/*
/* 684  *| 			@media screen and (max-width:520px){
/* 685  *| 				.compare-product-link {display: none;}
/* 686  *| 				div#compare-products-basket {display: none;}
/* 687  *| 			}
/* 688  *| 			*/
/* 689  */
/* 690  */ 			.compare-product-link input[type="checkbox"] {display:none;}
/* 691  */
/* 692  */ 		/*Basket positioning*/
/* 693  */ 			#compare-products-basket.floating {max-width: unset;}
/* 694  */ 			#compare-products-basket h3 span.title-text{
/* 695  */ 				padding-right: 36px;
/* 696  */ 			}
/* 697  */ 		/*Compare Table*/
/* 698  */ 			/*Border and Shadows around the img*/
/* 699  */ 			.be_compare_features_table thead th,
/* 700  */ 			.be_compare_features_table thead td,

/* style.css */

/* 701  */ 			.be_compare_features_table tfoot td,
/* 702  */ 			.be_compare_features_table tfoot th {border:none;box-shadow:none !important;}
/* 703  */
/* 704  */ 			.be_compare_features_table tbody tr:last-child {border-bottom: 1px solid #c2c2c2;}
/* 705  */ 			.be_compare_features_table tbody tr td:last-child {border-right: 1px solid #c2c2c2 !important;}
/* 706  */
/* 707  */ 			/*Print Link*/
/* 708  */ 			#be-compare-table-content p.print-link {display:none;}
/* 709  */
/* 710  */ 			/*Shadow*/
/* 711  */ 			#be_compare_features_table_inner.scroll-right::after, .rtable--flip.scroll-right tbody::after{display:none;}
/* 712  */
/* 713  */ 	/*Product Category Site*/
/* 714  */ 		.ssd-archive {width: 25%;float: left;}
/* 715  */ 		.ssd-archive img {
/* 716  */ 			height: 215px !important;
/* 717  */ 			width: auto;
/* 718  */ 			display: block !important;
/* 719  */ 			margin: auto !important;
/* 720  */ 		}
/* 721  */ 		.ssd-archive .desc_wrap {padding: 20px 0;text-align: center;}
/* 722  */ 		.ssd-archive .desc_wrap h5 {margin-bottom:0px;}
/* 723  */
/* 724  */ 		/*Fixing Responsive in Archive View*/
/* 725  */ 			@media screen and (max-width:767px){
/* 726  */ 				.ssd-archive.product_shortcode {width:100%;padding:0;}
/* 727  */ 				.ssd-archive.product_shortcode:last-child a.button{margin-bottom: 0;}
/* 728  */ 			}
/* 729  */
/* 730  */ 			@media screen and (min-width:768px){
/* 731  */ 				.product_center > .column_attr{
/* 732  */ 				    display: flex;
/* 733  */     				justify-content: center;
/* 734  */ 				}
/* 735  */ 				.ssd-archive .desc_wrap {padding: 20px;}
/* 736  */ 			}
/* 737  */
/* 738  */
/* 739  */ 	/*Product under Nav Img Slide*/
/* 740  */ 		.woocommerce .vc_images_carousel img {width: 100%;}
/* 741  */ 		.woocommerce .vc_images_carousel .vc_item {height: unset !important;}
/* 742  */
/* 743  */ 		.woocommerce div.product div.images .woocommerce-product-gallery__trigger {display:none;}
/* 744  */ 	/*Responsive*/
/* 745  */ 		@media screen and (max-width:1745px){
/* 746  */ 			.woocommerce div.product div.images .flex-control-thumbs {left:0px;}
/* 747  */ 			.woocommerce div.product div.images .woocommerce-product-gallery__trigger{left:0px;}
/* 748  */ 			.woocommerce .summary {position: relative;right: 0px;}
/* 749  */ 		}
/* 750  */

/* style.css */

/* 751  */ 		@media screen and (max-width:950px){
/* 752  */ 			.woocommerce div.product div.images .flex-control-thumbs{top:0px;bottom:unset;height:350px;}
/* 753  */ 			.woocommerce div.product div.summary {margin-top:50px;box-sizing: border-box;}
/* 754  */ 		}
/* 755  */
/* 756  */ 		@media screen and (max-width:767px){
/* 757  */ 			.woocommerce .ssd_product_desc_text {margin-bottom:0px;}
/* 758  */ 			.woocommerce .ssd_product_desc_text > .wpb_column + .wpb_column {margin-top: 16px;}
/* 759  */ 			.compare-product-link input[type="checkbox"] ~ label{
/* 760  */ 				top: 10px;
/* 761  */ 				right: 10px;
/* 762  */ 			}
/* 763  */ 			.woocommerce .summary {padding: 60px 15px;}
/* 764  */ 			/*Features Spacing*/
/* 765  */ 			#features + .vc_section .flatbox_highlight:nth-child(2) {margin-top: 50px;}
/* 766  */ 			#technologien .vc_row:nth-child(2) .flatbox_highlight:nth-child(2) {margin-top: 50px;}
/* 767  */ 		}
/* 768  */
/* 769  */ 		@media screen and (max-width:520px){
/* 770  */ 			/*Image Gallery*/
/* 771  */ 				.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) {
/* 772  */ 					height: 250px !important;
/* 773  */ 					object-fit: contain;
/* 774  */ 				}
/* 775  */ 				.woocommerce div.product div.images .flex-control-thumbs {
/* 776  */ 					height:unset !important;
/* 777  */ 				}
/* 778  */ 		}
/* 779  */
/* 780  */ /* Styling Bausteine Landingpage_______________________________________________________________________ */
/* 781  */ 	/*Alte Bausteine Aktivität fragwürdig*/
/* 782  */ 		.facts {background-position:30px 50px !important;}
/* 783  */ 		.trenner {border-bottom:1px solid #000;}
/* 784  */ 		.news h4 {line-height:20px;}
/* 785  */ 		.news .blog_slider .blog_slider_header {height:0;margin-bottom:0;}
/* 786  */ 		.news .blog_slider .blog_slider_ul li .item_wrapper .image_frame {margin-left:0;}
/* 787  */ 		.news .blog_slider .blog_slider_ul li .item_wrapper a.button {margin-left:0;}
/* 788  */ 		.news .blog_slider .blog_slider_ul li .item_wrapper hr {display:none;}
/* 789  */ 		.news .blog_slider.flat .blog_slider_ul li .item_wrapper .date_label {margin-bottom:10px;}
/* 790  */ 		.column.mcb-column.one.column_icon_box.icon {margin-bottom:26px;}
/* 791  */ 		.flex_align_center .column_button {display:flex;justify-content:center;align-items:center;}
/* 792  */ 		.zoom-box-margin {margin:0;width:50% !important;}
/* 793  */ 		.number {color:white;}
/* 794  */ 		.label.postfix {color:white;}
/* 795  */ 		.icon_wrapper {margin-bottom:0px !important;}
/* 796  */ 		.column mcb-column one column_icon_box  {margin:0 1% 0px;}
/* 797  */ 		.freisteller {height:550px;}
/* 798  */ 		.freisteller2 {height:900px;}
/* 799  */ 		.infobox {background-color:#161922;}
/* 800  */

/* style.css */

/* 801  */ 	/*Vorlage:Komodo Iframe*/
/* 802  */ 		.komodo iframe {width:100%; height:750px;}
/* 803  */
/* 804  */ 	/*Vorlage:Bildeinrücker*/
/* 805  */ 		/*BG Positionals*/
/* 806  */ 			.wpb_row.bildeinrueck_links_bg {background-position:bottom right !important;}
/* 807  */ 			.wpb_row.bildeinrueck_rechts_bg {background-position:bottom left !important;}
/* 808  */
/* 809  */ 		/*Responsive*/
/* 810  */ 			@media screen and (max-width:775px){
/* 811  */ 				.bildeinruecker .column_attr {padding:0px !important;}
/* 812  */ 				.bildeinruecker .wrap {padding-top:450px !important;background-position:top left !important;}
/* 813  */ 				.bildeinruecker.links .wrap {padding-top:240px !important;}
/* 814  */ 				.bildeinruecker.rechts .column_attr {padding-top:30px !important;}
/* 815  */ 			}
/* 816  */
/* 817  */ 	/*Vorlage:Experience Slider*/
/* 818  */ 		/*size configs*/
/* 819  */ 			.experience_slide .column_photo_box,
/* 820  */ 			.experience_slide_block .column_photo_box,
/* 821  */ 			.experience_slide .wpb_single_image  {
/* 822  */ 				height:100%;
/* 823  */ 				margin:0px;
/* 824  */ 				width:100%;
/* 825  */ 				transition:opacity 0.5s 0.2s;
/* 826  */ 				-moz-transition:opacity 0.5s 0.2s;
/* 827  */ 				-ms-transition:opacity 0.5s 0.2s;
/* 828  */ 				-o-transition:opacity 0.5s 0.2s;
/* 829  */ 			}
/* 830  */
/* 831  */ 			.experience_slide.equal-height-wrap .mcb-wrap-inner, .experience_slide_block.equal-height-wrap .mcb-wrap-inner,
/* 832  */ 			.experience_slide_block .wpb_content_element, .experience_slide .wpb_wrapper  {height:100%;}
/* 833  */ 			/*Only WP Bakery adjust the min height*/
/* 834  */ 				.experience_slide .vc_row {min-height:40vh;}
/* 835  */
/* 836  */ 		/*Image*/
/* 837  */ 			/*Opacity*/
/* 838  */ 				.experience_slide .experience_inlay.active,
/* 839  */ 				.experience_slide_block .experience_inlay.active {
/* 840  */ 					opacity:1;
/* 841  */ 					transition:opacity 0.5s;
/* 842  */ 					-moz-transition:opacity 0.5s;
/* 843  */ 					-ms-transition:opacity 0.5s;
/* 844  */ 					-o-transition:opacity 0.5s;
/* 845  */ 				}
/* 846  */ 			/*Positioning and Sizes*/
/* 847  */ 				.experience_inlay {
/* 848  */ 					position:absolute;
/* 849  */ 					opacity:0;
/* 850  */ 					top:0px;

/* style.css */

/* 851  */ 					left:0px;
/* 852  */ 				}
/* 853  */ 				.experience_inlay *,
/* 854  */ 				.first_cell * {width:100% !important;height:100% !important;}
/* 855  */ 				.experience_inlay img {object-fit:cover;}
/* 856  */ 				.first_cell img {object-fit:contain;}
/* 857  */
/* 858  */ 		/*Text*/
/* 859  */ 			/*Exp Slider Block Color*/
/* 860  */ 				.experience_slide_block .experience_list .list_item.active .column_attr {background-color:#000;color:#fff !important;}
/* 861  */ 			/*Exp Slide Opacity Text*/
/* 862  */ 				.experience_slide .experience_list .list_item.active {opacity:1;color:#000;}
/* 863  */ 				.experience_slide .experience_list .list_item {
/* 864  */ 				   opacity:0.3;
/* 865  */ 					transition:opacity 0.5s;
/* 866  */ 					-moz-transition:opacity 0.5s;
/* 867  */ 					-ms-transition:opacity 0.5s;
/* 868  */ 					-o-transition:opacity 0.5s;
/* 869  */ 				}
/* 870  */ 			/*Break horizontal Slider*/
/* 871  */ 				.experience_slide_block .experience_list .column:nth-child(4n) {clear:left;}
/* 872  */
/* 873  */ 		/*Experience Slide Mobile*/
/* 874  */ 			.mobile_experience_slide_block {display:none;}
/* 875  */ 			.mobile_experience_slide {display:none;}
/* 876  */ 			@media screen and (max-width:1730px){
/* 877  */ 				.mobile_experience_slide_block {display:block;}
/* 878  */ 				.experience_slide_block {display:none;}
/* 879  */ 				.mobile_experience_slide_block .slick-dots, .mobile_experience_slide .slick-dots {display:flex !important;flex-wrap:nowrap;justify-content:center;}
/* 880  */ 				.mobile_experience_slide_block .slider_pagination, .mobile_experience_slide .slider_pagination {padding:0px !important;}
/* 881  */ 			}
/* 882  */ 			@media screen and (max-width:1400px){
/* 883  */ 				.mobile_experience_slide {display:block;}
/* 884  */ 				.experience_slide {display:none;}
/* 885  */ 			}
/* 886  */
/* 887  */ /*Other Elemnts_______________________________________________________________________ */
/* 888  */ 	/* Story Box*/
/* 889  */ 		.story_box {padding:0;}
/* 890  */ 		.story_box .desc_wrapper {margin-right:0;padding:0 30px;}
/* 891  */ 		.story_box .desc_wrapper .desc a h3 {color:#595959;}
/* 892  */ 		.story_box .desc_wrapper .desc {margin-top:-224px;}
/* 893  */ 		.story_box .photo_wrapper img {opacity:1;}
/* 894  */ 		.story_box a, .story_box a:hover {display:inline-block;}
/* 895  */
/* 896  */ 	/* Icon Box*/
/* 897  */ 		.icon_box.icon_position_left .image_wrapper {height:132px;}
/* 898  */ 		.style-simple .icon_box:hover .desc_wrapper .title::before {width:0px;}
/* 899  */
/* 900  */ 	/* Produktauswahl Home*/

/* style.css */

/* 901  */ 		.produktauswahl {
/* 902  */ 			background:#000000; /* Old browsers */
/* 903  */ 			background:-moz-linear-gradient(-45deg, #000000 0%, #232323 100%);
/* 904  */ 			background:-webkit-linear-gradient(-45deg, #000000 0%,#232323 100%);
/* 905  */ 			background:linear-gradient(135deg, #000000 0%,#232323 100%);
/* 906  */ 		}
/* 907  */
/* 908  */ 	/* Formulare*/
/* 909  */ 		input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
/* 910  */ 			box-shadow:none;
/* 911  */ 			text-align:center;
/* 912  */ 			background-color:transparent;
/* 913  */ 		}
/* 914  */
/* 915  */ 		input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
/* 916  */ 			background-color:transparent !important;
/* 917  */ 		}
/* 918  */
/* 919  */ 		input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
/* 920  */ 			border-width:1px;
/* 921  */ 			border-style:solid;
/* 922  */ 			border-top:none;
/* 923  */ 			border-right:none;
/* 924  */ 			border-left:none;
/* 925  */ 		}
/* 926  */
/* 927  */ 		/*hide extra field*/
/* 928  */ 		.hidden_email {display:none !important;}
/* 929  */
/* 930  */ 		/*Contactbox*/
/* 931  */ 			@media screen and (max-width:775px){
/* 932  */ 				.scs_contactbox {
/* 933  */ 					padding-top:0px !important;
/* 934  */ 					padding-bottom:30px !important;
/* 935  */ 				}
/* 936  */ 			}
/* 937  */
/* 938  */ 	/* Technologien*/
/* 939  */ 		.flat_box .photo_wrapper .icon img {max-width:calc(100% - 42px)!important;}
/* 940  */ 		.temp-icon .flat_box .photo_wrapper .icon img {max-width:calc(100% - 68px)!important;}
/* 941  */ 		.fit-icon .flat_box .photo_wrapper .icon img {max-width:calc(100% - 56px)!important;}
/* 942  */
/* 943  */ 	/*IMG Switch Home*/
/* 944  */ 		/*
/* 945  *| 		.rennrad:hover img.scale-with-grid,
/* 946  *| 		.stadtrad:hover img.scale-with-grid,
/* 947  *| 		.mountainbike:hover img.scale-with-grid {opacity:0;}
/* 948  *|
/* 949  *| 		.rennrad img.scale-with-grid,
/* 950  *| 		.stadtrad img.scale-with-grid,

/* style.css *|

/* 951  *| 		.mountainbike img.scale-with-grid {transition:opacity 0.5s;}
/* 952  *|
/* 953  *| 		.rennrad .photo_wrapper {background-image:url(/wp-content/uploads/2018/06/rennrad-03.jpg);background-size:cover;}
/* 954  *| 		.stadtrad .photo_wrapper {background-image:url(/wp-content/uploads/2018/06/stadtrad-03.jpg);background-size:cover;}
/* 955  *| 		.mountainbike .photo_wrapper {background-image:url(/wp-content/uploads/2018/06/mountainbike-03.jpg);background-size:cover;}
/* 956  *| 		*/
/* 957  */ 		.rennrad img.scale-with-grid,
/* 958  */ 		.stadtrad img.scale-with-grid,
/* 959  */ 		.mountainbike img.scale-with-grid {
/* 960  */ 		    filter: grayscale(1);
/* 961  */     		opacity: 0.2;
/* 962  */ 		}
/* 963  */ 		.rennrad:hover img.scale-with-grid,
/* 964  */ 		.stadtrad:hover img.scale-with-grid,
/* 965  */ 		.mountainbike:hover img.scale-with-grid {
/* 966  */ 			opacity: 1;
/* 967  */ 			filter: none;
/* 968  */ 		}
/* 969  */
/* 970  */ 		.column_story_box .desc {transition:transform 0.5s;}
/* 971  */ 		.column_story_box:hover .desc {transform:translate(24px,0);}
/* 972  */
/* 973  */ 		.column_story_box .desc h3 {margin:0; font-size: 14px; font-weight: 400 !important; text-transform: none;}
/* 974  */ 		.column_story_box .desc h3,.column_story_box .desc h2 {transition:color 0.5s;}
/* 975  */ 		.column_story_box:hover .desc h3,.column_story_box:hover .desc h2 {color:#fff !important;}
/* 976  */
/* 977  */ 		.stadtrad:hover,
/* 978  */ 		.rennrad:hover,
/* 979  */ 		.mountainbike:hover {
/* 980  */ 			transform:scale(1.1);
/* 981  */ 		    z-index: 1;
/* 982  */     		position: relative;
/* 983  */ 		}
/* 984  */
/* 985  */ 		.stadtrad,
/* 986  */ 		.rennrad,
/* 987  */ 		.mountainbike {transition:transform 0.5s;}
/* 988  */
/* 989  */ 		/*fullwidth cover for img*/
/* 990  */ 			#Content .fullwidth_cover .image_frame .image_wrapper img {object-fit:cover;height:100%;width:100%;}
/* 991  */ 			#Content .fullwidth_cover .image_frame .image_wrapper {height:100%;width:100%;}
/* 992  */ 			#Content .fullwidth_cover .image_frame {height:100%;width:100%;}
/* 993  */ 			#Content .fullwidth_cover * {height:100%;}
/* 994  */
/* 995  */ 		@media screen and (min-width:1980px){
/* 996  */ 			.full_width_img {
/* 997  */ 				display:flex;
/* 998  */ 			}
/* 999  */ 			/*Home Chooser Center*/
/* 1000 */ 				.story_box .desc_wrapper {text-align:center;}

/* style.css */

/* 1001 */ 			/*Img Block centering*/
/* 1002 */ 				.img_ct .scale-with-grid {display:block;margin:auto;}
/* 1003 */ 		}
/* 1004 */
/* 1005 */ 	/*Search*/
/* 1006 */ 		.column.search {display: none !important;}
/* 1007 */ 		.search {position:relative; }
/* 1008 */ 		.search i.icon-search {
/* 1009 */ 			display:block;
/* 1010 */ 			font-size:25px;
/* 1011 */ 			text-align:center;
/* 1012 */ 			cursor:pointer;
/* 1013 */ 		}
/* 1014 */
/* 1015 */ 		.search div#mfn-search {
/* 1016 */ 			opacity:0;
/* 1017 */ 			position:absolute;
/* 1018 */ 			top:50%;
/* 1019 */ 			transform:translate(0%,-50%);
/* 1020 */ 			z-index:-1;
/* 1021 */ 			width:200px;
/* 1022 */ 		}
/* 1023 */
/* 1024 */ 		/*Transition*/
/* 1025 */ 			.search * {transition:opacity 0.5s;}
/* 1026 */ 		/*Switch after Press*/
/* 1027 */ 			.search.active i.icon-search {opacity:0;}
/* 1028 */ 			.search.active div#mfn-search {opacity:1;z-index:1;}
/* 1029 */
/* 1030 */ 		/*Search Result*/
/* 1031 */ 			.search .post-footer .post-links {
/* 1032 */ 				float:unset;
/* 1033 */ 				border-left:0px;
/* 1034 */ 				display:inline-block;
/* 1035 */ 				padding:10px;
/* 1036 */ 				background-color:#f7f7f7;
/* 1037 */ 			}
/* 1038 */
/* 1039 */ 			.post-footer {background-color:transparent;padding-left:0px;}
/* 1040 */ 			.author-date {display:none;}
/* 1041 */
/* 1042 */ 		/*Highlight Blocks*/
/* 1043 */ 			.shadow_top .box-shadow {
/* 1044 */ 				-webkit-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1045 */ 				-moz-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1046 */ 				box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1047 */ 			}
/* 1048 */
/* 1049 */ 			.shadow_bot .box-shadow {
/* 1050 */ 				-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);

/* style.css */

/* 1051 */ 				-moz-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1052 */ 				box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
/* 1053 */ 			}
/* 1054 */
/* 1055 */ 			@media screen and (min-width:767px){
/* 1056 */ 			/*needed for the fullwidth switch on mobile*/
/* 1057 */ 				.ssd_highlight-left	{padding-top:50px !important;}
/* 1058 */ 				.ssd_highlight-right	{padding-bottom:50px !important;}
/* 1059 */ 			}
/* 1060 */ 			.ssd_highlight-left .mcb-wrap-inner, .ssd_highlight-right .mcb-wrap-inner {height:100%;}
/* 1061 */ 			/*.ssd_highlight-right .mcb-wrap-inner {display: flex;flex-direction: column;justify-content: flex-end;}*/
/* 1062 */ 			#Content .ssd_highlight-right .column_attr, #Content .ssd_highlight-left .column_attr {height: unset;}
/* 1063 */ 			.ssd_highlight-right .column, .ssd_highlight-left .column {
/* 1064 */ 				height: 100% !important;
/* 1065 */ 				display: flex;
/* 1066 */ 				flex-direction: column;
/* 1067 */ 				justify-content: center;
/* 1068 */ 			}
/* 1069 */ 			.ssd_highlight-right .column{align-items: flex-end;}
/* 1070 */ 			.ssd_highlight-left .column{align-items: flex-start;}
/* 1071 */
/* 1072 */ 			/*WP Bakery Clone*/
/* 1073 */ 				/*WpBakery DOM*/
/* 1074 */ 					.ssd_highlight-left .vc_column-inner {
/* 1075 */ 						display: flex;
/* 1076 */ 						flex-direction: column;
/* 1077 */ 						justify-content: center;
/* 1078 */ 						-webkit-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1079 */ 						-moz-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1080 */ 						box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2)
/* 1081 */ 					}
/* 1082 */
/* 1083 */ 				.ssd_highlight-right .vc_column-inner {
/* 1084 */ 					display: flex;
/* 1085 */ 					flex-direction: column;
/* 1086 */ 					justify-content: center;
/* 1087 */ 					-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
/* 1088 */ 					-moz-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.2);
/* 1089 */ 					box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
/* 1090 */ 				}
/* 1091 */ 			/*Adjust the Flex End of WPBakery cause of Stretch*/
/* 1092 */ 				.ssd_highlight-right .vc_column-inner p { /*display: flex;justify-content: flex-end;*/color:#000;}
/* 1093 */
/* 1094 */ /*ETC____________________________________________________________________________________________ */
/* 1095 */ 	.display_none {display:none !important;}
/* 1096 */ 	.align_small_img .scale-with-grid {display:block;margin:auto;}
/* 1097 */ 	/*Button Blue*/
/* 1098 */ 		.scs_button_blue .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {background-color:#004595;font-size:13px;font-weight:bold;border:0px;background-image:none;}
/* 1099 */ 	/*Technische Daten bg adjust*/
/* 1100 */ 		.facts {background-position:30px 50px !important;}

/* style.css */

/* 1101 */ 	/*No-Margins*/
/* 1102 */ 		.no-margins .one-fourth.column, .no-margins .four.columns {width:25%;}
/* 1103 */ 		.no-margins .column, .no-margins .columns {float:left;margin:0;}
/* 1104 */
/* 1105 */ /* Responsive_______________________________________________________________________ */
/* 1106 */ @media screen and (max-width:1550px) {
/* 1107 */ 	.kat-pers h2 {font-size:17px !important;}
/* 1108 */ }
/* 1109 */
/* 1110 */ @media screen and (max-width:1239px) {
/* 1111 */ 	.header-creative.layout-full-width #Wrapper {padding-top:98px;}
/* 1112 */ 	#Top_bar #menu > ul {
/* 1113 */ 		width:100%;
/* 1114 */ 		float:left;
/* 1115 */ 		padding:48px;
/* 1116 */ 	}
/* 1117 */ 	.menu-section-rights {
/* 1118 */ 		position:static !important;
/* 1119 */ 		margin:48px 0;
/* 1120 */ 		padding:48px 0;
/* 1121 */ 		bottom:0;
/* 1122 */ 	}
/* 1123 */ }
/* 1124 */
/* 1125 */ @media screen and (max-width:767px) {
/* 1126 */ 	#Top_bar #menu > ul {
/* 1127 */ 		padding: 28px 42px 42px 42px;
/* 1128 */ 	}
/* 1129 */ 	#Top_bar #menu > ul li span {
/* 1130 */ 		line-height: 2.5 !important;
/* 1131 */ 	}
/* 1132 */ 	#Header_creative #Top_bar .responsive-menu-toggle.is-sticky {
/* 1133 */ 		top:18px;
/* 1134 */ 		left:10px;
/* 1135 */ 		margin-top:0;
/* 1136 */ 		color:white;
/* 1137 */ 		background-color:#004595;
/* 1138 */ 		border-radius:0;
/* 1139 */ 	}
/* 1140 */
/* 1141 */ 	.home .mcb-section-b074b179e{
/* 1142 */ 		padding-top: 0 !important;
/* 1143 */ 		padding-bottom: 0 !important;
/* 1144 */ 	}
/* 1145 */ 	.home .mcb-item-y6dz42xdj{
/* 1146 */ 		margin: 0 !important;
/* 1147 */ 	}
/* 1148 */ 	.home .mcb-section-ay9fzstxy{
/* 1149 */ 		padding-top: 24px !important;
/* 1150 */ 	}

/* style.css */

/* 1151 */
/* 1152 */ 	.mcb-wrap-inner .slider-product {
/* 1153 */ 		margin-left:0;
/* 1154 */ 		margin-top:-160px;
/* 1155 */ 		width:16px;
/* 1156 */ 	}
/* 1157 */ 	.story_box .desc_wrapper .desc {margin-top:-180px;}
/* 1158 */ 	.product-item-menu p a {
/* 1159 */ 		margin-left:0;
/* 1160 */ 		width:100%;
/* 1161 */ 		display:block;
/* 1162 */ 		margin-bottom:24px;
/* 1163 */ 	}
/* 1164 */
/* 1165 */ 	#Content .w_ndnav{
/* 1166 */ 		display: none;
/* 1167 */ 	}
/* 1168 */ 	#Content .product .product_image_wrapper{
/* 1169 */ 		margin-bottom: 0;
/* 1170 */ 	}
/* 1171 */ 	#Content .product .product_image_wrapper .flex-viewport{
/* 1172 */ 		margin-top: 42px;
/* 1173 */ 		margin-bottom: 42px;
/* 1174 */ 	}
/* 1175 */ 	#Content .product .product_image_wrapper .flex-control-nav{
/* 1176 */ 		display: flex;
/* 1177 */ 		flex-wrap: wrap;
/* 1178 */ 	}
/* 1179 */ 	#Content .product .product_image_wrapper .flex-control-nav .nav_up{
/* 1180 */ 		display: none;
/* 1181 */ 	}
/* 1182 */ 	#Content .product .product_image_wrapper .flex-control-nav li{
/* 1183 */ 		box-sizing: border-box;
/* 1184 */ 		flex: 0 0 33.3333%;
/* 1185 */ 		padding: 12px;
/* 1186 */ 	}
/* 1187 */
/* 1188 */
/* 1189 */
/* 1190 */ 	.reverse_on_mobile{
/* 1191 */ 		display: flex;
/* 1192 */ 		flex-direction: column-reverse;
/* 1193 */ 	}
/* 1194 */ 	#Content .options_section .flatbox_highlight .wpb_text_column .wpb_wrapper{
/* 1195 */ 		padding: 10px 28px 12px 28px;
/* 1196 */ 	}
/* 1197 */ 	#Content .options_section .flatbox_highlight .wpb_text_column:last-child .wpb_wrapper{
/* 1198 */ 		padding-bottom: 28px;
/* 1199 */ 	}
/* 1200 */ 	#Content #service{

/* style.css */

/* 1201 */ 		margin-top: 64px;
/* 1202 */ 	}
/* 1203 */ 	#Content #service .vc_row:nth-child(1) {
/* 1204 */ 		margin-bottom: 12px !important;
/* 1205 */ 	}
/* 1206 */ 	#Content #service .vc_row:nth-child(2) .wpb_text_column {
/* 1207 */ 		margin: 10px 0 12px;
/* 1208 */ 	}
/* 1209 */ 	#Content .up-sells ul.products{
/* 1210 */ 		margin-left: 0;
/* 1211 */ 	}
/* 1212 */ 	#Content .up-sells ul.products li{
/* 1213 */ 		margin: 20px 0 46px!important;
/* 1214 */ 	}
/* 1215 */ 	#Content .up-sells ul.products li:last-child{
/* 1216 */ 		margin-bottom: 32px!important;
/* 1217 */ 	}
/* 1218 */ 	#Content .up-sells ul.products li .compare-product-link{
/* 1219 */ 		display: block;
/* 1220 */ 	}
/* 1221 */
/* 1222 */
/* 1223 */ 	#Content .mcb-section-ad3a4e320{
/* 1224 */ 		padding-bottom: 28px !important;
/* 1225 */ 	}
/* 1226 */ 	#Content .mcb-wrap-8rnbg28d5{
/* 1227 */ 		padding: 28px 28px 0 28px !important;
/* 1228 */ 	}
/* 1229 */ 	#Content .vc_custom_1559660502376{
/* 1230 */ 		margin-top: 52px !important;
/* 1231 */ 	}
/* 1232 */
/* 1233 */ 	/*
/* 1234 *| 	/produkt/hac-1-2-plus/
/* 1235 *| 	*/
/* 1236 */ 	#Content .vc_custom_1588703727406,
/* 1237 */ 	#Content .vc_custom_1547806032091,
/* 1238 */ 	#Content .vc_custom_1588696664721{
/* 1239 */ 		margin-top: 32px !important;
/* 1240 */ 		margin-bottom: 16px !important;
/* 1241 */ 	}
/* 1242 */ 	#Content .vc_custom_1547739080730{
/* 1243 */ 		margin-bottom: 0 !important;
/* 1244 */ 	}
/* 1245 */ 	#Content .vc_custom_1588096191411{
/* 1246 */ 		margin-top: 32px !important;
/* 1247 */ 	}
/* 1248 */ 	#Content .vc_custom_1552993457795{
/* 1249 */ 		margin-top: 54px !important;
/* 1250 */ 	}

/* style.css */

/* 1251 */ 	#Content .vc_custom_1588752211333,
/* 1252 */ 	#Content .vc_custom_1591185730014,
/* 1253 */ 	#Content .vc_custom_1588954456566,
/* 1254 */ 	#Content .vc_custom_1591185996705,
/* 1255 */ 	#Content .vc_custom_1591186269215,
/* 1256 */ 	#Content .vc_custom_1588965588723,
/* 1257 */ 	#Content .vc_custom_1588958710187,
/* 1258 */ 	#Content .vc_custom_1591186144290,
/* 1259 */ 	#Content .vc_custom_1588697307314,
/* 1260 */ 	#Content .vc_custom_1591186455841{
/* 1261 */ 		padding: 32px !important;
/* 1262 */ 		box-sizing: border-box;
/* 1263 */ 	}
/* 1264 */ 	#Content .vc_custom_1547807369176{
/* 1265 */ 		margin-top: 46px !important;
/* 1266 */ 	}
/* 1267 */ 	#Content .vc_custom_1548867206657,
/* 1268 */ 	#Content .vc_custom_1590510903760,
/* 1269 */ 	#Content .vc_custom_1590507393466,
/* 1270 */ 	#Content .vc_custom_1590160800769,
/* 1271 */ 	#Content .vc_custom_1590158701763,
/* 1272 */ 	#Content .vc_custom_1588750027207,
/* 1273 */ 	#Content .vc_custom_1588706586514,
/* 1274 */ 	#Content .vc_custom_1588705288852,
/* 1275 */ 	#Content .vc_custom_1588705429854,
/* 1276 */ 	#Content .vc_custom_1588750612093,
/* 1277 */ 	#Content .vc_custom_1588966093067,
/* 1278 */ 	#Content .vc_custom_1588752033220,
/* 1279 */ 	#Content .vc_custom_1588955755277{
/* 1280 */ 		margin-top: 46px !important;
/* 1281 */ 		margin-bottom: 0 !important;
/* 1282 */ 	}
/* 1283 */ 	#Content .vc_custom_1588964074580,
/* 1284 */ 	#Content .vc_custom_1590147866704,
/* 1285 */ 	#Content .vc_custom_1590150137162,
/* 1286 */ 	#Content .vc_custom_1590162352396,
/* 1287 */ 	#Content .vc_custom_1590163682435,
/* 1288 */ 	#Content .vc_custom_1590510903760,
/* 1289 */ 	#Content .vc_custom_1590160800769,
/* 1290 */ 	#Content .vc_custom_1590159622963,
/* 1291 */ 	#Content .vc_custom_1588951005381,
/* 1292 */ 	#Content .vc_custom_1588944363281,
/* 1293 */ 	#Content .vc_custom_1588966012856,
/* 1294 */ 	#Content .vc_custom_1588953762609,
/* 1295 */ 	#Content .vc_custom_1588955376644,
/* 1296 */ 	#Content .vc_custom_1588964297493,
/* 1297 */ 	#Content .vc_custom_1588964317961,
/* 1298 */ 	#Content .vc_custom_1588937383917,
/* 1299 */ 	#Content .vc_custom_1588951712652{
/* 1300 */ 		margin-top: 0 !important;

/* style.css */

/* 1301 */ 		margin-bottom: 0 !important;
/* 1302 */ 	}
/* 1303 */ 	#Content .vc_custom_1590149932839,
/* 1304 */ 	#Content .vc_custom_1590147663573,
/* 1305 */ 	#Content .vc_custom_1590147910213,
/* 1306 */ 	#Content .vc_custom_1590150196329,
/* 1307 */ 	#Content .vc_custom_1590162411996,
/* 1308 */ 	#Content .vc_custom_1590163731149,
/* 1309 */ 	#Content .vc_custom_1590511059072,
/* 1310 */ 	#Content .vc_custom_1590507368035,
/* 1311 */ 	#Content .vc_custom_1590160921448,
/* 1312 */ 	#Content .vc_custom_1590159615902,
/* 1313 */ 	#Content .vc_custom_1588949703514,
/* 1314 */ 	#Content .vc_custom_1588095381865,
/* 1315 */ 	#Content .vc_custom_1548867206657{
/* 1316 */ 		margin-bottom: 0 !important;
/* 1317 */ 	}
/* 1318 */ 	#Content .wpcf7-form .row .col-auto:nth-child(2){
/* 1319 */ 		margin-top: 12px;
/* 1320 */ 	}
/* 1321 */
/* 1322 */ 	.pdf_list li{
/* 1323 */ 		margin-bottom: 8px;
/* 1324 */ 	}
/* 1325 */
/* 1326 */ 	#Content .contact_form_wrapper{
/* 1327 */         padding: 0 0 20px 0 !important;
/* 1328 */ 	}
/* 1329 */
/* 1330 */ 	#Content .vc_custom_1547739086123 br,
/* 1331 */ 	#Content .mcb-wrap-ae9cb58e4{
/* 1332 */         display: none;
/* 1333 */ 	}
/* 1334 */ 	#Content .vc_custom_1588095867036,
/* 1335 */ 	#Content .vc_custom_1588095361943{
/* 1336 */     	margin-top: 26px !important;
/* 1337 */ 	}
/* 1338 */
/* 1339 */ 	#Content .features_bg_wrapper > div{
/* 1340 */ 		min-height: 170px;
/* 1341 */     	margin-top: 16px !important;
/* 1342 */     }
/* 1343 */ 	#Content .features_bg_wrapper.right > div{
/* 1344 */ 		margin-top: 0 !important;
/* 1345 */     	margin-bottom: 0 !important;
/* 1346 */     }
/* 1347 */ }
/* 1348 */
/* 1349 */ #Content .features_bg_wrapper.first_img{
/* 1350 */ 	margin-top: 50px !important;

/* style.css */

/* 1351 */     background-image: url(/wp-content/uploads/2020/04/HAC-1.jpg) !important;
/* 1352 */     background-position: center !important;
/* 1353 */     background-repeat: no-repeat !important;
/* 1354 */     background-size: cover !important;
/* 1355 */ }
/* 1356 */ #Content .features_bg_wrapper.second_img{
/* 1357 */ 	margin-bottom: 50px !important;
/* 1358 */     background-image: url(https://ciclosport.com/wp-content/uploads/2020/04/HAC-2.jpg?id=7153) !important;
/* 1359 */     background-position: center !important;
/* 1360 */     background-repeat: no-repeat !important;
/* 1361 */     background-size: cover !important;
/* 1362 */ }
/* 1363 */ #Content .features_text_wrapper{
/* 1364 */ 	padding: 48px !important;
/* 1365 */ }
/* 1366 */
/* 1367 */ body.postid-3677 .vc_custom_1547806032091{
/* 1368 */ 	margin-top: 84px !important;
/* 1369 */ }
/* 1370 */
/* 1371 */
/* 1372 */ /**/
/* 1373 */ .style-simple .accordion h3.title{
/* 1374 */ 	text-transform: none;
/* 1375 */ }
/* 1376 */ .style-simple .accordion .question .answer{
/* 1377 */ 	padding: 16px 20px 12px 34px;
/* 1378 */ 	line-height: 1.5;
/* 1379 */ }
/* 1380 */ .style-simple .accordion .question ul:last-child,
/* 1381 */ .style-simple .accordion .question ol:last-child{
/* 1382 */ 	margin-bottom: 0;
/* 1383 */ }
/* 1384 */
/* 1385 */ #Content h1.default{
/* 1386 */ 	text-transform: uppercase;
/* 1387 */     font-size: 42px;
/* 1388 */     margin-bottom: 24px;
/* 1389 */ }
/* 1390 */ #Content h1.default sup{
/* 1391 */ 	font-size: 24px;
/* 1392 */ }
/* 1393 */ #Content h2.default {
/* 1394 */     margin-bottom: 4px;
/* 1395 */ }
/* 1396 */ #Content h3.default {
/* 1397 */ 	margin-bottom: 18px;
/* 1398 */ 	text-transform: none;
/* 1399 */ }
/* 1400 */ #Content h3.default.uppercase {

/* style.css */

/* 1401 */ 	text-transform: uppercase;
/* 1402 */ }
/* 1403 */ #Content h2.default + h3.default {
/* 1404 */ 	color: #6d6d6d;
/* 1405 */     text-align: center;
/* 1406 */     font-size: 14px;
/* 1407 */     font-weight: 400;
/* 1408 */     margin-bottom: 14px;
/* 1409 */ }
/* 1410 */ #Content .woocommerce-product-details__short-description ul {
/* 1411 */ 	margin-bottom: 0;
/* 1412 */ }
/* 1413 */ #Content .woocommerce-product-details__short-description ul li {
/* 1414 */ 	color: #424242;
/* 1415 */ }
/* 1416 */
/* 1417 */ .ssd_shortdesc{
/* 1418 */ 	padding-bottom: 18px;
/* 1419 */ }
/* 1420 */ .ssd_shortdesc + .button.button_dark{
/* 1421 */ 	margin-right: 0;
/* 1422 */ 	margin-bottom: 36px;
/* 1423 */ }
/* 1424 */
/* 1425 */ .column.d-flex > .column_attr{
/* 1426 */ 	display: flex;
/* 1427 */ 	flex-wrap: wrap;
/* 1428 */ }
/* 1429 */
/* 1430 */
/* 1431 */ .home #Content h1.default{
/* 1432 */ 	margin-bottom: 12px;
/* 1433 */ }
/* 1434 */ .home #Content h2{
/* 1435 */     margin-bottom: 24px;
/* 1436 */ }
/* 1437 */ .home #Content h2 sup{
/* 1438 */ 	font-size: 16px;
/* 1439 */ }
/* 1440 */ .home #Content h3 label{
/* 1441 */     font-weight: 900;
/* 1442 */ }
/* 1443 */
/* 1444 */ .home form.home_searchform{
/* 1445 */ 	display: flex;
/* 1446 */ 	flex-wrap: wrap;
/* 1447 */     position: relative;
/* 1448 */     margin-bottom: 36px;
/* 1449 */ }
/* 1450 */ .home form.home_searchform h3{

/* style.css */

/* 1451 */ 	flex: 0 0 100%;
/* 1452 */ }
/* 1453 */ .home form.home_searchform input.field{
/* 1454 */ 	width: auto;
/* 1455 */     flex-grow: 1;
/* 1456 */     border: 1px solid #EBEBEB;
/* 1457 */ 	margin: 0;
/* 1458 */ 	text-align: left;
/* 1459 */ }
/* 1460 */ .home form.home_searchform button{
/* 1461 */ 	margin: 0;
/* 1462 */     z-index: unset;
/* 1463 */     padding: 10px;
/* 1464 */ }
/* 1465 */
/* 1466 */ /*
/* 1467 *| Search page
/* 1468 *| */
/* 1469 */ body.search .section .row > div{
/* 1470 */ 	text-align: center;
/* 1471 */ }
/* 1472 */ body.search .item_wrapper{
/* 1473 */ 	margin: 0 0 48px 0;
/* 1474 */
/* 1475 */ }
/* 1476 */ body.search .item_wrapper img.product_img{
/* 1477 */ 	max-width: 205px !important;
/* 1478 */ }
/* 1479 */ body.search .item_wrapper h5{
/* 1480 */ 	margin-top: 16px;
/* 1481 */ 	margin-bottom: 0;
/* 1482 */ }
/* 1483 */ body.search .item_wrapper p{
/* 1484 */ 	margin: 0 0 8px 0;
/* 1485 */ }
/* 1486 */ body.search .item_wrapper a.button{
/* 1487 */ 	margin: 10px 0 0 0;
/* 1488 */ 	align-self: center;
/* 1489 */ }
/* 1490 */
/* 1491 */ @media screen and (min-width: 768px) {
/* 1492 */ 	body.search .item_wrapper{
/* 1493 */ 		margin: 0 0 64px 0;
/* 1494 */ 		display: flex;
/* 1495 */ 		flex-direction: column;
/* 1496 */ 		justify-content: space-between;
/* 1497 */ 	}
/* 1498 */ }
/* 1499 */ @media screen and (min-width: 992px) {
/* 1500 */ 	body.search .section{

/* style.css */

/* 1501 */ 		padding: 36px 48px;
/* 1502 */ 	}
/* 1503 */ }
/* 1504 */ @media screen and (min-width: 1200px) {
/* 1505 */ 	body.search .section{
/* 1506 */ 		padding-left: 84px;
/* 1507 */ 		padding-right: 84px;
/* 1508 */ 	}
/* 1509 */ }
/* 1510 */
/* 1511 */
/* 1512 */
/* 1513 */ h1.download_title,
/* 1514 */ h2.download_title{
/* 1515 */ 	display: flex;
/* 1516 */ 	align-items: center;
/* 1517 */ 	font-size: 13px;
/* 1518 */     line-height: 1.5;
/* 1519 */     margin-bottom: 12px;
/* 1520 */     font-weight: 700;
/* 1521 */     text-transform: none;
/* 1522 */ }
/* 1523 */
/* 1524 */
/* 1525 */ .pdf_list_wrapper a.open{
/* 1526 */ 	text-decoration: none !important;
/* 1527 */ }
/* 1528 */ .pdf_list_wrapper a.open.opened h2 .icon-plus:before{
/* 1529 */     content: '\e8d8';
/* 1530 */ }
/* 1531 */ .pdf_list_wrapper h2{
/* 1532 */ 	font-size: 13px;
/* 1533 */ 	font-weight: 700;
/* 1534 */ 	text-transform: none;
/* 1535 */ 	margin-bottom: 4px;
/* 1536 */ }
/* 1537 */ .pdf_list_wrapper div.pdf_list{
/* 1538 */ 	display: none;
/* 1539 */ }
/* 1540 */ ul.pdf_list{
/* 1541 */ 	list-style: none;
/* 1542 */ 	margin: 0;
/* 1543 */ 	display: block;
/* 1544 */ }
/* 1545 */ ul.pdf_list li{
/* 1546 */ 	position: relative;
/* 1547 */ }
/* 1548 */ .pdf_list_wrapper div.pdf_list ul.pdf_list{
/* 1549 */     margin-left: 32px;
/* 1550 */     margin-bottom: 18px;

/* style.css */

/* 1551 */ }
/* 1552 */
/* 1553 */ .wpcf7-acceptance .wpcf7-list-item{
/* 1554 */ 	margin-left: 0;
/* 1555 */ }
/* 1556 */
/* 1557 */ #be_compare_features_table_container{
/* 1558 */ 	display: flex;
/* 1559 */ }
/* 1560 */ #be_compare_features_table_container > #be_compare_features_table_inner{
/* 1561 */ 	flex-grow: 1;
/* 1562 */ }
/* 1563 */ #be_compare_features_table_container > .side_content{
/* 1564 */ 	margin-top: 270px;
/* 1565 */ }
/* 1566 */
/* 1567 */ @media screen and (min-width: 992px) {
/* 1568 */ 	p.half_w{
/* 1569 */ 		text-align: center;
/* 1570 */ 		width: 85%;
/* 1571 */ 		margin-left: auto;
/* 1572 */ 		margin-right: auto;
/* 1573 */ 	}
/* 1574 */ }
/* 1575 */ @media screen and (min-width: 1200px) {
/* 1576 */ 	p.half_w{
/* 1577 */ 		width: 70%;
/* 1578 */ 		margin-left: auto;
/* 1579 */ 		margin-right: auto;
/* 1580 */ 	}
/* 1581 */ }
/* 1582 */ @media screen and (min-width: 1400px) {
/* 1583 */ 	p.half_w{
/* 1584 */ 		width: 60%;
/* 1585 */ 		margin-left: auto;
/* 1586 */ 		margin-right: auto;
/* 1587 */ 	}
/* 1588 */ }
/* 1589 */
/* 1590 */ .row {
/* 1591 */   display: flex;
/* 1592 */   flex-wrap: wrap;
/* 1593 */   box-sizing: border-box;
/* 1594 */ }
/* 1595 */ .row.gutters > div {
/* 1596 */ 	padding-right: 15px;
/* 1597 */ 	padding-left: 15px;
/* 1598 */ 	box-sizing: border-box;
/* 1599 */ }
/* 1600 */ .col-auto {

/* style.css */

/* 1601 */   flex: 0 0 auto;
/* 1602 */   width: auto;
/* 1603 */   max-width: 100%; }
/* 1604 */
/* 1605 */ .col-1 {
/* 1606 */   flex: 0 0 8.33333%;
/* 1607 */   max-width: 8.33333%; }
/* 1608 */
/* 1609 */ .col-2 {
/* 1610 */   flex: 0 0 16.66667%;
/* 1611 */   max-width: 16.66667%; }
/* 1612 */
/* 1613 */ .col-3 {
/* 1614 */   flex: 0 0 25%;
/* 1615 */   max-width: 100%; }
/* 1616 */
/* 1617 */ .col-4 {
/* 1618 */   flex: 0 0 33.33333%;
/* 1619 */   max-width: 33.33333%; }
/* 1620 */
/* 1621 */ .col-5 {
/* 1622 */   flex: 0 0 41.66667%;
/* 1623 */   max-width: 41.66667%; }
/* 1624 */
/* 1625 */ .col-6 {
/* 1626 */   flex: 0 0 50%;
/* 1627 */   max-width: 50%; }
/* 1628 */
/* 1629 */ .col-7 {
/* 1630 */   flex: 0 0 58.33333%;
/* 1631 */   max-width: 58.33333%; }
/* 1632 */
/* 1633 */ .col-8 {
/* 1634 */   flex: 0 0 66.66667%;
/* 1635 */   max-width: 66.66667%; }
/* 1636 */
/* 1637 */ .col-9 {
/* 1638 */   flex: 0 0 75%;
/* 1639 */   max-width: 75%; }
/* 1640 */
/* 1641 */ .col-10 {
/* 1642 */   flex: 0 0 83.33333%;
/* 1643 */   max-width: 83.33333%; }
/* 1644 */
/* 1645 */ .col-11 {
/* 1646 */   flex: 0 0 91.66667%;
/* 1647 */   max-width: 91.66667%; }
/* 1648 */
/* 1649 */ .col-12 {
/* 1650 */   flex: 0 0 100%;

/* style.css */

/* 1651 */   max-width: 100%; }
/* 1652 */
/* 1653 */ @media (min-width: 768px) {
/* 1654 */ 	.col-md {
/* 1655 */ 	  flex-basis: 0;
/* 1656 */ 	  flex-grow: 1;
/* 1657 */ 	  max-width: 100%; }
/* 1658 */ 	.col-md-auto {
/* 1659 */ 	  flex: 0 0 auto;
/* 1660 */ 	  width: auto;
/* 1661 */ 	  max-width: 100%; }
/* 1662 */ 	.col-md-1 {
/* 1663 */ 	  flex: 0 0 8.33333%;
/* 1664 */ 	  max-width: 8.33333%; }
/* 1665 */ 	.col-md-2 {
/* 1666 */ 	  flex: 0 0 16.66667%;
/* 1667 */ 	  max-width: 16.66667%; }
/* 1668 */ 	.col-md-3 {
/* 1669 */ 	  flex: 0 0 25%;
/* 1670 */ 	  max-width: 25%; }
/* 1671 */ 	.col-md-4 {
/* 1672 */ 	  flex: 0 0 33.33333%;
/* 1673 */ 	  max-width: 33.33333%; }
/* 1674 */ 	.col-md-5 {
/* 1675 */ 	  flex: 0 0 41.66667%;
/* 1676 */ 	  max-width: 41.66667%; }
/* 1677 */ 	.col-md-6 {
/* 1678 */ 	  flex: 0 0 50%;
/* 1679 */ 	  max-width: 50%; }
/* 1680 */ 	.col-md-7 {
/* 1681 */ 	  flex: 0 0 58.33333%;
/* 1682 */ 	  max-width: 58.33333%; }
/* 1683 */ 	.col-md-8 {
/* 1684 */ 	  flex: 0 0 66.66667%;
/* 1685 */ 	  max-width: 66.66667%; }
/* 1686 */ 	.col-md-9 {
/* 1687 */ 	  flex: 0 0 75%;
/* 1688 */ 	  max-width: 75%; }
/* 1689 */ 	.col-md-10 {
/* 1690 */ 	  flex: 0 0 83.33333%;
/* 1691 */ 	  max-width: 83.33333%; }
/* 1692 */ 	.col-md-11 {
/* 1693 */ 	  flex: 0 0 91.66667%;
/* 1694 */ 	  max-width: 91.66667%; }
/* 1695 */ 	.col-md-12 {
/* 1696 */ 	  flex: 0 0 100%;
/* 1697 */ 	  max-width: 100%; }
/* 1698 */ }
/* 1699 */
/* 1700 */ @media (min-width: 992px) {

/* style.css */

/* 1701 */ 	.col-lg {
/* 1702 */ 	  flex-basis: 0;
/* 1703 */ 	  flex-grow: 1;
/* 1704 */ 	  max-width: 100%; }
/* 1705 */ 	.col-lg-auto {
/* 1706 */ 	  flex: 0 0 auto;
/* 1707 */ 	  width: auto;
/* 1708 */ 	  max-width: 100%; }
/* 1709 */ 	.col-lg-1 {
/* 1710 */ 	  flex: 0 0 8.33333%;
/* 1711 */ 	  max-width: 8.33333%; }
/* 1712 */ 	.col-lg-2 {
/* 1713 */ 	  flex: 0 0 16.66667%;
/* 1714 */ 	  max-width: 16.66667%; }
/* 1715 */ 	.col-lg-3 {
/* 1716 */ 	  flex: 0 0 25%;
/* 1717 */ 	  max-width: 25%; }
/* 1718 */ 	.col-lg-4 {
/* 1719 */ 	  flex: 0 0 33.33333%;
/* 1720 */ 	  max-width: 33.33333%; }
/* 1721 */ 	.col-lg-5 {
/* 1722 */ 	  flex: 0 0 41.66667%;
/* 1723 */ 	  max-width: 41.66667%; }
/* 1724 */ 	.col-lg-6 {
/* 1725 */ 	  flex: 0 0 50%;
/* 1726 */ 	  max-width: 50%; }
/* 1727 */ 	.col-lg-7 {
/* 1728 */ 	  flex: 0 0 58.33333%;
/* 1729 */ 	  max-width: 58.33333%; }
/* 1730 */ 	.col-lg-8 {
/* 1731 */ 	  flex: 0 0 66.66667%;
/* 1732 */ 	  max-width: 66.66667%; }
/* 1733 */ 	.col-lg-9 {
/* 1734 */ 	  flex: 0 0 75%;
/* 1735 */ 	  max-width: 75%; }
/* 1736 */ 	.col-lg-10 {
/* 1737 */ 	  flex: 0 0 83.33333%;
/* 1738 */ 	  max-width: 83.33333%; }
/* 1739 */ 	.col-lg-11 {
/* 1740 */ 	  flex: 0 0 91.66667%;
/* 1741 */ 	  max-width: 91.66667%; }
/* 1742 */ 	.col-lg-12 {
/* 1743 */ 	  flex: 0 0 100%;
/* 1744 */ 	  max-width: 100%; }
/* 1745 */ }
/* 1746 */
/* 1747 */
/* 1748 */
/* 1749 */
/* 1750 */ .d-flex{

/* style.css */

/* 1751 */ 	display: flex !important; }
/* 1752 */
/* 1753 */ .align-items-center {
/* 1754 */   align-items: center !important; }
/* 1755 */
/* 1756 */ .mb-0{
/* 1757 */ 	margin-bottom: 0 !important;
/* 1758 */ }
/* 1759 */
/* 1760 */
/* 1761 */ section.up-sells.upsells.products {
/* 1762 */     background: #ffffff;
/* 1763 */ }
/* 1764 */
/* 1765 */
/* 1766 */
/* 1767 */
/* 1768 */
/* 1769 */ /*
/* 1770 *| Custom homepge slider
/* 1771 *| */
/* 1772 */ .custom_slider_wrapper,
/* 1773 */ .custom_slider_wrapper *{
/* 1774 */ 	box-sizing: border-box;
/* 1775 */ }
/* 1776 */ .custom_slider_wrapper .item{
/* 1777 */ 	position: relative;
/* 1778 */ }
/* 1779 */ .custom_slider_wrapper .item .main_img_wrapper{
/* 1780 */ 	position: absolute;
/* 1781 */ 	left: 0;
/* 1782 */ 	right: 0;
/* 1783 */ 	top: 0;
/* 1784 */ 	bottom: 0;
/* 1785 */ 	z-index: 1;
/* 1786 */ 	display: flex;
/* 1787 */ 	align-items: center;
/* 1788 */ 	justify-content: center;
/* 1789 */ 	overflow: hidden;
/* 1790 */ }
/* 1791 */ .custom_slider_wrapper .item .main_img_wrapper img{
/* 1792 */ 	position: relative;
/* 1793 */ 	margin-left: auto;
/* 1794 */ 	margin-right: auto;
/* 1795 */ 	z-index: 1;
/* 1796 */ 	margin-top: -150%;
/* 1797 */ 	-webkit-transition: ease-out 800ms;
/* 1798 */   	-moz-transition: ease-out 800ms;
/* 1799 */   	-ms-transition: ease-out 800ms;
/* 1800 */   	-o-transition: ease-out 800ms;

/* style.css */

/* 1801 */ 	  transition: ease-out 800ms;
/* 1802 */ 	  max-width: 300px !important;
/* 1803 */ }
/* 1804 */ .custom_slider_wrapper .item.swiper-slide-active .main_img_wrapper img{
/* 1805 */ 	margin-top: 0;
/* 1806 */ }
/* 1807 */ .custom_slider_wrapper .item.swiper-slide-prev .main_img_wrapper img{
/* 1808 */ 	margin-top: 0;
/* 1809 */ 	opacity: 0;
/* 1810 */ }
/* 1811 */
/* 1812 */
/* 1813 */ .custom_slider_wrapper .item .text_content{
/* 1814 */ 	flex-grow: 1;
/* 1815 */ 	background-color: #fff;
/* 1816 */ }
/* 1817 */
/* 1818 */ .custom_slider_wrapper .item .text_content h2{
/* 1819 */ 	font-size: 16px;
/* 1820 */ 	font-weight: 300;
/* 1821 */ 	text-transform: none;
/* 1822 */ 	margin-bottom: 20px !important;
/* 1823 */ }
/* 1824 */ .custom_slider_wrapper .item .text_content .text{
/* 1825 */ 	line-height: 1.5;
/* 1826 */ 	color: #686868;
/* 1827 */ 	font-size: 14px;
/* 1828 */ 	margin-bottom: 30px;
/* 1829 */ }
/* 1830 */ .custom_slider_wrapper .item .text_content a.btn{
/* 1831 */ 	display: inline-block;
/* 1832 */ 	background-color: #004595;
/* 1833 */ 	color: #ffffff;
/* 1834 */ 	padding: 8px 16px;
/* 1835 */ 	position: relative;
/* 1836 */ 	z-index: 10;
/* 1837 */ 	text-decoration: none !important;
/* 1838 */ 	-webkit-transition: ease-out 400ms;
/* 1839 */   	-moz-transition: ease-out 400ms;
/* 1840 */   	-ms-transition: ease-out 400ms;
/* 1841 */   	-o-transition: ease-out 400ms;
/* 1842 */   	transition: ease-out 400ms;
/* 1843 */ }
/* 1844 */ .custom_slider_wrapper .item .text_content a.btn:active,
/* 1845 */ .custom_slider_wrapper .item .text_content a.btn:hover{
/* 1846 */ 	opacity: 0.8;
/* 1847 */ }
/* 1848 */
/* 1849 */ .custom_slider_wrapper .swiper-button-prev,
/* 1850 */ .custom_slider_wrapper .swiper-button-next{

/* style.css */

/* 1851 */ 	opacity: 0;
/* 1852 */ 	margin-top: -23px;
/* 1853 */ 	width: 26px;
/* 1854 */ 	height: 46px;
/* 1855 */ 	background-size: 26px 46px;
/* 1856 */ 	filter: brightness(0.8);
/* 1857 */ 	-webkit-transition: ease-out 400ms;
/* 1858 */   	-moz-transition: ease-out 400ms;
/* 1859 */   	-ms-transition: ease-out 400ms;
/* 1860 */   	-o-transition: ease-out 400ms;
/* 1861 */   	transition: ease-out 400ms;
/* 1862 */ }
/* 1863 */ .custom_slider_wrapper:hover .swiper-button-prev,
/* 1864 */ .custom_slider_wrapper:hover .swiper-button-next{
/* 1865 */ 	opacity: 1;
/* 1866 */ }
/* 1867 */ .custom_slider_wrapper .swiper-button-prev:hover,
/* 1868 */ .custom_slider_wrapper .swiper-button-next:hover{
/* 1869 */ 	filter: brightness(0.6);
/* 1870 */ }
/* 1871 */ .custom_slider_wrapper .swiper-button-prev{
/* 1872 */ 	background-image: url(./assets/images/slider_left_arrow.png);
/* 1873 */ 	left: 14px;
/* 1874 */ }
/* 1875 */ .custom_slider_wrapper .swiper-button-next{
/* 1876 */ 	background-image: url(./assets/images/slider_right_arrow.png);
/* 1877 */ 	right: 14px;
/* 1878 */ }
/* 1879 */
/* 1880 */ .swiper-slide-duplicate img.lazyloading{
/* 1881 */ 	opacity: 1 !important;
/* 1882 */ }
/* 1883 */
/* 1884 */ @media screen and (min-width: 992px){
/* 1885 */
/* 1886 */ 	.custom_slider_wrapper{
/* 1887 */ 		max-height: 450px;
/* 1888 */ 	}
/* 1889 */ 	.custom_slider_wrapper .item{
/* 1890 */ 		display: flex;
/* 1891 */ 		align-items: flex-end;
/* 1892 */ 	}
/* 1893 */ 	.custom_slider_wrapper .item .bg_image,
/* 1894 */ 	.custom_slider_wrapper .item .main_img_wrapper + picture{
/* 1895 */ 		flex: 0 0 50%;
/* 1896 */ 		max-width: 50% !important;
/* 1897 */ 	}
/* 1898 */ 	.custom_slider_wrapper .item picture .bg_image{
/* 1899 */ 		flex: 0 0 100%;
/* 1900 */ 		max-width: 100% !important;

/* style.css */

/* 1901 */ 	}
/* 1902 */
/* 1903 */ 	.custom_slider_wrapper .item .text_content{
/* 1904 */ 		margin-left: 15%;
/* 1905 */ 		margin-right: 4%;
/* 1906 */ 		margin-bottom: 3%;
/* 1907 */ 	}
/* 1908 */ }
/* 1909 */ @media screen and (min-width: 1300px){
/* 1910 */ 	.custom_slider_wrapper .item .text_content{
/* 1911 */ 		margin-left: 10%;
/* 1912 */ 	}
/* 1913 */ }
/* 1914 */ @media screen and (min-width: 1600px){
/* 1915 */ 	.custom_slider_wrapper .item .text_content{
/* 1916 */ 		margin-left: 10%;
/* 1917 */ 		margin-right: 6%;
/* 1918 */ 		margin-bottom: 7%;
/* 1919 */ 	}
/* 1920 */ }
/* 1921 */
/* 1922 */ @media screen and (min-width: 2000px){
/* 1923 */ 	.custom_slider_wrapper{
/* 1924 */ 		max-height: 650px;
/* 1925 */ 	}
/* 1926 */ 	.custom_slider_wrapper .item .bg_image,
/* 1927 */ 	.custom_slider_wrapper .item .main_img_wrapper + picture{
/* 1928 */ 		width: 100%;
/* 1929 */ 	}
/* 1930 */ 	.custom_slider_wrapper .item .text_content{
/* 1931 */ 		margin-bottom: 10%;
/* 1932 */ 	}
/* 1933 */ }
/* 1934 */
/* 1935 */ @media screen and (max-width: 991px){
/* 1936 */ 	.custom_slider_wrapper .item .main_img_wrapper{
/* 1937 */ 		bottom: 30%;
/* 1938 */ 	}
/* 1939 */ 	.custom_slider_wrapper .item .text_content{
/* 1940 */ 		padding: 124px 36px 24px;
/* 1941 */ 		text-align: center;
/* 1942 */ 	}
/* 1943 */ 	.custom_slider_wrapper .item .main_img_wrapper img{
/* 1944 */ 		max-width: 220px !important;
/* 1945 */ 	}
/* 1946 */
/* 1947 */ 	.custom_slider_wrapper .swiper-button-prev,
/* 1948 */ 	.custom_slider_wrapper .swiper-button-next{
/* 1949 */ 		display: none !important;
/* 1950 */ 	}

/* style.css */

/* 1951 */ }
/* 1952 */
/* 1953 */ @media screen and (min-width: 992px){
/* 1954 */ 	#compare-products-basket.floating #compare-products-row{
/* 1955 */ 		display: flex;
/* 1956 */ 	}
/* 1957 */ 	#compare-products-basket.floating #compare-products-row #compare-products-basket-options{
/* 1958 */ 		margin-left: 15px;
/* 1959 */ 	}
/* 1960 */
/* 1961 */ }
/* 1962 */
/* 1963 */ /*
/* 1964 *|  * Fixes rankeffect december 2021
/* 1965 *|  **/
/* 1966 */
/* 1967 */ .mcb-item-b623fac6a.one-fifth.column_image {
/* 1968 */ 	width: 100%;
/* 1969 */ }
/* 1970 */
/* 1971 */ @media only screen and (max-width: 767px) {
/* 1972 */ 	.mobile-header-mini #Top_bar .logo {
/* 1973 */ 		width: 100%;
/* 1974 */ 		float: none;
/* 1975 */ 		margin: 0;
/* 1976 */ 		padding: 5px 0 !important;
/* 1977 */ 	}
/* 1978 */
/* 1979 */ 	.mobile-header-mini #Top_bar a.responsive-menu-toggle {
/* 1980 */ 		top: 18px !important;
/* 1981 */ 	}
/* 1982 */ }
/* 1983 */
/* 1984 */ @media only screen and (min-width: 768px) and (max-width: 1239px) {
/* 1985 */ 	#Top_bar .top_bar_left {
/* 1986 */ 		width: 100% !important;
/* 1987 */ 		float: none;
/* 1988 */ 	}
/* 1989 */
/* 1990 */ 	#Top_bar .logo {
/* 1991 */ 		float: none;
/* 1992 */ 		text-align: center;
/* 1993 */ 	}
/* 1994 */
/* 1995 */ 	#Header_creative #Top_bar {
/* 1996 */ 		height: 96px;
/* 1997 */ 	}
/* 1998 */
/* 1999 */ 	.mobile-header-mini #Top_bar a.responsive-menu-toggle {
/* 2000 */ 		z-index: 100;

/* style.css */

/* 2001 */ 	}
/* 2002 */
/* 2003 */ 	#Top_bar a.responsive-menu-toggle {
/* 2004 */ 		background-color: #000;
/* 2005 */ 		margin-top: 0;
/* 2006 */ 		position: fixed;
/* 2007 */ 		top: 31px;
/* 2008 */ 	}
/* 2009 */
/* 2010 */ 	#Top_bar a.responsive-menu-toggle i {
/* 2011 */ 		color: #fff;
/* 2012 */ 	}
/* 2013 */ }
/* 2014 */
/* 2015 */
/* 2016 */ @font-face {
/* 2017 */     font-family: 'mfn-icons';
/* 2018 */     font-display: fallback;
/* 2019 */     src: url('./wp-content/themes/betheme/fonts/mfn/icons.ttf') format('truetype');
/* 2020 */ }
