/* WEBSITE_STYLES
--------------------------------------------- */
html { 
    overflow-y: scroll; 
    overflow-x: hidden; 
}
html, body { 
    width: 100%;
	height: 100%;
	min-height: 100vh;
    margin: 0; 
    padding: 0; 
    font-family: sofia-pro, sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 { 
    color: #222; 
    font-weight: 700;
}
ul, p, li, table, em { 
	color: #484848; 
	font-weight: 400; 
	font-size: 16px;
    line-height: 28px; 
}    
ul, li { 
	list-style-type: none; 
}
ul, ol { 
	margin: 0 0 20px 20px; 
}
strong { 
	color: #3A3A3A; 
	font-weight: 600; 
}
a { 
	text-decoration: none; 
	color: #009fe3; 
	font-weight: 400; 
}
a:hover { 
	color: #009fe3;
}
a.blue { 
	text-decoration: none; 
	color: #009fe3; 
}
a.blue:hover { 
	text-decoration: underline; 
}
table {
	text-align: left;
}
iframe { 
	display: block; 
}
* { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;     
}

/* PAGE_WRAP
--------------------------------------------- */ 
section.page {
    width: 100%;
    min-height: calc(100% - 52px) !important;
}

/* TOP
--------------------------------------------- */ 
section.top {
	width: 100%;
	margin-top: 8px;
	padding: 40px 0 35px;
	position: relative;
	border-top: solid 1px #e7e7e7;
}  

section.top:after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	top: -9px;
	left: 0;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
}
 
section.top > article:first-of-type { 
	max-width: 1440px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
}

section.top > article div.actions {
	top: 0;
	right: 40px;
	position: absolute;
}

section.top > article a.webshop span.button {
	margin-right: 15px;
	padding: 8px 15px;
	display: inline-block;
	vertical-align: top;
	background: #ff9702;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 100ms background ease-in;
	transition: 100ms background ease-in;
}

section.top > article a.webshop span.button:hover {
	background: #f2b661;
}

section.top > article a.webshop {
	display: inline-block;
	vertical-align: top;
}

section.top > article a.webshop span.logo {
	width: 144px;
	height: 30px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	background: url('../img/fritz-berger.svg') no-repeat center / auto 100%;
}

