/*Fonts*/
/* @font-face{ font-family: 'FontAwesome5Brandsold'; */
/* src: url('fonts/fa-brands-400.ttf') format('truetype'); */
/* } */
/* ================ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic');	

body {
	line-height: 20px !important;
	font-size: 15px !important;
}

.jb-s-b .block-title-main h2:before,
.jb-s-b .block-title-main h2:after {
  background-image: none;
}
#mbbt, #mbbb {
	background: #007297; 
	display:inline-block; 
	width:100%; 
	min-height:200px;
}
#mbbt a, #mbbb a {
	display: block; 
	width: 55%; 
	background: #fff; 
	margin: 88px auto; 
	text-align: center; 
	padding: 25px; 
	border: solid 1px;
}
.block-search {
	width: calc(100% - 300px);
}
.block-search input {
	border-color: #f48256;
}
.header .block-search .action.search::before {
	color: #f48256;
}
#sr {
	background: #007297; 
	/* display: inline-block; */
	padding: 0 20px;
	text-align:center;
	position:relative;
	/* height: auto !important; */
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;	
}
#sr:after {
	content: ''; 
    position: absolute; 
    left: 0px;
	top: 0px;
	right:0px;
    width: 100%;
    height: 70px;
    background: linear-gradient(to right top, transparent 49.5%, #f48256 50%) left / 50.1% 100% no-repeat, linear-gradient(to left top, transparent 49.5%, #f48256 50%) right / 50.1% 100% no-repeat;
}
#hrb {
	color: #fff; 
	display: inline-block;
	margin-bottom:50px;
	text-align:center;
	width:100%;
	font-size: 28px;
	line-height: 35px;
	margin-top: 90px;
}
.hb-main #sr a {
	color: #007297; 
	display: inline-block; 
	width: 90%;
	max-width:260px;
	background: #fff; 
	margin: 0px auto 20px; 
	text-align: center; 
	padding: 25px 5px; 
	border: solid 1px #f48256;
}
.hb-main #sr a:hover {
	color: #fff; 
	background:#f48256;
	border: solid 1px #007297;
}

#new_lang {
	
}
#new_lang a {
	display:inline-block;
	margin: 0 5px;
	background-size: auto 20px !important;
	border-radius: 0 !important;
	width: 30px !important;
	height: 20px !important;
	overflow: hidden;
}
#lang_en {
	background-image: url(//bermantec.com/wp-content/plugins/styles-changes/images/rect_bright.png) !important;
	background-position: -7777px 0 !important;
}
#lang_nl {
	background-image: url(//bermantec.com/wp-content/plugins/styles-changes/images/rect_bright.png) !important;
	background-position: -5121px 0 !important;
}
#lang_de {
	background-image: url(//bermantec.com/wp-content/plugins/styles-changes/images/rect_bright.png) !important;
	background-position: -2753px 0 !important;
}
.header .welcome {
	display:none !important;
} 

.page-wrapper .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary {
	display:none !important;
}
.cp-fcontent a { 
	color:#000;
}
.fa-facebook {
	vertical-align: middle;
}

.fa-facebook:before {
	/* font-family: "FontAwesome5Brandsold"; */
	content: "\f09a";
	color: #4285bf;
	background: #fff;
	padding: 5px 5px 0px;
	font-size: 13px;
	text-rendering: auto;
	border-radius: 50%;
	text-rendering: auto;	
}
.fa-linkedin {
	vertical-align: middle;
	margin-top: -3px;
}
.fa-linkedin:before {
	/* font-family: "FontAwesome5Brandsold"; */
	content: "\f0e1";
	color: #4285bf;
	background: #fff;
	padding: 2px 2px;
	font-size: 12px;
	text-rendering: auto;	
}
.page-wrapper .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 1px;
	background-color: #4285bf;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.page-wrapper .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a:hover{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
}
.page-wrapper .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a i {
	font-weight: 400;
}	
.page-wrapper .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
	text-align: left;
}
.page-products .page-wrapper #maincontent .columns {
	z-index: 0;
}
#advanced_search_footer {
	color:#f2703e;
	text-decoration:underline;
	margin-top: 15px;
	display: none;	 
}
#advanced_search_header {
	color:#f2703e;
	text-decoration:underline;
	display: block;	
	margin-top: 10px;
	margin-bottom: -15px;
}
.main .hb-main .hb-right {
	float: right;
}
.products-grid #um-prodinq-link {
	/*display:none;*/
}

