@font-face {
	font-family: 'Agora';
	src: local('PF Agora Sans Pro Regular'), local('PFAgoraSansPro-Regular'), url('assets/pfagorasanspro-reg.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Agora';
	src: local('PF Agora Sans Pro Bold'), local('PFAgoraSansPro-Bold'), url('assets/pfagorasanspro-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
BODY {
	margin: 0;
	padding: 0;
	background: url(/skin/background.jpg) top center no-repeat #fff;
	background-size: contain;
	font-family: 'PT Sans', sans-serif;
}
DIV.row {
	margin: 0;
	padding: 0;
}
DIV.pageBodyContainer {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 600px, rgba(255,255,255,1) 750px);
}
DIV#header {
	background-color: rgba(104, 107, 114, 0.65);
	height: 92px;
	position: relative;
	margin: 0!important;
}
UL.pageMenu {
	position: absolute;
	top: 0;
	right: 8px;
	list-style-type: none;
	font-family: 'Agora', 'PT Sans', sans-serif;
}
UL.pageMenu LI {
	display: inline-block;
	height: 92px;
	line-height: 92px;
	padding: 0 8px;
}
UL.pageMenu LI A {
	color: #eceaea;
	text-decoration: none;
}
UL.pageMenu LI.active {
	background: #46474b;
}
UL.pageMenu LI.active A {
	font-weight: bold;
	color: #fff;
}
UL.pageMenu UL.submenu {
	display: none;
	list-style-type: none;
	background-color: rgba(104, 107, 114, 0.65);
	z-index: 1000;
	margin: 0;
	padding: 12px;
}
UL.pageMenu UL.submenu LI {
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
UL.pageMenu.opened {
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	margin: 90px 0 0;
	padding: 0 0 150px;
	z-index: 1000;
	background-color: rgba(104, 107, 114, 0.65);
	overflow-y: auto;
	overflow-x: hidden;
}
UL.pageMenu.opened LI, UL.pageMenu.opened UL {
	display: block;
	padding: 12px;
}
UL.pageMenu.opened LI {
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 12px;
}
SPAN.navbar-icon {
	width: 30px;
	height: 30px;
	background-image: url(assets/menu-ico.png);
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
	margin: 25px 15px;
	opacity: 0.5;
}
UL.pageMenu.opened SPAN.navbar-icon {
	position: fixed;
	top: 0;
	right: 0;
	background-image: url(assets/close-ico.png);
}
DIV#main {
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
}
DIV#main.wrapper {
	padding-top: 20px;
	background-color: rgba(250, 250, 255, 0.75);
	border: 1px solid #fff;
}
BODY.menuOpened DIV#main {
	filter: blur(3px);
}
DIV.content.headphone {
	text-align: right;
	color: #fff;
	padding: 40px 0;
	margin-bottom: 0;
}
DIV.headphone BUTTON.btn {
	text-transform: uppercase;
	border-radius: 0;
	font-size: 20px;
	line-height: 32px;
	padding: 0 10px;
	border: 1px solid #ebeffc;
	margin-left: 60px;
}
DIV.headphone A {
	color: #FFF;
	text-decoration: none;
}
DIV.headphone BUTTON.phone {
	background: none;
	border: 0;
	padding-left: 36px;
	padding-right: 0;
	background-image: url('assets/phone2-ico.png');
	background-position: left;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #000;
}
DIV.subheader {
	text-align: right;
	font-size: 16px;
	line-height: 32px;
	color: #46474b;
	font-weight: bold;
	height: 20vw;
}
DIV.subheader SPAN.partial {
	display: block;
	text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff;
}
DIV.content, DIV.content.row, DIV.wrapper .content.row {
	margin-bottom: 60px;
}
DIV.wrapper .row {
	margin: 0 -15px;
} 
DIV.flipper {
	/* margin-left: -15px; */
	margin: 0 -15px;
}
DIV.flipper SPAN.objectPhotoPreview {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
DIV.flipper SPAN.objectPhotoPreview IMG {
	height: 270px;
	width: 110%;
	object-fit: cover;
}
DIV.flipper SPAN.objectPhotoPreview DIV.note {
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	right: 0;
}
DIV.flipper SPAN.objectPhotoPreview DIV.note A {
	color: #46474b;
	font-size: 48px;
	font-family: 'Agora', 'PT Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 40px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff, 0px 0px 70px #fff, 0px 0px 80px #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 40px;
}
DIV.flipper SPAN.objectPhotoPreview DIV.note A:hover {
	background: rgba(103,103,103,.76);
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	transition: .4s ease-out;
}
DIV.content.clip {
	height: 250px;
	overflow: hidden;
	position: relative;
}
DIV.content.clip::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, rgba(255,255,255, 0), #fff 100%);
}
DIV.content.clip BUTTON.more {
	position: absolute;
	top: 225px;
	right: 15px;
	z-index: 300;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
}
DIV.content.clip.rolled BUTTON.more {
	display: none;
}
DIV.content.clip.rolled {
	height: auto;
	overflow: default;
}
DIV.content.clip.rolled::after {
	background: none;
}
DIV.object H2, DIV.object H1 {
	font-size: 22px;
	font-weight: bold;
}
DIV.text DIV {
	font-size: 16px;
	margin: 0;
}