section.top > article a.social {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	padding-left: 30px;
	display: inline-block;
	background: no-repeat center / 30px;
	-webkit-transition: 100ms opacity ease-in;
	transition: 100ms opacity ease-in;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

section.top > article a.social:hover {
	opacity: .8;
}

section.top > article a.social.facebook { 
	background-image: url('../img/icons/icon-facebook.svg') 
}

section.top > article a.social.twitter { 
	background-image: url('../img/icons/icon-twitter.svg');
}

section.top > article a.social.phone { 
	background-image: url('../img/icons/icon-phone.svg');
}

section.top > article a.logo { 
	width: 459px;
	height: 50px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	z-index: 9999;
	background: url('../img/logo.png') no-repeat center / 100% auto;
	-webkit-transition: 100ms opacity ease-in;
	transition: 100ms opacity ease-in;
}

section.top > article a.logo:hover { 
	opacity: .8;
}

/* NAVIGATION
--------------------------------------------- */ 
section.top > article nav { 
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

section.top > article nav ul { 
	max-width: 1440px; 
	margin: 0 auto;
	position: relative;
	z-index: 9000;
	text-align: left;	
}

section.top > article nav ul > li { 
	display: inline-block;
	position: relative;
} 
 
section.top > article nav ul > li a { 
	height: 100%;
	padding: 10px 0 12px;
	margin-right: 25px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #3d3d3e;
	font-weight: 300;
	font-size: 15px;
	line-height: 9px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;                   
} 

section.top > article nav ul > li.menu-item-type-custom > a {
	pointer-events: none;
}

section.top > article nav ul > li.menu-item-has-children > a { 
	padding-right: 17px;
	background: #fff url(../img/icons/icon-arrow-down.svg) no-repeat calc(100%) center / 12px;
}

section.top > article nav ul:first-child > li a:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: linear background 200ms;
}	

section.top > article nav ul:first-child > li:hover > a:after,
section.top > article nav ul:first-child > li.current_page_item > a:after,
section.top > article nav ul:first-child > li.current-menu-parent > a:after {
	background: #009fe3;
}	

section.top > article nav ul > li:first-of-type a {
	margin-left: 0;
}

section.top > article nav ul > li:last-of-type a {
	margin-right: 0;
}

/* NAVIGATION CLONE
--------------------------------------------- */    
section.top > article nav.cloned { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	border: 0;
	left: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
section.top > article nav.cloned div.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 40px;
}	

section.top > article nav.cloned a.logo {
	width: 200px;
	height: 22px;
	margin: 0 20px 0 0;
	background: url('../img/logo.png') no-repeat center / 100% auto;
}

section.top > article nav.cloned ul {
	width: calc(100% - 220px);
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

section.top > article nav.cloned ul > li a {
	margin-right: 20px;
	color: #0b112d;
}

/* NAVIGATION SUBMENU
--------------------------------------------- */ 
section.top > article nav ul li ul.sub-menu {
	width: 100%;
	min-width: 280px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9998;
	visibility: hidden; 
	opacity: .3;
	text-align: left;
	-webkit-transition: linear opacity 100ms;
	transition: linear opacity 100ms;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

section.top > article nav ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

section.top > article nav ul li ul.sub-menu li {
	width: 100%;
	display: inline-block;
}

section.top > article nav ul li ul.sub-menu li a {
	width: 100%; 
	margin: 0;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #eee;
	-webkit-transition: v all 100ms;
	transition: linear all 100ms;
}

section.top > article nav ul li ul.sub-menu li a:after {
	content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: 13px;
    left: 10px;
	background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

section.top > article nav ul li ul.sub-menu li > a:hover:after,
section.top > article nav ul li ul.sub-menu li.current_page_item > a:after {
	background: #009fe3;
}

section.top > article nav ul li ul.sub-menu li.menu-item-has-children > a {
	background: #fff url(../img/icons/icon-arrow-right.svg) no-repeat calc(100% - 10px) center / 12px;
}

section.top > article nav ul li ul.sub-menu li:first-of-type > a {  
	-webkit-border-radius: 6px 6px 0 0;	
	border-radius: 6px 6px 0 0;	
}

section.top > article nav ul li ul.sub-menu li:last-of-type > a {
	border-bottom: 0;   
	-webkit-border-radius: 0 0 6px 6px;	
	border-radius: 0 0 6px 6px;	
}

section.top > article nav ul li ul.sub-menu li:first-of-type:last-of-type a {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

section.top > article nav ul li ul.sub-menu li ul.sub-menu {
	padding-left: 5px;
	right: -100%;
    left: auto;
    top: 0;
	z-index: 9999;
}

section.top > article nav ul li ul.sub-menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

/* NAVIGATION MOBILE
--------------------------------------------- */ 
section.top > article div#nav-button-mobile { 
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	display: none;
	z-index: 9999;
	background: #009fe3 url('../img/icons/icon-menu.svg') no-repeat center / 18px;
	border-bottom: 2px solid #0193d2;
	text-align: center;
	color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

section.top > article div#nav-overlay-mobile {
	width: 100%; 
	height: 100%;
	padding: 30px 20px 20px;
	position: fixed; 
	z-index: 9998;
	left: 0;
	right: 0;
	top: 0;
	display: none;
	background: #fff;
	overflow-x: hidden;
	opacity: 0; 
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile {
	width: 100%;
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile > ul { 
	margin: 0;
	display: inline-block; 
	position: relative; 
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile > ul li { 
	width: 100%; 
	margin: 0;
	padding: 0;
	display: inline-block; 
	text-align: left;
	z-index: 50;
}
	
section.top > article div#nav-overlay-mobile nav.menu-container-mobile ul li:last-of-type {
	border: 0;
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile li a { 
	width: 100%;
	padding: 10px 10px 10px 0;
	margin: 0;
	display: inline-block;
	color: #373a3c;
	background: none;
	line-height: 15px;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile > ul li ul.sub-menu {
	position: static;
	display: block;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile > ul li ul.sub-menu li a:after {
	left: -5px;
	bottom: 5px;
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile > ul li.current-menu-parent > a:after {
	background: none;
}

section.top > article div#nav-overlay-mobile nav.menu-container-mobile > ul li.menu-item-object-custom > a {
	margin-top: 10px;
	font-size: 14px;
	color: #009fe3;
}

/* NOTICE
*/

section.page div.notice {
	width: 100%;
	margin-top: 20px;	
	padding: 0 20px;
}

section.page div.notice div.center {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 10px 40px 14px 80px;
	background: #ff9702 url('../img/icons/icon-notice.svg') no-repeat 40px center / 24px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

section.page div.notice.sub div.center {
	max-width: 1440px;
}

section.page div.notice p,
section.page div.notice p strong {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}
/* CONTENT
--------------------------------------------- */
article.content { 
    width: 100%; 
	padding: 0;
    position: relative; 
}

article.content div.center {
	max-width: 1440px;
	padding: 80px 40px;
    margin: 0 auto;
    position: relative;
}

article.content div.center.error {
	max-width: 1440px;
}

article.content div.center h1 {
	margin: 0 0 40px;
	padding: 0;
	font-size: 35px;
	line-height: 35px;
	font-weight: 900;
	letter-spacing: -0.025em;
}

article.content div.center h3 {
	margin: 50px 0 30px;
	position: relative;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -.015em;
	font-weight: 500;
	text-align: center;
}

article.content div.center h3:first-of-type {
	margin-top: 0;
}

article.content div.center.blocks div.block {
	width: calc(25% - 20px);
    overflow: hidden;
    margin: 0 10px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 );
    border: 1px solid #ececec;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: linear background 100ms;
    transition: linear background 100ms;
}

article.content div.center.blocks div.block:nth-of-type(1n+5) {
	margin-top: 20px;
}

article.content div.center.blocks div.block img {
	width: 100%;
	height: auto;
	background-size: cover;
}

article.content div.center.blocks div.block h2 {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}

article.content div.center.blocks div.block a.cta-button {
	width: calc(100% - 40px);
	margin: 0 20px 20px;
	display: inline-block;	
	vertical-align: top;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

article.content div.center.blocks div.block a.cta-button:hover {
	opacity: .5;
}

article.content div.center.about p {
	margin: 15px 0;
	text-align: center;
}

article.content div.center.about p:first-of-type {
	margin-top: 0;
}

article.content div.center iframe.widget {
	width: 180px;
	height: 250px;
	margin: 30px auto 0; 
}

article.content div.center iframe.partnerlink {
	margin: 40px 0 0 0;
	background: #f9f9f9;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	max-width: 640px;
}
	
/* INTRODUCTION
--------------------------------------------- */
article.content div.center.introduction {
	max-width: 1360px;
	margin: 25px auto 50px;
	padding: 40px;
	background: rgb(250,250,250);
	background: -moz-linear-gradient(left,  rgba(250,250,250,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,250,250,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to right,  rgba(250,250,250,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 );
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

article.content div.center.introduction p:last-of-type {
	margin-bottom: 0;
}




/* SHOP BANNER
--------------------------------------------- */
article.content div.center.shop-banner div.center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 32px;
	row-gap: 24px;
	padding: 24px 24px;
	border-radius: 8px;
	background-color: rgb(17,6,66);
}

article.content div.center.shop-banner div.center .shop-banner-content {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 60%;
}

article.content div.center.shop-banner div.center .shop-banner-content .shop-banner-title-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

article.content div.center.shop-banner div.center .shop-banner-content svg {
	fill: #fff;
}

article.content div.center.shop-banner div.center .shop-banner-content h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
}

article.content div.center.shop-banner div.center .shop-banner-content p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
}

article.content div.center.shop-banner div.center .shop-banner-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	row-gap: 12px;
	margin-left: auto;
}

article.content div.center.shop-banner div.center .shop-banner-buttons .button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 8px;
	row-gap: 4px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 24px;
	border: none;
	border-radius: 8px;
	appearance: none;
	font-size: 16px;
	color: #000;
	background-color: #fff;
}

article.content div.center.shop-banner div.center .shop-banner-buttons .button:hover {
	opacity: 80%;
}

article.content div.center.shop-banner div.center .shop-banner-buttons .button:active {
	transform: scale(.95);
}




/* SHOP
--------------------------------------------- */
article.content div.center.shop {
	max-width: 100%;
	background-color: rgb(239 239 239);
}

article.content div.center.shop div.center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 40px;
	align-items: center;
	justify-content: center;
}

article.content div.center.shop .shop-visual .shop-visual-img-wrapper {
	position: relative;
}

article.content div.center.shop .shop-visual .shop-visual-img-wrapper img {
	width: 700px;
	max-width: 100%;
	height: 380px;
	border-radius: 8px;
	/* box-shadow: 0 2px 3px 1px rgba(0, 159, 227, 0.4); */
	object-fit: cover;
}

article.content div.center.shop .shop-visual .shop-visual-img-wrapper .shop-visual-img-partner {
	position: absolute;
	top: 16px;
	right: 16px;
	margin-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 8px;
	font-size: 20px;
	text-shadow: 1px 1px #000;
	color: #fff;
	background-color: rgb(0 0 0 / 40%);
}

article.content div.center.shop .shop-visual .shop-visual-labels {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 28px;
	row-gap: 12px;
	align-items: center;
	justify-content: center;
	width: 80%;
}

article.content div.center.shop .shop-visual .shop-visual-labels .shop-visual-label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 8px;
	/* box-shadow: 0 0 3px 1px #009fe3; */
	color: #fff;
	background-color: #ff9702;
}

article.content div.center.shop .shop-visual .shop-visual-labels .shop-visual-label svg {
	fill: #fff;
}

article.content div.center.shop .shop-contact-details {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

article.content div.center.shop .shop-contact-details h3 {
	font-size: 28px;
	font-weight: 700;
}

article.content div.center.shop .shop-contact-details .shop-contact-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 8px;
	row-gap: 4px;
}

article.content div.center.shop .shop-contact-details .shop-contact-row.shop-contact-row-address {
	align-items: start;
}

article.content div.center.shop .shop-contact-details .shop-contact-row svg {
	fill: #009fe3;
}

article.content div.center.shop .shop-contact-details .shop-contact-row .shop-contact-details-address {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}



/* FRITZ BERGER
--------------------------------------------- */
article.content div.center.fritzberger {
	max-width: 100%;
	background: rgb(17,6,66);
	background: -moz-linear-gradient(left,  rgba(17,6,66,1) 0%, rgba(30,22,68,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(17,6,66,1) 0%,rgba(30,22,68,1) 100%);
	background: linear-gradient(to right,  rgba(17,6,66,1) 0%,rgba(30,22,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#110642', endColorstr='#1e1644',GradientType=1 );
	border-top: 1px solid #eee;
}

article.content.sub div.center.fritzberger {
	width: 100%;
	max-width: 100%;
	border: 0;
}

article.content div.center.fritzberger div.center {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

article.content div.center.fritzberger h3 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
}

article.content div.center.fritzberger p {
	text-align: center;
	color: #fff;
}

article.content div.center.fritzberger p a:hover {
	text-decoration: underline;
}

article.content div.center.fritzberger div.blocks {
	margin-bottom: 30px;
}

article.content div.center.fritzberger a.block {
	width: calc(25% - 23px);
	margin-right: 30px;
	display: inline-block;	
	vertical-align: top;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: ease all 200ms;
	transition: ease all 200ms;
	-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, .1);
}

article.content div.center.fritzberger a.block:last-of-type {
	margin-right: 0;
}

article.content div.center.fritzberger a.block:hover {
	opacity: .7;
	transform: scale(1.05);
}

article.content div.center.fritzberger a.block img {
	width: 100%;
	height: auto;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	border: 0;
}

/* BRANDS
--------------------------------------------- */
article.content div.center.brands {
	max-width: 100%;
	background: #f9f9f9;
}

article.content div.center.brands div.center {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

article.content div.center.brands a {
	width: calc(20% - 16px);
	margin-right: 20px;
	display: inline-block;	
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: ease all 200ms;
	transition: ease all 200ms;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

article.content div.center.brands a:last-of-type {
	margin-right: 0;
}

article.content div.center.brands a:hover {
	opacity: .7;
	transform: scale(1.05);
}

article.content div.center.brands a img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

article.content div.center.brands a span {
	width: 100%;
	padding: 15px;
	background: #ff9702;
	color: #fff;
	text-align: center;
	display: inline-block;
}

/* ITEMS OFFER
--------------------------------------------- */
article.content div.center.offer {
	max-width: 100%;
}

article.content div.center.offer div.center {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

article.content div.center div.slick-list {
	margin-left: -10px;
	padding: 5px 0;
}

article.content div.center div.items button.slick-arrow {
	width: 30px;
    height: 100%;
    position: absolute;
	z-index: 9990;
    top: 0;
    background: no-repeat center / 24px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all ease 200ms;
	transition: all ease 200ms;
}

article.content div.center div.items button.slick-prev {
	left: -40px;
	background-image: url(../img/icons/icon-arrow-left.svg);
}

article.content div.center div.items button.slick-prev:hover {
	left: -45px;
}

article.content div.center div.items button.slick-next {
	right: -40px;
	background-image: url(../img/icons/icon-arrow-right.svg);
}

article.content div.center div.items button.slick-next:hover {
	right: -45px;
}
		
article.content div.center div.items div.block {
	width: calc(25% - 20px);
	overflow: hidden;
	margin: 0 10px;
	padding: 25px;
	display: inline-block;
	vertical-align: top;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 );
	border: 1px solid #ececec;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: linear background 100ms;
    transition: linear background 100ms;
}

article.content div.center div.items div.block:nth-of-type(1n+5) {
	margin-top: 20px;
}

article.content div.center div.items div.block:hover {
	background: rgba(238, 238, 238, .05);
}

article.content div.center div.items div.block img {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	height: 130px;
	display: inline-block;
	vertical-align: top;
	object-fit: cover;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

article.content div.center div.items div.block div.placeholder {
	height: 130px;
	border: 1px solid #eee;
	background: #fff url(../img/icons/icon-noimage.svg) no-repeat center / 66px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

article.content div.center div.items div.block div.contain {
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
	
article.content div.center div.items div.block div.contain h2 {
	min-height: 80px;
	margin: 10px 0 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	word-break: break-all;
	color: #3d3d3e;
}

article.content div.center div.items div.block div.contain p {
	margin: 0;
	color: #3d3d3e;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

article.content div.center div.items div.block div.contain p span {
	width: 100px;
	display: inline-block;
}

article.content div.center div.items div.block div.contain a {
	width: 100%;
	height: auto;
    margin: 30px 0 0 0;
    padding: 10px 30px 13px 20px;
    background: #009fe3 url(../img/icons/icon-arrow-right.svg) no-repeat calc(100% - 7px) center / 16px;
    border-bottom: 2px solid #0193d2;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: linear background 100ms, linear padding 100ms;
    transition: linear background 100ms, linear padding 100ms;
}

article.content div.center div.items div.block div.contain a:hover {
	background-color: #00b1fd;
    padding-left: 25px;
}

article.content div.center.accessoires div.items div.block div.contain h2 {
	min-height: auto;
}

/* PARTS
--------------------------------------------- */
article.content div.center div.items.parts div.block {
	margin: 0 26px 26px 0;
	padding: 15px;
}

article.content div.center div.items.parts div.block:nth-of-type(4n+4) {
	margin-right: 0;
}

article.content div.center div.items.parts div.block img {
	border: 0;
	padding: 0;
}

article.content div.center div.items.parts div.block div.contain h2 {
	min-height: auto;
	margin-bottom: 5px;
}

article.content div.center div.items.parts div.block div.contain span.articlecode {
	width: 100%;
	padding-bottom: 15px;
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
}

article.content div.center div.items.parts div.block div.contain p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	line-height: 20px;
}

article.content div.center div.items.parts div.block div.contain p:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

article.content div.center div.items.parts div.block div.contain p span {
	width: 100%;
	font-weight: 300;
}

/* ABOUT
--------------------------------------------- */
article.content div.center.about {
	max-width: 100%;
	margin-top: 30px;
	background: #f9f9f9;
}

article.content div.center.about div.contain {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}

article.content div.center.about div.contain a {
	word-break: break-all;
}

article.content div.center.about div.contain div.content {
	width: 100%;
	max-width: 680px;
	padding: 25px 35px 35px 35px;
	display: inline-block;
	background: rgba(11, 17, 45, .75);	
	text-align: left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

article.content div.center.about div.contain div.content p.quote {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	font-style: italic;
}

article.content div.center.about div.contain div.content p.quote span {
	font-size: 30px;
}

article.content div.center.about div.contain div.content p.quote i {
	width: 100%;
	display: inline-block;
	font-size: 12px;
}

/* ACCESSIORES
--------------------------------------------- */
article.content div.center.accessoires {
	max-width: 100%;
	background: #f9f9f9;
}

article.content div.center.accessoires div.center {
	padding: 0 40px;
}

article.content div.center.accessoires a {
	width: calc(25% - 16px);
	margin: 0 20px 20px 0;
	display: inline-block;	
	vertical-align: top;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: ease opacity 200ms;
	transition: ease opacity 200ms;
}

article.content div.center.accessoires a:nth-of-type(4n) {
	margin-right: 0;
}

article.content div.center.accessoires a:hover {
	opacity: .5;
}

article.content div.center.accessoires a img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

/* QOUTE
--------------------------------------------- */
article.content div.center.quote {
	max-width: 100%;
	background: url(../img/background-quote.jpg) no-repeat center / cover;
}

article.content div.center.quote div.center {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: right;
}

article.content div.center.quote div.center div.paragraph {
	max-width: 500px;
	padding: 30px;
	display: inline-block;
	background: #009fe3;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

article.content div.center.quote div.center div.paragraph p,
article.content div.center.quote div.center div.paragraph p em,
article.content div.center.quote div.center div.paragraph p strong {
	color: #fff;
}

article.content div.center.quote div.center div.paragraph p:last-of-type {
	margin-top: 15px;
	font-style: italic;
}

article.content div.center.quote div.center div.paragraph p em {
	font-size: 24px;
}

/* CONTACT
--------------------------------------------- */
article.content div.center.contact {
	max-width: 100%;
	padding: 150px 0;
}

article.content div.center.contact div.contain {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}

article.content div.center.contact h3 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 34px;
	line-height: 42px;
}

article.content div.center.contact div.left {
	width: calc(50% - 40px);
	margin-right: 80px;
	display: inline-block;
	vertical-align: top;
}

article.content div.center.contact div.left iframe {
	width: 100%;
	height: 500px;
	display: inline-block;
	vertical-align: top;
}

article.content div.center.contact div.left img {
	margin-top: 30px;
}

article.content div.center.contact div.right {
	width: calc(50% - 40px);
	display: inline-block;
	vertical-align: top;
}

article.content div.center.contact div.right h3,
article.content div.center.contact div.right p,
article.content div.center.contact div.right label {
	color: #222;
}

/* SUBPAGE
--------------------------------------------- */ 
article.content.sub div.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px 40px;
}

article.content.sub div.center h2 {
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -.05em;
	font-weight: 500;
	border-radius: 8px;
}

article.content.sub div.center h3 {
	padding: 20px 0 10px;
	margin: 0;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -.05em;
	font-weight: 600;
}

article.content.sub div.center h4 {
	padding: 10px 0 5px;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -.05em;
	font-weight: 500;
}
article.content.sub div.center:not(.contact) p {
	padding-bottom: 15px;
}

article.content.sub div.center div.left p {
	padding: 0;
}

article.content.sub div.center div.left p span {
	width: 100px;
	display: inline-block;	
}

article.content.sub div.center ul {
	margin-bottom: 15px;
}

article.content.sub div.center ul li {
	padding: 3px 0;
	list-style-type: disc;
	font-size: 16px;
	line-height: 24px;
}

article.content.sub div.center img {
	max-width: 1440px;
	height: auto;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	align-items: flex-start;
}

article.content.sub .wp-block-gallery .blocks-gallery-item figure {
	align-items: flex-start;
}

.wp-block-gallery.alignright {
	float: right;
	margin-left: 2em;
}

article.content.sub .wp-block-separator {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	display: inline-block;	
	border: 0;
	background: #eee;
}

article.content.sub div.extra {
	background: #f9f9f9;
}

article.content.sub div.extra {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

article.content.sub div.extra div.center div.block {
	width: 33.3333333333%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

article.content.sub div.extra div.center div.block:first-of-type {
	text-align: left;
}

article.content.sub div.extra div.center div.block img,
article.content.sub div.extra div.center div.block iframe {
	width: 100%;
	display: inline-block;
}

article.content.sub div.extra div.center div.block img {
	max-width: 200px;
}

article.content div.center.sheds {
	margin-top: 60px;
	padding: 0;
}

article.content div.center.sheds div.items div.block {
	width: 100%;
	margin: 0 0 40px;
	padding: 0 0 60px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
}

article.content div.center.sheds div.items div.block:last-of-type:last-of-type {
	margin: 0;
	padding: 0;
	border: 0;
}

article.content div.center.sheds div.items div.block div.contain h2 {
	min-height: auto;
	color: #000;
	font-size: 22px;
}

article.content div.center.sheds div.items div.block div.contain p {
	display: inline-block;
}

article.content div.center.sheds div.items div.block div.contain a {
	margin-top: 15px;
}

article.content div.center.sheds div.items div.block div.contain div.gallery {
	width: 100%;
	max-width: 640px;
	margin-top: -30px !important;
	float: right;
}

article.content div.center.sheds div.items div.block div.contain div.gallery dl.gallery-item {
	width: calc(33% - 20px) !important;
	height: 150px;
	margin: 0 20px 0 0 !important;
}

article.content div.center.sheds div.items div.block div.contain div.gallery dl.gallery-item:last-of-type {
	margin: 0;
}

article.content div.center.sheds div.items div.block dt.gallery-icon {
	height: 100%;
}

article.content div.center.sheds div.items div.block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

article.content.sub div.center div.children {
	width: calc(100% - 350px);
	margin-left: 50px;
	display: inline-block;
}

.hide-old-model-block { display:none !important; }

/* NEW MODEL BLOCKS [START] */
.new-model-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* gap: 1rem; */
}

.new-model-blocks .model-block {
	display:inline-flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 24px;
	width:45%; margin:2%;
	padding:24px;
	border-radius: 8px;
	box-sizing:border-box; border: 1px solid #eee; background-color:#fff; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2); vertical-align:top;
	transition: transform .3s ease, box-shadow .3s ease;
}

.new-model-blocks .model-block:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
	transform: scale(1.02);
}

.new-model-blocks .model-block img.model-image { 
	display:inline-block; 
	width:100%;
	max-width: 100% !important;
	height:200px !important;
	padding: 0 !important;
	object-fit: cover;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.new-model-blocks .model-group {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	flex-grow: 1;
}

.new-model-blocks .model-details {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}

.new-model-blocks .model-title {
	display:inline-block; 
	width:100%; 
	font-weight:600; font-size:24px; line-height:27px; box-sizing:border-box;
	text-align: left;
}

.new-model-blocks .model-description {
	display:inline-block; 
	width:100%; 
	box-sizing:border-box;
	text-align: left;
}

.new-model-blocks .model-bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	column-gap: 16px;
	row-gap: 16px;
	margin-top: auto;
}

.new-model-blocks .model-price {
	display:inline-block;
	width: fit-content; 
	box-sizing:border-box;
	font-weight:600;
	text-align: left;
	padding: 0;
}

.new-model-blocks .model-more { 
	display:inline-block; 
	width:fit-content;
	margin-top: auto;
	margin-left: auto;
	text-align:center; box-sizing:border-box;
	padding: 8px 20px;
	color:#fff; background-color:#009fe3; border-radius:3px;
}

.new-model-blocks .model-more:hover { opacity: 70%; color:#fff; }

.new-model-blocks .model-more:active {
	transform: scale(.95);
}
/* NEW MODEL BLOCKS [END] */


/* OLD MODEL BLOCKS [START] */
.model-block { display:inline-block; width:45%; margin:2%; padding:10px; box-sizing:border-box; border: 1px solid #eee; background-color:#fff; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2); vertical-align:top; }

.model-image { display:inline-block; width:100%; max-width:100% !important; height:200px !important; background-position:center; background-repeat:no-repeat; background-size:contain; object-fit:contain; padding:0 !important; }
.model-title { display:inline-block; width:100%; text-align:center; font-weight:600; font-size:24px; line-height:27px; box-sizing:border-box; padding:0 0 10px 0; }
.model-description { display:inline-block; width:100%; text-align:center; box-sizing:border-box; padding:0 0 10px 0; }
.model-price { display:inline-block; width:100%; text-align:center; box-sizing:border-box; font-weight:600; padding:0 0 20px 0; }
.model-more { display:inline-block; width:100%; text-align:center; box-sizing:border-box; padding:10px; color:#fff; background-color:#009fe3; border-radius:3px; }
.model-more:hover { color:#fff; }
/* OLD MODEL BLOCKS [END] */


article.content.sub div.center div.sidebar {
	width: 100%;
	max-width: 300px;
	padding: 30px 30px 20px 35px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

article.content.sub div.center div.sidebar h2 {
	margin-bottom: 30px;
}

article.content.sub div.center div.sidebar ul {
	margin: 0;
}

article.content.sub div.center div.sidebar li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

article.content.sub div.center div.sidebar li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

article.content.sub div.center div.sidebar li a {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #484848;
	position: relative;
	font-weight: 300;
    font-size: 16px;
    line-height: 16px;
	-webkit-transition: linear all 200ms;
	transition: linear all 200ms;
}

article.content.sub div.center div.sidebar li a:after {
	content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: -4px;
    left: -15px;
	background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: linear all 200ms;
	transition: linear all 200ms;
}

article.content.sub div.center div.sidebar ul:not(.children) li > a:hover:after,
article.content.sub div.center div.sidebar ul:not(.children) li.current_page_item > a:after {
	background: #009fe3;
}

article.content.sub div.center div.sidebar ul li ul.children {
	margin: 20px 10px 0 10px;;
}

article.content.sub div.center div.sidebar ul li ul.children li {
	margin-bottom: 10px;
    padding-bottom: 10px;
}

article.content.sub div.center div.sidebar ul li ul.children li:last-of-type {
	margin-bottom: 0;
    padding-bottom: 0;
}	

article.content.sub div.center div.sidebar div.workshop-information {
	margin-top: 20px;
}

article.content.sub div.center div.sidebar div.workshop-information h3 {
	font-size: 18px;
}

article.content.sub div.center div.sidebar div.workshop-information p {
	font-weight: 300;
	color: #484848;
}

.wp-block-embed {
	margin-top: 1em;
}

.wp-video {
	margin: 20px 0;
}

.gallery {
	margin-top: 30px;
}

.gallery .gallery-item img {
	border: 0 !important;
}

img.alignright {
	float:right; 
	margin:0 0 1em 2em
}

.wp-block-image { 
	margin-bottom: 1em !important;
	margin-top: 1em !important;
}

.wp-block-image img {	
	max-width: 100% !important;	
}

.wp-block-image .alignright {
	margin-left: 2.5em !important;
}

img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

a img.alignright {
	float:right; 
	margin:0 0 1em 1em
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

/* EROR 404
--------------------------------------------- */ 
article.content.error div.contain {
    width: 100%;
	margin: 150px 0 80px;
	display: inline-block;
	position: relative;
	text-align: center;
}

article.content.error div.contain:after {
	content: "404";
	margin: auto;
	position: absolute;
	top: -80px;
	right: 0;	
	left: 0;
	font-size: 50px;
	font-weight: 900;
	
}

article.content.error div.contain h2 {
    font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}

article.content.error div.contain p {
	margin-top: 20px;
}

/* SCROLL TOP 
-------------------------------- */				
div.scroll-top {
    width: 65px;
    height: 55px;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 9997;
    background: #009fe3 url('../img/icons/icon-arrow-up.svg') 20px center / 25px no-repeat;
    cursor: pointer;    
    text-decoration: none;
    -webkit-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	-webkit-transition: ease box-shadow 300ms, ease width 300ms;
	transition: ease box-shadow 300ms, ease width 300ms;
} 

div.scroll-top:hover {
	width: 75px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

/* FORM:CONTACT
---------------------------------------- */        
form.wpcf7-form { 
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding: 0;
}

	div.subpage form.wpcf7-form {
		max-width: 640px;
	}

    form.wpcf7-form.full {
        padding: 20px;
        width: 100%;
    }

    form.wpcf7-form label {
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: 400;
        color: #222;
    }

    form.wpcf7-form input,
    form.wpcf7-form textarea {
        width: 100%;
        display: inline-block;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    form.wpcf7-form input[type='text'],
    form.wpcf7-form input[type='tel'],
    form.wpcf7-form input[type='email'],
    form.wpcf7-form input[type='submit'],
    form.wpcf7-form textarea { 
        -webkit-appearance: none; 
    }

    form.wpcf7-form input[type='text'],
    form.wpcf7-form input[type='date'],
    form.wpcf7-form input[type='tel'],
    form.wpcf7-form input[type='email'],
    form.wpcf7-form textarea,
    form.wpcf7-form select {
        margin: 3px 0 10px;
        padding: 10px;
        background: #f9f9f9;
		border: 2px solid transparent;
        border-bottom: 2px solid #f0f0f0;
        font-family: sofia-pro, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #676767;
    }
	
	.wpcf7-not-valid { 
		border: 2px solid #fac6c8 !important;
	}
	
	div.wpcf7-response-output {
		padding: 0 !important;
		border: 0 solid #fac6c8 !important;
		color: #ed1c24 !important;
	}

        form.wpcf7-form input:hover,
        form.wpcf7-form input:focus,
        form.wpcf7-form textarea:hover,
        form.wpcf7-form textarea:focus,
        form.wpcf7-form select:hover,
        form.wpcf7-form select:focus { 
            border: 2px solid #009fe3;
            outline: none;
        }

        form.wpcf7-form input[type='text'].error,
        form.wpcf7-form input[type='tel'].error,
        form.wpcf7-form input[type='email'].error,
        form.wpcf7-form textarea.error,
        form.wpcf7-form select.error { 
            border: 2px solid #f36f6f; 
        }

        ::-webkit-input-placeholder { color: #676767; }
        :-moz-placeholder           { color: #676767; opacity: 1; }
        ::-moz-placeholder          { color: #676767; opacity: 1; }
        :-ms-input-placeholder      { color: #676767; }  


    form.wpcf7-form textarea { 
        resize: none; 
        height: 100px; 
    } 

    form.wpcf7-form input[type='submit'] {
		max-width: 300px;
        margin: 20px 0 0 0;
        padding: 10px;
        background: #009fe3;
        border: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
		cursor: pointer;
        font-family: sofia-pro, sans-serif;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        form.wpcf7-form input[type='submit']:hover {
            transform: scale(1.05);
            color: #fff;
        }

        form.wpcf7-form input[type='submit']:focus,
        form.wpcf7-form input[type='submit']:active {
            outline: none;
        }

    form.wpcf7-form div.success p { 
        margin-bottom: 5px;
        padding: 5px !important; 
        background: #cefcdd; 
        text-align: center; 
        font-size: .8em;
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        form.wpcf7-form div.success p.steady {
            background: #70da93; 
        }

        form.wpcf7-form div.success p.blink { 
            background: #cefcdd; 
        }

    form.wpcf7-form div.loader { 
        width: 100%; 
        height: 100%; 
        display: none; 
        position: absolute; 
        top: 0; 
        left: 0; 
        z-index: 99999; 
        background: url('../img/icon-loading.svg') no-repeat center center; 
    }

    form.wpcf7-form p.required {
        margin-bottom: 10px;
    }
	
	form.wpcf7-form input[type=checkbox] {
		width: auto;
	}
	
	span.wpcf7-list-item {
		width: 100%;
		margin: 0 !important;
		display: inline-block;
	}
	
/*  NEWS MODULE
    --------------------------------------------- */  
	div.news-module {
		width: 100%;
		padding: 80px 20px;
		border-top: 1px solid #eee;
	}
   
	div.news-module div.news-center {
		max-width: 1440px;
		margin: 0 auto;
		text-align: center;
	}
	
	div.news-module div.news-center h3 {
		font-size: 32px;
		font-weight: 700;
	}
	
	div.news-module div.news-center form {
		max-width: 768px;
		padding: 40px;
		background: #ff9702;
		border: 2px solid #ff9702;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	div.news-module div.news-center form.wpcf7-form .wpcf7-form-control-wrap {
		width: calc(100% - 160px);
		margin-right: 10px;
		display: inline-block;
		vertical-align: top;
	}
	
	div.news-module div.news-center form.wpcf7-form .wpcf7-form-control-wrap input[type='email'] {
		margin: 0;
		border-color: #fff;
	}
	
	div.news-module div.news-center form.wpcf7-form .wpcf7-form-control-wrap input:hover, 
	div.news-module div.news-center form.wpcf7-form .wpcf7-form-control-wrap input:focus {
		border-color: #090808;
	}
	
	div.news-module div.news-center form.wpcf7-form input[type='submit'] {
		max-width: 150px;
		margin: 0;
		vertical-align: top;
		background: #090808;
	}
	
	div.news-module div.news-center form.wpcf7-form .wpcf7-response-output,
	div.news-module div.news-center form.wpcf7-form .ajax-loader	{
		display: none !important;
	}

/* FOOTER
   --------------------------------------------- */              
	footer {
		width: 100%;
		padding: 50px 0;
		display: inline-block;
		background: #110642;
	}
	
	footer section article {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 40px 50px;
		position: relative;
	}
	
	footer section article div.block {
		width: calc(25% - 17px);
		margin-right: 20px;
		display: inline-block;
		vertical-align: top;
	}
	
	footer section article div.block:last-of-type {
		margin-right: 0;
	}
	
	footer section article div.block h3 {
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 28px;
		font-weight: 700;
		color: #ff9702;;
	}
	
	footer section article div.block p {
		padding-bottom: 5px;
		font-size: 15px;
		line-height: 23px;
		color: #fff;
	}
	
	footer section article div.block p.noborder {
		border-bottom: 0;
	}
	
	footer section article div.block p span {
		width: 75px;
		margin-right: 10px;
		display: inline-block;
		font-weight: 400;
	}
	
	footer section article div.block ul {
		margin: 0;
	}
	
	footer section article div.block a {
		font-size: 15px;
		color: #fff;
		-webkit-transition: ease opacity 300ms;
		transition: ease opacity 300ms;
	}
	
	footer section article div.block a:hover {
		opacity: .5;
	}
	
	footer section article div.block iframe.footer {
		margin-top: 20px;
		width: 210px;
	}

/*  COPYRIGHT
    --------------------------------------------- */
	
	section.copyright {
		background: #ff9702;
		text-align: center;
	}
	
	section.copyright p {
		font-size: 14px;
		color: #fff;
	}
	
	section.copyright a {
		font-size: 14px;
		color: #fff;
	}

/*  MEDIA QUERIES
    --------------------------------------------- */
    @media only screen and (min-width: 0) and (max-width: 1600px) {
		
		footer section article div.block {
			width: calc(50% - 13px);
		}
		
		footer section article div.block:nth-of-type(n) {
			margin-right: 20px;
		}
		
		footer section article div.block:nth-of-type(-n+2) {
			margin-bottom: 40px;
		}
		
		footer section article div.block:nth-of-type(2n) {
			margin-right: 0;
		}
		
    }
	
	@media only screen and (min-width: 0) and (max-width: 1400px) {
		
		article.content div.center.introduction {
			margin: 25px 20px 50px;
		}
		
		article.content div.center.about div.contain {
			padding: 0;
		}

	}		
	
	@media only screen and (min-width: 0) and (max-width: 1280px) { 
	
		section.top > article nav.cloned ul {
			display: none;
		}
	
	}

	@media only screen and (min-width: 0) and (max-width: 1120px) { 
        
		article.content div.center.about {
			background-size: cover;
		}
		
		section.top > article nav.original {
            display: none;
        }
		
		section.top > article div#nav-button-mobile { 
            display: inline-block;
        }
		
		article.content div.center.fritzberger a.block:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 0 20px 20px 0;
		}
		
		article.content div.center.fritzberger a.block:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		article.content.sub div.extra div.center div.block {
			width: 50%;
			text-align: center !important;
		}
		
		article.content.sub div.extra div.center div.block ul {
			margin: 0;
		}
		
		article.content.sub div.extra div.center div.block ul li {
			display: inline-block;
			width: auto;
			margin: 0 10px 10px 0;
			padding: 5px 15px;
			background: #009fe3;
			color: #fff;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		
		article.content.sub div.extra div.center div.block:nth-of-type(1) {
			width: 100%;
			margin-bottom: 50px;
		}
		
		article.content div.center div.items:not(.offer) div.block {
			width: calc(33.3333333% - 10px);
		}
		
		article.content div.center.blocks div.block	{
			width: calc(50% - 10px);
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(n) {
			margin: 0 10px 0 0;
		}
		
		article.content div.center.blocks div.block:nth-of-type(n)	{
			margin: 0 20px 0 0;
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(3n) {
			margin-right: 0;
		}
		
		article.content div.center.blocks div.block:nth-of-type(2n)	{
			margin-right: 0;
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(-n+2) {
			margin-bottom: 20px;
		}
		
		article.content div.center.blocks div.block:nth-of-type(-n+3)	{
			margin-bottom: 10px;
		}
		
		article.content div.center.brands a {
			width: calc(50% - 20px);
		}
		
	}

	@media only screen and (min-width: 0) and (max-width: 1000px) { 
		.model-block { width:100%; margin:2% 0; }
	}
	
	@media only screen and (min-width: 0) and (max-width: 960px) {    
	
		section.top > article a.logo {
			width: 245px;
			height: 30px;
		}
	
		footer section article div.block {
			width: 100%;
			margin-bottom: 40px;
		}

		footer section article div.block:last-of-type {
			margin-bottom: 0;
		}

    }
	
    @media only screen and (min-width: 0) and (max-width: 768px) {
		
		article.content.sub div.center div.sidebar {
			display: none;
		}
		
		article.content.sub div.center div.children {
			width: 100%;
			margin: 0;
		}
		
		article.content div.center.contact {
			padding: 60px 0;
		}
		
		article.content div.center.contact div.right,
		article.content div.center.contact div.left {
			width: 100%;
			margin: 0;
		}
		
		article.content div.center.contact div.left {
			margin-bottom: 40px;
		}
		
		article.content.sub div.center div.right,
		article.content.sub div.center div.left {
			width: 100%;
			margin: 0;
		}
		
		article.content.sub div.center div.right {
			padding: 40px;
		}
		
		article.content.sub div.center div.left {
			margin-bottom: 40px;
		}
		
		article.content div.center div.items div.block {
			width: calc(50% - 10px);
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(n) {
			margin: 0 10px 0 0;
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(2n) {
			margin-right: 0;
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(1n-2) {
			margin-top: 20px;
		}
		
		.model-block { width:45%; margin:2%; }

    }
	
	@media only screen and (min-width: 0) and (max-width: 640px) {
		
		section.top > article:first-of-type {
			text-align: center;
		}
		
		section.top > article div.actions {
			width: 100%;
			margin-bottom: 10px;
			display: inline-block;
			position: static;
		}
		
		section.top > article div.actions a.webshop {
			width: 100%;
			margin-bottom: 15px;
		}
		
		section.top > article div#nav-button-mobile { 
			top: 5px;
            right: 40px;
        }
		
		section.top > article a.logo {
			max-width: 320px;
			width: 100%;
			height: 50px;
			background-position: left;
			background-size: 100% auto;
		}
		
		article.content div.center.about div.contain div.content {
			padding: 25px 35px 240px 35px;
		}
		
		article.content div.center div.items:not(.offer) div.block {
			width: calc(100%);
		}
		
		article.content div.center div.items:not(.offer) div.block:nth-of-type(1n-1) {
			margin-top: 20px;
		}
		
		article.content.sub div.extra div.center div.block {
			width: 100%;
		}
		
		article.content.sub div.extra div.center div.block:last-of-type {
			margin-top: 30px;
		}
		
		article.content div.center.blocks div.block:nth-of-type(n) {
			width: 100%;
			margin-bottom: 20px;
		}
		
	}

    @media only screen and (min-width: 0) and (max-width: 600px) {
		.model-block { width:100%; margin:2% 0; }
		
		article.content div.center.brands a {
			width:100%;
		}
	}
	
    @media only screen and (min-width: 0) and (max-width: 413px) {
		
		article.content div.center div.items div.block {
			padding: 15px;
		}
		
		article.content div.center div.items:not(.offer) div.block div.contain h2 {
			font-size: 18px;
			line-height: 24px;
		}
		
		article.content div.center div.items:not(.offer) div.block div.contain p span {
			width: 90px;
		}
		
		article.content div.center div.items:not(.offer) div.block div.contain a {
			width: 100%;
			font-size: 16px;
			line-height: 16px;
		}
		
    }