.backorder {
	color: #fe5252;
	}
.instock {
	color: #7ad03a;
}
.page-header .header.panel {
	/* background: #40B2D7; */
}
.product-item-inner .product-item-description {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:65px /* fallback */
}

.product-item-inner .product-item-description li {
	margin-bottom: 0;
}
.product-item-description .more{
	position: absolute;
}
.catalog-product-view .price-final_price .price {
	position: relative;
}
.catalog-product-view .price-final_price .price:after {
	content: " (HT)";
	position: relative;
	font-weight: normal;
	font-size: 90%;
}

.page-with-filter .price-final_price .price {
	position: relative;
}
.page-with-filter .price-final_price .price:after {
	content: " (HT)";
	font-weight: normal;
	right: -30px;
	top: -1px;
}

.product-item-description .more {
	display: none;
}

#product-attribute-specs-table tr:nth-child(2) .data{
	max-height: 195px;
	overflow-y: auto;
	display: block;
}
.product .mage-tabs-disabled #description .value {
	max-height: 200px;
	overflow-y: auto;
	display: block;
}

.m_b_a_us * {
	box-sizing: border-box;
}
.m_b_a_us {
	box-sizing: border-box;
	display: flex;
	position: relative;
	width: 100%;
	margin:0 -15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m_b_a_us_inner {
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
	border:1px solid #E2CF50;
	border-radius: 5px;
	padding: 35px;
}
.m_b_a_us_inner:last-child{
	margin: 0 auto;
}
.m_b_a_us_inner_top {
	display: flex;
}
.m_b_a_us_inner picture {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	align-self: center;
}
.m_b_a_us_inner img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	align-self: center;
}
.m_b_a_us_inner_top span {
	color: #54595F;
	font-size: 15px;
	font-weight: 300;
	line-height:30px;
	padding-left: 30px;
}
.m_b_a_us_inner_top .m_b_a_us_name {
	color: #000000;
	font-size: 20px;
	display:block;
	font-weight: 400;
	padding-left: 0px;
}
.m_b_a_us_inner_bottom {
	padding-top:35px;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
}
.cart-summary #block-discount, .oscSummary .discount-code{
	display: none;
}
body .block.social-login-authentication-channel.account-social-login .block-content {
	text-align: left;
	margin-bottom: 40px;
}
body .account-social-login .actions-toolbar.social-btn {
	width: 260px;
}
body .social-btn .btn-social {
	padding: 10px 12px 12px 44px;
}
body .btn-social > :first-child {
	height: 44px;
	background-color: #fff !important;
	background-position: 0px 5px !important;
}

/*VAT in Checkout page*/
.field.one-field .ok-vat{
	color:#19cb19;
}
.field.one-field .error-vat{
	color: red;
}
div.formToVat {
  /* This bit sets up the horizontal layout */
  display:flex;
  flex-direction:row;
}
input#co-shipping-form input["name=vat_id"] {
  /* Tell the input to use all the available space */
  flex-grow:2;
  border:none;
}
input#co-shipping-form input["name=vat_id"]:focus {
  outline: none;
}
.spinner {
    height: 25px;
    width: 25px;
    border-left: 3px solid #0077a6;
    border-bottom: 3px solid #0077a6;
    border-right: 3px solid #0077a6;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spinner 1s linear infinite;
}
@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.form .fieldset .control.formToVat{
	width:100%;
}

.page-wrapper .page-main-description {
	width: 100%;
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 20px;
}


#rotate_block {
	display: flex;
	justify-content: space-between;
	gap:40px;
	padding-top: 80px;
	min-height: 400px;
}
.rbl {
	background:#fff;
	min-height: 100px;
	display: flex;
	width: 100%;
	flex-direction: column;
}
.rbl-title {
	width: 100%;
	color: #707070;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	background: #fff;
	text-transform: uppercase;
}
 /* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  height: 270px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box.hover_h .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box.hover_h {
	height: auto;
}
#rotate_block .flip-box-front span{
	opacity: 1;
	transition: 0.8s;
}
#rotate_block .hover_h .flip-box-front span{
	opacity: 0;
	transition: 0.3s;
}
/* Position the front and back side */
.flip-box-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
} 
.flip-box-back {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}

