:root {
	--pj-border-radius: 0px;	
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--pj-blue);
}

body {
	color: var(--pj-gray);
}

.header-top, .header-upper {
    background: none;
}

.fixed-header .header-top, .fixed-header .header-upper {
    background: var(--pj-white);
	border-radius: 0 0 0 10px;
}

.header-upper .header-inner {
    background: var(--pj-white);
	border-radius: 0 0 0 10px;
}
.header-upper .header-inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2000px;
    height: 100%;
    background: var(--pj-white);
	border-radius: 0 0 0 10px;
    z-index: -1;	
}

.preloader {
    background-image: url(../../images/logo.png);
}

.overlay::before {
    background: none;
}

.service-content h3 {
	text-transform:unset;
}

.service-overlay {
    height: 100%;
	background: transparent;
}

.services-section .service-content {
	padding: 0 25px 25px;
}
.services-section .service-box {
	padding: 5px;
	flex: 1; /* additionally, equal width */
	height: 100%;
	background: white;
	position: relative;
    border: 1px solid var(--pj-blue);
	box-shadow: unset;
	border-radius: var(--pj-border-radius);
    overflow: hidden;
}

.services-section .service-box img {border-radius: var(--pj-border-radius);}

.service-box .read-more {
    position: absolute;
	bottom: 15px;
	left:15px;
	opacity: 0;
}

a {
    color: var(--pj-blue);
 }

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
	cursor: pointer;
}

.theme-btn:hover {
    background: var(--pj-gray);
}

a.theme-btn.bg-black, .bg-black {
    background-color: var(--pj-blue3);
}
a.theme-btn.bg-black:hover {
    background-color: var(--pj-gray);
}

*::-moz-selection {
    background: var(--pj-blue3);
    color: var(--pj-white);
    text-shadow: none;
}
::-moz-selection {
    background: var(--pj-blue3);
    color: var(--pj-white);
    text-shadow: none;
}
::selection {
    background: var(--pj-blue3);
    color: var(--pj-white);
    text-shadow: none;
}

.logo {margin-left:10px;width:205px;display:block;}

.top-inner {    
	padding: 10px 0;
}
.top-inner::before {    
    background: var(--pj-blue1);
}

.top-inner *,.top-left li,.top-left li i {color: var(--pj-white);}

.top-left li a:hover {
    color: var(--pj-blue2);
}

.main-menu .navigation > li > a {    
    padding: 10px 20px;
    text-transform: none;
	font-size: 18px;
	color: var(--pj-blue);
	-webkit-transition: all 200ms ease;
    transition: all 200ms ease;
	text-transform: uppercase;
}
.main-menu .navigation > li:hover > a {    
	background: var(--pj-blue);
	color: var(--pj-white);
}
.main-menu .navigation > li::before {
    /*
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scale(0);
    height: 3px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	*/
    background: var(--pj-blue);
}

.main-menu .navigation li > ul {
	min-width:300px;
}

.header-upper.inv {
	padding-top:15px;
	padding-bottom:15px;
	background: var(--pj-blue);
	padding-left: 10vw;
}

.copyright-area * {
	/* color: var(--pj-blue); */
}

.service-overlay {
    background: none;
}

.services-page .section-title h2 {color:var(--pj-white);}

.service-box {
    background: var(--pj-white);
}

.footer-section {border-top:1px solid var(--pj-gray3);background:var(--pj-gray2);}

.all-overlay {
    position: absolute;
    height: 62.8%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--pj-white);
}

.hero-section {
   background-image: url(../images/hero/aquasun.jpg);
}

.about-image {
    background: url(https://placehold.co/1400x1097/EEE/31343C?font=open-sans&text=bg-facebook) no-repeat center left/cover;
}
.about-image::before { 
	content: ' ';
	opacity: 0.85;
	mix-blend-mode: multiply;
     background: linear-gradient(90deg, var(--pj-white), var(--pj-white), var(--pj-blue));
	
}

.page-banner {    
	/* background: url(../images/hero/hero-bg.jpg) no-repeat center/cover; */
    margin-top: 0px;
	height:600px;
}
.page-banner.bg-0001 {    
	background:url(../images/hero/aquasun1.jpg) no-repeat center/cover var(--pj-blue3);
}
.page-banner.bg-0002 {    
	background:url(../images/hero/aquasun2.jpg) no-repeat center/cover var(--pj-blue3);
}
.page-banner.bg-0003 {    
	background:url(../images/hero/aquasun4.jpg) no-repeat center/cover var(--pj-blue3);
}
.page-banner.bg-0004 {    
	background:url(../images/hero/aquasun4.jpg) no-repeat center/cover var(--pj-blue3);
}
.page-banner.about {    
	background:url(../images/hero/about-bg-min.jpg) no-repeat center/cover var(--pj-blue3);
}

.page-banner::before {
	opacity: 0.85;
	mix-blend-mode: multiply;
     background: linear-gradient(35deg, var(--pj-blue3), var(--pj-white), var(--pj-white));
	
}

.page-banner .banner-inner h1 {
    color: var(--pj-white);
	text-shadow: 2px 2px 2px var(--pj-blue3);
}

.banner-inner .breadcrumb-item {
    color: var(--pj-gray3);
}

.banner-inner .breadcrumb a {
    color:var(--pj-white);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--pj-gray1);
}

