/* CUSTOM */
script, style, .hide { display: none !important; }

html {
	font-size: 14px;
	font-family: Open Sans;
	line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
:root{
	--color-primary:#ef7c00;
	--color-secondary:#063470;
	--color-success:#ef7c00;
	--color-info:#d0d1d2;
	--color-warning:#ef7c00;
	--color-danger:#dc3545;
	--color-light:#ced4da;
	--color-dark:#222222;
	--color-white:#ffffff;
	--color-black:#000000;
	--body-bg-color:#ffffff;
	--body-text-color:#727272;
	--body-link-color:#727272;
	--body-link-hover-color:#ef7c00;
	--mainnav-text-color:#727272;
	--mainnav-link-color:#727272;
	--mainnav-link-hover-color:#727272;
	--mainnav-link-active-color:#727272;
	--mainnav-sub-bg-color:#333333;
	--mainnav-sub-bg-hover-color:#ef7c00;
	--mainnav-sub-text-color:#f5f5f5;
	--mainnav-sub-link-color:#f5f5f5;
	--mainnav-sub-link-hover-color:#ffffff;
	--mainnav-sub-link-active-color:#ffffff;
	--footer-bg-color:#434242;
	--footer-text-color:#ffffff;
	--footer-link-color:#ffffff;
	--footer-link-hover-color:#ef7c00;

	--body-font-family: Open Sans;
	--body-font-size: 14px;
	--body-font-weight: 300;
	--body-font-style: normal;
	--body-line-height: 1.2;
	--heading-font-family: Open Sans;
	--heading-font-weight: 300;
	--heading-font-style: normal;
	--heading-line-height: 1.4;
	--heading-letter-spacing: 0px;
	--h1-font-size: 40px;
	--h2-font-size: 32px;
	--h3-font-size: 28px;
	--h4-font-size: 24px;
	--h5-font-size: 20px;
	--h6-font-size: 16px;
}
.fa {
	font-family: FontAwesome;
}
/* BEGIN BS */
*, ::before, ::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    background-color: transparent;
}
a:hover, .page-link:hover {
    color: #128dd4;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
.collapse:not(.show) {
    display: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

/* BEGIN COLS */
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* END COLS */

@media (min-width: 576px) {
	max-width: 540px;
}
@media (min-width: 768px) {
	max-width: 720px;
}
@media (min-width: 992px) {
	max-width: 960px;
}
@media (min-width: 1200x) {
	max-width: 1140px;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1164px;
	}
}
img {
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.logo-image {
	margin: 12px 0 0;
	width: 200px;
}
.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex, .filters, .search .ordering-box, .t4-header .form-inline .search {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
	margin-top: 0.125rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* END BS */

/* BEGIN Aspect Ratio */
.ar {
	width: 100%;
	display: block;
	position: relative;

	overflow: hidden;
}
.ar-inner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.ar-auto {
	display: block;
	position: relative;
}
.ar::after, .ar-auto::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.ar-square::after {
	padding-top: 100%;
}
.ar-i {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.ar-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.ar-bg img {
	display: none !important;
}
/* END Aspect Ratio */

/* IT STARTS */


.t4-wrapper {
	overflow: hidden;
}
body {
	color: var(--body-text-color);
	margin: 0;
	line-height: 1.5;
	font-size: 16px;
}
/* HEADER */
#t4-header {
	z-index: 10;
	position: relative;
	min-height: 40px;
}
.blz_search_compact .blz_search_searchBox {
	overflow: visible;
	height: 26px;
}
.blz_search {
	position: relative;
	margin-left: auto;
}
.blz_search {
	position: relative;
	margin-left: auto;
}
.input-group > .form-control, .input-group > .inputbox, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.input-group-prepend, .input-group-append, .input-group-addon {
	display: flex;
}
.blz_search_compact .blz_search_form {
	float: right;
	width: 154px;
	margin-left: 13px;
}
.form-control::placeholder, .inputbox::placeholder {
	color: #adb6be;
	opacity: 1;
}
.blz_search_compact .blz_search_searchword {
	position: relative;
	height: 26px;
	box-shadow: none !important;
}
.blz_search .form-control, .blz_search .input-group-append {
	background-color: #5b5b5b;
	border: none;
	color: #FFF;
	font-size: 12px;
}
.input-group-append, .input-group-addon {
	margin-left: -1px;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
	min-width: 0;
}
.blz_search_compact .btn.blz_search_submit, .blz_search_compact .btn.mSchClose {
	height: 26px;
	top: 0px;
	border-left-width: 0;
	padding-right: 13px;
}
.blz_search_compact .mSchClose {
	display: none;
}
.input-group-prepend .btn, .input-group-append .btn, .input-group-addon .btn {
	position: relative;
	z-index: 2;
}
.form-control, .inputbox {
	padding: 0.375rem 0.75rem;
}
body .goog-te-gadget-simple {
	background-color: #727271;
	border-width: 0;
	color: #FFF;
	margin-left: 15px;
}
body .goog-te-gadget-simple [href="#"], body .goog-te-gadget-simple a span[style][aria-hidden] {
	color: #fff !important;
}
#t4-topbar {
	background: #727270;
	font-size: 10px;
	height: 26px;
	padding: 0;
}
.t4-section .t4-section-inner {
	position: relative;
}
.navbar-brand {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.logo-image a {
	display: block;
}
.t4-navbar::after {
	display: block;
	clear: both;
	content: "";
}
.t4-navbar {
	position: relative;
	padding: 0;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#t4-header .navbar-toggler {
	width: 36px;
	height: 36px;
	line-height: 34px;
	background: transparent;
	border: 1px solid #434242;
	margin-top: -39px;
	border-radius: 2px;
	padding: 0;
}
.navbar .navbar-toggler i {
	font-size: 21px;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav {
	flex-wrap: wrap;
}
.t4-navbar .nav-item {
	position: relative;
}
.nav-link {
	display: block;
	padding: 1rem 1rem;
}
.nav:not(.nav-tabs) .nav-link {
	color: var(--mainnav-link-color);
}
figure {
	margin: 0;
	display: block;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}


/* SOLIDIAN */
#t4-header .container {
	width: 1310px !important;
	padding-top: 34px;
	padding-bottom: 22px;
	max-width: 100%;
}
.mainnav {
	margin-top: 8px;
}
.navbar-collapse {
	flex-grow: 1;
}
#t4-header .navbar-expand-lg .navbar-nav {
	justify-content: space-around;
}
.t4-megamenu .nav > .dropdown > .dropdown-toggle::after {
	display: none;
}
a {
	color: var(--body-link-color);
}
.orange {
	color: #EF7C00;
}
.level0 > .nav-item > a:hover::before, .level0 > .nav-item > span:hover::before, .level0 > .nav-item.active > a::before, .level0 > .nav-item.active > span::before {
	transform-origin: bottom left;
	transform: scaleX(1) translateY(-10px);
}
.top-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.top-right .fa-search {
	font-size: 19px;
	top: 1px;
}
.t4-section {
	position: relative;
}
.maincrsl {
	margin-top: 20px;
}
.acm-maincrsl {
	padding-bottom: 40px;
}
.carousel {
	position: relative;
}
.carousel {
	position: relative;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
.maincrsl .cCaption .crslTitleR::before {
	content: "";
	width: 73px;
	height: 3px;
	background: #EF7C00;
	display: inline-block;
	position: relative;
	top: 10px;
	margin-right: 16px;
	left: 4px;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 600ms;
}
.home3crsl .cCaption .modbtnMore, .maincrsl .cCaption .modbtnMore {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	text-align: initial;
	margin-top: auto;
}
.crslDeco {
	width: 50%;
}
.maincrsl .crslDeco {
	padding-top: 13.2%;
	background: url("/images/template/grafika.svg") no-repeat;
	background-size: auto;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 45.5%;
}
.maincrsl .ar::after, .ar-auto::after {
	padding-top: 44.4%;
}
.maincrsl .cCaption, .catCaption {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 12.5%;
	bottom: 12.5%;
	left: 7.3%;
	right: 66.16%;
	padding: 30px 45px;
	justify-content: center;
	z-index: 9;
}
.cCaption {
	display: flex;
	text-align: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-item {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
}
.maincrsl .cCaption .crslTitleR {
	text-transform: uppercase;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	text-align: initial;
	letter-spacing: 1.7px;
	word-spacing: -3px;
	margin-bottom: 20px;
	margin-top: auto;
}
.maincrsl .cCaption .crslText {
	color: #FFF;
	font-size: 60px;
	font-weight: 300;
	text-align: start;
	letter-spacing: -3px;
	line-height: 0.94;
	margin-bottom: auto;
}
/* APPLICATIONS */

.fullImgCrsl figure, .fullImgCrsl figure img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
.crslSubtitile {
	display: flex;
}
.catApplContent {
	position: absolute;
	bottom: 0;
	padding: 7px 12px;
	line-height: 36px;
	z-index: 2;
}

/* PRODUCTS */
#t4-main-body {
	padding-top: 60px;
}
.breadcrumbs.order-md-first {
	order: -1;
	z-index: 1;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
.breadcrumb {
	list-style: none;
	font-size: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/";
}
.breadcrumb-item.active {
	color: #EF7C00;
}
.categoryAppl {
	padding-right: 21px;
}
pfTitle::before, .pfSpcTitle::before, .pfAplTitle::before, .prTitleArticle::before {
	content: "";
	position: absolute;
	left: 35px;
	right: 15px;
	height: 2px;
	background-color: #727272;
	bottom: 0;
}
.rdArtHead h3, .keyfactsArticleTitle h4, .pfTitle, .pfSpcTitle, .pfAplTitle, .prTitleArticle {
	position: relative;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 4px;
	letter-spacing: -1.5px;
	padding: 30px 40px 10px;
}
.pfTitle::before, .pfSpcTitle::before, .pfAplTitle::before, .prTitleArticle::before {
	content: "";
	position: absolute;
	left: 35px;
	right: 15px;
	height: 2px;
	background-color: #727272;
	bottom: 0;
}
.prfeat, .prfeatspc, .prfeatspc {
	position: relative;
	background: #FFF;
}
.colfimg, .colfSpcimg, .colfAplimg {
	padding-left: 0;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
.catfilter .btn, .cf_search_input {
	background-color: transparent !important;
	border: none;
	position: relative;
	right: 24px;
	color: var(--body-font-style);
}

/* CATEGORIES */

.categories-view, .browse-view {
	margin-top: 70px;
}
.ar-square::after, .ar-cat::after {
	padding-top: 100%;
}
.catContent {
	padding: 21px 19px 12px;
}
.catTitle {
	font-size: 24px;
	font-weight: 300;
	color: #EF7C00;
	letter-spacing: -2px;
	margin-top: -7px;
	line-height: 1.4;
}
.category .readmore {
	color: #727271;
	display: block;
	margin-top: 24px;
	font-size: 18px;
}
.category .readmore i {
	font-size: 12px;
	padding: 5px;
}
.category .readmore {
	opacity: 0;
}
/* PRODUCT */

.row.d-block > div {
	float: left;
}
.row.d-block::before, .row.d-block::after {
	display: table;
	clear: both;
	content: " ";
}
.row.d-block .productImg, .colfimg, .colfSpcimg, .colfAplimg {
	float: right !important;
}
@media (min-width: 768px) {
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.container {
		max-width: 720px;
	}
}
.txtCol .dp-attachment {
	display: block;
	position: relative;
	padding: 10px 5px 10px 56px;
}
.txtCol .dp-attachment::before {
	content: "";
	display: block;
	background: #aaa;
	width: 1px;
	top: 5px;
	bottom: 5px;
	left: 46px;
	position: absolute;
}
.txtCol .itemBlock + .itemBlock {
	margin-top: 50px;
}
.avPlayerWrapper {
	display: block;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
.avPlayerWrapper .avPlayerContainer {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
	width: 100% !important;
	position: relative !important;
	padding: 54.5% 0 0 0 !important;
	overflow: hidden;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock iframe, .avPlayerWrapper .avPlayerContainer .avPlayerBlock video, .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.offset-1 {
	margin-left: 8.33333%;
}

/* KONTAKT */

.contactcrsl {
	margin-top: 20px;
}
.contactcrsl .carousel-item {
	padding-left: 28%;
}
.contactcrsl .cCaption > :last-child {
	font-size: 113px;
}
.maincrsl .contactcrsl .cCaption {
	top: 55.2%;
}
.addtImg + .addtImg {
	margin-top: 17px;
}
.addtImgsWrap::before, .addtImgsWrap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 48px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	z-index: 88;
	pointer-events: none;
}
.addtImgsWrap::before {
	top: 20px;
}
.addtImgsWrap.atStart::before {
	opacity: 0;
}
.btn.btn-info {
	color: #fff;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.maincrsl .crslDeco {
	padding-top: 13.2%;
	background: url("/images/template/grafika.svg") no-repeat;
	background-size: auto;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 45.5%;
}
#t4-home-2 .module-title, .module-title {
	font-size: 73px;
	color: #727271;
	font-weight: 300;
	text-align: center;
	letter-spacing: -4px;
}
.ar-inner > figure * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.ar-inner > figure {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#t4-spotlight-midle {
	margin-top: 50px;
}
.references #t4-spotlight-midle {
	margin-top: 90px;
}
.exbMod.prReference, .exbMod.exbModCrslPad {
	position: relative;
	padding: 0;
}
.rdcenter .ar-inner::before {
	content: "";
	position: absolute;
	background: linear-gradient(to left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgb(0, 0, 0) 100%);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.crslTitleR {
	display: flex;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li.active {
	background-color: #EF7C00;
}
.carousel-indicators {
	opacity: 0;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	text-indent: -999px;
	cursor: pointer;
	background-clip: padding-box;
	transition: opacity 0.6s ease;
}
.carousel-indicators .active {
	opacity: 1;
}
#t4-spotlight-home {
	border-bottom: 3px solid #EF7C00;
}
#t4-home-1 {
	margin-top: 24px;
}
.cols5 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 20.0%;
	max-width: 20.0%;
}
.contactcrsl, .contantFormTitle {
	font-size: 50px;
	font-weight: 800;
	letter-spacing: -3px;
	line-height: 1;
}
.com_contact #t4-main-body {
	padding-top: 30px;
	padding-bottom: 280px;
}
.contactcrsl {
	margin-top: 20px;
	padding-bottom: 52px;
}
#t4-spotlight-home, #t4-spotlight-top {
	border-bottom: 3px solid #EF7C00;
}
.com_contact.view-category .contact-category > h1 {
	display: none;
}
.contactcrsl .crslDeco {
	padding-top: 15.4%;
	left: 42.5%;
}
.maincrsl .carousel-item, .nextGeneration .carousel-item {
	padding-left: 20.3%;
}
.formNoError {
	display: none;
}
.form-group, .control-group {
	margin-bottom: 1rem;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.icnTitle {
	font-size: 24px;
	color: #727271;
	font-weight: 300;
	line-height: 0.9;
	transition: all 150ms ease-in-out;
	display: block;
}
.badge-light {
	background-color: var(--color-light);
}
.ar-4-3::after {
	padding-top: 75%;
}
.references #t4-main-body {
	padding-top: 20px;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-pills {
	font-weight: bold;
}
.com_contact #t4-main-body {
	padding-top: 60px;
	padding-bottom: 255px;
}
.text-center {
	text-align: center !important;
}
.inner {
	overflow: hidden;
}
.exbMod.carArticle {
	position: relative;
	padding-bottom: 80px;
	margin-top: 92px;
}
@media (min-width: 1600px) {
	.com_virtuemart.view-category #t4-main-body .container {
		width: 1640px !important;
		max-width: 100%;
	}
	.container {
		width: 1600px !important;
		max-width: 100%
	}
	.col-xxl-p {
		flex: 0 0 20%;
		max-width: 20%;
	}
	#t4-topbar .container {
		width: 1150px !important;
	}
	.categories-view[cpr="5"] .category:nth-child(n+6), .browse-view[ppr="5"] .product:nth-child(n+6) {
		margin-top: 40px;
	}
	.prfeat, .prfeatspc, .prfeatspc {
		margin-left: 130px;
		margin-right: 130px;
	}
	#t4-home-1 .container, #t4-home-3 .container {
		width: 1130px !important;
	}
}
@media (min-width: 1400px) {
	#t4-header .navbar-expand-lg .navbar-nav {
		width: 100%;
		letter-spacing: 0.7px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1164px;
	}
	.top-right > .custom:first-child {
		margin-left: 60px;
		margin-right: 30px;
	}
	.top-right > .custom:first-child {
		margin-left: 60px;
		margin-right: 30px;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg {
		padding: 0;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 100%;
	}
}
@media(max-width: 1920px) {
	.maincrsl .cCaption .crslText {
		font-size: 50px;
	}
}
@media (min-width: 1100px) and (max-width: 1199px) {
	#t4-header .container {
		padding-top: 50px;
	}
	.logo-image {
		margin: 12px 0 0;
	}
}
@media (min-width: 992px) and (max-width: 1099px) {
	#t4-header .container {
		padding-top: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1599px) {
	.categories-view[cpr="5"] .category:nth-child(n+5), .browse-view[ppr="5"] .product:nth-child(n+5) {
		margin-top: 28px;
	}
}
@media(max-width:1599px) {
	.applicationView .maincrsl .multiply, .applicationView .maincrsl .cCaption {
		width: 460px;
		min-height: 460px;
		left: 9%;
	}
	.contactcrsl .cCaption .crslTitleR {
		font-size: 16px;
	}
	.contactcrsl .cCaption .crslTitleR::before {
		top: 9px;
	}
	.contactcrsl .cCaption > :last-child {
		font-size: 80px;
	}
	.module-title {
		font-size: 50px;
		letter-spacing: -3px;
		line-height: 1.2;
	}
}
	