.flip-box.hover_h .flip-box-back {
	position: relative;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
} 
.flip-box-back span {
	
}
.rbl-button {
	color: #707070;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
	margin-top: 10px;
	padding-bottom: 20px;
}
.flip-box-back_inner {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 35px;
	padding: 20px;
	color: #707070;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	transition: height 0.5s;
	min-height:230px;
}
.rbl-hidden {
	display: none;
}
.flip-box-back_inner p {
	transition: color 0.2s;
	text-align: justify;
	text-indent: 15x;
}
.rbl_change_color p {
	color: #fff;
	transition: color 0.01s;
}

.flip-box.hover_h img {
	/* opacity: 0; */
	transition: 0.1s;
}
.flip-box img {
	opacity: 1;
	transition: 0.1s;
	border-radius: 35px;
}

.jb-s-b .hb-slider br {
	display: none;
}

.jb-s-b .pagebuilder-column-group figure img {
	max-height: 170px;
}
#rot_block_carousel .owl-dots .owl-dot.active span, #rot_block_carousel .owl-dots .owl-dot:hover span {
  background: #7b61fc;
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
#rot_block_carousel .owl-next, #rot_block_carousel .owl-prev {
      position: absolute;

}
#rot_block_carousel .owl-next span, #rot_block_carousel .owl-prev span {
     display: none;
}

#rot_block_carousel .owl-next {
    right: 44%;
	background-image: url(../assets/owlcarousel/owl_right.png);
	width: 17px;
	height: 15px;
}
#rot_block_carousel .owl-prev {
    left: 44%;
	background-image: url(../assets/owlcarousel/owl_left.png);
	width: 17px;
	height: 15px;	
}
#rot_block_carousel .owl-nav [class*="owl-"]:hover {
	background-color: #fff;
  opacity: 0.8;
}
#rot_block_carousel  .owl-stage-outer {
  min-height: 490px;
}


#j-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.25);
    overflow:hidden;
    position:fixed;
    top:0px;
	left: 0;
    right: 0;
	z-index: 701;
	display: none;
}
#j-popup .j-popup-content{
	position: fixed;
    margin:0px auto 0px auto;
    padding:40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #333;
	width: 100%;
	max-width: 70%;
	display: flex; //block
	height: 100%;
	max-height: 70%;
	border: 1px solid #707070;
	min-height: 300px;
	justify-content: center;
	align-items: center;	
	overflow-y: auto;
	max-height: 90vh;
}
.popup_active {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
#close_popup {
	position:absolute;
	top: 15px;
	right:15px;
	cursor: pointer;
}

.popup {
	cursor: pointer;
}


#mini_popup {
	position: absolute;
    border: 1px solid #333;
    background-color: rgba(255,255,255,0.8);
    padding: 35px 15px;
    z-index: 100;
    top: 35px;
	right: 0;
    left: 0;
    font-style: italic;
	font-family: Montserrat,Sans-serif;
	font-size: 18px;
	line-height: 2em;
	cursor: pointer;
	}
.cms-home-659d2c164961c #maincontent h3 {
  font-weight: 500;
}
.jb-s-b .hb-main {
	display: flex;
	gap: 5px;
}
.main .hb-main .hb-left {
  padding-right: 0px; 
}
.jb-s-b .pad-main-bottom br {
	display:none;
}
.jb-s-b .hb-right {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto !important;
}
.gmt-be71e9 img {
	pointer-events:none;
}