.btn.dropdown-toggle.btn-light {
    height: inherit;
    border-radius: var(--pj-border-radius);
    padding: 10px 15px;
    border: 1px solid #c9c9c9;
	letter-spacing: 2.8px;
	color: #68778C !important;
	background: var(--pj-white);
}

.form-control {
    border-radius: var(--pj-border-radius);
    padding: 10px 15px;
}

select.form-control:not([size]):not([multiple]) {
    height: inherit;
}

/* checkbox */
.custom-control-label::before {
	width: 20px;
	height: 20px;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 50%;
}
.custom-control-label::after {
	width: 20px;
	height: 20px;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: var(--pj-white);
    border-color: var(--pj-blue);
    background-color: var(--pj-blue);
}

.hero-section {
    height: 100vh;
    margin-top: 0;
	display: block;
	
}

.hero-section .container {
	top:200px;
	position: relative;
}
.hero-section.overlay .container {
	top:-100px;
}

.hero-section:before {
    opacity: 0.25;
	mix-blend-mode: color;
    background: linear-gradient(35deg, var(--pj-blue1), var(--pj-blue2));
}

.hero-inner:before {
	display:none;
}

/*
.hero-inner {
   box-shadow:2px 2px 8px var(--pj-gray);
   max-width: 500px;
}
*/

.hero-inner {
    width: 100%;
    max-width: 530px;
    background: var(--pj-white);
    border-radius: 10px;
    box-shadow: -5px 7px 15px 0 var(--pj-gray);
    padding: 30px;
    margin: 0 0 0 auto;
    position: relative;
}

.hero-inner h1 {
    font-size: 32px;
	color: var(--pj-red);
    line-height: 40px;
    text-transform: uppercase;
}
.hero-inner p {	
	color: var(--pj-gray1);	
    font-size: 15px !important;
	
}

.testi-services {
    background: var(--pj-blue3);
}

.newsletter-text {
    max-width: unset;
}

.footer-section * {color:var(--pj-blue);}
.footer-section a {color:var(--pj-blue);}
.footer-section a:hover {color:var(--pj-blue);}
/*
.footer-logo img {filter: brightness(100);}
*/
.footer-title:after {    
    background: var(--pj-blue3);
}

.services-page {    
	/* background: url(../images/section4-bg.jpg); */
    background-size: cover;
    background-position: center;
}
.services-page.white {    
    background: var(--pj-white);
}
.services-page.gray {    
    background: var(--pj-blue2);
}
.services-page.white-gray {    
    background: linear-gradient(
		to right,
		white 0%,
		white 50%,
		var(--pj-blue2) 50%,
		var(--pj-blue2) 100%
	);
}
.services-page .d-flex.justify-content-center table {    
	min-width:50%;
}

.service-content { 
    background: transparent;
}
.service-content table {
	width:100%;
}
.service-content table td:nth-child(1) {  
	color: var(--pj-gray);
}
.service-content table td:nth-child(2), .services-page table td:nth-child(2) {  
	color: var(--pj-blue);
	font-weight:bold;
	text-align:right;
}
.white table td:nth-child(2) {  
	color: unset;
	font-weight:normal;
	text-align:left;
}

.newsletter {
    margin-top: -79px;
	box-shadow: 2px 2px 5px var(--pj-gray);
}

#map {box-shadow: 2px 2px 8px var(--pj-gray);}

.logo > a > img {max-height:100px;}

.is-invalid {font-style:italic;color:red;}


.about-page.left .about-image {
    left: 22%;   
}

.about-page.left .about-image:after {
	left: 0;
    right: 100%;
    clip-path: polygon(100% 0, 0 100%, 0 0);
}