@media(max-width:1199px) {	
	.acm-maincrsl {
		padding-bottom: 50px;
	}
	.cols5 {
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
	.applSubtitle::after {
		height: 220px;
		top: -58px;
	}
	.applSubtitle {
		font-size: 34px;
		line-height: 34px;
	}
	.applicationView .maincrsl .crslDeco {
		width: 530px;
		padding-top: 15%;
		left: 5%;
	}
	.contactcrsl .cCaption > :last-child {
		font-size: 58px;
	}
	.contactcrsl .cCaption {
		padding: 0 50px;
	}
	.maincrsl .cCaption .crslText {
		font-size: 24px;
		letter-spacing: -1px;
	}
	.maincrsl .cCaption .crslTitleR::before {
		width: 46px;
	}
	.maincrsl .cCaption .crslTitleR {
		font-size: 13px;
		line-height: 1;
	}
}
@media(max-width:991px) {
	#t4-header .container {
		padding-top: 6px;
	}
	.mainnav {
		margin-top: 0;
	}
	.t4-navbar .navbar.navbar-expand-lg {
		float: none;
		display: block;
	}
	.t4-navbar .navbar.navbar-expand-lg::after {
		display: block;
		clear: both;
		content: "";
	}
	#t4-header .navbar-toggler {
		margin-top: -47px;
	}
	.nav-breakpoint-lg .navbar-toggler {
		float: right;
	}
	.top-right {
		justify-content: flex-end;
	}
	.maincrsl .carousel-control-prev, .maincrsl .carousel-control-next {
		width: 60px;
		height: 60px;
	}
	.maincrsl .carousel-control-prev {
		left: 6vw;
		bottom: 2vw;
	}
	.maincrsl .carousel-control-next {
		bottom: 2vw;
	}
	.acm-maincrsl {
		padding-bottom: 30px;
	}
	.category .blockLinked {
		box-shadow: 0 5px 8px #D0D1D2;
	}
	.category .readmore {
		opacity: 1;
		transform: none;
		font-size: 14px;
	}
	.applicationView .maincrsl .multiply, .applicationView .maincrsl .cCaption {
		width: 280px;
		min-height: 280px;
	}
	.maincrsl .cCaption .crslTitleR::before {
		top: 7px;
		width: 28px;
	}
	.contactcrsl .cCaption {
		padding: 0 20px;
	}
	.contactcrsl .cCaption > :last-child {
		font-size: 38px;
		letter-spacing: -1px;
	}
	.contactcrsl {
		padding-bottom: 22px;
	}
	.contactcrsl .cCaption .crslTitleR {
		font-size: 12px;
	}
	#t4-header .navbar-toggler {
		margin-top: -30px;
	}
	.maincrsl .cCaption, .catCaption {
		padding: 8px 16px;
	}
	.maincrsl .cCaption .crslText {
		font-size: 20px;
		letter-spacing: -1px;
	}
	.maincrsl .cCaption .crslTitleR {
		font-size: 10px;
		letter-spacing: 0;
		word-spacing: 0;
	}
	.home3crsl .cCaption .modbtnMore, .maincrsl .cCaption .modbtnMore {
		font-size: 14px;
	}
	.keyfactsArticleTitle::before, .rdArtHead::before {
		left: 15px;
		right: 15px;
	}
	.rdArticle h3, .aboutUsArtHead h3, .randdcenterPage .headline, .keyfactsArticleTitle h4, .prTitleArticle {
		padding: 30px 0 10px;
	}
	.rdArticle .rdArtImg {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.maincrsl .cCaption .crslTitleR {
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1;
	}
	.maincrsl .cCaption .crslText {
		font-size: 16px;
		letter-spacing: -1px;
	}
	.acm-maincrsl {
		padding-bottom: 20px;
	}
	.contactcrsl .carousel-item {
		padding-left: 0;
	}
	.maincrsl .cCaption .crslTitleR::before {
		width: 22px;
		top: 5px;
		margin-right: 10px;
	}
	.com_contact .container {
		max-width: 720px;
	}
	.maincrsl {
		margin-top: 0;
	}
	.maincrsl .cCaption .crslTitleR::before {
		width: 12px;
		margin-right: 8px;
		top: 3px;
	}
	.icnParams {
		width: 96px;
		height: 96px;
	}
	.icnParams.icn1 {
		background-position: 0 0;
	}
	.icnParams.icn2 {
		background-position: -96px 0;
	}
	.icnParams.icn3 {
		background-position: -192px 0;
	}
	.icnParams.icn10 {
		background-position: -384px -96px;
	}
	.icnParams.icn5 {
		background-position: -384px 0;
	}
	.icnParams.icn6 {
		background-position: 0 -96px;
	}
	#t4-footer .container {
		padding-top: 10px;
	}
	.contactcrsl {
		margin-top: 0;
	}
	.animated {
		transition: none !important;
		animation: none !important;
	}
	.blz_search_compact .blz_search_searchword {
		display: none;
	}
	.blz_search_compact .blz_search_searchBox {
		width: 31px;
	}
	.home3crsl .cCaption .modbtnMore, .maincrsl .cCaption .modbtnMore {
		font-size: 9px;
	}
	.module-title {
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 1.2;
	}
	.modHomeIcons .icnParams {
		background-size: 380px auto;
		transform: scale(1);
	}
	.icnTitle {
		font-size: 16px;
		color: #727271;
		font-weight: 300;
		line-height: 0.9;
		transition: all 150ms ease-in-out;
		display: block;
	}
	.contactcrsl .cCaption {
		left: 0.6%;
	}
	.exbMod.prReference, .exbMod.exbModCrslPad, .exbMod.devInKh {
		margin: 0 30px;
	}
	.rdArticle .inner, .aboutUsArticleL .inner, .aboutUsArticleR .inner {
		margin-right: 0;
		margin-left: 0;
	}
	.rdArticle h3, .qcArticle h3, .aboutUsArtHead h3, .randdcenterPage .headline, .keyfactsArticleTitle h4, .pfTitle, .pfSpcTitle, .pfAplTitle, .prTitleArticle {
		font-size: 22px;
		padding: 30px 0 10px;
		letter-spacing: -1px;
	}
	#t4-main-body {
		padding-bottom: 30px;
	}
	#t4-home-2 .module-title, .module-title {
		letter-spacing: -1px;
		line-height: 1.2;
	}
	.tab-content {
		margin-top: 40px;
	}
	.introTxtCol p {
		margin-bottom: 12px;
	}
}
@media (max-width:575px) {
	.cols5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.maincrsl .cCaption .crslText {
		font-size: 11px;
		letter-spacing: -1px;
	}
	.maincrsl .cCaption, .catCaption {
		padding: 6px 10px;
	}
	.maincrsl .cCaption .crslText {
		font-size: 11px;
		letter-spacing: -1px;
	}
	.maincrsl .cCaption .crslTitleR {
		margin-bottom: 4px;
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	.cols5 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.catfilter .rightBlock {
		margin-left: 18px;
	}
	.categories-view[cpr="5"] .category:nth-child(n+3) {
		margin-top: 28px;
	}
	.cols5:nth-child(n+4) {
		margin-top: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.categories-view[cpr="5"] .category:nth-child(n+4) {
		margin-top: 28px;
	}
	.acm-in-sixi div:nth-child(n+4) {
		margin-top: 30px;
	}
}