.elementor {
	width: 100%;
	max-width:1350px;
	padding: 0px 20px;
	margin: 0px auto;
	text-align: justify;
	color: #23496D;
	box-sizing: border-box;
}
.elementor-section .elementor-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}
.elementor-button-wrapper {
	text-align: center;
	margin-top: 20px;
	justify-content: center;
}
.elementor h2, .elementor h1 {
  color: #23496D;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.elementor h2 a, .elementor h1 a {
  color: #23496D;
}
.elementor .elementor-button {
  display: inline-block;
  line-height: 1;
  background-color:#E69138;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
}
.elementor .elementor-button-wrapper a:hover {
  color: #26A0DA;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor p {
	text-align: justify;
  color: #23496D;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.elementor p a {
	color: #23496D;
	transition: all 0.3s ease;
}
.elementor p a:hover {
  color: #FF4F00;
}
.elementor .elementor-widget-container {
  padding: 21px 0px 0px 0px;
  text-align: center;
}
.elementor strong {
  font-weight: 600;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.elementor-social-icon i {
  color: var(--e-social-icon-icon-color);
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i::before, .elementor-icon svg::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fa-linkedin::before {
  content: "\f08c";
}
.elementor .elementor-section-items-middle .elementor-column-gap-default {
	max-width: 100%;
}

@media (max-width: 767px) {
.elementor p {
	font-size: 15px;
	line-height: 24px;
}
.elementor h2, .elementor h1 {
  font-size: 30px;
}
}


.products_tags_list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: center;
	list-style:none;
	margin-top: 50px;
	/* gap: 30px; */
	  margin-bottom: 50px;
	box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.products_tags_list:after {
	content:"";
	/* flex:auto; */
}
.products_tags_list div {
	padding: 10px 25px;
	color: #fff;
	background: #4C758E;
	border-radius:7px;
	margin: 15px;
}
.products_tags_list div:hover{
     background: #2F65AB;
}
.products_tags_list div a:hover{
	 color: #fff;
}
.products_tags_list div a {
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.products_tags_list {
		/* justify-content: flex-start; */
		/* gap: 20px; */
	}
	.products_tags_list div {
		margin: 10px;
	}	
	.products_tags_list div a {
	  font-size: 14px;
	}
}


.elementor-divider-separator {
  display: flex;
  width: 32%;
  margin: 0 auto;
  border-top:#ff9902;
  height: 1px;
}
.elementor-element-2107fc74 {
	
}
.elementor-col-20{
	width: 20%;
	  display: inline-block;
}
.elementor-col-33{
    width: 33%;
	  display: inline-block;
  }
.elementor-element-2107fc74 img {
	height:250px;
	width: 300px; 
	max-width: 100%;
}


.catalog-category-view #maincontent {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
.catalog-category-view #maincontent .category-view{
	order: 99;
}

.page-wrapper > *{
	order: 1000;
}
.page-wrapper .page-header{
	order: 91;
}
.page-wrapper .nav-sections{
	order: 92;
}
.page-wrapper .breadcrumbs{
	order: 93;
}
.page-wrapper .page-main{
	order: 94;
}
.page-wrapper #maincontent{
	order: 98;
}
.page-wrapper .category-view{
	order: 99;
}
 

.cms-quick-links .page-wrapper #maincontent {
	display: flex;
	flex-direction: column-reverse;
}
.cms-tags-populaires .page-wrapper #maincontent {
	display: flex;
	flex-direction: column-reverse;
}
.cms-quick-links .page-wrapper #maincontent .columns, .cms-quick-links .page-wrapper #maincontent .columns {
	position: relative;
}