.list-style-one li:before {
    content: "\f19e";
    font-family: "Flaticon";
	font-weight: bold;
    margin: 0px 15px 0 0;
    font-size: 16px;
}


.newsletter:after, .newsletter:before {
    content: unset;
    border-bottom: unset;
	opacity:0;
}

.blog-item .img {
    height:265px;
	overflow:hidden;
	position:relative;
	background: var(--pj-gray2);
}

.blog-content h3 {
    margin-bottom: 25px;
    height:74px;
	overflow: hidden;
	position:relative;
}

.pager  {
	display: flex;
}
	
.pager .slick-arrow {
	display: flex;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 50%;
    background: #ecedef;
    align-items: center;
    justify-content: center;

}

.pager .slick-arrow.current {
    background: var(--pj-blue);
    color: var(--pj-white);
}

.pager .slick-arrow:hover {
    color: white;
    background: var(--primary-color, #5f05ff);
}


.carousel-item {height:70vh;}

.carousel-item img {	
	height: 100% !important;
	
}

.widget a:hover {
    color: var(--pj-gray3);
}

@media only screen and (max-width: 991px) {
	/*
	.hero-inner  {
		max-width:200px;
	}
	*/
	.hero-inner h1 {
		font-size: 20px;
	}
	.logo {
		/* width: 40px; */
		display: block;
	}
	.hero-section {
		display: flex;
		align-items: center;
		
	}
	/* .hero-section.overlay .container { */
	.hero-section .container {
		max-width:350px;
		margin-left:0;
		top:0px;
		position:relative;
	}
	
	.preloader {
		background-size: auto;
	}
	
	.page-banner {
		background: url(../images/menu-bg.jpg) no-repeat var(--pj-blue3);
		margin-top: 80px;
		background-size: contain;
		background-position: bottom;
		height: 300px;
	}
	.page-banner::before {
		 background: linear-gradient(180deg, var(--pj-blue3), var(--pj-white), var(--pj-white));
		
	}
}

@media (min-width:768px) {
	.videos .page-header {
		margin-bottom: 50px
	}
	.videos .page-title {
		text-align: center
	}
}

.post-container iframe {width:500px;}

@media (max-width:768px) {
	.hero-section {
		background-position: 80px;

	}
	.post-container {
		position: relative;
		padding-bottom: 0%;
		padding-top: 35px;
		height: 0;
		overflow: hidden;
	}

	.post-container iframe {
		position: absolute;
		top:0;
		
		width: 100%;
		left: -2px;
		height: 100%;
	}

}

.videos .video-entry {
	margin-bottom: 40px;
	position: relative
}

.videos .video-entry .video-loading {
	background: transparent url('../images/loading.gif') center no-repeat;
	padding-top: 56.25%;
	position: absolute;
	width: 100%
}

.videos .video-entry .video-thumbnail {
	margin-bottom: 15px
}

.videos .video-entry .video-title {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	/* white-space: nowrap */
	white-space: normal;
}

.videos .video-entry .video-desc {
	font-size: 14px;
	max-height: 100px;
	overflow: hidden
}

.videos .video-entry .video-desc {
    font-size: 14px;
    max-height: 120px;
    overflow: hidden;
}

.video-list .video-wrapper {
	height: 0px;
	position: relative;
	z-index: -1;
	-webkit-transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
	-o-transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
	transition: margin .75s ease .1s, padding .75s ease-in-out .1s
}

.video-list .video-wrapper.show {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	z-index: 0
}

.video-list .video-wrapper.show .video-container {
	background: #222
}

.video-list .video-wrapper .video-container {
	position: relative;
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56.25%
}

.video-list .video-wrapper .video-container .video-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 56.25%;
	opacity: 0;
	-webkit-transition: opacity .3s ease 0.1s;
	-o-transition: opacity .3s ease 0.1s;
	transition: opacity .3s ease 0.1s
}