DIV.upperSubpagesNavigation, DIV.subpagesNavigation {  /* DIV.content H3,  */
	clear: both;
	width: 100%;
	padding-left: 15px;
}
DIV.upperSubpagesNavigation  {
	margin-bottom: 1rem;
}
DIV.subpagesNavigation {
	margin-top: 1rem;
}
DIV.contentNews IMG.preview {
	width: 100%;
	/* height: 50vw; */
	object-fit: cover; 
}
DIV.objectNews  {
	margin-bottom: 1.5rem;
}
DIV.objectNews IMG.image {
	float: right;
	max-width: 65%;
	margin: 0 0 20px 20px;
}
DIV.objectNews.photo IMG.image, DIV.objectNews.photo DIV.note {
	display: none;
}
DIV.objectNews DIV.note, DIV.objectNews DIV.text {
	background: #fff;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
DIV.contentNews DIV.objectNews.photo DIV.note, DIV.contentNews DIV.objectNews DIV.note {
	display: block;
	background: none;
}
DIV.contentNews.row H2 {
	margin-bottom: 0;
}
DIV.contentNews.row H4.title {
	margin: 0.5rem 0;
}
DIV.contentNews.row DIV.note {
	line-height: 1.1rem;
}
DIV.objectNews DIV.photoscroll {
	max-width: 65%;
	float: right;
	overflow: hidden;
	margin-left: 20px;
}
DIV.albery-container {
	width: 60vw!important;
	/* width: 61vw; 
	height: 43.3vw; */
}
DIV.albery-item {
	height: 40vw;
	width: 60vw
}
DIV.albery-item IMG {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
A#return {
	display: block;
	margin-bottom: 2rem;
	clear: both;
}

DIV.content.green {
	background: #688034;
	padding: 60px 15px 40px;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
DIV.content.green H3.title , DIV.content.green DIV.text {
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Agora', 'PT Sans', sans-serif;
	margin: 0 auto 20px;
}
DIV.content.green H3.title {
	flex: 0 0 25%;
}
DIV.content.green DIV.text {
	flex: 0 0 50%;
}
DIV.content.green .tableTable {
	display: none;
	margin-bottom: 20px;
}
DIV.content.green TR {
	height: 32px;
}
DIV.content.green TD {
	color: #fff;
	padding-right: 12px;
}
DIV.content.green INPUT , DIV.content.green TEXTAREA {
	color: #46474b;
	font-size: 12px;
	margin-right: 12px;
}
DIV.content.green INPUT#aname , DIV.content.green INPUT#aemail , DIV.content.green INPUT#aphone , DIV.content.green TEXTAREA {
	width: 300px;
}
DIV.content.green INPUT:last-of-type {
	width: 200px;
}
DIV.content.green INPUT.button {
	border: 1px solid #333f19;
	background: #576340;
	color: #fff;
	font-size: 16px;
	height: 32px;
	font-family: 'Agora', 'PT Sans', sans-serif;
	text-transform: uppercase;
	margin-top: -6px;
	cursor: pointer;
}
DIV.content.green INPUT#acheckbox {
	margin-top: 6px;
	width: 20px;
}
DIV.content.green A {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dashed;
}
DIV.content.grey {
	background: #f6f6f6;
	padding: 0;
	margin: 0 auto;
}
DIV.content.grey DIV.row {
	margin-left: -15px;
	margin-right: -15px;
	background: #f6f6f6;
}
DIV.content.grey DIV.col-6 {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 20px solid #f6f6f6;
	border-right: 1px solid #abb9cd;
	height: 155px;
}
DIV.content.grey DIV.col-6:last-child {
	border-right: none;
}
DIV.content.grey DIV.col-6 IMG {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
BODY DIV.wrapper H1.pageTitle {
	margin: 0 0 20px;
	color: #46474b;
	font-size: 40px;
	/* font-family: 'Agora', 'PT Sans', sans-serif; */
	text-transform: uppercase;
}
BODY.layout_contacts_xml H3.title {
	font-size: 1.5rem;
	margin-left: 0;
}
BODY.layout_contacts_xml H4.title {
	font-size: 1.1rem;
	font-weight: bold;
}
BODY.layout_contacts_xml DIV.note {
	margin-bottom: 0.5rem;
}
BODY.layout_contacts_xml DIV.content {
	margin-bottom: 20px;
}
BODY.layout_contacts_xml DIV.content.green, BODY.layout_contacts_xml DIV.content.grey {
	margin-bottom: 0;
}
BODY.layout_contacts_xml DIV.wrapper DIV.row {
	margin-bottom: 60px;
}
BODY.layout_contacts_xml DIV.wrapper DIV.row:last-child {
	margin-bottom: 0;
}
BODY.layout_contacts_xml DIV#right1 DIV.text, BODY.layout_contacts_xml DIV#right2 DIV.text {
	border: 1px solid #666;
	margin-top: 10px;
}
BODY.layout_contacts_xml DIV#main.wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
}
BODY.layout_contacts_xml DIV.content.headphone {
	margin-bottom: 0;
}