.img_quick-links {
	position: relative;
	text-align: center;
	width: 100%;
}
.img_quick-links picture img { 
	width: 100%;
}
.img_quick-links:before {
	content:"";
	position: absolute;
	background-color: #000;
	opacity: 0.65;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.ql_title {
	position: absolute;
	text-align: center;
	display: flex;
	top: 0;
	align-items: center;
	width: 100%;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.img_quick-links .quick-links_title {
	color: #ffffff;
	font-family: "Montserrat", Sans-serif;
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0px auto 15px;
}
.img_quick-links .quick-links_subtitle {
	color: #ffffff;
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 2em;
}

/* >>> AUG '24 nous-contacter */
@keyframes ani {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.category-nous-contacter .breadcrumbs, .category-kontaktiere-uns .breadcrumbs {
	margin: 0px !important;
}
.category-nous-contacter #maincontent, .category-kontaktiere-uns #maincontent {
	background-image: url("https://bermantec.de/wp-content/uploads/2021/03/aDSC05659_60_61_tonemapped.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	max-width: 100%;
	margin-top: 0px;
	padding: 30px 0 0;
}
.category-nous-contacter #maincontent #page-title-heading, .category-kontaktiere-uns #maincontent #page-title-heading {
	color: #ffffff;
	font-family: "Oswald", Sans-serif;
	font-size: 90px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.6);
	max-width: 1000px;
	margin: 70px auto 0px;
	display: block;
	text-align: center;
}
.category-nous-contacter #maincontent .c-add, .category-kontaktiere-uns #maincontent .c-add {
	flex: 0 0 100%;
	box-sizing: border-box;
	margin: 0;
	float: none;
	width: 100%;
	background: #fff;
	padding: 50px 30px;
	margin-bottom: -70px;
	border-style: solid;
	border-width: 8px 0px 0px 0px;
	border-color: #ffba00;
}
.category-nous-contacter #maincontent .c-add_inner, .category-kontaktiere-uns #maincontent .c-add_inner {
	max-width: 1900px;
	margin: 0 auto 120px;
	display: block;
	padding: 0 20px;
	box-sizing: border-box;
}
.category-nous-contacter #maincontent .col-50, .category-kontaktiere-uns #maincontent .col-50 {
	width: 50%;
}
.category-nous-contacter #maincontent .c-add_top, .category-kontaktiere-uns #maincontent .c-add_top {
	max-width: 100%;
	margin: 0 auto 120px;
	display: block;
	background-size: 50%;
	box-sizing: border-box;
	padding-left: 7%;
	display: flex;
}
.category-nous-contacter #maincontent .c-add_top .col-50:first-child, .category-kontaktiere-uns #maincontent .c-add_top .col-50:first-child {
	padding: 50px;
	box-sizing: border-box;
	background: #ebebeb;
}
.category-nous-contacter #maincontent .c-add_top .col-50:last-child, .category-kontaktiere-uns #maincontent .c-add_top .col-50:last-child {
	background: url(https://bermantec.de/wp-content/uploads/2020/11/Office.jpg) no-repeat center center #ebebeb;	
	background-size: cover;
}
.category-nous-contacter #maincontent .c-add_bottom, .category-kontaktiere-uns #maincontent .c-add_bottom {
	max-width: 100%;
	margin: 100px auto 120px;
	display: block;
	box-sizing: border-box;
	padding-right: 7%;
	display: flex;
}
.category-nous-contacter #maincontent .c-add_bottom .col-50:first-child, .category-kontaktiere-uns #maincontent .c-add_bottom .col-50:first-child {
	background: url(https://bermantec.de/wp-content/uploads/2021/04/contact.jpg) no-repeat center center #ebebeb;	
	background-size: cover;
}
.category-nous-contacter #maincontent .c-add_bottom .col-50:last-child, .category-kontaktiere-uns #maincontent .c-add_bottom .col-50:last-child {
	padding: 50px;
	box-sizing: border-box;
	background: #ebebeb;
}
.category-view .category-cms .j_c-add {
	flex-direction: column;
}
.j_c-add #contact-form {
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.16);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 70px 70px 70px 70px;
	line-height: 110%;
	max-width: 1000px;
	margin: 0px auto 100px;
	background: #fff;
}
.cnt_frm_ttl {
	color: #455b64;
	font-family: "Oswald", Sans-serif;
	font-size: 42px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 110%;
	margin-bottom: 50px !important;
	text-align: center;
}
.j_c-add #contact-form input {
	border: 1px solid #69727d;
	font-size: 14px;
	height: auto;
	padding: 10px 10px;
	
}
.j_c-add #contact-form input::placeholder, .j_c-add #contact-form #comment::placeholder {
	color: #69727d;
	opacity: 1;	
}
.cf_top_line {
	display: flex;
	gap: 10px;
	flex-direction: row;
	margin-bottom:10px;
	}
	.j_c-add #contact-form #comment {
	border: 1px solid #69727d;
	font-size: 14px;
	height: auto;
	padding: 10px 10px;
	margin-top: -10px;
	}
	.j_c-add #contact-form button {
		background-color: #007298;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 3px;
		border-radius: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	border: 0;
	width: 100%;
	font-size: 14px;
	height: auto;
	padding: 10px 10px;	
}
.j_c-add #contact-form .primary {
	width: 100%;
	height: 50px;
}
.cf_top_line .field {
	width: 25%;
}
.category-nous-contacter #maincontent .c-add_inner h2, .category-kontaktiere-uns #maincontent .c-add_inner h2 {
  color: #455b64;
  font-family: "Oswald", Sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom:20px;
}
.category-nous-contacter #maincontent .c-add_inner h2:after, .category-kontaktiere-uns #maincontent .c-add_inner h2:after {
	content: '';
	height: 1px;
	width: 100px;
	border-bottom: solid 3px #ffba00;
	display: block;
	bottom: 0px;
	position: absolute;
}
.c-add .c-add_inner .cs-info {
	padding-left: 0px;
	margin-bottom: 15px;
}
.j_c-add .adresse:before {
	content:"";
	background: url(https://cdn-icons-png.flaticon.com/128/3917/3917749.png) no-repeat 0% 0%;
	width: 18px;
	height: 15px;
	display: inline-block;
	background-size: contain;
	padding-right: 15px;
}
.j_c-add .phone:before {
	content:"";
	background: url(https://cdn-icons-png.flaticon.com/128/9798/9798457.png) no-repeat 0% 0%;	
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: contain;
	padding-right: 15px;
}
.j_c-add .mail:before {
	content:"";
	background: url(https://cdn-icons-png.flaticon.com/128/3916/3916611.png) no-repeat 0% 0%;
	width: 18px;
	height: 15px;
	display: inline-block;
	background-size: contain;
	padding-right: 15px;
}
.category-nous-contacter .contact_sub_title, .category-kontaktiere-uns .contact_sub_title {
	color: #ffffff;
	font-family: "Montserrat", Sans-serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0px auto 90px;
	display: block;
	max-width: 800px;
	text-align: center;
	opacity: 0;
	animation: ani 4s forwards;
}
.category-nous-contacter .j_c-add strong, .category-kontaktiere-uns .j_c-add strong {
	padding-bottom: 5px;
	display: none;
}
.category-nous-contacter .j_c-add .sub_name, .category-kontaktiere-uns .j_c-add .sub_name {
	color: #455B64;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: block;
}
.cf_cb {
	margin-bottom: 15px;
}
.cf_cb label{
	font-family: "Roboto", Sans-serif;
	color: #69727d;
}
.j_c-add .cf_cb input {
	background-color: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-radius: 0px 0px 0px 0px;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	border: 1px solid #69727d;
}
.cf_cb  input[type="checkbox"]:checked::before {
  color: #007298;
}
.j_c-add .button_return_to_form {
	font-family: "Oswald", Sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #ffba00;
	font-size: 16px;
	padding: 15px 30px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 1;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	margin-top:30px;
	box-sizing: border-box;
}
.j_c-add .button_return_to_form:hover {
	color: #ffba00;
	background-color: #455b64;
}
/* AUG '24 nous-contacter <<< */

.messages_after_button .message.success {
	display: flex;
	background: #fff;
	text-transform: uppercase;
	color: #58B95E;
}
.messages_after_button .message.success > :first-child:before {
  color: #58B95E;
}
.Industries_hidden {
	display: none;
}

.hb-slider .owl-nav.disabled, .hb-slider .owl-dots.disabled {
	display:none;
}

/* >>> SEPT-OCT '24 NEWS page/actualites-bermantec */

.gmt-104 .page-title,
.cms-bermantec-nieuwsbrieven .page-title,
.cms-newsletters .page-title {
	max-width: 1280px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px 20px;
}
.gmt-104 .gmt-element-c924cac ul,
.cms-bermantec-nieuwsbrieven .gmt-element-e1d8037 ul,
.cms-newsletters .gmt-element-cdd5e99 ul {
	flex-wrap: wrap;
}
.gmt-104 .gmt-element-c924cac ul li,
.cms-bermantec-nieuwsbrieven .gmt-element-e1d8037 ul li,
.cms-newsletters .gmt-element-cdd5e99 ul li {
	/* width: 33.333%; */
	width: 25%;
	margin-bottom: 15px;
	padding: 20px;
    box-sizing: border-box;
}
.gmt-104 .gmt-element-c924cac ul li img,
.cms-bermantec-nieuwsbrieven .gmt-element-e1d8037 ul li img,
.cms-newsletters .gmt-element-cdd5e99 ul li img {
	width: 100%;
}
.gmt-104 .gmt-element-c924cac ul li a,
.cms-bermantec-nieuwsbrieven .gmt-element-e1d8037 ul li a,
.cms-newsletters .gmt-element-cdd5e99 ul li a {
	color: #007298;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 21px;
	padding-right: 0;
	min-height: 60px;
}
.gmt-104 .span_alt_img,
.cms-bermantec-nieuwsbrieven .span_alt_img,
.cms-newsletters .span_alt_img {
	color: #7a7a7a;
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top:20px;
	display: block;
}
.gmt-104 .gmt-element-c924cac ul li .link_more, 
.cms-bermantec-nieuwsbrieven .gmt-element-e1d8037 ul li .link_more, 
.cms-newsletters .gmt-element-cdd5e99 ul li .link_more { 
	color: #FF4F00;
	font-size: 12px;
	font-weight: 700;
	margin-top:10px;
	display: block;
	text-transform: uppercase;
}
.gmt-104 .gmt-widget-navigation [data-action="navigation"] ul li .pages-custom__link,
.cms-bermantec-nieuwsbrieven .gmt-widget-navigation [data-action="navigation"] ul li .pages-custom__link,
.cms-newsletters .gmt-widget-navigation [data-action="navigation"] ul li .pages-custom__link {
  color: #007298;
}

.gmt-104 .gmt-widget-navigation [data-action="navigation"] ul li .link_more:hover, 
.cms-bermantec-nieuwsbrieven .gmt-widget-navigation [data-action="navigation"] ul li .link_more:hover, 
.cms-newsletters .gmt-widget-navigation [data-action="navigation"] ul li .link_more:hover { 
	color: #FF4F00;
}
.gmt-104 .gmt-widget-navigation [data-action="navigation"] ul li .link_more, 
.cms-bermantec-nieuwsbrieven .gmt-widget-navigation [data-action="navigation"] ul li .link_more, 
.cms-newsletters .gmt-widget-navigation [data-action="navigation"] ul li .link_more { 
	color: #FF4F00;
}
/* SEPT-OCT '24 NEWS page/actualites-bermantec <<< */

.gmt-b47662 .gmt-image-box-img img {
	border-radius: 50%;
}
.gmt-b47662 .gmt-image-box-title {
	margin-top: 0;
}
.products-grid .owl-stage .owl-item {
	display: inline-block;
}


.upsell .block-content .pro-slider .owl-stage-outer {
	overflow: hidden;
}
.upsell .block-content .pro-slider .owl-dot {
	display: none;
}
.upsell .block-content .pro-slider .owl-nav {
	text-align: center;
}
.upsell .block-content .pro-slider .owl-prev {
	background: #f2703e;
	color: #fff;
	font-size: 30px;
	padding: 10px 15px 14px 14px;
	margin: 5px;
	border: none;
}
.upsell .block-content .pro-slider .owl-next {
	background: #f2703e;
	color: #fff;
	font-size: 30px;
	padding: 10px 14px 14px 15px;
	margin: 5px;
	border: none;
}

.upsell .block-content .pro-slider .owl-prev:hover, .upsell .block-content .pro-slider .owl-next:hover {
	opacity: 0.7;
}


/* >>> 02 '25 PDF <<< */

#pdf_li_ {
	display: flex;
	margin-top: 20px;
	gap: 20px;
	flex-wrap: wrap;	
}
#pdf_li_ .full_pdf_link {
	width:125px;
	display: inline-block;
	text-align: center;
}
#pdf_li_ .full_pdf_link a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 125px;	
}
#pdf_li_ .full_pdf_link strong {
	margin: 10px 0px;
	line-height: 1.2;
	display: flex;
}