.video-list .video-wrapper .video-container .video-element.open {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

.video-list .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-list .video-wrapper .close-button {
	position: absolute;
	top: -50px;
	right: -50px;
	font-size: 25px;
	color: #000;
	z-index: 100;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	opacity: .25;
	-webkit-transition: opacity .25s ease 0.1s;
	-o-transition: opacity .25s ease 0.1s;
	transition: opacity .25s ease 0.1s;
	display: none
}

.video-list .video-wrapper .close-button .close-icon {
	position: relative;
	bottom: -48px;
	left: 23px;
	font-size: 20px;
	color: var(--pj-white)
}

.video-list .video-wrapper.show .close-button {
	display: block
}

.video-list .video-wrapper:hover .close-button {
	opacity: .65
}

.video-list .video-wrapper:hover .close-button:hover {
	opacity: .8
}

.video-list .video-thumbnail i {
	font-size: 48px;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -22px;
	z-index: 2;
	-webkit-transition: color 0.2s ease 0.1s;
	-o-transition: color 0.2s ease 0.1s;
	transition: color 0.2s ease 0.1s
}

.video-list .btn,
.video-list button,
.video-list input[type='button'],
.video-list input[type='submit'] {
	margin-top: 20px
}

.video-list .video-thumbnail {
	position: relative;
	border-bottom: 5px solid #ba1c24;
	line-height: 0;
	padding-top: 56.25%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px
}

.video-list .video-thumbnail .overlay {
	background: rgba(20, 20, 51, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: background 0.2s ease 0.1s;
	-o-transition: background 0.2s ease 0.1s;
	transition: background 0.2s ease 0.1s
}

.video-list .video-thumbnail:hover {
	cursor: pointer
}

.video-list .video-thumbnail:hover .overlay {
	background: rgba(20, 20, 51, 0.2)
}

.video-list .video-thumbnail:hover i {
	color: var(--pj-white)
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
.main-menu .navigation li:nth-child(1) a {
    background: #D6212D;
	color: var(--pj-white);
}
*/

.footer-section .newsletter,
.footer-section #map {
	border-radius: 10px;
}
.footer-section .newsletter-text div * {
    color: var(--pj-white);
}
.footer-section .newsletter-text div a:hover,
.main-header .header-top a:hover {
    color: var(--pj-gray3);
}
.footer-section .footer-logo img {
	border-radius: 0 0 10px 10px;
}

/* SLIDER's */
.section_film .container {
    position: relative;
}
.slick-slide-row {
	margin-right: -15px;
    margin-left: -15px;	
}
.slick-slide {
    position: relative;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}
.clearfix:after, .clearfix:before, .container:after, .container:before, .nav:after, .nav:before, .row:after, .row:before, .slick-slide-row:after, .slick-slide-row:before {
    display: table;
    content: " ";
}
.clearfix:after, .container:after, .nav:after, .row:after {
    clear: both;
}
.film_reason_slider {
    position: static;
}
.gute-left {
    width: 66.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.gute-right {
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.img-inline {
    height: 100%;
    min-height: 430px;
    position: absolute;
    top: 100%;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}
.film_img {
    position: relative;
    padding-bottom: 10px;
}
.hedding-h3 {
    font-family: Avalon, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}
.hedding-h3, .hedding-h3 a {
    color: var(--pj-red);
	text-decoration: none;	
}
.gute-right h3:first-child, .gute-left h3:first-child {
    margin-top: 0;
}
.film_content>div {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 25px;
}
.box-pn {
    background: #fff;
    border-radius: 10px;
    bottom: 40px;
    left: 30px;
    max-width: 427px;
    padding: 30px;
    right: 30px;
    position: absolute;
    box-shadow: -5px 7px 15px 0 rgba(0, 0, 0, .25);
    font-family: Avalon, sans-serif;
    font-weight: bold;
}
.box-pn p {
    margin-bottom: 0;
}
.film_arrow {
    position: absolute;
    right: 15px;
    top: 10px;
}
.re-link {
    display: inline-block;
    margin-top: 3px;
    font-family: Avalon, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-right: 20px;
    float: left;
    color: var(--pj-gray1);
}
.slide-arrow {
    display: inline-block;
	font-size: 20px;
}
.slide-arrow i {
	color: var(--pj-red);
}

/* product slider */
.text-white .heading-br:after {
    content: "";
    background: var(--headerbgafterwhite) center no-repeat;
}
.text-white .hedding-h2 {
    color: var(--pj-white);
}
.shadow {
    box-shadow: 0 2px 21px -3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 2px 21px -3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 21px -3px rgba(0, 0, 0, .4);
    border-radius: 0 0 5px 5px;
}
.product_img {
    max-height: 200px;
    overflow: hidden;
    height: 200px;
}
.entry-content a img, .textwidget a img {
    display: block;
}
.product_img img {
    min-height: 100%;
    width: 100%;
}
.product_content {
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: #000;
    height: 100%;
    padding: 30px 30px 55px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	position: relative;
}
.product_content p {
    line-height: 24px;
    display: block;
    margin: 20px 0 15px;
}
.btn-pn {
    bottom: 25px;
    position: absolute;
}
.product_content .btn-pn a {
    color: var(--pj-gray1);
    display: block;
    font-family: Avalon, sans-serif;
	font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.product_content .btn-pn a:before {
    background: var(--arrow-right) left 2px no-repeat rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    width: 6px;
}

/* ------------- slider end */
.heading-br:after {
    content: "";
    background: var(--headerbgafter) center no-repeat;
    display: block;
    height: 6px;
    margin: 25px 0 35px;
}
.hedding-h2 {
    font-family: Avalon, sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: var(--pj-blue);
    line-height: 40px;
    text-transform: uppercase;
	position:relative;
}
.contact_container {
    display: block;
    margin: 0 auto;
}
.contact_info .hedding-h2 {
    color: var(--pj-blue3);
    line-height: 41px;
    text-align: center;
    max-width: 100%;
}
.contact_info .text {
    display: inline-block;
    text-align: center;
}
.contact_info .text .call-number small i,
.contact_info .text .email small i {
	color: var(--pj-red);
}	
.contact_info .call-number a,
.contact_info .email a {
    color: var(--pj-blue3);
    pointer-events: none;
}
.contact_desc {
    line-height: 24px;
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
}
.contact_button {
    text-align: center;
}

.btn {
    background: var(--pj-red);
    line-height: 30px;
    border-radius: 100px !important;
    color: var(--pj-white);
    font-family: Avalon, sans-serif;
    padding: 10px 25px !important;
    font-size: 16px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}
.btn:hover {
	background: var(--pj-blue);
	color: var(--pj-white);
}

.heading-br:after {
    content: "";
    background: var(--headerbgafter) center no-repeat;
    display: block;
    height: 6px;
    margin: 25px 0 35px;
}

.section_product.text-white {background:url(../images/home-product-bg.jpg) no-repeat center center;}

/* responsive stuff */

@media print {
	.main-navigation,.navigation,.social-navigation,button,form,input,select,textarea {
		display: none
	}

	body {
		font-size: 12pt
	}

	.entry-content h2 {
		font-size: 17.25pt
	}

	.entry-content h3 {
		font-size: 14.25pt
	}

	.entry-footer {
		font-size: 9.75pt
	}

	.site,body {
		background: 0 0!important
	}

	body {
		color: #1a1a1a!important
	}

	.entry-footer,.entry-footer a {
		color: #686868!important
	}

	abbr,table {
		border-color: #d1d1d1!important
	}

	a {
		color: #007acc!important
	}

	.entry-content a {
		box-shadow: none;
		border-bottom: 1px solid #007acc!important
	}

	.site {
		margin: 5%
	}

	.site-inner {
		max-width: none
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em
	}

	.site-main {
		margin-bottom: 3.5em
	}

	.entry-content,.entry-footer {
		margin-right: 0;
		margin-left: 0
	}

	.site-main>article {
		margin-bottom: 3.5em
	}

	.site-footer {
		padding: 0
	}
}


@media screen and (max-width: 960px) {
	
	.gute-left {
		width: 50%
	}

	.gute-right {
		width: 50%
	}

	.no-js .site-header-menu,.site-header-menu.toggled-on {
		display: block
	}

	.product_slider .product_img {
		max-height: 200px
	}


	.call-number a {
		pointer-events: auto!important
	}

	.pointer {
		pointer-events: auto
	}

}

@media screen and (max-width: 767px) {
	.hero-section {	background-position: top;}
	.header-upper .container {margin:0;padding:0;}
	.header-upper .container .header-inner {padding:0 15px;border-radius:0;border-bottom:1px solid var(--pj-gray3);}
	.main-header .logo-outer {        
        width: 100px;
        top: 0;
    }
	.main-header .logo-outer .logo > a > img {         
        width: 74px;
    }
	.main-header.fixed-header .logo-outer .logo > a > img {         
        width: 64px;
    }
	
	.heading-br:after, .re-link {
		display:none;
	}	
	
	.section_product.text-white.news {background-position:top;}
	
	.section_product .product_box.shadow {margin-bottom:15px;;}
	
	.section_film .film_arrow {
        bottom: -50px;
        left: 10px;
		z-index:1;
        margin: auto !important;
        right: 10px;		
        top: auto;
        
		text-align:center;
    }
	.section_film .film_arrow .slide-arrow {
		display: flex;
        justify-content: space-between;
	}
	
	.section_film .film_arrow.with_link {
        right: 10px;
        top: 0;
		left:auto;
    }
	
	.gmbh_boxe {
		margin-bottom: 30px
	}

	.hedding-h2 {
		font-size: 24px;
		line-height: 32px
	}

	.film_content {
		margin-top: 30px
	}

	.box-pn {
		max-width: 100%;
		right: 20px;
		left: 20px;
		/* bottom: 20px; */
		width: auto;
		right: 20px
	}


	.gmbh_boxe .product_content {
		min-height: inherit
	}
	
	.contact_info .text {
		text-align: center;
		font-size:smaller;
	}
	.contact_desc {
		margin-top:20px;
	}
	
	footer #map {height:200px !important;margin-bottom:20px;}
	footer .newsletter {margin-top:10px !important;}
	.footer-logo {display:none;}
}

@media screen and (max-width: 640px) {
	.section_film a.re-link {
		float:right
	}

	.section_film .heading-width {
		padding-right: 0
	}

	.heading-width {
		padding-right: 160px
	}

	.film_arrow {
		top: 5px
	}

	.re-link {
		margin-right: 7px
	}

	.film_arrow i {
		margin-top: -1px
	}

	.slide-arrow .fa-arrow-left:before {
		margin-right: 3px
	}

	.film_img img {
		height: 100%
	}

	
	.product_content {
		padding: 25px 25px 40px
	}

	.btn-pn {
		bottom: 20px
	}

	.box-pn {
		padding: 25px
	}

	.product_box .product_content {
		min-height: inherit
	}

	.page_info_slider_wrap {
		border-radius: 0;
		padding: 50px 15px 15px;
		max-width: 100%
	}

	.logo>a {
		display: inline-block
	}

	.gute-left {
		width: 100%
	}

	.gute-right {
		width: 100%
	}
	
}

/* product page */
.wpsm_panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.wpsm_panel-group {
    margin-bottom: 20px;
    overflow: hidden;
    float: none;
    width: 100%;
    display: block;
}
.wpsm_panel-group .wpsm_panel {
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    border-radius: 4px;
	border: 1px solid transparent !important;
}
.wpsm_panel-group .wpsm_panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.wpsm_panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wpsm_panel-group .wpsm_panel-heading {
    border-bottom: 0;
}

.wpsm_panel-group .wpsm_panel-default>.wpsm_panel-heading {
    color: #000 !important;
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wpsm_panel-group .wpsm_panel-heading {
    background-image: var(--panel-head-bg);
    background-position: 0 0;
    background-repeat: repeat-x;
}
.wpsm_panel-group .wpsm_panel-title {
    margin: 0 !important;
    text-transform: none !important;
    line-height: 1 !important;
	font-size: 16px;
    color: inherit;
}
.wpsm_panel-group .wpsm_panel-title a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 0;
    font-size: 15px !important;
    font-family: Arial !important;
    color: #000 !important;
    border-bottom: 0 !important;
}

.wpsm_panel-group .ac_open_cl_icon {
    background-color: #e8e8e8 !important;
    color: #000 !important;
    float: right !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 1 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block !important;
    background-image: var(--panel-head-bg);
    background-position: 0 0;
    background-repeat: repeat-x;
}
.wpsm_panel-group .ac_title_class {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
.wpsm_panel-body {
    padding: 15px;
}
.wpsm_panel-group .wpsm_panel-body {
    background-color: #fff !important;
    color: #000 !important;
    border-top-color: #e8e8e8 !important;
    font-size: 15px !important;
    font-family: Arial !important;
    overflow: hidden;
    border: 2px solid #e8e8e8 !important;
}

.wpsm_panel-group [data-toggle="collapse"] .fa:before {  
  content: "\f068";
}

.wpsm_panel-group [data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
}

.bg-gray {background:var(--pj-gray2);min-height:251px;}

.img-shadow {
    box-shadow: 0 2px 17px 1px rgba(0, 0, 0, .4);
}
.blog-single h2.zigzag {
	padding-top:30px;
}
.blog-single h2.red {
	color: var(--pj-red);
}
.blog-single h2.zigzag:after {
	content: "";
    background: var(--headerbgafter) center no-repeat;
    display: block;
    height: 6px;
    margin: 25px 0 35px;
}
.blog-single ul.check {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}
.blog-single ul.check li:before {
	content: "✓";
	position: absolute;
	left: 0;
}

.language-selector:before {
	content: " | ";
	color: var(--pj-white);
	margin:0 20px;
}