BODY.sitesectionobjects DIV.object.objectNews IMG.image, BODY.sitesectionobjects DIV.object.objectNews DIV.note {
	display: none;
}
BODY.sitesectionobjects DIV.contentNews DIV.object.objectNews DIV.note {
	display: block;
	background: none;
}
BODY.sitesectionobjects DIV.object.objectNews DIV.pagination-container IMG {
	height: auto;
}
DIV.photoscroll DIV.pagination-container {
	margin: 5px 0 20px;
}
BODY.sitesectionobjects DIV.object.objectNews IMG {
	max-width: 100%;
}


DIV#footer {
	background: #686868;
	min-height: 100px;
	padding-top: 26px;
	padding-bottom: 40px;
}
DIV#footer DIV.contentLinks {
	background: #707070;
	margin: 26px 1%;
	flex: 0 0 23%;
	max-width: 23%;
	padding-top: 15px;
}
DIV#footer H4.title {
	margin: .5rem;
	line-height: 1.2;
}
DIV#footer .object {
	background: none;
	padding: 0;
}
DIV#footer DIV.objectLink A {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Agora', 'PT Sans', sans-serif;
}
DIV#footer DIV.copy {
	display: table-cell;
	vertical-align: bottom;
	height: 50px;
	margin: 0 2%;
	width: 46%;
}
DIV#footer DIV.copy, DIV#footer DIV.copy A {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
DIV#footer DIV.phone {
	float: right;
	margin-top: -6px;
	text-align: right;
}
DIV#footer DIV.copy A.phone {
	font-size: 16px;
	font-weight: bold;
}
IMG {
	max-width: 100%;
}
H3.title.clearfix {
	display: block;
	width: 100%;
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
}



BODY.sitesectionproducts {
	background: url(/userdata/images/backgrounds/Image_44_160Y99.jpg) top center no-repeat #fff;
	background-size: contain;
}
BODY.sitesectionservice {
	background: url(/userdata/images/backgrounds/Image5.jpg) top center no-repeat #fff;
	background-size: contain;
}
BODY.sitesectionnews {
	background: url(/userdata/images/backgrounds/Image_888_160Y99.jpg) top center no-repeat #fff;
	background-size: contain;
}
BODY.sitesectionobjects {
	background: url(/userdata/images/backgrounds/Image_2349.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesectionequipment {
	background: url(/userdata/images/backgrounds/background21.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection2schueco {
	background: url(/userdata/images/backgrounds/Image_582.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection2tiivi {
	background: url(/userdata/images/backgrounds/Image_725.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection2sscjonex {
	background: url(/userdata/images/backgrounds/Image_SE64.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3joinex-windows {
	background: url(/userdata/images/backgrounds/Image_681.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3joinex-sliding-doors {
	background: url(/userdata/images/backgrounds/Image_SE71.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection2jalousie {
	background: url(/userdata/images/backgrounds/1-Image16.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection2mosquitonets {
	background: url(/userdata/images/backgrounds/1-Image16.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-wood-alum-windows {
	background: url(/userdata/images/backgrounds/Image_WA15.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-wood-windows {
	background: url(/userdata/images/backgrounds/background14.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-pvc-windows {
	background: url(/userdata/images/backgrounds/Image_625.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-alupvc-windows {
	background: url(/userdata/images/backgrounds/1-Image_30.png) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-energy-windows {
	background: url(/userdata/images/backgrounds/Image_739.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3facade-glassing {
	background: url(/userdata/images/backgrounds/Image_495.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3windergarden {
	background: url(/userdata/images/backgrounds/Image_725.png) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-sliding-doors {
	background: url(/userdata/images/backgrounds/Image_263.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3gaulhofer-entrance-doors {
	background: url(/userdata/images/backgrounds/Image_922.jpg) top center no-repeat #fff;
	background-size: contain;
}

BODY.sitesection3avfenster-entrance-doors {
	background: url(/userdata/images/backgrounds/GER_imageD34.jpg) top center no-repeat #fff;
	background-size: contain;
}



BODY.sitesectionnews DIV.pagePathMenu, BODY.sitesectioncontacts DIV.pagePathMenu {
	margin-bottom: 40px; 
}

BODY.sitesectionnews DIV.pagePathMenu A, BODY.sitesectioncontacts DIV.pagePathMenu A {
	display: none;
}