@media only screen and (max-width: 767px) {
	#pdf_li_ {
		flex-direction: column;
	}
	#pdf_li_ .full_pdf_link {
		width: 100%;
		text-align: left;
	}
	#pdf_li_ .full_pdf_link a {
		width: 100%;
		align-items: start;
	}
}

.minicart-wrapper{
	margin-top: -7px;
}


@media (max-width: 767px) {

	.gmt-banner-description .hero-content h1 {
	  font-size: 15px !important; /* Mobile */
	}


  .hero-content .block-search {
    position: absolute;
    bottom: 45%;
    right: 1px;
  }
}

/* Desktop only */
@media screen and (min-width: 1025px) {
  .gmt-banner-description .hero-content h1 {
    font-size: 45px !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .gmt-banner-description .hero-content h1 {
    font-size: 20px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .gmt-banner-description .hero-content h1 {
    font-size: 35px;
    font-weight: 600;
  }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 15px;
}
@media screen and (min-width: 1025px) {
  .hero-content .block-search {
    position: absolute; /* required if using bottom */
    bottom: 32%;
  }
}

.gmt-banner-img {
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff; 
}

.gmt-banner-img {
  background: #fff;
}

.gmt-banner-description .hero-content h1 {
	width: 750px;
	margin: auto;
	padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .gmt-banner-description .hero-content h1 {
    width: 350px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gmt-banner-description .hero-content h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .hero-actions {
    margin-top: -30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column.main .block:last-child {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px){
.hero-content {
    top: -165px !important;
}
}

.hero-content #search {
    border-radius: 7px !important;
}

.me-head h2{
    font-size:30px !important; color:#27789A !important; font-weight:600 !important;
}

.me-head .TextRun span{
    font-size:30px !important; color:#27789A !important; font-weight:600 !important;
}


@media screen and (max-width: 480px){
.hero-content .hero-actions {
    margin-top: 10px !important;
}
}

@media screen and (max-width: 480px){
.hero-actions a.btn.btn-primary {
    line-height: 0px !important;
}

.gmt-banner-description .hero-content h1{
	padding-bottom: 90px;
}

.block-search #search_mini_form input{
	top: 23px;
}
}


@media screen and (max-width: 767px) {
  button.action.search::before {
    content: '\e615';
    font-family: 'luma-icons';
    position: absolute;
    top: 108px;
    right: 26px;
  }

  .hero-actions a.btn.btn-primary{
  	font-size: 9px;
  }

 button.action.search{
   margin-top: -26px;
   margin-left:50px;

   display: block !important;
  }
}

.cms-fr-new-homepage .breadcrumbs{
	display: none;
}

  



@media only screen and (min-width: 1024px) {
  /* Section containers - create grid layout */
        .industry-block .gmt-section .gmt-row {
            display: contents;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            padding: 15px;
            max-width: 1200px;
            margin: 0 auto;
        }
}

@media only screen and (max-width: 767px) {
   /* Section containers - create grid layout */
        .industry-block .gmt-section .gmt-row {
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            padding: 15px;
            max-width: 1200px;
            margin: 0 auto;
        }
}


.pad-main-product .price{
	display: none !important;
}


  @media (max-width: 640px) {
            .why-choose-us .gmt-text-title {
                font-size: 32px;
            }

            .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span,
            .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span span {
                font-size: 17px !important;
            }

            .why-choose-us .gmt-section:nth-child(n+3) .gmt-row{
            	padding: 0px !important;
            } 
        }


@media (max-width: 767px) {
    .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span, 
    .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span span {
        margin: 0 0 40px 0 !important;
    }

     .why-choose-us .gmt-section:nth-child(n+3) .gmt-row{
         padding: 0px !important;
      } 

      .industry-block .gmt-section .gmt-row{
      	padding: 0px;
      }

      .gmt-element-3c325937 p{
		display: block !important;
		margin: 0 0 -24px 0 !important;
	}
}



@media (min-width: 1025px) {
    .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span, 
    .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span span {
        margin: 0 0 86px 0 !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .connaidee {
        margin-left: 8px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .connaidee {
        margin-left: 33px !important;
    }
}


/* Tablet */
@media (min-width: 768px) {
    .connaidee {
        margin-left: 60px !important;
    }
}

/* Small Laptop */
@media (min-width: 1025px) {
    .connaidee {
        margin-left: 60px !important;
    }
}

/* Large Desktop */
@media (min-width: 1440px) {
    .connaidee {
        margin-left: 118px !important;
        height: 170px !important;
    }
}


.industry-block .gmt-section:not(:last-child){
	margin-bottom: 10px;
}

.gmt-element-3c325937 p{
		display: block !important;
	}

 .gmt-element-3c325937 p{
		margin: -18px !important
	}


	.cms-fr-new-homepage .product-image-container{
		width: 210px !important;
	}

	.product-img-block a {
		text-align: center !important;
	}

	.hero-content h1{
		font-family: 'Montserrat', sans-serif;
	}

@media only screen and (min-width: 768px) {
    .hero-content h1 {
        width: 795px !important;
    }
}

	.gmt-element .gmt-element-7052e62e{
		width: 90% !important;
		margin: auto !important;
	}


	section.gmt-element.gmt-element-720485b0.gmt-section-boxed.gmt-section-height-default.gmt-section-height-default.gmt-section.gmt-top-section {
    width: 90% !important;
    margin: auto !important;
}

.product-item-name > a {
	font-size: 16px !important;
}

.product-item-name {
	text-align: center;
}

.hero-content .btn{
font-family: 'Montserrat', sans-serif;
}

.cms-fr-new-homepage .gmt-text-editor.gmt-clearfix{
	font-family: 'Montserrat', sans-serif !important;
}


@media only screen and (min-width: 768px) {
.why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span, .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span span{
	font-size: 25px !important;
}
}

@media only screen and (max-width: 767px) {
.why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span, .why-choose-us .gmt-column .gmt-widget-wrap > .gmt-element:nth-child(2) .gmt-text-editor p span span{
	margin: 0 0 30px 0 !important;
}
}

@media only screen and (max-width: 767px) {
.gmt-element-2df2887b{
	margin-top: 20px !important;
}
}

